/* Default error colouring */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Noto+Sans|Work+Sans");
/* line 2, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/formatting.scss */
article, nav, header, footer, aside, hgroup, section {
  display: block;
}

/* line 6, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/formatting.scss */
div.fieldWithErrors {
  display: inline;
}

/* line 10, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/formatting.scss */
#errorExplanation {
  border-top: 3px solid #F27F7F;
  background: #FFBEBE;
  padding: 10px;
}

/* line 16, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/formatting.scss */
#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
  color: #9C2626;
}

/* Browser Hacks */
/* line 21, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/formatting.scss */
a {
  /* remove borders from images */
  /*
  Firefox Dotted Line Fix
    - http://sonspring.com/journal/removing-dotted-links
  */
}
/* line 23, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/formatting.scss */
a img {
  border: 0px none;
}
/* line 30, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/formatting.scss */
a:focus {
  outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
/* line 40, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/formatting.scss */
.clearfix, section {
  display: inline-block;
}
/* line 42, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/formatting.scss */
.clearfix:after, section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hide from IE Mac \*/
/* line 52, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/formatting.scss */
.clearfix, section {
  display: block;
}

/* End hide from IE Mac */
/* alignment styles */
/* line 2, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/theme.scss */
.text-align-left {
  text-align: left;
}

/* line 5, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/theme.scss */
.text-align-center {
  text-align: center;
}

/* line 8, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/theme.scss */
.text-align-right {
  text-align: right;
}

/* line 11, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/theme.scss */
.text-align-justify {
  text-align: justify;
}

/* block alignment styles */
/* line 16, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/theme.scss */
.image-align-left {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}

/* line 21, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/theme.scss */
.image-align-right {
  float: right;
  margin-left: 6px;
  margin-bottom: 6px;
}

/* font sizes */
/* line 28, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/theme.scss */
.font-size-small {
  font-size: 0.75em;
}

/* line 31, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/theme.scss */
.font-size-normal {
  font-size: 1em;
}

/* line 34, /usr/local/bundle/bundler/gems/refinerycms-04f07c1e661d/core/app/assets/stylesheets/refinery/theme.scss */
.font-size-large {
  font-size: 1.25em;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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 */
/* line 7, /app/node_modules/bootstrap/dist/css/bootstrap.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 12, /app/node_modules/bootstrap/dist/css/bootstrap.css */
body {
  margin: 0;
}

/* line 15, /app/node_modules/bootstrap/dist/css/bootstrap.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 30, /app/node_modules/bootstrap/dist/css/bootstrap.css */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 37, /app/node_modules/bootstrap/dist/css/bootstrap.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 41, /app/node_modules/bootstrap/dist/css/bootstrap.css */
[hidden],
template {
  display: none;
}

/* line 45, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a {
  background-color: transparent;
}

/* line 48, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a:active,
a:hover {
  outline: 0;
}

/* line 52, /app/node_modules/bootstrap/dist/css/bootstrap.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 55, /app/node_modules/bootstrap/dist/css/bootstrap.css */
b,
strong {
  font-weight: bold;
}

/* line 59, /app/node_modules/bootstrap/dist/css/bootstrap.css */
dfn {
  font-style: italic;
}

/* line 62, /app/node_modules/bootstrap/dist/css/bootstrap.css */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 66, /app/node_modules/bootstrap/dist/css/bootstrap.css */
mark {
  color: #000;
  background: #ff0;
}

/* line 70, /app/node_modules/bootstrap/dist/css/bootstrap.css */
small {
  font-size: 80%;
}

/* line 73, /app/node_modules/bootstrap/dist/css/bootstrap.css */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 80, /app/node_modules/bootstrap/dist/css/bootstrap.css */
sup {
  top: -.5em;
}

/* line 83, /app/node_modules/bootstrap/dist/css/bootstrap.css */
sub {
  bottom: -.25em;
}

/* line 86, /app/node_modules/bootstrap/dist/css/bootstrap.css */
img {
  border: 0;
}

/* line 89, /app/node_modules/bootstrap/dist/css/bootstrap.css */
svg:not(:root) {
  overflow: hidden;
}

/* line 92, /app/node_modules/bootstrap/dist/css/bootstrap.css */
figure {
  margin: 1em 40px;
}

/* line 95, /app/node_modules/bootstrap/dist/css/bootstrap.css */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 101, /app/node_modules/bootstrap/dist/css/bootstrap.css */
pre {
  overflow: auto;
}

/* line 104, /app/node_modules/bootstrap/dist/css/bootstrap.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 111, /app/node_modules/bootstrap/dist/css/bootstrap.css */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 120, /app/node_modules/bootstrap/dist/css/bootstrap.css */
button {
  overflow: visible;
}

/* line 123, /app/node_modules/bootstrap/dist/css/bootstrap.css */
button,
select {
  text-transform: none;
}

/* line 127, /app/node_modules/bootstrap/dist/css/bootstrap.css */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 134, /app/node_modules/bootstrap/dist/css/bootstrap.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 138, /app/node_modules/bootstrap/dist/css/bootstrap.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 143, /app/node_modules/bootstrap/dist/css/bootstrap.css */
input {
  line-height: normal;
}

/* line 146, /app/node_modules/bootstrap/dist/css/bootstrap.css */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 153, /app/node_modules/bootstrap/dist/css/bootstrap.css */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 157, /app/node_modules/bootstrap/dist/css/bootstrap.css */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 163, /app/node_modules/bootstrap/dist/css/bootstrap.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 167, /app/node_modules/bootstrap/dist/css/bootstrap.css */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 172, /app/node_modules/bootstrap/dist/css/bootstrap.css */
legend {
  padding: 0;
  border: 0;
}

/* line 176, /app/node_modules/bootstrap/dist/css/bootstrap.css */
textarea {
  overflow: auto;
}

/* line 179, /app/node_modules/bootstrap/dist/css/bootstrap.css */
optgroup {
  font-weight: bold;
}

/* line 182, /app/node_modules/bootstrap/dist/css/bootstrap.css */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 186, /app/node_modules/bootstrap/dist/css/bootstrap.css */
td,
th {
  padding: 0;
}

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

  /* line 201, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 205, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 208, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 211, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 215, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 221, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  thead {
    display: table-header-group;
  }

  /* line 224, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 228, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  img {
    max-width: 100% !important;
  }

  /* line 231, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 237, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 241, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar {
    display: none;
  }

  /* line 244, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 248, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .label {
    border: 1px solid #000;
  }

  /* line 251, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .table {
    border-collapse: collapse !important;
  }

  /* line 254, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 258, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/../fonts/glyphicons-halflings-regular.eot);
  src: url(/../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/../fonts/glyphicons-halflings-regular.woff) format("woff"), url(/../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
/* line 269, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 281, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 284, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 287, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 291, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 294, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 297, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 300, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 303, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 306, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-music:before {
  content: "\e002";
}

/* line 309, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-search:before {
  content: "\e003";
}

/* line 312, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 315, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-star:before {
  content: "\e006";
}

/* line 318, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 321, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-user:before {
  content: "\e008";
}

/* line 324, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-film:before {
  content: "\e009";
}

/* line 327, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 330, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-th:before {
  content: "\e011";
}

/* line 333, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 336, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 339, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 342, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 345, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 348, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-off:before {
  content: "\e017";
}

/* line 351, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 354, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 357, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 360, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-home:before {
  content: "\e021";
}

/* line 363, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-file:before {
  content: "\e022";
}

/* line 366, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-time:before {
  content: "\e023";
}

/* line 369, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-road:before {
  content: "\e024";
}

/* line 372, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 375, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-download:before {
  content: "\e026";
}

/* line 378, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 381, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 384, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 387, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 390, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 393, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 396, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 399, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 402, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 405, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 408, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 411, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 414, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 417, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 420, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 423, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 426, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-book:before {
  content: "\e043";
}

/* line 429, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 432, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-print:before {
  content: "\e045";
}

/* line 435, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 438, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-font:before {
  content: "\e047";
}

/* line 441, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 444, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 447, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 450, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 453, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 456, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 459, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 462, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 465, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-list:before {
  content: "\e056";
}

/* line 468, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 471, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 474, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 477, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 480, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 483, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 486, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 489, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 492, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-share:before {
  content: "\e066";
}

/* line 495, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-check:before {
  content: "\e067";
}

/* line 498, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-move:before {
  content: "\e068";
}

/* line 501, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 504, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 507, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 510, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-play:before {
  content: "\e072";
}

/* line 513, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 516, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 519, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 522, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 525, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 528, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 531, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 534, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 537, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 540, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 543, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 546, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 549, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 552, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 555, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 558, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 561, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 564, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 567, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 570, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 573, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 576, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 579, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 582, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 585, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 588, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 591, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 594, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 597, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 600, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 603, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 606, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 609, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 612, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 615, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-random:before {
  content: "\e110";
}

/* line 618, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 621, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 624, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 627, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 630, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 633, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 636, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 639, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 642, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 645, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 648, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 651, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 654, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 657, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 660, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 663, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 666, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 669, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 672, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 675, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 678, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 681, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 684, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 687, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 690, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 693, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 696, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 699, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 702, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 705, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 708, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 711, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 714, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 717, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-link:before {
  content: "\e144";
}

/* line 720, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 723, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 726, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 729, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 732, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 735, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 738, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 741, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 744, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 747, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 750, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 753, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 756, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 759, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 762, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 765, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 768, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 771, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 774, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 777, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-record:before {
  content: "\e165";
}

/* line 780, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-save:before {
  content: "\e166";
}

/* line 783, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-open:before {
  content: "\e167";
}

/* line 786, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 789, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-import:before {
  content: "\e169";
}

/* line 792, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-export:before {
  content: "\e170";
}

/* line 795, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-send:before {
  content: "\e171";
}

/* line 798, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 801, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 804, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 807, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 810, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 813, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 816, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 819, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 822, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-header:before {
  content: "\e180";
}

/* line 825, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 828, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 831, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 834, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 837, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 840, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 843, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 846, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 849, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 852, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 855, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 858, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 861, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 864, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 867, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 870, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 873, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 876, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 879, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 882, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 885, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 888, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 891, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 894, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 897, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 900, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 903, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 906, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-king:before {
  content: "\e211";
}

/* line 909, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 912, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 915, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 918, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 921, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 924, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 927, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 930, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 933, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 936, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 939, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 942, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 945, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 948, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 951, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 954, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 957, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 960, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 963, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 966, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 969, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 972, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 975, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 978, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 981, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 984, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-education:before {
  content: "\e233";
}

/* line 987, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 990, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 993, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 996, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 999, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1002, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1005, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1008, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1011, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1014, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1017, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1020, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1023, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1026, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1029, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1032, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1035, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1038, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1041, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1044, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1047, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1050, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1053, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1056, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1059, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1062, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1065, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1068, /app/node_modules/bootstrap/dist/css/bootstrap.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1073, /app/node_modules/bootstrap/dist/css/bootstrap.css */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1079, /app/node_modules/bootstrap/dist/css/bootstrap.css */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 1084, /app/node_modules/bootstrap/dist/css/bootstrap.css */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 1091, /app/node_modules/bootstrap/dist/css/bootstrap.css */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1099, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 1103, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 1108, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1112, /app/node_modules/bootstrap/dist/css/bootstrap.css */
figure {
  margin: 0;
}

/* line 1115, /app/node_modules/bootstrap/dist/css/bootstrap.css */
img {
  vertical-align: middle;
}

/* line 1118, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.img-responsive, .news-page section .container img,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1127, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.img-rounded {
  border-radius: 6px;
}

/* line 1130, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 1143, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.img-circle {
  border-radius: 50%;
}

/* line 1146, /app/node_modules/bootstrap/dist/css/bootstrap.css */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 1152, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1162, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1171, /app/node_modules/bootstrap/dist/css/bootstrap.css */
[role="button"] {
  cursor: pointer;
}

/* line 1174, /app/node_modules/bootstrap/dist/css/bootstrap.css */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 1191, /app/node_modules/bootstrap/dist/css/bootstrap.css */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

/* line 1219, /app/node_modules/bootstrap/dist/css/bootstrap.css */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1228, /app/node_modules/bootstrap/dist/css/bootstrap.css */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 1242, /app/node_modules/bootstrap/dist/css/bootstrap.css */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1251, /app/node_modules/bootstrap/dist/css/bootstrap.css */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 1265, /app/node_modules/bootstrap/dist/css/bootstrap.css */
h1,
.h1 {
  font-size: 36px;
}

/* line 1269, /app/node_modules/bootstrap/dist/css/bootstrap.css */
h2,
.h2 {
  font-size: 30px;
}

/* line 1273, /app/node_modules/bootstrap/dist/css/bootstrap.css */
h3,
.h3 {
  font-size: 24px;
}

/* line 1277, /app/node_modules/bootstrap/dist/css/bootstrap.css */
h4,
.h4 {
  font-size: 18px;
}

/* line 1281, /app/node_modules/bootstrap/dist/css/bootstrap.css */
h5,
.h5 {
  font-size: 14px;
}

/* line 1285, /app/node_modules/bootstrap/dist/css/bootstrap.css */
h6,
.h6 {
  font-size: 12px;
}

/* line 1289, /app/node_modules/bootstrap/dist/css/bootstrap.css */
p {
  margin: 0 0 10px;
}

/* line 1292, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1299, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .lead {
    font-size: 21px;
  }
}
/* line 1303, /app/node_modules/bootstrap/dist/css/bootstrap.css */
small,
.small {
  font-size: 85%;
}

/* line 1307, /app/node_modules/bootstrap/dist/css/bootstrap.css */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 1312, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.text-left {
  text-align: left;
}

/* line 1315, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.text-right {
  text-align: right;
}

/* line 1318, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.text-center {
  text-align: center;
}

/* line 1321, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.text-justify {
  text-align: justify;
}

/* line 1324, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.text-nowrap {
  white-space: nowrap;
}

/* line 1327, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1330, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1333, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1336, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.text-muted {
  color: #777;
}

/* line 1339, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.text-primary {
  color: #337ab7;
}

/* line 1342, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 1346, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.text-success {
  color: #3c763d;
}

/* line 1349, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 1353, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.text-info {
  color: #31708f;
}

/* line 1356, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 1360, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.text-warning {
  color: #8a6d3b;
}

/* line 1363, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 1367, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.text-danger {
  color: #a94442;
}

/* line 1370, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 1374, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1378, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 1382, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.bg-success {
  background-color: #dff0d8;
}

/* line 1385, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 1389, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.bg-info {
  background-color: #d9edf7;
}

/* line 1392, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 1396, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1399, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 1403, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.bg-danger {
  background-color: #f2dede;
}

/* line 1406, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 1410, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 1415, /app/node_modules/bootstrap/dist/css/bootstrap.css */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1420, /app/node_modules/bootstrap/dist/css/bootstrap.css */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 1426, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1430, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 1435, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1440, /app/node_modules/bootstrap/dist/css/bootstrap.css */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1444, /app/node_modules/bootstrap/dist/css/bootstrap.css */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1448, /app/node_modules/bootstrap/dist/css/bootstrap.css */
dt {
  font-weight: bold;
}

/* line 1451, /app/node_modules/bootstrap/dist/css/bootstrap.css */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1455, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 1464, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 1468, /app/node_modules/bootstrap/dist/css/bootstrap.css */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 1473, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1477, /app/node_modules/bootstrap/dist/css/bootstrap.css */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 1483, /app/node_modules/bootstrap/dist/css/bootstrap.css */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1488, /app/node_modules/bootstrap/dist/css/bootstrap.css */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 1496, /app/node_modules/bootstrap/dist/css/bootstrap.css */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1501, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 1509, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 1517, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1525, /app/node_modules/bootstrap/dist/css/bootstrap.css */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1530, /app/node_modules/bootstrap/dist/css/bootstrap.css */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1536, /app/node_modules/bootstrap/dist/css/bootstrap.css */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1543, /app/node_modules/bootstrap/dist/css/bootstrap.css */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1552, /app/node_modules/bootstrap/dist/css/bootstrap.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1559, /app/node_modules/bootstrap/dist/css/bootstrap.css */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1572, /app/node_modules/bootstrap/dist/css/bootstrap.css */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1580, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1584, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 1591, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 1596, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 1601, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .container {
    width: 1170px;
  }
}
/* line 1605, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1611, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 1615, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 1621, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 1624, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-12 {
  width: 100%;
}

/* line 1627, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1630, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 1633, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-9 {
  width: 75%;
}

/* line 1636, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1639, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 1642, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-6 {
  width: 50%;
}

/* line 1645, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 1648, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 1651, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-3 {
  width: 25%;
}

/* line 1654, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1657, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1660, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1663, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1666, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1669, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1672, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1675, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1678, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1681, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1684, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1687, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1690, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1693, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1696, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-pull-0 {
  right: auto;
}

/* line 1699, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-push-12 {
  left: 100%;
}

/* line 1702, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1705, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 1708, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-push-9 {
  left: 75%;
}

/* line 1711, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1714, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 1717, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-push-6 {
  left: 50%;
}

/* line 1720, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 1723, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 1726, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-push-3 {
  left: 25%;
}

/* line 1729, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1732, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 1735, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-push-0 {
  left: auto;
}

/* line 1738, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1741, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 1744, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 1747, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1750, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 1753, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 1756, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1759, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 1762, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 1765, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1768, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 1771, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 1774, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1778, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .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;
  }

  /* line 1781, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-12 {
    width: 100%;
  }

  /* line 1784, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 1787, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 1790, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-9 {
    width: 75%;
  }

  /* line 1793, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 1796, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 1799, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-6 {
    width: 50%;
  }

  /* line 1802, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 1805, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 1808, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-3 {
    width: 25%;
  }

  /* line 1811, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 1814, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 1817, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 1820, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 1823, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 1826, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 1829, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 1832, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 1835, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 1838, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 1841, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 1844, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 1847, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 1850, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 1853, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 1856, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1859, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 1862, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 1865, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 1868, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 1871, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 1874, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 1877, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 1880, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 1883, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 1886, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 1889, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 1892, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 1895, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1898, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1901, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1904, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1907, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1910, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1913, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1916, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1919, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1922, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1925, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1928, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1931, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 1936, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .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;
  }

  /* line 1939, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-12 {
    width: 100%;
  }

  /* line 1942, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 1945, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 1948, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-9 {
    width: 75%;
  }

  /* line 1951, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 1954, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 1957, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-6 {
    width: 50%;
  }

  /* line 1960, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 1963, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 1966, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-3 {
    width: 25%;
  }

  /* line 1969, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 1972, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 1975, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1978, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 1981, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 1984, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1987, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 1990, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 1993, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 1996, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 1999, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 2002, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 2005, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 2008, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 2011, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 2014, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 2017, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 2020, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 2023, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 2026, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 2029, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 2032, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 2035, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 2038, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 2041, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 2044, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 2047, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 2050, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-push-0 {
    left: auto;
  }

  /* line 2053, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 2056, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2059, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2062, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 2065, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2068, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2071, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 2074, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2077, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2080, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 2083, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2086, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2089, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 2094, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .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;
  }

  /* line 2097, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-12 {
    width: 100%;
  }

  /* line 2100, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 2103, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 2106, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-9 {
    width: 75%;
  }

  /* line 2109, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 2112, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 2115, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-6 {
    width: 50%;
  }

  /* line 2118, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 2121, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 2124, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-3 {
    width: 25%;
  }

  /* line 2127, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 2130, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 2133, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 2136, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 2139, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 2142, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 2145, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 2148, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 2151, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 2154, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 2157, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 2160, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 2163, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 2166, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 2169, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 2172, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 2175, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 2178, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 2181, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 2184, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 2187, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 2190, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 2193, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 2196, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 2199, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 2202, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 2205, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 2208, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 2211, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 2214, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2217, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2220, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 2223, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2226, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2229, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 2232, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2235, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2238, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 2241, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2244, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2247, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 2251, /app/node_modules/bootstrap/dist/css/bootstrap.css */
table {
  background-color: transparent;
}

/* line 2254, /app/node_modules/bootstrap/dist/css/bootstrap.css */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 2260, /app/node_modules/bootstrap/dist/css/bootstrap.css */
th {
  text-align: left;
}

/* line 2263, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2268, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 2279, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 2283, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 2291, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 2294, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table .table {
  background-color: #fff;
}

/* line 2297, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 2305, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 2308, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 2316, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 2320, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 2323, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 2326, /app/node_modules/bootstrap/dist/css/bootstrap.css */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 2331, /app/node_modules/bootstrap/dist/css/bootstrap.css */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 2337, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 2351, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 2358, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 2372, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 2379, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 2393, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 2400, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 2414, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 2421, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 2435, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 2442, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 2447, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  /* line 2454, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 2457, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 2465, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 2468, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 2476, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 2484, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 2491, /app/node_modules/bootstrap/dist/css/bootstrap.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 2497, /app/node_modules/bootstrap/dist/css/bootstrap.css */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 2508, /app/node_modules/bootstrap/dist/css/bootstrap.css */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 2514, /app/node_modules/bootstrap/dist/css/bootstrap.css */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2519, /app/node_modules/bootstrap/dist/css/bootstrap.css */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 2525, /app/node_modules/bootstrap/dist/css/bootstrap.css */
input[type="file"] {
  display: block;
}

/* line 2528, /app/node_modules/bootstrap/dist/css/bootstrap.css */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 2532, /app/node_modules/bootstrap/dist/css/bootstrap.css */
select[multiple],
select[size] {
  height: auto;
}

/* line 2536, /app/node_modules/bootstrap/dist/css/bootstrap.css */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2542, /app/node_modules/bootstrap/dist/css/bootstrap.css */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 2549, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 2567, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 2573, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 2577, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 2580, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 2583, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2587, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 2593, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 2597, /app/node_modules/bootstrap/dist/css/bootstrap.css */
textarea.form-control {
  height: auto;
}

/* line 2600, /app/node_modules/bootstrap/dist/css/bootstrap.css */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2604, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  /* line 2610, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 2620, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 2631, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-group {
  margin-bottom: 15px;
}

/* line 2634, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2641, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2649, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 2657, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 2661, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 2671, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2676, /app/node_modules/bootstrap/dist/css/bootstrap.css */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 2684, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2690, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 2696, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 2702, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 2707, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2714, /app/node_modules/bootstrap/dist/css/bootstrap.css */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2718, /app/node_modules/bootstrap/dist/css/bootstrap.css */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 2722, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2729, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 2733, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 2737, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 2744, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2751, /app/node_modules/bootstrap/dist/css/bootstrap.css */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 2755, /app/node_modules/bootstrap/dist/css/bootstrap.css */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 2759, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2766, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 2770, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 2774, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 2781, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-feedback {
  position: relative;
}

/* line 2784, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 2787, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 2799, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 2806, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2813, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 2825, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2830, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 2835, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 2840, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2843, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 2855, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2860, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 2865, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 2870, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2873, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 2885, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2890, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 2895, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 2900, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 2903, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 2906, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2909, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 2916, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2921, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2926, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 2929, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 2933, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 2938, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 2941, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2945, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2952, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 2956, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 2961, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2965, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2973, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 2977, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 2982, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
/* line 2988, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 2992, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 2998, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 3003, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3024, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3033, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 3039, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3046, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 3055, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 3059, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 3064, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 3070, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3075, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3082, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3095, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 3100, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3112, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 3116, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3121, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 3127, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3132, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3139, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3152, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 3157, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3169, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 3173, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3178, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 3184, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3189, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3196, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 3209, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 3214, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3226, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 3230, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3235, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 3241, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3246, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3253, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 3266, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 3271, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3283, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 3287, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3292, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 3298, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3303, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3310, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 3323, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 3328, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3340, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 3344, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3349, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 3355, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3360, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3367, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 3380, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 3385, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3397, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 3401, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

/* line 3406, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3415, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 3421, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3427, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

/* line 3434, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3441, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3448, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3455, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3459, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3462, /app/node_modules/bootstrap/dist/css/bootstrap.css */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3467, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 3473, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.fade.in {
  opacity: 1;
}

/* line 3476, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.collapse {
  display: none;
}

/* line 3479, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.collapse.in {
  display: block;
}

/* line 3482, /app/node_modules/bootstrap/dist/css/bootstrap.css */
tr.collapse.in {
  display: table-row;
}

/* line 3485, /app/node_modules/bootstrap/dist/css/bootstrap.css */
tbody.collapse.in {
  display: table-row-group;
}

/* line 3488, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* line 3502, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 3513, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.dropup,
.dropdown {
  position: relative;
}

/* line 3517, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3520, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 3542, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3546, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3552, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 3561, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 3567, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 3575, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

/* line 3580, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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);
}

/* line 3588, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.open > .dropdown-menu {
  display: block;
}

/* line 3591, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.open > a {
  outline: 0;
}

/* line 3594, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3598, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3602, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 3610, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3618, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3622, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 3629, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 3636, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* line 3640, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* line 3645, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3651, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3656, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 3666, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3672, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3675, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3680, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3685, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3688, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3691, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3695, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 3700, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group > .btn-group {
  float: left;
}

/* line 3703, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3706, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 3711, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3715, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3719, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 3723, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 3727, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3731, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3735, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn .caret {
  margin-left: 0;
}

/* line 3738, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3742, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3745, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3753, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3756, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 3763, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3766, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 3772, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 3778, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3781, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 3786, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3790, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3796, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 3802, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3805, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3808, /app/node_modules/bootstrap/dist/css/bootstrap.css */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3816, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3821, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3826, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3833, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 3836, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 3845, /app/node_modules/bootstrap/dist/css/bootstrap.css */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 3851, /app/node_modules/bootstrap/dist/css/bootstrap.css */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3859, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 3868, /app/node_modules/bootstrap/dist/css/bootstrap.css */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3874, /app/node_modules/bootstrap/dist/css/bootstrap.css */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3882, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3887, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 3892, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3898, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 3909, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3914, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3919, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3923, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 3933, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3936, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 3946, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3949, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3954, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group-btn > .btn {
  position: relative;
}

/* line 3957, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3960, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3965, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3969, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 3974, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3979, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav > li {
  position: relative;
  display: block;
}

/* line 3983, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3988, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 3993, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav > li.disabled > a {
  color: #777;
}

/* line 3996, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 4003, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 4009, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4015, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav > li > a > img {
  max-width: none;
}

/* line 4018, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4021, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 4025, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 4031, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 4034, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4043, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4047, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 4050, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4054, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4059, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 4063, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4067, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4071, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4077, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 4081, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 4087, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-pills > li {
  float: left;
}

/* line 4090, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 4093, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 4096, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 4102, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-stacked > li {
  float: none;
}

/* line 4105, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 4109, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-justified {
  width: 100%;
}

/* line 4112, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-justified > li {
  float: none;
}

/* line 4115, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4119, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4124, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 4128, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4132, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 4135, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4139, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4145, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 4149, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 4155, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 4158, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tab-content > .active {
  display: block;
}

/* line 4161, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4166, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 4173, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 4178, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-header {
    float: left;
  }
}
/* line 4182, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 4191, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4195, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 4201, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 4207, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 4210, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 4217, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4222, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 4227, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 4235, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 4243, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4248, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 4252, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 4260, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 4265, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 4269, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 4274, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 4281, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4285, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 4289, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 4294, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4306, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-toggle:focus {
  outline: 0;
}

/* line 4309, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4315, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4319, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-toggle {
    display: none;
  }
}
/* line 4323, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 4326, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 4332, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 4342, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 4346, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 4349, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 4355, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 4359, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-nav > li {
    float: left;
  }

  /* line 4362, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 4367, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 4379, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4384, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 4389, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 4392, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 4396, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 4401, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 4404, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4408, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4415, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 4419, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 4424, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 4429, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 4432, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 4437, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 4448, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4453, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 4460, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4464, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4468, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4472, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4477, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 4484, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-left {
    float: left !important;
  }

  /* line 4487, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 4491, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 4495, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4499, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 4502, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 4507, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-default .navbar-text {
  color: #777;
}

/* line 4510, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 4513, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 4518, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 4524, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 4530, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 4533, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 4537, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 4540, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 4544, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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) {
  /* line 4551, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /* line 4554, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .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;
  }

  /* line 4559, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .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;
  }

  /* line 4565, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .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;
  }
}
/* line 4572, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-default .navbar-link {
  color: #777;
}

/* line 4575, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 4578, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-default .btn-link {
  color: #777;
}

/* line 4581, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

/* line 4585, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 4591, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 4595, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 4598, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4603, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 4606, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 4609, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4614, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 4620, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 4626, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 4629, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 4633, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 4636, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4640, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 4647, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 4650, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 4653, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  /* line 4656, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .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;
  }

  /* line 4661, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .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: #080808;
  }

  /* line 4667, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .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;
  }
}
/* line 4674, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 4677, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 4680, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 4683, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 4687, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 4693, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4700, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.breadcrumb > li {
  display: inline-block;
}

/* line 4703, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 4708, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.breadcrumb > .active {
  color: #777;
}

/* line 4711, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4717, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pagination > li {
  display: inline;
}

/* line 4720, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 4732, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4738, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4743, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 4752, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 4764, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 4775, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 4781, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 4786, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 4791, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 4797, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4802, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4807, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4813, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pager li {
  display: inline;
}

/* line 4816, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 4824, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 4829, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4833, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4837, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 4845, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4857, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4863, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.label:empty {
  display: none;
}

/* line 4866, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4870, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.label-default {
  background-color: #777;
}

/* line 4873, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 4877, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.label-primary {
  background-color: #337ab7;
}

/* line 4880, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

/* line 4884, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.label-success {
  background-color: #5cb85c;
}

/* line 4887, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4891, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.label-info {
  background-color: #5bc0de;
}

/* line 4894, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4898, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4901, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4905, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.label-danger {
  background-color: #d9534f;
}

/* line 4908, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 4912, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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: #777;
  border-radius: 10px;
}

/* line 4926, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.badge:empty {
  display: none;
}

/* line 4929, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4933, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4938, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4944, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 4949, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group-item > .badge {
  float: right;
}

/* line 4952, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4955, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4958, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 4965, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4969, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4974, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 4977, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 4983, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4987, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 4991, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  /* line 4996, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 5001, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* line 5013, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 5018, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 5023, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 5027, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5033, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5037, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert .alert-link {
  font-weight: bold;
}

/* line 5040, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 5044, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert > p + p {
  margin-top: 5px;
}

/* line 5047, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 5051, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5058, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5063, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5066, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5069, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5074, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5077, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert-info .alert-link {
  color: #245269;
}

/* line 5080, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5085, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5088, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 5091, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5096, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5099, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 5126, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 5135, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 5150, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 5158, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5164, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5167, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 5172, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5175, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 5180, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5183, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 5188, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5191, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 5196, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.media {
  margin-top: 15px;
}

/* line 5199, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.media:first-child {
  margin-top: 0;
}

/* line 5202, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5207, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.media-body {
  width: 10000px;
}

/* line 5210, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.media-object {
  display: block;
}

/* line 5213, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5216, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 5220, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 5224, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 5230, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.media-middle {
  vertical-align: middle;
}

/* line 5233, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.media-bottom {
  vertical-align: bottom;
}

/* line 5236, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5240, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5244, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5248, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5256, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 5260, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5265, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 5269, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5273, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5281, /app/node_modules/bootstrap/dist/css/bootstrap.css */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5285, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5292, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 5297, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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: #777;
}

/* line 5302, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 5310, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 5321, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 5326, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5330, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 5334, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5338, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 5345, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 5355, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5359, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 5363, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5367, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 5374, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 5384, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5388, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5392, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5396, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 5403, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 5413, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5417, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 5421, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5425, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 5432, /app/node_modules/bootstrap/dist/css/bootstrap.css */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 5442, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5446, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5450, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5458, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-body {
  padding: 15px;
}

/* line 5461, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5467, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5470, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5476, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 5483, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5490, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5494, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5499, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 5505, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 5511, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5515, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5518, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5521, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 5526, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5532, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5537, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .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 > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5544, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 5554, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 5564, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5569, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5576, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 5586, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 5596, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5602, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 5606, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5610, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 5624, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 5638, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 5648, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 5658, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5662, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-group {
  margin-bottom: 20px;
}

/* line 5665, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5669, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5672, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5675, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 5679, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5682, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5685, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-default {
  border-color: #ddd;
}

/* line 5688, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5693, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5696, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5700, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5703, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-primary {
  border-color: #337ab7;
}

/* line 5706, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5711, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 5714, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5718, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 5721, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5724, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5729, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5732, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5736, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5739, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-info {
  border-color: #bce8f1;
}

/* line 5742, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5747, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5750, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5754, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5757, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-warning {
  border-color: #faebcc;
}

/* line 5760, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5765, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5768, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5772, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5775, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5778, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5783, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5786, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5790, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5793, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5800, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 5813, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5816, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5819, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5829, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5833, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5837, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5841, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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: .2;
}

/* line 5851, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5859, /app/node_modules/bootstrap/dist/css/bootstrap.css */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* line 5866, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal-open {
  overflow: hidden;
}

/* line 5869, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5881, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 5890, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5896, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5900, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

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

/* line 5917, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5926, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5930, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5934, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5938, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal-header .close {
  margin-top: -2px;
}

/* line 5941, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5945, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5949, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5954, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5958, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5961, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5964, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5972, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 5976, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 5980, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5985, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .modal-lg {
    width: 900px;
  }
}
/* line 5989, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  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;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

/* line 6013, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 6017, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 6021, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 6025, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 6029, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 6033, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 6041, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6048, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6055, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6062, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6069, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 6076, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 6083, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6090, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6097, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6104, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  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;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

/* line 6138, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover.top {
  margin-top: -10px;
}

/* line 6141, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover.right {
  margin-left: 10px;
}

/* line 6144, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover.bottom {
  margin-top: 10px;
}

/* line 6147, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover.left {
  margin-left: -10px;
}

/* line 6150, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 6158, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover-content {
  padding: 9px 14px;
}

/* line 6161, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6170, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover > .arrow {
  border-width: 11px;
}

/* line 6173, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 6177, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 6185, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 6192, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 6200, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 6207, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6215, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 6222, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6230, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 6237, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel {
  position: relative;
}

/* line 6240, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6245, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 6252, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6257, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 6267, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 6273, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 6279, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 6287, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6292, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-inner > .active {
  left: 0;
}

/* line 6295, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6301, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-inner > .next {
  left: 100%;
}

/* line 6304, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6307, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6311, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6314, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6317, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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: .5;
}

/* line 6331, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -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;
}

/* line 6339, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -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;
}

/* line 6349, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 6357, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 6367, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6372, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6377, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 6384, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6387, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6390, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 6401, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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;
}

/* line 6413, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 6419, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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);
}

/* line 6431, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6435, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .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;
  }

  /* line 6444, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  /* line 6448, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 6452, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 6457, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 6461, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 6496, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* line 6514, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 6519, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pull-right {
  float: right !important;
}

/* line 6522, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.pull-left {
  float: left !important;
}

/* line 6525, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.hide {
  display: none !important;
}

/* line 6528, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.show {
  display: block !important;
}

/* line 6531, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.invisible {
  visibility: hidden;
}

/* line 6534, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6541, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.hidden {
  display: none !important;
}

/* line 6544, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 6550, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 6556, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.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) {
  /* line 6571, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-xs {
    display: block !important;
  }

  /* line 6574, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  table.visible-xs {
    display: table !important;
  }

  /* line 6577, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 6580, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 6586, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 6591, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 6596, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6601, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-sm {
    display: block !important;
  }

  /* line 6604, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  table.visible-sm {
    display: table !important;
  }

  /* line 6607, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 6610, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6616, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6621, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6626, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6631, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-md {
    display: block !important;
  }

  /* line 6634, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  table.visible-md {
    display: table !important;
  }

  /* line 6637, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 6640, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6646, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6651, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6656, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6661, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-lg {
    display: block !important;
  }

  /* line 6664, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  table.visible-lg {
    display: table !important;
  }

  /* line 6667, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 6670, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6676, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6681, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 6686, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 6691, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6696, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6701, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6706, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .hidden-lg {
    display: none !important;
  }
}
/* line 6710, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6714, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-print {
    display: block !important;
  }

  /* line 6717, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  table.visible-print {
    display: table !important;
  }

  /* line 6720, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 6723, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 6728, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6732, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-print-block {
    display: block !important;
  }
}
/* line 6736, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6740, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 6744, /app/node_modules/bootstrap/dist/css/bootstrap.css */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6748, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6753, /app/node_modules/bootstrap/dist/css/bootstrap.css */
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*! =======================================================
                      VERSION  9.7.0              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * 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.
 *
 * ========================================================= */
/* line 42, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 47, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

/* line 51, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

/* line 58, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

/* line 65, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

/* line 69, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

/* line 80, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 87, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

/* line 91, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

/* line 96, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

/* line 100, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

/* line 105, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

/* line 109, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

/* line 113, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

/* line 119, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

/* line 125, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

/* line 131, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

/* line 135, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0;
}

/* line 145, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

/* line 148, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

/* line 151, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

/* line 155, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

/* line 159, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

/* line 163, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

/* line 167, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

/* line 174, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}

/* line 182, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider input {
  display: none;
}

/* line 185, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider .tooltip.top {
  margin-top: -36px;
}

/* line 188, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

/* line 192, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider .hide {
  display: none;
}

/* line 195, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* line 207, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 221, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}

/* line 228, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 237, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}

/* line 253, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider-handle.round {
  border-radius: 50%;
}

/* line 256, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider-handle.triangle {
  background: transparent none;
}

/* line 259, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider-handle.custom {
  background: transparent none;
}

/* line 262, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

/* line 268, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

/* line 286, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider-tick.round {
  border-radius: 50%;
}

/* line 289, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider-tick.triangle {
  background: transparent none;
}

/* line 292, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider-tick.custom {
  background: transparent none;
}

/* line 295, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

/* line 301, /app/node_modules/bootstrap-slider/dist/css/bootstrap-slider.css */
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format("woff2"), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format("woff"), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format("truetype"), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 19, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 125, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: 	Charity Plus - Nonprofit, Crowdfunding & Charity HTML5 Template
Version:        1.0.0
Author:         themexriver
URL:            http://themeforest.net/user/themexriver
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.4  hero-slider
#0.5  footer
#0.6  popular-campaign
#0.7  help
#0.8  cta
#0.9  latest-causes
#1.0  cta-2
#1.1  volunteers
#1.2  evnets
#1.3  cta-3
#1.4  latest news
#1.5  news letter

-----------------------------------------------------------------
>>> causes grid page
-----------------------------------------------------------------
#2.0  page-title


-----------------------------------------------------------------
>>> causes list page
-----------------------------------------------------------------
#3.0  page-title
#3.1  causes list section
#3.2  urgent donation
#3.3  newsletter


-----------------------------------------------------------------
>>> causes single page
-----------------------------------------------------------------
#4.0  page-title
#4.1  causes-single-wrapper


-----------------------------------------------------------------
>>> volunteers
-----------------------------------------------------------------
#5.0  page-title
#5.1  cta-2


-----------------------------------------------------------------
>>> volunteer single page
-----------------------------------------------------------------
#6.0  page-title
#6.1  Volunteer single section


-----------------------------------------------------------------
>>> gallery 3 col page
-----------------------------------------------------------------
#7.0  page-title
#7.1  gallery-3col-content


-----------------------------------------------------------------
>>> gallery 4 col page
-----------------------------------------------------------------
#8.0  page-title
#8.1  gallery-4col-content


-----------------------------------------------------------------
>>> gallery fullwidth page
-----------------------------------------------------------------
#9.0  page-title
#9.2  gallery-fullwidth-content


-----------------------------------------------------------------
>>> event 2 col page
-----------------------------------------------------------------
#10.0  page-title
#10.1  event-2col-section


-----------------------------------------------------------------
>>> event 3 col page
-----------------------------------------------------------------
#11.0  page-title
#11.1  event-2col-section


-----------------------------------------------------------------
>>> shop page
-----------------------------------------------------------------
#12.0  page-title
#12.1  shop-main-content


-----------------------------------------------------------------
>>> shop single page
-----------------------------------------------------------------
#13.0  page-title
#13.1  shop-details-main-content


-----------------------------------------------------------------
>>> blog page
-----------------------------------------------------------------
#14.0  page-title
#14.1  blog-main-content


-----------------------------------------------------------------
>>> blog detail page
-----------------------------------------------------------------
#15.0  page-title
#15.1  blog-detail-main-content


-----------------------------------------------------------------
>>> contact page
-----------------------------------------------------------------
#16.0  page-title
#16.1  contact-main-content


-----------------------------------------------------------------
>>> about page
-----------------------------------------------------------------
#17.0  page-title
#17.1  about-details
#17.2  cta-4


-----------------------------------------------------------------
>>> event single page
-----------------------------------------------------------------
#18.0  page-title
#18.1  event-single-main-content


-----------------------------------------------------------------
>>> error 404 page
-----------------------------------------------------------------
#19.0  error-404-content
#19.1  search-something


-----------------------------------------------------------------
>>> home page style two
-----------------------------------------------------------------
#20.0  urgent-donation
#20.1  cta-4
#20.2  events-nearby


-----------------------------------------------------------------
>>> home page style three
-----------------------------------------------------------------
#21.0  urgent-donation
#21.1  cta-4
#21.2  shop slider


-----------------------------------------------------------------
>>> home page style four
-----------------------------------------------------------------
#22.0  cta-4
#22.1  important-causes
#22.2  next-event-section
#22.3  about style 2
#22.4  recent news
#22.5  fun fact
#22.6  gallery style 2
#22.7  testimonials
#22.8  partner



-----------------------------------------------------------------
>>> home page style five
-----------------------------------------------------------------
#23.0  urgent-causes
#23.1  main-banar
#23.2  cta-5
#23.3  important-causes
#23.4  events-nearby-s2
#23.5  about-st3




----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
/* line 207, /app/app/assets/stylesheets/theme.scss */
body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  /* line 216, /app/app/assets/stylesheets/theme.scss */
  body {
    font-size: 14px;
  }
}
/* line 221, /app/app/assets/stylesheets/theme.scss */
p {
  color: #828791;
  line-height: 1.8em;
}

/* line 226, /app/app/assets/stylesheets/theme.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3d424b;
  font-weight: bold;
}

/* line 235, /app/app/assets/stylesheets/theme.scss */
h1, h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

/* line 239, /app/app/assets/stylesheets/theme.scss */
ul {
  list-style-type: none !important;
  padding-left: 0;
  margin: 0;
}

/* line 245, /app/app/assets/stylesheets/theme.scss */
a:hover,
a:focus {
  text-decoration: none;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
/* line 253, /app/app/assets/stylesheets/theme.scss */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 258, /app/app/assets/stylesheets/theme.scss */
.fi:before {
  margin: 0;
}

/* line 262, /app/app/assets/stylesheets/theme.scss */
.section-padding {
  padding: 125px 0;
}

@media (max-width: 991px) {
  /* line 267, /app/app/assets/stylesheets/theme.scss */
  .section-padding {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  /* line 273, /app/app/assets/stylesheets/theme.scss */
  .section-padding {
    padding: 80px 0;
  }
}
/* line 278, /app/app/assets/stylesheets/theme.scss */
.wow {
  visibility: hidden;
}

/** for popup image ***/
/* line 283, /app/app/assets/stylesheets/theme.scss */
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

/* line 288, /app/app/assets/stylesheets/theme.scss */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 298, /app/app/assets/stylesheets/theme.scss */
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

/* line 302, /app/app/assets/stylesheets/theme.scss */
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 306, /app/app/assets/stylesheets/theme.scss */
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
/* line 312, /app/app/assets/stylesheets/theme.scss */
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

/* line 317, /app/app/assets/stylesheets/theme.scss */
.fancybox-wrap {
  z-index: 99999 !important;
}

/* line 321, /app/app/assets/stylesheets/theme.scss */
.preloader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
}

/* line 331, /app/app/assets/stylesheets/theme.scss */
.preloader .middle {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #f36e23;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* line 352, /app/app/assets/stylesheets/theme.scss */
.preloader .middle i:before {
  font-size: 45px;
}

/* line 356, /app/app/assets/stylesheets/theme.scss */
.preloader .middle:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 4px solid #cccccc;
  border-top: 4px solid #f36e23;
  border-bottom: 4px solid #f36e23;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: proloaderAnimation 0.8s linear infinite;
  animation: proloaderAnimation 0.8s linear infinite;
}

/*** proloader animation ***/
@-webkit-keyframes proloaderAnimation {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes proloaderAnimation {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 398, /app/app/assets/stylesheets/theme.scss */
.section-title {
  text-align: center;
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  /* line 404, /app/app/assets/stylesheets/theme.scss */
  .section-title {
    margin-bottom: 40px;
  }
}
/* line 409, /app/app/assets/stylesheets/theme.scss */
.section-title span {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  color: #f36e23;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 417, /app/app/assets/stylesheets/theme.scss */
  .section-title span {
    font-size: 16px;
  }
}
/* line 422, /app/app/assets/stylesheets/theme.scss */
.section-title h2 {
  font-size: 32px;
  line-height: 1em;
  color: #3d424b;
  margin: 0;
  padding: 0.28em 0 0.6em;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 433, /app/app/assets/stylesheets/theme.scss */
  .section-title h2 {
    font-size: 25px;
  }
}
/* line 438, /app/app/assets/stylesheets/theme.scss */
.section-title h2:before {
  content: "";
  background-color: #f36e23;
  width: 70px;
  height: 7px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  /* line 459, /app/app/assets/stylesheets/theme.scss */
  .section-title h2:before {
    width: 50px;
    height: 5px;
  }
}
/* line 465, /app/app/assets/stylesheets/theme.scss */
.section-title-s2 {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  /* line 471, /app/app/assets/stylesheets/theme.scss */
  .section-title-s2 {
    margin-bottom: 40px;
  }
}
/* line 476, /app/app/assets/stylesheets/theme.scss */
.section-title-s2 h2 {
  font-size: 32px;
  margin: 0;
  text-transform: capitalize;
}

/* line 482, /app/app/assets/stylesheets/theme.scss */
.section-title-s2 h2 span {
  color: #f36e23;
}

@media (max-width: 767px) {
  /* line 487, /app/app/assets/stylesheets/theme.scss */
  .section-title-s2 h2 {
    font-size: 25px;
  }
}
/* line 492, /app/app/assets/stylesheets/theme.scss */
.section-title-s3, .section-title-single-heading, .section-title-s4 {
  text-align: center;
}

@media screen and (min-width: 992px) {
  /* line 497, /app/app/assets/stylesheets/theme.scss */
  .section-title-s3, .section-title-single-heading, .section-title-s4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 503, /app/app/assets/stylesheets/theme.scss */
  .section-title-s3, .section-title-single-heading, .section-title-s4 {
    padding: 0 15px;
  }
}
/* line 508, /app/app/assets/stylesheets/theme.scss */
.section-title-s3 h2, .section-title-single-heading h2, .section-title-s4 h2 {
  font-size: 40px;
  font-weight: 900;
  color: #004468;
  margin: 0 0 0.4em;
  text-transform: capitalize;
  font-family: 'Lato', sans-serif;
}

/* line 517, /app/app/assets/stylesheets/theme.scss */
.section-title-s3 h2 span, .section-title-single-heading h2 span, .section-title-s4 h2 span {
  font-weight: bold;
}

@media (max-width: 991px) {
  /* line 522, /app/app/assets/stylesheets/theme.scss */
  .section-title-s3 h2, .section-title-single-heading h2, .section-title-s4 h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  /* line 528, /app/app/assets/stylesheets/theme.scss */
  .section-title-s3 h2, .section-title-single-heading h2, .section-title-s4 h2 {
    font-size: 28px;
  }
}
/* line 533, /app/app/assets/stylesheets/theme.scss */
.section-title-s3 p, .section-title-single-heading p, .section-title-s4 p {
  font-size: 16px;
  color: #333333;
  margin: 0 0 2.39em !important;
}

/* line 539, /app/app/assets/stylesheets/theme.scss */
.section-title-single-heading {
  margin-bottom: 35px;
}

/* line 543, /app/app/assets/stylesheets/theme.scss */
.section-title-s4 p {
  color: #828791;
  margin: 0 0 3.39em !important;
}

/* line 548, /app/app/assets/stylesheets/theme.scss */
.side-section-title h2 {
  font-size: 36px;
  margin: 0 0 1em;
  text-transform: capitalize;
}

/* line 554, /app/app/assets/stylesheets/theme.scss */
.side-section-title h2 span {
  color: #f36e23;
}

@media (max-width: 767px) {
  /* line 559, /app/app/assets/stylesheets/theme.scss */
  .side-section-title h2 {
    font-size: 25px;
  }
}
/* line 564, /app/app/assets/stylesheets/theme.scss */
.theme-btn {
  background-color: #f36e23;
  line-height: 0.66em;
  color: #fff;
  padding: 15px;
  border: 0;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

/* line 583, /app/app/assets/stylesheets/theme.scss */
.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  background-color: #f94d04;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 589, /app/app/assets/stylesheets/theme.scss */
  .theme-btn {
    padding: 12px;
    font-size: 13px;
  }
}
/* line 595, /app/app/assets/stylesheets/theme.scss */
.theme-btn-s2 {
  background-color: transparent;
  line-height: auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  padding: 11px 30px;
}

/* line 605, /app/app/assets/stylesheets/theme.scss */
.theme-btn-s2:hover {
  color: #f36e23;
  border-color: #f36e23;
}

@media (max-width: 767px) {
  /* line 611, /app/app/assets/stylesheets/theme.scss */
  .theme-btn-s2 {
    font-size: 15px;
    border: 1px solid #fff;
    padding: 7px 30px;
  }
}
/* line 618, /app/app/assets/stylesheets/theme.scss */
.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
}

/* line 628, /app/app/assets/stylesheets/theme.scss */
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #f36e23;
  -webkit-box-shadow: 0 0 5px 0 #fc824e;
  -moz-box-shadow: 0 0 5px 0 #fc824e;
  -o-box-shadow: 0 0 5px 0 #fc824e;
  -ms-box-shadow: 0 0 5px 0 #fc824e;
  box-shadow: 0 0 5px 0 #fc824e;
}

/* line 639, /app/app/assets/stylesheets/theme.scss */
.form ::-webkit-input-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #595959;
}

/* line 645, /app/app/assets/stylesheets/theme.scss */
.form :-moz-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #595959;
}

/* line 651, /app/app/assets/stylesheets/theme.scss */
.form ::-moz-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #595959;
}

/* line 657, /app/app/assets/stylesheets/theme.scss */
.form :-ms-input-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #595959;
}

/* line 663, /app/app/assets/stylesheets/theme.scss */
.form select {
  font-style: italic;
  background: url(/assets/select-icon-471a3f47ecd7f6daeb5640a16915ef897bb8e9ca03cae961029321c13a42af46.png) no-repeat 95% center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* line 674, /app/app/assets/stylesheets/theme.scss */
.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

/* line 679, /app/app/assets/stylesheets/theme.scss */
.sticky {
  width: 100% !important;
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 9999 !important;
}

@media screen and (min-width: 992px) {
  /* line 688, /app/app/assets/stylesheets/theme.scss */
  .sticky #navbar > ul > li > a {
    padding: 25px 20px;
    text-transform: uppercase;
  }
}
/* line 694, /app/app/assets/stylesheets/theme.scss */
.sticky .social-links {
  top: 23px;
}

@media (max-width: 991px) {
  /* line 699, /app/app/assets/stylesheets/theme.scss */
  .sticky .social-links {
    top: 12px;
  }
}
/* line 704, /app/app/assets/stylesheets/theme.scss */
.sticky .mini-cart-wrapper {
  top: 18px;
}

@media (max-width: 991px) {
  /* line 709, /app/app/assets/stylesheets/theme.scss */
  .sticky .mini-cart-wrapper {
    top: 8px;
  }
}
/* line 714, /app/app/assets/stylesheets/theme.scss */
.sticky .mini-cart-wrapper .mini-cart {
  top: 48px !important;
}

@media (max-width: 991px) {
  /* line 719, /app/app/assets/stylesheets/theme.scss */
  .sticky .mini-cart-wrapper .mini-cart {
    top: 38px !important;
  }
}
/*** header style tow ***/
/* line 725, /app/app/assets/stylesheets/theme.scss */
.header-style-two .sticky .navbar-brand {
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  /* line 732, /app/app/assets/stylesheets/theme.scss */
  .header-style-two .sticky .navbar-brand {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 739, /app/app/assets/stylesheets/theme.scss */
.header-style-two .sticky .navbar-brand img {
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
  -o-transform: scale3d(0.8, 0.8, 1);
  -ms-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

@media (max-width: 767px) {
  /* line 748, /app/app/assets/stylesheets/theme.scss */
  .header-style-two .sticky .navbar-brand img {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media (max-width: 991px) {
  /* line 758, /app/app/assets/stylesheets/theme.scss */
  .header-style-two .sticky .social-links-mini-cart {
    top: 21px;
  }
}
@media (max-width: 767px) {
  /* line 764, /app/app/assets/stylesheets/theme.scss */
  .header-style-two .sticky .social-links-mini-cart {
    top: 13px;
  }
}
/* line 769, /app/app/assets/stylesheets/theme.scss */
.header-style-two .sticky .navbar-header button {
  top: 17px;
}

@media (max-width: 767px) {
  /* line 774, /app/app/assets/stylesheets/theme.scss */
  .header-style-two .sticky .navbar-header button {
    top: 15px;
  }
}
/*** header style four ***/
@media screen and (min-width: 992px) {
  /* line 781, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .sticky #navbar > ul > li > a, .header-style-five .sticky #navbar > ul > li > a {
    font-weight: bold;
    color: gray;
    padding: 25px 30px 25px 25px;
  }
}
@media screen and (min-width: 992px) {
  /* line 789, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .sticky .social-links-mini-cart, .header-style-five .sticky .social-links-mini-cart {
    top: 5px;
  }
}
/*** header style five ***/
@media screen and (min-width: 992px) {
  /* line 796, /app/app/assets/stylesheets/theme.scss */
  .header-style-five .sticky .navbar-brand {
    margin-top: 7px;
  }

  /* line 799, /app/app/assets/stylesheets/theme.scss */
  .header-style-five .sticky .navbar-brand img {
    width: unset;
  }
}
@media (max-width: 1199px) {
  /* line 806, /app/app/assets/stylesheets/theme.scss */
  .header-style-five .sticky #navbar > ul > li > a {
    padding: 22px 27px 22px 15px;
  }
}
/* line 811, /app/app/assets/stylesheets/theme.scss */
.social-links {
  overflow: hidden;
}

/* line 815, /app/app/assets/stylesheets/theme.scss */
.social-links li {
  float: left;
  margin-right: 24px;
}

/* line 820, /app/app/assets/stylesheets/theme.scss */
.social-links li a {
  color: #a9b0be;
  text-align: center;
}

/* line 825, /app/app/assets/stylesheets/theme.scss */
.social-links li a:hover {
  color: #f36e23;
}

@media (max-width: 400px) {
  /* line 830, /app/app/assets/stylesheets/theme.scss */
  .volunteers-grid > .col {
    width: 95%;
    margin: 0 0 0 2.3%;
  }
}
/* line 836, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .box {
  position: relative;
}

/* line 840, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .box:hover .hover-text {
  opacity: 1;
}

/* line 844, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .box:hover .hover-text > div {
  bottom: 0;
  opacity: 1;
}

/* line 849, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .hover-text {
  background-color: rgba(61, 66, 75, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 866, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .hover-text > div {
  width: 100%;
  position: absolute;
  bottom: -20%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 878, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .hover-text h4,
.volunteers-grid .hover-text a {
  color: #fff;
}

/* line 883, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .hover-text h4 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  overflow-wrap: normal;
  max-width: 95%;
}

@media (max-width: 767px) {
  /* line 892, /app/app/assets/stylesheets/theme.scss */
  .volunteers-grid .hover-text h4 {
    font-size: 16px;
  }
}
/* line 897, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .hover-text span {
  display: block;
  font-size: 14px;
  color: #f36e23;
  margin-bottom: 1em;
}

/* line 904, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .hover-text .social-links {
  top: 0;
}

/* line 908, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .hover-text .social-links li {
  width: 33.33%;
  margin: 0;
  padding: 0;
}

/* line 914, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .hover-text .social-links li:first-child a {
  background-color: #00529c;
}

/* line 918, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .hover-text .social-links li:first-child a:hover {
  background-color: #004583;
}

/* line 922, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .hover-text .social-links li:nth-child(2) a {
  background-color: #00acee;
}

/* line 926, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .hover-text .social-links li:nth-child(2) a:hover {
  background-color: #009ad5;
}

/* line 930, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .hover-text .social-links li:last-child a {
  background-color: #0071ad;
  border-right: 0;
}

/* line 935, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .hover-text .social-links li:last-child a:hover {
  background-color: #006094;
}

/* line 939, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .hover-text .social-links a {
  padding: 0;
  display: block;
  font-size: 34px;
  padding: 12px 0;
  border-right: 1px solid #3d424b;
}

@media (max-width: 767px) {
  /* line 948, /app/app/assets/stylesheets/theme.scss */
  .volunteers-grid .hover-text .social-links a {
    font-size: 20px;
  }
}
/* line 953, /app/app/assets/stylesheets/theme.scss */
.volunteers-grid .hover-text .social-links a:hover {
  color: #fff;
}

/* line 957, /app/app/assets/stylesheets/theme.scss */
.blog-grid img {
  width: auto !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* line 966, /app/app/assets/stylesheets/theme.scss */
.blog-grid a:hover,
.blog-grid a:focus {
  text-decoration: none;
  color: #f36e23;
}

/* line 972, /app/app/assets/stylesheets/theme.scss */
.blog-grid h3 {
  font-size: 18px;
  margin: 0 0 0.5em;
}

/* line 977, /app/app/assets/stylesheets/theme.scss */
.blog-grid h3 a {
  color: #3d424b;
}

@media (max-width: 767px) {
  /* line 982, /app/app/assets/stylesheets/theme.scss */
  .blog-grid h3 {
    font-size: 17px;
  }
}
/* line 987, /app/app/assets/stylesheets/theme.scss */
.blog-grid .post .entry-media {
  text-align: center;
}

/* line 991, /app/app/assets/stylesheets/theme.scss */
.blog-grid .post .entry-media img {
  display: inline-block;
}

/* line 995, /app/app/assets/stylesheets/theme.scss */
.blog-grid .post .entry-body {
  padding: 20px;
  -webkit-box-shadow: 0 0 25px 0 #dbdbdb;
  -moz-box-shadow: 0 0 25px 0 #dbdbdb;
  -o-box-shadow: 0 0 25px 0 #dbdbdb;
  -ms-box-shadow: 0 0 25px 0 #dbdbdb;
  box-shadow: 0 0 25px 0 #dbdbdb;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

@media (max-width: 767px) {
  /* line 1010, /app/app/assets/stylesheets/theme.scss */
  .blog-grid .post .entry-body {
    padding: 15px;
  }
}
/* line 1015, /app/app/assets/stylesheets/theme.scss */
.blog-grid .post .entry-date-author ul {
  margin-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 1021, /app/app/assets/stylesheets/theme.scss */
  .blog-grid .post .entry-date-author ul {
    margin-bottom: 20px;
  }
}
/* line 1026, /app/app/assets/stylesheets/theme.scss */
.blog-grid .post .entry-date-author ul li {
  font-size: 13px;
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  position: relative;
}

/* line 1034, /app/app/assets/stylesheets/theme.scss */
.blog-grid .post .entry-date-author ul li a {
  color: #999999;
}

/* line 1038, /app/app/assets/stylesheets/theme.scss */
.blog-grid .post .entry-date-author ul li a:hover {
  color: #f36e23;
}

/* line 1042, /app/app/assets/stylesheets/theme.scss */
.blog-grid .post .entry-date-author ul li:after {
  content: "/";
  color: #999999;
  position: absolute;
  right: -2px;
  top: 0;
}

/* line 1050, /app/app/assets/stylesheets/theme.scss */
.blog-grid .post .entry-date-author ul li:last-child:after {
  display: none;
}

/* line 1054, /app/app/assets/stylesheets/theme.scss */
.blog-grid .post .read-more a {
  font-size: 16px;
  color: #f36e23;
}

/* line 1059, /app/app/assets/stylesheets/theme.scss */
.blog-grid .post .read-more a:hover {
  color: #e04504;
}

@media (max-width: 767px) {
  /* line 1064, /app/app/assets/stylesheets/theme.scss */
  .blog-grid .post .read-more a {
    font-size: 14px;
  }
}
/* line 1069, /app/app/assets/stylesheets/theme.scss */
.page-title {
  text-align: center;
  position: relative;
}

/* line 1074, /app/app/assets/stylesheets/theme.scss */
.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

/* line 1085, /app/app/assets/stylesheets/theme.scss */
.page-title .page-title-bg {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

/* line 1096, /app/app/assets/stylesheets/theme.scss */
.page-title > .container {
  position: relative;
  height: 390px;
  z-index: 100;
}

@media (max-width: 991px) {
  /* line 1103, /app/app/assets/stylesheets/theme.scss */
  .page-title > .container {
    height: 320px;
  }
}
/* line 1108, /app/app/assets/stylesheets/theme.scss */
.page-title .title-box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 1120, /app/app/assets/stylesheets/theme.scss */
.page-title .title-box h1 {
  font-size: 50px;
  color: #f36e23;
  margin: 0 0 0.25em;
  text-transform: uppercase;
}

/* line 1127, /app/app/assets/stylesheets/theme.scss */
.page-title .title-box h1 span {
  color: #fff;
}

@media (max-width: 991px) {
  /* line 1132, /app/app/assets/stylesheets/theme.scss */
  .page-title .title-box h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  /* line 1138, /app/app/assets/stylesheets/theme.scss */
  .page-title .title-box h1 {
    font-size: 30px;
  }
}
/* line 1143, /app/app/assets/stylesheets/theme.scss */
.page-title .title-box ol {
  background: transparent;
  padding: 0;
  margin: 0;
}

/* line 1149, /app/app/assets/stylesheets/theme.scss */
.page-title .title-box ol li,
.page-title .title-box ol a {
  color: #a9b0be;
  font-size: 18px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  /* line 1157, /app/app/assets/stylesheets/theme.scss */
  .page-title .title-box ol li,
  .page-title .title-box ol a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /* line 1164, /app/app/assets/stylesheets/theme.scss */
  .page-title .title-box ol li,
  .page-title .title-box ol a {
    font-size: 15px;
  }
}
/* line 1170, /app/app/assets/stylesheets/theme.scss */
.page-title .title-box ol a:hover {
  text-decoration: none;
  color: #f36e23;
}

/* line 1175, /app/app/assets/stylesheets/theme.scss */
.causes-list-box {
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 5px #e6e6e6;
  -moz-box-shadow: 0 0 15px 5px #e6e6e6;
  -o-box-shadow: 0 0 15px 5px #e6e6e6;
  -ms-box-shadow: 0 0 15px 5px #e6e6e6;
  box-shadow: 0 0 15px 5px #e6e6e6;
}

@media (max-width: 767px) {
  /* line 1185, /app/app/assets/stylesheets/theme.scss */
  .causes-list-box {
    padding: 15px;
  }
}
/* line 1190, /app/app/assets/stylesheets/theme.scss */
.causes-list-box .img-holder {
  width: 45%;
  float: left;
}

/* line 1195, /app/app/assets/stylesheets/theme.scss */
.causes-list-box .details,
.causes-list-box > .title {
  width: 55%;
  float: right;
  padding: 45px 90px 45px 40px;
}

@media (max-width: 1199px) {
  /* line 1203, /app/app/assets/stylesheets/theme.scss */
  .causes-list-box .details,
  .causes-list-box > .title {
    padding: 30px 20px 30px 30px;
  }
}
@media (max-width: 767px) {
  /* line 1210, /app/app/assets/stylesheets/theme.scss */
  .causes-list-box .details,
  .causes-list-box > .title {
    padding: 30px 0 10px 0;
  }
}
/* line 1216, /app/app/assets/stylesheets/theme.scss */
.causes-list-box .details h3,
.causes-list-box > .title h3 {
  font-size: 27px;
  margin: 0 0 0.9em;
}

@media (max-width: 1199px) {
  /* line 1223, /app/app/assets/stylesheets/theme.scss */
  .causes-list-box .details h3,
  .causes-list-box > .title h3 {
    font-size: 22px;
  }
}
/* line 1229, /app/app/assets/stylesheets/theme.scss */
.causes-list-box .details .progress,
.causes-list-box > .title .progress {
  background-color: #3d424b;
  max-width: 300px;
  height: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/* line 1241, /app/app/assets/stylesheets/theme.scss */
.causes-list-box .details .progress .progress-bar,
.causes-list-box > .title .progress .progress-bar {
  background-color: #f36e23;
  line-height: 13px;
  font-size: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/* line 1253, /app/app/assets/stylesheets/theme.scss */
.causes-list-box .details h4,
.causes-list-box > .title h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 1.47em;
}

@media (max-width: 1199px) {
  /* line 1261, /app/app/assets/stylesheets/theme.scss */
  .causes-list-box .details h4,
  .causes-list-box > .title h4 {
    font-size: 15px;
  }
}
/* line 1267, /app/app/assets/stylesheets/theme.scss */
.causes-list-box .details h4 span,
.causes-list-box > .title h4 span {
  color: #f36e23;
}

/* line 1272, /app/app/assets/stylesheets/theme.scss */
.causes-list-box .details p,
.causes-list-box > .title p {
  color: #9da1a9;
  margin: 0 0 1.5em;
}

/* line 1278, /app/app/assets/stylesheets/theme.scss */
.causes-list-box .details .theme-btn,
.causes-list-box > .title .theme-btn {
  font-weight: bold;
  padding: 17px 30px;
}

@media (max-width: 1199px) {
  /* line 1285, /app/app/assets/stylesheets/theme.scss */
  .causes-list-box .details .theme-btn,
  .causes-list-box > .title .theme-btn {
    padding: 14px 27px;
  }
}
@media (max-width: 767px) {
  /* line 1292, /app/app/assets/stylesheets/theme.scss */
  .causes-list-box .img-holder,
  .causes-list-box .details {
    width: 100%;
    float: none;
  }
}
/* line 1299, /app/app/assets/stylesheets/theme.scss */
.sidebar .widget {
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  /* line 1304, /app/app/assets/stylesheets/theme.scss */
  .sidebar .widget {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  /* line 1310, /app/app/assets/stylesheets/theme.scss */
  .sidebar .widget {
    margin-bottom: 45px;
  }
}
/* line 1315, /app/app/assets/stylesheets/theme.scss */
.sidebar .widget:last-child {
  margin-bottom: 0;
}

/* line 1319, /app/app/assets/stylesheets/theme.scss */
.sidebar .widget a {
  color: #3d424b;
}

/* line 1323, /app/app/assets/stylesheets/theme.scss */
.sidebar .widget a:hover,
.sidebar .widget a:focus {
  text-decoration: none;
  color: #f36e23;
}

/* line 1329, /app/app/assets/stylesheets/theme.scss */
.sidebar .widget > div {
  margin-bottom: 25px;
}

/* line 1333, /app/app/assets/stylesheets/theme.scss */
.sidebar .widget > div:last-child {
  margin-bottom: 0;
}

/* line 1337, /app/app/assets/stylesheets/theme.scss */
.sidebar .widget h3 {
  font-size: 22px;
  margin: 0 0 1em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 1344, /app/app/assets/stylesheets/theme.scss */
  .sidebar .widget h3 {
    font-size: 20px;
  }
}
/* line 1349, /app/app/assets/stylesheets/theme.scss */
.sidebar .widget h4 {
  font-size: 16px;
  margin: 0 0 0.2em;
}

@media (max-width: 767px) {
  /* line 1355, /app/app/assets/stylesheets/theme.scss */
  .sidebar .widget h4 {
    font-size: 15px;
  }
}
/* line 1360, /app/app/assets/stylesheets/theme.scss */
.sidebar .widget h4 a {
  color: #545b67;
}

/* line 1364, /app/app/assets/stylesheets/theme.scss */
.sidebar .widget .date,
.sidebar .widget .remaing-date {
  font-size: 14px;
  color: gray;
  margin: 0;
}

/* line 1371, /app/app/assets/stylesheets/theme.scss */
.sidebar .search-widget form div {
  position: relative;
}

/* line 1375, /app/app/assets/stylesheets/theme.scss */
.sidebar .search-widget form div ::-webkit-input-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #f36e23;
}

/* line 1381, /app/app/assets/stylesheets/theme.scss */
.sidebar .search-widget form div :-moz-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #f36e23;
}

/* line 1387, /app/app/assets/stylesheets/theme.scss */
.sidebar .search-widget form div ::-moz-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #f36e23;
}

/* line 1393, /app/app/assets/stylesheets/theme.scss */
.sidebar .search-widget form div :-ms-input-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #f36e23;
}

/* line 1399, /app/app/assets/stylesheets/theme.scss */
.sidebar .search-widget form div input {
  height: auto;
  color: #f36e23;
  padding: 7px 45px 7px 25px;
  border-color: #cccccc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

/* line 1411, /app/app/assets/stylesheets/theme.scss */
.sidebar .search-widget form div input:focus {
  border-color: #f36e23;
  box-shadow: none;
}

/* line 1416, /app/app/assets/stylesheets/theme.scss */
.sidebar .search-widget form div .btn {
  background: transparent;
  color: #f36e23;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1424, /app/app/assets/stylesheets/theme.scss */
.sidebar .search-widget form div .btn:hover,
.sidebar .search-widget form div .btn:focus {
  outline: none;
  border: 0;
  box-shadow: 0;
}

/* line 1431, /app/app/assets/stylesheets/theme.scss */
.share {
  padding-bottom: 10px;
}

/* line 1435, /app/app/assets/stylesheets/theme.scss */
.share > ul,
.share > span {
  display: inline-block;
}

/* line 1440, /app/app/assets/stylesheets/theme.scss */
.share span {
  font-size: 18px;
  font-weight: bold;
  color: #3d424b;
  text-transform: uppercase;
  margin-right: 25px;
}

/* line 1448, /app/app/assets/stylesheets/theme.scss */
.share ul {
  position: relative;
  top: 10px;
  overflow: hidden;
}

/* line 1454, /app/app/assets/stylesheets/theme.scss */
.share ul li {
  background-color: #00529c;
  width: 30px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-right: 12px;
  opacity: 0.9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 1474, /app/app/assets/stylesheets/theme.scss */
.share ul li:hover {
  opacity: 1;
}

/* line 1478, /app/app/assets/stylesheets/theme.scss */
.share ul li:nth-child(2) {
  background-color: #00acee;
}

/* line 1482, /app/app/assets/stylesheets/theme.scss */
.share ul li:nth-child(3) {
  background-color: #d84d31;
}

/* line 1486, /app/app/assets/stylesheets/theme.scss */
.share ul li:last-child {
  background-color: #0071ad;
  margin-right: 0;
}

/* line 1491, /app/app/assets/stylesheets/theme.scss */
.share ul li a {
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

/*******************
	pagination
********************/
/* line 1501, /app/app/assets/stylesheets/theme.scss */
.pagination-wrapper {
  text-align: center;
}

/* line 1505, /app/app/assets/stylesheets/theme.scss */
.pagination-wrapper > ul {
  display: inline-block;
  overflow: hidden;
  padding: 5px;
}

/* line 1511, /app/app/assets/stylesheets/theme.scss */
.pagination-wrapper > ul > li {
  text-align: center;
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  /* line 1518, /app/app/assets/stylesheets/theme.scss */
  .pagination-wrapper > ul > li {
    margin-right: 7px;
  }
}
/* line 1523, /app/app/assets/stylesheets/theme.scss */
.pagination-wrapper > ul > li:last-child {
  margin-right: 0;
}

/* line 1527, /app/app/assets/stylesheets/theme.scss */
.pagination-wrapper > ul > li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-size: 18px;
  color: gray;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 1px #e6e6e6;
  -moz-box-shadow: 0 0 5px 1px #e6e6e6;
  -o-box-shadow: 0 0 5px 1px #e6e6e6;
  -ms-box-shadow: 0 0 5px 1px #e6e6e6;
  box-shadow: 0 0 5px 1px #e6e6e6;
}

@media (max-width: 767px) {
  /* line 1548, /app/app/assets/stylesheets/theme.scss */
  .pagination-wrapper > ul > li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
  }
}
/* line 1556, /app/app/assets/stylesheets/theme.scss */
.pagination-wrapper > ul > li a:hover {
  text-decoration: none;
  background-color: #f36e23;
  color: #fff;
  border-color: #f36e23;
}

/***********************
	gallery grid
***********************/
/* line 1566, /app/app/assets/stylesheets/theme.scss */
.gallery a:hover,
.gallery a:focus {
  text-decoration: none !important;
}

/* line 1571, /app/app/assets/stylesheets/theme.scss */
.gallery .gallery-filters {
  text-align: center;
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  /* line 1577, /app/app/assets/stylesheets/theme.scss */
  .gallery .gallery-filters {
    margin-bottom: 25px;
  }
}
/* line 1582, /app/app/assets/stylesheets/theme.scss */
.gallery .gallery-filters ul {
  display: inline-block;
  overflow: hidden;
  margin-top: -5px;
}

/* line 1588, /app/app/assets/stylesheets/theme.scss */
.gallery .gallery-filters ul li {
  float: left;
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}

@media (max-width: 991px) {
  /* line 1596, /app/app/assets/stylesheets/theme.scss */
  .gallery .gallery-filters ul li {
    margin-right: 10px;
    padding-right: 10px;
  }
}
/* line 1602, /app/app/assets/stylesheets/theme.scss */
.gallery .gallery-filters ul li:after {
  content: "/";
  color: #b3b3b3;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  /* line 1613, /app/app/assets/stylesheets/theme.scss */
  .gallery .gallery-filters ul li:after {
    font-size: 14px;
  }
}
/* line 1618, /app/app/assets/stylesheets/theme.scss */
.gallery .gallery-filters ul li:last-child {
  margin: 0;
  padding: 0;
}

/* line 1623, /app/app/assets/stylesheets/theme.scss */
.gallery .gallery-filters ul li:last-child:after {
  display: none;
}

/* line 1627, /app/app/assets/stylesheets/theme.scss */
.gallery .gallery-filters ul li a {
  font-size: 17px;
  font-weight: bold;
  color: #b3b3b3;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  /* line 1636, /app/app/assets/stylesheets/theme.scss */
  .gallery .gallery-filters ul li a {
    font-size: 14px;
  }
}
/* line 1641, /app/app/assets/stylesheets/theme.scss */
.gallery .gallery-filters ul li a:hover,
.gallery .gallery-filters ul li .current {
  color: #f36e23;
}

/* line 1646, /app/app/assets/stylesheets/theme.scss */
.gallery .gallery-container {
  overlay: hidden;
}

/* line 1650, /app/app/assets/stylesheets/theme.scss */
.gallery .gallery-container .box > a {
  display: block;
  position: relative;
}

/* line 1655, /app/app/assets/stylesheets/theme.scss */
.gallery .gallery-container .box > a:before {
  content: "";
  opacity: 0;
  background-color: rgba(251, 94, 28, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -moz-transform: scale3d(0.5, 0.5, 1);
  -o-transform: scale3d(0.5, 0.5, 1);
  -ms-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 1676, /app/app/assets/stylesheets/theme.scss */
.gallery .gallery-container .box > a:after {
  font-family: "FontAwesome";
  content: "\f00e";
  font-size: 22px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

/* line 1692, /app/app/assets/stylesheets/theme.scss */
.gallery .gallery-container .box > a:hover:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 1701, /app/app/assets/stylesheets/theme.scss */
.gallery .gallery-container .box > a:hover:after {
  opacity: 1;
}

/* line 1705, /app/app/assets/stylesheets/theme.scss */
.event-grid-wrapper {
  overflow: hidden;
}

/* line 1709, /app/app/assets/stylesheets/theme.scss */
.event-grid-wrapper .event-box {
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 #bfbfbf;
  -moz-box-shadow: 0 0 15px 0 #bfbfbf;
  -o-box-shadow: 0 0 15px 0 #bfbfbf;
  -ms-box-shadow: 0 0 15px 0 #bfbfbf;
  box-shadow: 0 0 15px 0 #bfbfbf;
}

/* line 1718, /app/app/assets/stylesheets/theme.scss */
.event-grid-wrapper .event-box img {
  display: inline-block;
}

/* line 1722, /app/app/assets/stylesheets/theme.scss */
.event-grid-wrapper .event-box .event-details {
  padding: 28px 0 35px;
}

/* line 1726, /app/app/assets/stylesheets/theme.scss */
.event-grid-wrapper .event-box .event-details .date {
  background-color: #f36e23;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 1737, /app/app/assets/stylesheets/theme.scss */
  .event-grid-wrapper .event-box .event-details .date {
    font-size: 12px;
    padding-top: 3px;
  }
}
/* line 1743, /app/app/assets/stylesheets/theme.scss */
.event-grid-wrapper .event-box .event-details h3 {
  font-size: 20px;
  margin: 0.9em 0 0.13em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 1750, /app/app/assets/stylesheets/theme.scss */
  .event-grid-wrapper .event-box .event-details h3 {
    font-size: 18px;
  }
}
/* line 1755, /app/app/assets/stylesheets/theme.scss */
.event-grid-wrapper .event-box .event-details h3 a {
  color: #3d424b;
}

/* line 1759, /app/app/assets/stylesheets/theme.scss */
.event-grid-wrapper .event-box .event-details h3 a:hover {
  color: #f36e23;
}

/* line 1763, /app/app/assets/stylesheets/theme.scss */
.event-grid-wrapper .event-box .event-details .location {
  display: block;
  font-weight: bold;
  color: #a6a6a6;
  margin-bottom: 1.5em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 1772, /app/app/assets/stylesheets/theme.scss */
  .event-grid-wrapper .event-box .event-details .location {
    font-size: 14px;
  }
}
/* line 1777, /app/app/assets/stylesheets/theme.scss */
.event-grid-wrapper .event-box .event-details .location i {
  color: #f36e23;
}

/* line 1781, /app/app/assets/stylesheets/theme.scss */
.event-grid-wrapper .event-box .event-details .btn {
  font-size: 16px;
  font-weight: bold;
  color: #f36e23;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 1789, /app/app/assets/stylesheets/theme.scss */
  .event-grid-wrapper .event-box .event-details .btn {
    font-size: 15px;
  }
}
/* line 1794, /app/app/assets/stylesheets/theme.scss */
.event-grid-wrapper .event-box .event-details .btn:hover {
  color: #e04504;
}

/*** shop sidebar ***/
/* line 1799, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar {
  /*** range filtering ***/
}

/* line 1803, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .widget {
  margin-bottom: 65px;
}

/* line 1807, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .widget:last-child {
  margin-bottom: 0;
}

/* line 1811, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .widget h3 {
  font-size: 20px;
  margin: 0 0 1.7em;
  padding-bottom: 0.6em;
  text-transform: uppercase;
  position: relative;
}

/* line 1819, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .widget h3:before {
  content: "";
  background-color: #f36e23;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  /* line 1830, /app/app/assets/stylesheets/theme.scss */
  .shop-sidebar .widget h3 {
    font-size: 18px;
  }
}
/* line 1835, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .widget > ul li {
  font-size: 14px;
}

/* line 1839, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .widget > ul li:first-child a {
  padding-top: 0;
}

/* line 1843, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .widget > ul li:last-child a {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 1848, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .widget > ul li a {
  display: block;
  font-weight: bold;
  color: #333333;
  padding: 9px 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

/* line 1857, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .widget > ul li a:hover,
.shop-sidebar .widget > ul li a:hover .badge {
  color: #f36e23;
}

/* line 1862, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .widget > ul li a i {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1873, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .widget > ul li a .badge {
  color: #333333;
  background: transparent;
  position: absolute;
  right: 7px;
}

/* line 1880, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .widget > ul li a .badge:before {
  content: "(";
  position: absolute;
  left: 0;
}

/* line 1886, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .widget > ul li a .badge:after {
  content: ")";
  position: absolute;
  right: 0;
}

/* line 1892, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .filter-price-widget .slider.slider-horizontal {
  width: 100%;
}

/* line 1896, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .filter-price-widget .slider.slider-horizontal .slider-track {
  background: #d9d9d9 !important;
  height: 2px;
  margin: 0;
}

/* line 1902, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .filter-price-widget .slider.slider-horizontal .slider-track .slider-selection {
  background: #404040 !important;
}

/* line 1906, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .filter-price-widget .slider.slider-horizontal .slider-handle {
  background: #f36e23;
  width: 14px;
  height: 14px;
  top: 3px;
}

/* line 1913, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .filter-price-widget .value {
  overflow: hidden;
  margin-top: 17px;
}

/* line 1918, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .filter-price-widget .value > div {
  display: inline-block;
  float: left;
}

/* line 1923, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .filter-price-widget .price {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  line-height: 30px;
  float: right !important;
}

/* line 1931, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .filter-price-widget .price #min-value,
.shop-sidebar .filter-price-widget .price #max-value {
  color: #000;
}

/* line 1936, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .filter-price-widget .price #max-value {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

/* line 1942, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .filter-price-widget .price #max-value:before {
  content: "";
  border-bottom: 1px solid #000;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1957, /app/app/assets/stylesheets/theme.scss */
.shop-sidebar .filter-price-widget .theme-btn {
  font-size: 13px;
  font-weight: bold;
  padding: 11px 17px;
  text-transform: uppercase;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

/*** shop grid ***/
/* line 1970, /app/app/assets/stylesheets/theme.scss */
.shop-content {
  overflow: hidden;
  margin-right: -25px;
  margin-left: -5px;
}

/* line 1976, /app/app/assets/stylesheets/theme.scss */
.shop-content .grid {
  width: 33.33%;
  float: left;
  padding: 0 25px 30px 5px;
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  /* line 1984, /app/app/assets/stylesheets/theme.scss */
  .shop-content .grid {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 1990, /app/app/assets/stylesheets/theme.scss */
  .shop-content .grid {
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  /* line 1996, /app/app/assets/stylesheets/theme.scss */
  .shop-content .grid {
    width: 100%;
    float: none;
  }
}
/* line 2002, /app/app/assets/stylesheets/theme.scss */
.shop-content .grid .img-holder {
  text-align: center;
}

/* line 2006, /app/app/assets/stylesheets/theme.scss */
.shop-content .grid .img-holder img {
  display: inline-block;
}

/* line 2010, /app/app/assets/stylesheets/theme.scss */
.shop-content .grid .details {
  position: relative;
  padding: 15px 22px 19px;
  -webkit-box-shadow: 0 0 15px 1px #cccccc;
  -moz-box-shadow: 0 0 15px 1px #cccccc;
  -o-box-shadow: 0 0 15px 1px #cccccc;
  -ms-box-shadow: 0 0 15px 1px #cccccc;
  box-shadow: 0 0 15px 1px #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 2030, /app/app/assets/stylesheets/theme.scss */
.shop-content .grid h3 {
  font-size: 18px;
  margin: 0 0 0.8em;
  text-transform: capitalize;
}

/* line 2036, /app/app/assets/stylesheets/theme.scss */
.shop-content .grid h3 a {
  color: #3d424b;
}

@media (max-width: 991px) {
  /* line 2041, /app/app/assets/stylesheets/theme.scss */
  .shop-content .grid h3 {
    font-size: 16px;
  }
}
/* line 2046, /app/app/assets/stylesheets/theme.scss */
.shop-content .grid .add-to-cart {
  color: #f36e23;
  font-weight: bold;
}

/* line 2051, /app/app/assets/stylesheets/theme.scss */
.shop-content .grid .price {
  background-color: #f36e23;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  padding-top: 18px;
  right: -8px;
  bottom: -30px;
}

/* line 2068, /app/app/assets/stylesheets/theme.scss */
.shop-content .grid .price > span {
  width: 100%;
  text-align: center;
  font-size: 18px;
  display: block;
}

/* line 2075, /app/app/assets/stylesheets/theme.scss */
.shop-content .grid .price .old-price {
  font-size: 12px;
  text-decoration: line-through;
  margin-top: -8px;
}

/* line 2081, /app/app/assets/stylesheets/theme.scss */
.shop-content .grid .box:hover .details {
  background-color: #f36e23;
}

/* line 2085, /app/app/assets/stylesheets/theme.scss */
.shop-content .grid .box:hover .details h3 a {
  color: #fff;
}

/* line 2089, /app/app/assets/stylesheets/theme.scss */
.shop-content .grid .box:hover .details .add-to-cart {
  color: #3d424b;
}

/* line 2093, /app/app/assets/stylesheets/theme.scss */
.shop-content .grid .box:hover .details .price {
  background-color: #fff;
  color: #f36e23;
  -webkit-box-shadow: 0 0 2px 0 #b3b3b3;
  -moz-box-shadow: 0 0 2px 0 #b3b3b3;
  -o-box-shadow: 0 0 2px 0 #b3b3b3;
  -ms-box-shadow: 0 0 2px 0 #b3b3b3;
  box-shadow: 0 0 2px 0 #b3b3b3;
}

/*** important causes grid ***/
/* line 2104, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid {
  position: relative;
  padding: 112px 75px 28px 28px;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 2111, /app/app/assets/stylesheets/theme.scss */
  .important-causes-content .grid {
    padding: 112px 25px 28px 28px;
  }
}
/* line 2116, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid:hover .causes-info {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* line 2122, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 2132, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid > div {
  position: relative;
}

/* line 2136, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid .time-count,
.important-causes-content .grid h3 {
  color: #fff;
}

/* line 2141, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid .time-count {
  background-color: #f36e23;
  font-size: 15px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  /* line 2150, /app/app/assets/stylesheets/theme.scss */
  .important-causes-content .grid .time-count {
    font-size: 13px;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 10px;
  }
}
/* line 2158, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid h3 {
  font-size: 20px;
  line-height: 1.3em;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 2166, /app/app/assets/stylesheets/theme.scss */
  .important-causes-content .grid h3 {
    font-size: 16px;
  }
}
/* line 2171, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid .causes-info {
  background-color: rgba(251, 94, 28, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 2187, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid .causes-info .btn {
  background-color: #fff;
  width: 120px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  font-weight: bold;
  color: #f36e23;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  /* line 2207, /app/app/assets/stylesheets/theme.scss */
  .important-causes-content .grid .causes-info .btn {
    font-size: 14px;
    width: 100px;
    height: 28px;
    line-height: 28px;
  }
}
/* line 2215, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid .causes-info .meter3 {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 2227, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid .causes-info .goal,
.important-causes-content .grid .causes-info .raised {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 2239, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid .causes-info .goal {
  left: 45px;
}

@media (max-width: 1199px) {
  /* line 2244, /app/app/assets/stylesheets/theme.scss */
  .important-causes-content .grid .causes-info .goal {
    left: 25px;
  }
}
@media (max-width: 767px) {
  /* line 2250, /app/app/assets/stylesheets/theme.scss */
  .important-causes-content .grid .causes-info .goal {
    left: 10px;
  }
}
/* line 2255, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid .causes-info .raised {
  right: 45px;
}

@media (max-width: 1199px) {
  /* line 2260, /app/app/assets/stylesheets/theme.scss */
  .important-causes-content .grid .causes-info .raised {
    right: 25px;
  }
}
@media (max-width: 767px) {
  /* line 2266, /app/app/assets/stylesheets/theme.scss */
  .important-causes-content .grid .causes-info .raised {
    right: 10px;
  }
}
/* line 2271, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid .causes-info .goal span,
.important-causes-content .grid .causes-info .raised span {
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
}

/* line 2278, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid .causes-info .goal h4,
.important-causes-content .grid .causes-info .raised h4 {
  font-size: 16px;
  color: #000;
  margin: 0;
}

/* line 2285, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid .meter3 {
  position: relative;
}

/* line 2289, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid .meter3 span,
.important-causes-content .grid .meter3 p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 2301, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid .meter3 span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  top: 40%;
}

/* line 2308, /app/app/assets/stylesheets/theme.scss */
.important-causes-content .grid .meter3 p {
  font-size: 14px;
  color: #fff;
  top: 55%;
}

/*--------------------------------------------------------------
#0.3    header
--------------------------------------------------------------*/
/* line 2317, /app/app/assets/stylesheets/theme.scss */
header {
  background: #15181d;
  /*******************
		topbar
	********************/
  /*******************
		navigation
	********************/
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

/* line 2330, /app/app/assets/stylesheets/theme.scss */
header .top-bar {
  padding: 30px 0 20px;
  border-bottom: 1px solid #0a0c0e;
}

@media (max-width: 767px) {
  /* line 2336, /app/app/assets/stylesheets/theme.scss */
  header .top-bar {
    text-align: center;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  /* line 2343, /app/app/assets/stylesheets/theme.scss */
  header .top-bar .logo-holder {
    border-bottom: 1px solid #0a0c0e;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
/* line 2350, /app/app/assets/stylesheets/theme.scss */
header .top-bar .logo {
  display: inline-block;
}

@media (max-width: 991px) {
  /* line 2355, /app/app/assets/stylesheets/theme.scss */
  header .top-bar .logo {
    width: 180px;
  }
}
/* line 2360, /app/app/assets/stylesheets/theme.scss */
header .top-bar .contact-info {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1200px) {
  /* line 2366, /app/app/assets/stylesheets/theme.scss */
  header .top-bar .contact-info {
    padding-left: 150px;
    top: 10px;
  }
}
@media (max-width: 1199px) {
  /* line 2373, /app/app/assets/stylesheets/theme.scss */
  header .top-bar .contact-info {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  /* line 2379, /app/app/assets/stylesheets/theme.scss */
  header .top-bar .contact-info {
    padding-left: 0;
  }
}
/* line 2384, /app/app/assets/stylesheets/theme.scss */
header .top-bar .contact-info .box {
  width: 60%;
  float: left;
  position: relative;
  padding-left: 70px;
}

@media (max-width: 991px) {
  /* line 2392, /app/app/assets/stylesheets/theme.scss */
  header .top-bar .contact-info .box {
    width: 50%;
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  /* line 2399, /app/app/assets/stylesheets/theme.scss */
  header .top-bar .contact-info .box {
    width: 100% !important;
    padding-left: 0;
    text-align: center;
    padding-bottom: 20px;
  }

  /* line 2405, /app/app/assets/stylesheets/theme.scss */
  header .top-bar .contact-info .box:last-child {
    padding-bottom: 0;
  }
}
/* line 2410, /app/app/assets/stylesheets/theme.scss */
header .top-bar .contact-info .box:last-child {
  width: 40%;
}

/* line 2414, /app/app/assets/stylesheets/theme.scss */
header .top-bar .contact-info .box img {
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  /* line 2420, /app/app/assets/stylesheets/theme.scss */
  header .top-bar .contact-info .box img {
    position: static;
  }
}
/* line 2425, /app/app/assets/stylesheets/theme.scss */
header .top-bar .contact-info .details h5 {
  font-size: 20px;
  color: #a9b0be;
  margin: 0;
}

@media (max-width: 991px) {
  /* line 2432, /app/app/assets/stylesheets/theme.scss */
  header .top-bar .contact-info .details h5 {
    font-size: 18px;
  }
}
/* line 2437, /app/app/assets/stylesheets/theme.scss */
header .top-bar .contact-info .details p {
  font-family: "Work Sans", sans-serif;
  color: #6f7b92;
  margin: 0;
}

@media (max-width: 991px) {
  /* line 2444, /app/app/assets/stylesheets/theme.scss */
  header .top-bar .contact-info img {
    width: 35px;
  }
}
/* line 2449, /app/app/assets/stylesheets/theme.scss */
header .navigation {
  background-color: #15181d;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/* line 2460, /app/app/assets/stylesheets/theme.scss */
header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 2468, /app/app/assets/stylesheets/theme.scss */
header #navbar > ul {
  margin: 0;
}

/* line 2472, /app/app/assets/stylesheets/theme.scss */
header #navbar a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  /* line 2477, /app/app/assets/stylesheets/theme.scss */
  header #navbar a {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 2483, /app/app/assets/stylesheets/theme.scss */
  header #navbar > ul > li {
    margin-right: 15px;
  }
}
/* line 2488, /app/app/assets/stylesheets/theme.scss */
header #navbar > ul > li:last-child {
  margin-right: 0;
}

/* line 2492, /app/app/assets/stylesheets/theme.scss */
header #navbar > ul > li > a {
  font-size: 14px;
  color: #525866;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 992px) {
  /* line 2504, /app/app/assets/stylesheets/theme.scss */
  header #navbar > ul > li > a {
    padding: 40px 20px;
  }
}
/* line 2509, /app/app/assets/stylesheets/theme.scss */
header #navbar > ul > li > a:hover,
header #navbar > ul > li.current > a,
header #navbar > ul > li > ul > li.current a {
  color: #fff;
}

/* line 2515, /app/app/assets/stylesheets/theme.scss */
header #navbar li.sub-menu,
header #navbar li.sub-sub-menu {
  position: relative;
}

/* line 2520, /app/app/assets/stylesheets/theme.scss */
header #navbar li.sub-menu > a,
header #navbar li.sub-sub-menu > a {
  position: relative;
}

/* line 2525, /app/app/assets/stylesheets/theme.scss */
header #navbar li.sub-menu > a:before,
header #navbar li.sub-sub-menu > a:before {
  content: "\f107";
  font-family: "FontAwesome";
  width: 30px;
  text-align: center;
  border-left: 1px solid #cccccc;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  /* line 2543, /app/app/assets/stylesheets/theme.scss */
  header #navbar li.sub-menu > a:before,
  header #navbar li.sub-sub-menu > a:before {
    border-left: 0;
    right: -5px;
  }
}
@media (max-width: 991px) {
  /* line 2551, /app/app/assets/stylesheets/theme.scss */
  header #navbar li.sub-menu > a:before,
  header #navbar li.sub-sub-menu > a:before {
    width: 40px;
  }
}
@media screen and (min-width: 992px) {
  /* line 2558, /app/app/assets/stylesheets/theme.scss */
  header #navbar li.sub-sub-menu > a:before {
    right: 8px;
    top: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
/* line 2569, /app/app/assets/stylesheets/theme.scss */
header #navbar li.sub-menu > ul {
  background: #0f1114;
}

@media screen and (min-width: 992px) {
  /* line 2574, /app/app/assets/stylesheets/theme.scss */
  header #navbar li.sub-menu > ul {
    width: 220px;
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 991px) {
  /* line 2591, /app/app/assets/stylesheets/theme.scss */
  header #navbar li.sub-menu > ul {
    background-color: #fff;
  }
}
@media screen and (min-width: 992px) {
  /* line 2597, /app/app/assets/stylesheets/theme.scss */
  header #navbar li.sub-menu:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1000;
  }
}
/* line 2605, /app/app/assets/stylesheets/theme.scss */
header #navbar li.sub-menu > ul > li,
header #navbar li.sub-sub-menu > ul > li {
  border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 992px) {
  /* line 2611, /app/app/assets/stylesheets/theme.scss */
  header #navbar li.sub-menu > ul > li,
  header #navbar li.sub-sub-menu > ul > li {
    border-bottom: 1px solid #08090b;
  }
}
/* line 2617, /app/app/assets/stylesheets/theme.scss */
header #navbar li.sub-menu > ul > li:last-child,
header #navbar li.sub-sub-menu > ul > li:last-child {
  border-bottom: 0;
}

@media (max-width: 991px) {
  /* line 2623, /app/app/assets/stylesheets/theme.scss */
  header #navbar li.sub-menu > ul > li:first-child,
  header #navbar li.sub-sub-menu > ul > li:first-child {
    border-top: 1px solid #cccccc;
  }
}
/* line 2629, /app/app/assets/stylesheets/theme.scss */
header #navbar li.sub-menu ul li a {
  font-size: 13px;
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-weight: 900;
  text-transform: capitalize;
  font-family: 'Lato', sans-serif;
}

@media (max-width: 991px) {
  /* line 2640, /app/app/assets/stylesheets/theme.scss */
  header #navbar li.sub-menu ul li a {
    padding: 10px 10px 10px 50px;
  }
}
@media screen and (min-width: 992px) {
  /* line 2646, /app/app/assets/stylesheets/theme.scss */
  header #navbar li.sub-menu ul li a:hover {
    background-color: #111317;
    color: #fff;
  }
}
/* line 2652, /app/app/assets/stylesheets/theme.scss */
header #navbar li.sub-sub-menu {
  position: relative;
}

@media screen and (min-width: 992px) {
  /* line 2657, /app/app/assets/stylesheets/theme.scss */
  header #navbar li.sub-sub-menu > ul {
    background: #0f1114;
    width: 220px;
    position: absolute;
    left: 110%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  /* line 2671, /app/app/assets/stylesheets/theme.scss */
  header #navbar li.sub-sub-menu:hover > ul {
    left: 100%;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media (max-width: 991px) {
  /* line 2679, /app/app/assets/stylesheets/theme.scss */
  header #navbar li.sub-sub-menu > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
  }

  /* line 2685, /app/app/assets/stylesheets/theme.scss */
  header #navbar li.sub-sub-menu > ul > li > a {
    padding-left: 65px;
  }
}
@media screen and (min-width: 992px) {
  /* line 2691, /app/app/assets/stylesheets/theme.scss */
  header .navbar-header .open-btn {
    display: none;
  }

  /* line 2694, /app/app/assets/stylesheets/theme.scss */
  header #navbar .close-navbar {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 2700, /app/app/assets/stylesheets/theme.scss */
  header {
    /* class for show hide navigation */
  }

  /* line 2703, /app/app/assets/stylesheets/theme.scss */
  header .container {
    width: 100%;
  }

  /* line 2706, /app/app/assets/stylesheets/theme.scss */
  header .navbar-header button {
    background-color: #f36e23;
    width: 35px;
    height: 30px;
    border: 0;
    padding: 5px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 9px;
    z-index: 9999;
  }

  /* line 2723, /app/app/assets/stylesheets/theme.scss */
  header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }

  /* line 2729, /app/app/assets/stylesheets/theme.scss */
  header .navbar-header button span:last-child {
    margin: 0;
  }

  /* line 2732, /app/app/assets/stylesheets/theme.scss */
  header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 99999;
  }

  /* line 2746, /app/app/assets/stylesheets/theme.scss */
  header #navbar a {
    color: #000 !important;
    font-weight: 600;
  }

  /* line 2750, /app/app/assets/stylesheets/theme.scss */
  header #navbar a:hover {
    color: #f36e23 !important;
  }

  /* line 2753, /app/app/assets/stylesheets/theme.scss */
  header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }

  /* line 2757, /app/app/assets/stylesheets/theme.scss */
  header #navbar .close-navbar {
    background-color: #f36e23;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }

  /* line 2774, /app/app/assets/stylesheets/theme.scss */
  header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }

  /* line 2777, /app/app/assets/stylesheets/theme.scss */
  header #navbar > ul > li > a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 35px !important;
  }

  /* line 2782, /app/app/assets/stylesheets/theme.scss */
  header .dropdown-toggle .mob-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #cccccc;
    position: absolute;
    right: 0;
    top: 0;
  }

  /* line 2792, /app/app/assets/stylesheets/theme.scss */
  header .slideInn {
    right: 0 !important;
  }
}
@media (max-width: 767px) {
  /* line 2798, /app/app/assets/stylesheets/theme.scss */
  header .navbar-header .navbar-brand {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  /* line 2804, /app/app/assets/stylesheets/theme.scss */
  header .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 2807, /app/app/assets/stylesheets/theme.scss */
  header .navbar-collapse.collapse.in {
    display: block !important;
  }

  /* line 2810, /app/app/assets/stylesheets/theme.scss */
  header .navbar-header .collapse,
  header .navbar-toggle {
    display: block !important;
  }

  /* line 2814, /app/app/assets/stylesheets/theme.scss */
  header .navbar-header {
    float: none;
  }

  /* line 2817, /app/app/assets/stylesheets/theme.scss */
  header .navbar-right {
    float: none !important;
  }

  /* line 2820, /app/app/assets/stylesheets/theme.scss */
  header .navbar-nav {
    float: none;
  }

  /* line 2823, /app/app/assets/stylesheets/theme.scss */
  header .navbar-nav > li {
    float: none;
  }
}
/**** small menu ****/
/* line 2829, /app/app/assets/stylesheets/theme.scss */
.small-menu .sub-menu ul {
  visibility: hidden;
  height: 0;
}

/* line 2834, /app/app/assets/stylesheets/theme.scss */
.small-menu .sub-menu ul.open {
  visibility: visible;
  height: auto;
}

/* line 2839, /app/app/assets/stylesheets/theme.scss */
.social-links {
  position: relative;
  top: 39px;
}

@media (max-width: 991px) {
  /* line 2845, /app/app/assets/stylesheets/theme.scss */
  .social-links {
    top: 12px;
  }
}
/* line 2850, /app/app/assets/stylesheets/theme.scss */
.social-links-mini-cart {
  margin: 0;
}

/* line 2854, /app/app/assets/stylesheets/theme.scss */
.social-links-mini-cart > ul {
  display: inline-block;
}

/* line 2858, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper {
  position: relative;
  top: 33px;
}

@media (max-width: 991px) {
  /* line 2864, /app/app/assets/stylesheets/theme.scss */
  .mini-cart-wrapper {
    top: 7px;
  }
}
/* line 2869, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper a:hover,
.mini-cart-wrapper a:focus {
  text-decoration: none;
}

/* line 2874, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper > li > a {
  color: #a9b0be;
  position: relative;
}

/* line 2879, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper > li > a:hover {
  text-decoration: none;
}

/* line 2883, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper > li > a span {
  background-color: #f36e23;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-size: 9px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: -16px;
  top: -11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* line 2902, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper .mini-cart {
  background: #fff;
  width: 280px;
  padding: 20px;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 63px;
  border: 1px solid #f36e23;
  z-index: 1000;
}

@media (max-width: 991px) {
  /* line 2915, /app/app/assets/stylesheets/theme.scss */
  .mini-cart-wrapper .mini-cart {
    right: auto;
    left: -122px;
    top: 39px;
  }
}
/* line 2922, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper .mini-cart .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}

/* line 2929, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper .mini-cart .product-img {
  width: 80px;
  float: left;
}

/* line 2934, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper .mini-cart .product-details {
  width: 150px;
  float: right;
}

/* line 2939, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper .mini-cart .product-details h6 {
  font-size: 13px;
  margin: 0 0 1em;
}

/* line 2944, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper .mini-cart .product-details p {
  font-size: 13px;
  color: #f36e23;
  font-weight: bold;
  margin: 0;
}

/* line 2951, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper .mini-cart .product-details i {
  color: red;
}

/* line 2955, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper .mini-cart .product-details i:before {
  font-size: 14px;
}

/* line 2959, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper .mini-cart .price-total {
  font-size: 14px;
}

/* line 2963, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper .mini-cart .price-total > span,
.mini-cart-wrapper .mini-cart .price-total > div {
  display: inline-block;
}

/* line 2968, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper .mini-cart .price-total > div {
  float: right;
}

/* line 2972, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper .mini-cart .checkout-btn {
  margin-top: 15px;
}

/* line 2976, /app/app/assets/stylesheets/theme.scss */
.mini-cart-wrapper .mini-cart .checkout-btn .theme-btn {
  width: 100%;
  font-size: 12px;
}

/*** header style 2 ***/
/* line 2982, /app/app/assets/stylesheets/theme.scss */
.header-style-two #main-navigation > .container {
  position: relative;
}

/* line 2986, /app/app/assets/stylesheets/theme.scss */
.header-style-two #navbar {
  margin-right: 33px;
}

@media (max-width: 1199px) {
  /* line 2991, /app/app/assets/stylesheets/theme.scss */
  .header-style-two #navbar {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  /* line 2997, /app/app/assets/stylesheets/theme.scss */
  .header-style-two #navbar {
    margin-right: 0;
  }
}
/* line 3002, /app/app/assets/stylesheets/theme.scss */
.header-style-two .navbar-brand {
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 3011, /app/app/assets/stylesheets/theme.scss */
.header-style-two .navbar-brand img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  /* line 3020, /app/app/assets/stylesheets/theme.scss */
  .header-style-two .navbar-brand img {
    width: 150px;
  }
}
/* line 3025, /app/app/assets/stylesheets/theme.scss */
.header-style-two .navbar-header button {
  top: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  /* line 3035, /app/app/assets/stylesheets/theme.scss */
  .header-style-two .navbar-header button {
    top: 15px;
  }
}
@media (max-width: 1199px) {
  /* line 3041, /app/app/assets/stylesheets/theme.scss */
  .header-style-two #navbar > ul > li {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  /* line 3047, /app/app/assets/stylesheets/theme.scss */
  .header-style-two #navbar > ul > li {
    margin-right: 0;
  }
}
/* line 3052, /app/app/assets/stylesheets/theme.scss */
.header-style-two .social-links-mini-cart {
  position: absolute;
  right: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  /* line 3063, /app/app/assets/stylesheets/theme.scss */
  .header-style-two .social-links-mini-cart {
    top: 33px;
    right: 90px;
  }
}
@media (max-width: 767px) {
  /* line 3070, /app/app/assets/stylesheets/theme.scss */
  .header-style-two .social-links-mini-cart {
    top: 14px;
  }
}
/* line 3075, /app/app/assets/stylesheets/theme.scss */
.header-style-two .mini-cart-wrapper {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 3083, /app/app/assets/stylesheets/theme.scss */
.header-style-two .mini-cart-wrapper .mini-cart {
  top: 67px;
}

@media (max-width: 991px) {
  /* line 3088, /app/app/assets/stylesheets/theme.scss */
  .header-style-two .mini-cart-wrapper .mini-cart {
    left: auto;
    right: -88px;
  }
}
/*** header style three ***/
/* line 3095, /app/app/assets/stylesheets/theme.scss */
.header-style-three .upper-topbar {
  padding: 12px 0;
}

@media (max-width: 991px) {
  /* line 3100, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .upper-topbar {
    padding: 8px 0 5px;
  }
}
@media (max-width: 767px) {
  /* line 3106, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .upper-topbar {
    display: none;
  }
}
/*** upper topbar ***/
@media (max-width: 991px) {
  /* line 3113, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .contact-info {
    margin-top: 2px;
  }
}
/* line 3118, /app/app/assets/stylesheets/theme.scss */
.header-style-three .contact-info ul {
  overflow: hidden;
}

/* line 3122, /app/app/assets/stylesheets/theme.scss */
.header-style-three .contact-info ul li {
  float: left;
  font-size: 14px;
  color: #a9b0be;
  margin-right: 25px;
}

@media (max-width: 991px) {
  /* line 3130, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .contact-info ul li {
    font-size: 12px;
    margin-right: 15px;
  }
}
/* line 3136, /app/app/assets/stylesheets/theme.scss */
.header-style-three .contact-info ul li:last-child {
  margin-right: 0;
}

/* line 3140, /app/app/assets/stylesheets/theme.scss */
.header-style-three .contact-info ul li i {
  color: #f36e23;
  display: inline-block;
  padding-right: 7px;
}

/* line 3146, /app/app/assets/stylesheets/theme.scss */
.header-style-three .social {
  overflow: hidden;
}

/* line 3150, /app/app/assets/stylesheets/theme.scss */
.header-style-three .social ul {
  overflow: hidden;
  float: right;
}

/* line 3155, /app/app/assets/stylesheets/theme.scss */
.header-style-three .social ul li {
  float: left;
  margin-right: 12px;
}

/* line 3160, /app/app/assets/stylesheets/theme.scss */
.header-style-three .social ul li:last-child {
  margin-right: 0;
}

/* line 3164, /app/app/assets/stylesheets/theme.scss */
.header-style-three .social ul li a {
  font-size: 16px;
  color: #a9b0be;
}

@media (max-width: 991px) {
  /* line 3170, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .social ul li a {
    font-size: 13px;
  }
}
/* line 3175, /app/app/assets/stylesheets/theme.scss */
.header-style-three .social ul li a:hover {
  color: #f36e23;
}

/*** lower topbar ***/
/* line 3180, /app/app/assets/stylesheets/theme.scss */
.header-style-three .lower-topbar {
  background-color: #fff;
  padding: 25px 0 18px;
}

@media (max-width: 991px) {
  /* line 3186, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .lower-topbar {
    padding: 15px 0 8px;
  }
}
/* line 3191, /app/app/assets/stylesheets/theme.scss */
.header-style-three .logo {
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 3197, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .logo {
    margin: 0 0 15px;
    border-bottom: 1px solid #ebebeb;
  }
}
@media (max-width: 991px) {
  /* line 3204, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .logo a {
    display: inline-block;
  }
}
/* line 3209, /app/app/assets/stylesheets/theme.scss */
.header-style-three .next-event {
  overflow: hidden;
  text-align: right;
}

@media (max-width: 991px) {
  /* line 3215, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .next-event {
    text-align: center;
    padding: 15px 0;
  }
}
/* line 3221, /app/app/assets/stylesheets/theme.scss */
.header-style-three .next-event > div {
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 3226, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .next-event > div {
    display: block;
    width: 255px;
    margin: 0 auto;
  }
}
/* line 3233, /app/app/assets/stylesheets/theme.scss */
.header-style-three .next-event .subject {
  padding-left: 60px;
  padding-right: 20px;
  position: relative;
  top: -14px;
}

@media (max-width: 767px) {
  /* line 3241, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .next-event .subject {
    padding-left: 50px;
  }
}
/* line 3246, /app/app/assets/stylesheets/theme.scss */
.header-style-three .next-event .subject img {
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  /* line 3252, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .next-event .subject img {
    width: 40px;
  }
}
/* line 3257, /app/app/assets/stylesheets/theme.scss */
.header-style-three .next-event h5 {
  font-size: 20px;
  color: #000;
  margin: 5px 0 0;
  text-transform: capitalize;
}

/* line 3264, /app/app/assets/stylesheets/theme.scss */
.header-style-three .next-event h5 span {
  display: block;
  color: #f36e23;
  text-align: left;
  margin-top: 5px;
}

@media (max-width: 767px) {
  /* line 3272, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .next-event h5 {
    text-align: left;
    font-size: 15px;
  }
}
/* line 3278, /app/app/assets/stylesheets/theme.scss */
.header-style-three #clock,
.home-style-four #event-clock {
  overflow: hidden;
}

/* line 3283, /app/app/assets/stylesheets/theme.scss */
.header-style-three #clock .box,
.home-style-four #event-clock .box {
  width: 70px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}

@media (max-width: 767px) {
  /* line 3295, /app/app/assets/stylesheets/theme.scss */
  .header-style-three #clock .box,
  .home-style-four #event-clock .box {
    width: 60px;
    font-size: 12px;
    margin-right: 5px;
  }
}
/* line 3303, /app/app/assets/stylesheets/theme.scss */
.header-style-three #clock .box:last-child,
.home-style-four #event-clock .box:last-child {
  margin-right: 0;
}

/* line 3308, /app/app/assets/stylesheets/theme.scss */
.header-style-three #clock .box > div,
.home-style-four #event-clock .box > div {
  background-color: #f36e23;
  padding: 8px 5px;
  font-size: 24px;
}

@media (max-width: 767px) {
  /* line 3316, /app/app/assets/stylesheets/theme.scss */
  .header-style-three #clock .box > div,
  .home-style-four #event-clock .box > div {
    font-size: 20px;
  }
}
/* line 3322, /app/app/assets/stylesheets/theme.scss */
.header-style-three #clock .box span,
.home-style-four #event-clock .box span {
  background-color: #545b67;
  display: block;
  padding: 4px 0;
}

/* line 3329, /app/app/assets/stylesheets/theme.scss */
.header-style-three #main-navigation > .container {
  position: relative;
}

/* line 3333, /app/app/assets/stylesheets/theme.scss */
.header-style-three .social-links-mini-cart {
  position: absolute;
  right: 25px;
  top: 6px;
}

@media (max-width: 991px) {
  /* line 3340, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .social-links-mini-cart {
    right: auto;
    top: 6px;
  }

  /* line 3344, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .social-links-mini-cart .mini-cart {
    left: 0;
  }
}
/* line 3349, /app/app/assets/stylesheets/theme.scss */
.header-style-three .social-links-mini-cart .mini-cart-wrapper {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 3357, /app/app/assets/stylesheets/theme.scss */
.header-style-three .social-links-mini-cart .mini-cart {
  top: 60px;
}

@media (max-width: 991px) {
  /* line 3362, /app/app/assets/stylesheets/theme.scss */
  .header-style-three .social-links-mini-cart .mini-cart {
    top: 38px;
  }
}
/* line 3367, /app/app/assets/stylesheets/theme.scss */
.header-style-three #navbar > ul > li {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  /* line 3372, /app/app/assets/stylesheets/theme.scss */
  .header-style-three #navbar > ul > li > a {
    padding-right: 30px;
  }

  /* line 3375, /app/app/assets/stylesheets/theme.scss */
  .header-style-three #navbar > ul > li > a:before {
    right: 4px;
  }
}
@media screen and (min-width: 992px) {
  /* line 3381, /app/app/assets/stylesheets/theme.scss */
  .header-style-three #navbar > ul > li > a:hover,
  .header-style-three #navbar > ul > li.current > a,
  .header-style-three #navbar > ul > li > ul > li.current a {
    background-color: #000 !important;
    color: #f36e23 !important;
  }
}
/*** header style four ***/
/** topbar ***/
/* line 3391, /app/app/assets/stylesheets/theme.scss */
.header-style-four .top-bar, .header-style-five .top-bar {
  padding: 28px 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  /* line 3397, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .top-bar, .header-style-five .top-bar {
    padding: 18px 0;
  }
}
/* line 3402, /app/app/assets/stylesheets/theme.scss */
.header-style-four .top-bar .social-links-btns, .header-style-five .top-bar .social-links-btns {
  line-height: 65px;
}

@media (max-width: 991px) {
  /* line 3407, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .top-bar .social-links-btns, .header-style-five .top-bar .social-links-btns {
    line-height: 45px !important;
  }
}
@media (max-width: 767px) {
  /* line 3413, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .top-bar .social-links-btns, .header-style-five .top-bar .social-links-btns {
    line-height: 25px !important;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
  }
}
/* line 3421, /app/app/assets/stylesheets/theme.scss */
.header-style-four .top-bar .social-links-btns > div:first-child, .header-style-five .top-bar .social-links-btns > div:first-child {
  float: left;
}

@media (max-width: 767px) {
  /* line 3426, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .top-bar .social-links-btns > div:first-child, .header-style-five .top-bar .social-links-btns > div:first-child {
    float: none;
  }
}
/* line 3431, /app/app/assets/stylesheets/theme.scss */
.header-style-four .top-bar .social-links-btns > div:last-child, .header-style-five .top-bar .social-links-btns > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  /* line 3436, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .top-bar .social-links-btns > div:last-child, .header-style-five .top-bar .social-links-btns > div:last-child {
    float: none;
  }
}
/* line 3441, /app/app/assets/stylesheets/theme.scss */
.header-style-four .top-bar .social ul, .header-style-five .top-bar .social ul {
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 3446, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .top-bar .social ul, .header-style-five .top-bar .social ul {
    display: inline-block;
  }
}
/* line 3451, /app/app/assets/stylesheets/theme.scss */
.header-style-four .top-bar .social ul li, .header-style-five .top-bar .social ul li {
  float: left;
  margin-right: 20px;
}

@media (max-width: 991px) {
  /* line 3457, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .top-bar .social ul li, .header-style-five .top-bar .social ul li {
    margin-right: 10px;
  }
}
/* line 3462, /app/app/assets/stylesheets/theme.scss */
.header-style-four .top-bar .social ul li:last-child, .header-style-five .top-bar .social ul li:last-child {
  margin-right: 0;
}

/* line 3466, /app/app/assets/stylesheets/theme.scss */
.header-style-four .top-bar .social ul li a, .header-style-five .top-bar .social ul li a {
  font-size: 30px;
  color: #999999;
}

@media (max-width: 1199px) {
  /* line 3472, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .top-bar .social ul li a, .header-style-five .top-bar .social ul li a {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  /* line 3478, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .top-bar .social ul li a, .header-style-five .top-bar .social ul li a {
    font-size: 18px;
  }
}
/* line 3483, /app/app/assets/stylesheets/theme.scss */
.header-style-four .top-bar .social ul li a:hover, .header-style-five .top-bar .social ul li a:hover {
  color: #f36e23;
}

/* line 3487, /app/app/assets/stylesheets/theme.scss */
.header-style-four .top-bar .btns a, .header-style-five .top-bar .btns a {
  font-size: 16px;
  font-weight: normal;
  color: #f36e23;
  border-color: #f36e23;
  padding: 7px 15px;
  text-transform: uppercase;
}

/* line 3496, /app/app/assets/stylesheets/theme.scss */
.header-style-four .top-bar .btns a i:before, .header-style-five .top-bar .btns a i:before {
  font-size: 15px;
}

@media (max-width: 991px) {
  /* line 3501, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .top-bar .btns a, .header-style-five .top-bar .btns a {
    font-size: 16px;
    padding: 5px 18px;
  }
}
@media (max-width: 767px) {
  /* line 3508, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .top-bar .btns a, .header-style-five .top-bar .btns a {
    font-size: 15px;
    padding: 5px 18px;
  }
}
/* line 3514, /app/app/assets/stylesheets/theme.scss */
.header-style-four .top-bar .btns a:hover, .header-style-five .top-bar .btns a:hover {
  background-color: #f36e23;
  color: #fff;
}

/*** minicart ***/
/* line 3520, /app/app/assets/stylesheets/theme.scss */
.header-style-four #main-navigation > .container, .header-style-five #main-navigation > .container {
  position: relative;
}

/* line 3524, /app/app/assets/stylesheets/theme.scss */
.header-style-four .social-links-mini-cart, .header-style-five .social-links-mini-cart {
  position: absolute;
  right: 16px;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  /* line 3536, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .social-links-mini-cart, .header-style-five .social-links-mini-cart {
    right: 90px;
    top: 5px;
  }

  /* line 3540, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .social-links-mini-cart .mini-cart-wrapper .mini-cart, .header-style-five .social-links-mini-cart .mini-cart-wrapper .mini-cart {
    left: -175px;
  }
}
@media screen and (min-width: 992px) {
  /* line 3546, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .social-links-mini-cart .mini-cart-wrapper .mini-cart, .header-style-five .social-links-mini-cart .mini-cart-wrapper .mini-cart {
    top: 56px;
  }
}
/*** naviation ***/
@media (max-width: 991px) {
  /* line 3553, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .logo, .header-style-five .logo {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media screen and (min-width: 992px) {
  /* line 3563, /app/app/assets/stylesheets/theme.scss */
  .header-style-four .logo, .header-style-five .logo {
    position: relative;
    top: 5px;
  }
}
@media screen and (min-width: 992px) {
  /* line 3570, /app/app/assets/stylesheets/theme.scss */
  .header-style-four #navbar > ul > li, .header-style-five #navbar > ul > li {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 3576, /app/app/assets/stylesheets/theme.scss */
  .header-style-four #navbar > ul > li > a, .header-style-five #navbar > ul > li > a {
    font-weight: 900;
    color: gray;
    padding: 35px 25px;
  }
}
@media screen and (min-width: 992px) {
  /* line 3584, /app/app/assets/stylesheets/theme.scss */
  .header-style-four #navbar > ul > li > a:before, .header-style-five #navbar > ul > li > a:before {
    right: 2px;
  }
}
@media screen and (min-width: 992px) {
  /* line 3590, /app/app/assets/stylesheets/theme.scss */
  .header-style-four #navbar > ul > li > a:hover, .header-style-five #navbar > ul > li > a:hover {
    background-color: #000;
    color: #f36e23;
  }
}
/* line 3596, /app/app/assets/stylesheets/theme.scss */
.header-style-four #navbar > ul a:hover, .header-style-five #navbar > ul a:hover {
  color: #f36e23 !important;
}

@media screen and (min-width: 992px) {
  /* line 3601, /app/app/assets/stylesheets/theme.scss */
  .header-style-four #navbar > ul ul a:hover, .header-style-five #navbar > ul ul a:hover {
    background-color: #000 !important;
  }
}
/* line 3606, /app/app/assets/stylesheets/theme.scss */
.header-style-four #navbar > ul > li, .header-style-five #navbar > ul > li {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  /* line 3611, /app/app/assets/stylesheets/theme.scss */
  .header-style-four #navbar > ul > li > a, .header-style-five #navbar > ul > li > a {
    padding-right: 30px;
  }

  /* line 3614, /app/app/assets/stylesheets/theme.scss */
  .header-style-four #navbar > ul > li > a:before, .header-style-five #navbar > ul > li > a:before {
    right: 4px;
  }
}
@media screen and (min-width: 992px) {
  /* line 3620, /app/app/assets/stylesheets/theme.scss */
  .header-style-four #navbar > ul > li > a:hover, .header-style-five #navbar > ul > li > a:hover,
  .header-style-four #navbar > ul > li.current > a, .header-style-five #navbar > ul > li.current > a,
  .header-style-four #navbar > ul > li > ul > li.current a, .header-style-five #navbar > ul > li > ul > li.current a {
    background-color: #000 !important;
    color: #f36e23 !important;
  }
}
/*** header style five ***/
@media (max-width: 991px) {
  /* line 3630, /app/app/assets/stylesheets/theme.scss */
  .header-style-five > #main-navigation {
    min-height: 75px;
  }
}
@media screen and (min-width: 992px) {
  /* line 3636, /app/app/assets/stylesheets/theme.scss */
  .header-style-five .navbar-brand {
    height: auto;
    padding: 0;
    margin-top: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media (max-width: 991px) {
  /* line 3649, /app/app/assets/stylesheets/theme.scss */
  .header-style-five .navbar-brand {
    padding-top: 13px !important;
  }
}
/* line 3654, /app/app/assets/stylesheets/theme.scss */
.header-style-five .navbar-brand img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  /* line 3663, /app/app/assets/stylesheets/theme.scss */
  .header-style-five .navbar-brand img {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  /* line 3669, /app/app/assets/stylesheets/theme.scss */
  .header-style-five .navbar-header button {
    top: 22px;
  }
}
@media (max-width: 1199px) {
  /* line 3675, /app/app/assets/stylesheets/theme.scss */
  .header-style-five #navbar > ul > li > a {
    padding: 35px 27px 35px 15px;
  }
}
/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
/* line 3683, /app/app/assets/stylesheets/theme.scss */
.hero {
  position: relative;
  height: 100vh;
  /** slider nav **/
  /*** caption animation ***/
}

@media (max-width: 767px) {
  /* line 3691, /app/app/assets/stylesheets/theme.scss */
  .hero {
    min-height: 470px;
  }
}
/* line 3696, /app/app/assets/stylesheets/theme.scss */
.hero .hero-slider {
  height: 100vh;
}

@media (max-width: 767px) {
  /* line 3701, /app/app/assets/stylesheets/theme.scss */
  .hero .hero-slider {
    min-height: 470px;
  }
}
/* line 3706, /app/app/assets/stylesheets/theme.scss */
.hero .slide {
  height: 100vh;
  margin: 0;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

/* line 3714, /app/app/assets/stylesheets/theme.scss */
.hero .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  /* line 3725, /app/app/assets/stylesheets/theme.scss */
  .hero .slide {
    min-height: 470px;
  }
}
/* line 3730, /app/app/assets/stylesheets/theme.scss */
.hero .slide img {
  display: none;
}

/* line 3734, /app/app/assets/stylesheets/theme.scss */
.hero .slide .slider-title {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 3745, /app/app/assets/stylesheets/theme.scss */
.hero .slide .slider-title > span,
.hero .slide .slider-title p,
.hero .slide .slider-title h1,
.hero .slide .slider-title .theme-btn {
  opacity: 0;
}

/* line 3752, /app/app/assets/stylesheets/theme.scss */
.hero .slide .slider-title > span {
  font-size: 24px;
  color: #f36e23;
  display: block;
}

@media (max-width: 991px) {
  /* line 3759, /app/app/assets/stylesheets/theme.scss */
  .hero .slide .slider-title > span {
    font-size: 18px;
  }
}
/* line 3764, /app/app/assets/stylesheets/theme.scss */
.hero .slide .slider-title h1 {
  font-size: 60px;
  color: #fff;
  margin: 0 0 0.35em;
}

@media (max-width: 991px) {
  /* line 3771, /app/app/assets/stylesheets/theme.scss */
  .hero .slide .slider-title h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  /* line 3777, /app/app/assets/stylesheets/theme.scss */
  .hero .slide .slider-title h1 {
    font-size: 35px;
  }
}
/* line 3782, /app/app/assets/stylesheets/theme.scss */
.hero .slide .slider-title p {
  font-size: 20px;
  color: #b8bbc1;
  line-height: 1.6em;
  margin-bottom: 2.5em;
}

@media (max-width: 991px) {
  /* line 3790, /app/app/assets/stylesheets/theme.scss */
  .hero .slide .slider-title p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /* line 3796, /app/app/assets/stylesheets/theme.scss */
  .hero .slide .slider-title p {
    font-size: 15px;
  }
}
/* line 3801, /app/app/assets/stylesheets/theme.scss */
.hero .slide .slider-title .theme-btn {
  font-size: 16px;
  padding: 20px 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

@media (max-width: 991px) {
  /* line 3812, /app/app/assets/stylesheets/theme.scss */
  .hero .slide .slider-title .theme-btn {
    font-size: 16px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  /* line 3819, /app/app/assets/stylesheets/theme.scss */
  .hero .slide .slider-title .theme-btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
/* line 3825, /app/app/assets/stylesheets/theme.scss */
.hero .hero-slider .owl-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  /* line 3839, /app/app/assets/stylesheets/theme.scss */
  .hero .hero-slider .owl-nav {
    display: none;
  }
}
/* line 3844, /app/app/assets/stylesheets/theme.scss */
.hero .hero-slider .owl-nav .owl-prev,
.hero .hero-slider .owl-nav .owl-next {
  background-color: #f36e23;
  width: 40px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 3873, /app/app/assets/stylesheets/theme.scss */
.hero .hero-slider .owl-nav .owl-prev:hover,
.hero .hero-slider .owl-nav .owl-next:hover {
  width: 60px;
  background: #e04504;
}

@media (max-width: 991px) {
  /* line 3880, /app/app/assets/stylesheets/theme.scss */
  .hero .hero-slider .owl-nav .owl-prev,
  .hero .hero-slider .owl-nav .owl-next {
    width: 30px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 20px;
  }

  /* line 3888, /app/app/assets/stylesheets/theme.scss */
  .hero .hero-slider .owl-nav .owl-prev:hover,
  .hero .hero-slider .owl-nav .owl-next:hover {
    width: 40px;
    background: #e04504;
  }
}
/* line 3895, /app/app/assets/stylesheets/theme.scss */
.hero .hero-slider .owl-nav .owl-prev {
  left: 0;
}

/* line 3899, /app/app/assets/stylesheets/theme.scss */
.hero .hero-slider .owl-nav .owl-next {
  right: 0;
}

/* line 3903, /app/app/assets/stylesheets/theme.scss */
.hero .hero-slider .owl-dots {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3908, /app/app/assets/stylesheets/theme.scss */
  .hero .hero-slider .owl-dots {
    display: block !important;
    position: relative;
    top: -60px;
  }
}
/* line 3915, /app/app/assets/stylesheets/theme.scss */
.hero .hero-slider .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px;
  border: 2px solid #fff;
}

/* line 3922, /app/app/assets/stylesheets/theme.scss */
.hero .hero-slider .owl-dots .active span {
  background: #f36e23;
}

/* line 3926, /app/app/assets/stylesheets/theme.scss */
.hero .hero-slider .owl-dots .owl-dot:hover span {
  background: #f36e23;
}

/* line 3930, /app/app/assets/stylesheets/theme.scss */
.hero .owl-stage .active .slider-title > span {
  -webkit-animation: slideInUpSlow 1s 0.7s forwards;
  animation: slideInUpSlow 1s 0.7s forwards;
}

/* line 3935, /app/app/assets/stylesheets/theme.scss */
.hero .owl-stage .active h1 {
  -webkit-animation: slideInUpSlow 1s 1.2s forwards;
  animation: slideInUpSlow 1s 1.2s forwards;
}

/* line 3940, /app/app/assets/stylesheets/theme.scss */
.hero .owl-stage .active p {
  -webkit-animation: slideInUpSlow 1s 1.7s forwards;
  animation: slideInUpSlow 1s 1.7s forwards;
}

/* line 3945, /app/app/assets/stylesheets/theme.scss */
.hero .owl-stage .active .btn {
  -webkit-animation: slideInUpSlow 1s 2s forwards;
  animation: slideInUpSlow 1s 2s forwards;
}

/*** hero style two ***/
/* line 3951, /app/app/assets/stylesheets/theme.scss */
.hero-style-two .slide .slider-title,
.hero-style-three .slide .slider-title {
  text-align: left;
}

/* line 3956, /app/app/assets/stylesheets/theme.scss */
.hero-style-two .slider-title,
.hero-style-three .slider-title {
  padding-left: 45px;
}

@media (max-width: 991px) {
  /* line 3962, /app/app/assets/stylesheets/theme.scss */
  .hero-style-two .slider-title,
  .hero-style-three .slider-title {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  /* line 3969, /app/app/assets/stylesheets/theme.scss */
  .hero-style-two .slider-title,
  .hero-style-three .slider-title {
    padding-left: 0;
    width: 80%;
  }
}
@media (max-width: 550px) {
  /* line 3977, /app/app/assets/stylesheets/theme.scss */
  .hero-style-two .slider-title,
  .hero-style-three .slider-title {
    width: 100%;
  }
}
/* line 3983, /app/app/assets/stylesheets/theme.scss */
.hero-style-two .slider-title h1,
.hero-style-three .slider-title h1 {
  margin: 0 0 0.1em;
}

/* line 3988, /app/app/assets/stylesheets/theme.scss */
.hero-style-two .slider-title h1 span,
.hero-style-three .slider-title h1 span {
  color: #f36e23;
}

/* line 3993, /app/app/assets/stylesheets/theme.scss */
.hero-style-two .slider-title > span,
.hero-style-three .slider-title > span {
  font-weight: bold;
  margin: 0 0 0.7em;
}

/* line 3999, /app/app/assets/stylesheets/theme.scss */
.hero-style-two .slider-title p,
.hero-style-three .slider-title p {
  color: #d3d5d9;
  margin: 0 0 2em;
}

@media screen and (min-width: 1200px) {
  /* line 4006, /app/app/assets/stylesheets/theme.scss */
  .hero-style-two .slider-title p,
  .hero-style-three .slider-title p {
    padding-right: 165px;
  }
}
/* line 4012, /app/app/assets/stylesheets/theme.scss */
.hero-style-two .slider-title .theme-btn,
.hero-style-three .slider-title .theme-btn {
  background-color: transparent;
  border: 2px solid #fff;
  padding: 18px 35px;
  @rounded-border (0);
}

@media (max-width: 767px) {
  /* line 4021, /app/app/assets/stylesheets/theme.scss */
  .hero-style-two .slider-title .theme-btn,
  .hero-style-three .slider-title .theme-btn {
    padding: 15px 25px;
  }
}
/* line 4027, /app/app/assets/stylesheets/theme.scss */
.hero-style-two .slider-title .theme-btn:hover,
.hero-style-three .slider-title .theme-btn:hover {
  background-color: #f36e23;
  border-color: #f36e23;
}

/*** caption animation ***/
/* line 4034, /app/app/assets/stylesheets/theme.scss */
.hero-style-two .owl-stage .active .slider-title > span {
  -webkit-animation: fadeInLeftSlow 1.5s 1.2s forwards;
  animation: fadeInLeftSlow 1.5s 1.2ss forwards;
}

/* line 4039, /app/app/assets/stylesheets/theme.scss */
.hero-style-two .owl-stage .active h1,
.hero-style-three .owl-stage .active h1 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.7s forwards;
  animation: fadeInLeftSlow 1.5s 0.7s forwards;
}

/* line 4045, /app/app/assets/stylesheets/theme.scss */
.hero-style-two .owl-stage .active p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.7s forwards;
  animation: fadeInLeftSlow 1.5s 1.7s forwards;
}

/* line 4050, /app/app/assets/stylesheets/theme.scss */
.hero-style-two .owl-stage .active .btn {
  -webkit-animation: fadeInLeftSlow 1.5s 2s forwards;
  animation: fadeInLeftSlow 1.5s 2s forwards;
}

/*** hero style three ***/
@media screen and (min-width: 1200px) {
  /* line 4057, /app/app/assets/stylesheets/theme.scss */
  .hero-style-three .slider-title {
    padding-right: 50px;
  }
}
/* line 4062, /app/app/assets/stylesheets/theme.scss */
.hero-style-three .slider-title h1 {
  margin: 0 0 0.57em !important;
}

/* line 4066, /app/app/assets/stylesheets/theme.scss */
.hero-style-three .slider-title p {
  margin: 0 0 1.9em !important;
}

@media screen and (min-width: 1200px) {
  /* line 4071, /app/app/assets/stylesheets/theme.scss */
  .hero-style-three .slider-title p {
    padding-right: 100px;
  }
}
/* line 4076, /app/app/assets/stylesheets/theme.scss */
.hero-style-three .slider-title .theme-btn {
  padding: 17px 38px !important;
  border-radius: 5px !important;
}

@media (max-width: 767px) {
  /* line 4082, /app/app/assets/stylesheets/theme.scss */
  .hero-style-three .slider-title .theme-btn {
    padding: 15px 25px !important;
  }
}
/* line 4087, /app/app/assets/stylesheets/theme.scss */
.hero-style-three .owl-stage .active p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.5s forwards;
  animation: fadeInLeftSlow 1.5s 1.5s forwards;
}

/* line 4092, /app/app/assets/stylesheets/theme.scss */
.hero-style-three .owl-stage .active .btn {
  -webkit-animation: fadeInLeftSlow 1.5s 2s forwards;
  animation: fadeInLeftSlow 1.5s 2s forwards;
}

/*** hero style 4 ***/
/* line 4098, /app/app/assets/stylesheets/theme.scss */
.home-style-four .hero,
.home-style-four .hero-inner {
  height: 100vh;
}

@media (max-width: 767px) {
  /* line 4104, /app/app/assets/stylesheets/theme.scss */
  .home-style-four .hero,
  .home-style-four .hero-inner {
    min-height: 470px;
  }
}
/* line 4110, /app/app/assets/stylesheets/theme.scss */
.home-style-four .hero .container,
.home-style-four .hero-inner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 4122, /app/app/assets/stylesheets/theme.scss */
.home-style-four .hero-inner {
  background: url(/assets/home-5-hero-bg-1ca508b0d430623efa79b321f1978f363f6b7bc481b2a0fb8a492be0578b2aa8.jpg) center center/cover no-repeat local;
  position: relative;
}

/* line 4127, /app/app/assets/stylesheets/theme.scss */
.home-style-four .hero-inner:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  /* line 4138, /app/app/assets/stylesheets/theme.scss */
  .home-style-four .hero-inner .container {
    width: 100%;
  }
}
/* line 4143, /app/app/assets/stylesheets/theme.scss */
.home-style-four .hero-title {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  /* line 4148, /app/app/assets/stylesheets/theme.scss */
  .home-style-four .hero-title {
    padding: 0 150px;
  }
}
/* line 4153, /app/app/assets/stylesheets/theme.scss */
.home-style-four .hero-title h1,
.home-style-four .hero-title p,
.home-style-four .hero-title .btn {
  opacity: 0;
}

/* line 4159, /app/app/assets/stylesheets/theme.scss */
.home-style-four .hero-title h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 0.63em;
  text-transform: uppercase;
}

/* line 4167, /app/app/assets/stylesheets/theme.scss */
.home-style-four .hero-title h1 span {
  display: block;
}

@media (max-width: 991px) {
  /* line 4172, /app/app/assets/stylesheets/theme.scss */
  .home-style-four .hero-title h1 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  /* line 4178, /app/app/assets/stylesheets/theme.scss */
  .home-style-four .hero-title h1 {
    font-size: 25px;
  }
}
/* line 4183, /app/app/assets/stylesheets/theme.scss */
.home-style-four .hero-title p {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  color: #fff;
  margin: 0 0 3.88em;
}

@media (max-width: 991px) {
  /* line 4191, /app/app/assets/stylesheets/theme.scss */
  .home-style-four .hero-title p {
    font-size: 16px;
  }
}
/* line 4196, /app/app/assets/stylesheets/theme.scss */
.home-style-four .hero-title .theme-btn {
  font-size: 18px;
  font-weight: bold;
  padding: 19px 50px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 4204, /app/app/assets/stylesheets/theme.scss */
  .home-style-four .hero-title .theme-btn {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 40px;
  }
}
/* line 4211, /app/app/assets/stylesheets/theme.scss */
.home-style-four .hero .active-hero-title h1 {
  -webkit-animation: slideInUpSlow 1.5s 0.7s forwards;
  animation: slideInUpSlow 1.5s 0.7s forwards;
}

/* line 4216, /app/app/assets/stylesheets/theme.scss */
.home-style-four .hero .active-hero-title p {
  -webkit-animation: slideInUpSlow 1.5s 1.7s forwards;
  animation: slideInUpSlow 1.5s 1.7s forwards;
}

/* line 4221, /app/app/assets/stylesheets/theme.scss */
.home-style-four .hero .active-hero-title .btn {
  -webkit-animation: slideInUpSlow 1.5s 2s forwards;
  animation: slideInUpSlow 1.5s 2s forwards;
}

/*--------------------------------------------------------------
#0.5    footer
--------------------------------------------------------------*/
/* line 4229, /app/app/assets/stylesheets/theme.scss */
footer {
  background-color: #004468;
}

/* line 4233, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer {
  padding: 90px 0 80px;
}

@media (max-width: 991px) {
  /* line 4238, /app/app/assets/stylesheets/theme.scss */
  footer .upper-footer {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  /* line 4244, /app/app/assets/stylesheets/theme.scss */
  footer .upper-footer {
    padding: 60px 0 35px;
  }
}
/* line 4249, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer a {
  color: #fff;
}

/* line 4253, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer a:hover {
  text-decoration: none;
  color: #f36e23;
}

/* line 4258, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .widget h3 {
  font-size: 20px;
  color: #fff;
  margin: 0.5em 0 2.3em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  /* line 4266, /app/app/assets/stylesheets/theme.scss */
  footer .upper-footer .widget h3 {
    margin: 0.5em 0 1em;
  }
}
@media (max-width: 767px) {
  /* line 4272, /app/app/assets/stylesheets/theme.scss */
  footer .upper-footer .widget h3 {
    font-size: 18px;
  }
}
/* line 4277, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .widget h3 + ul li {
  margin-bottom: 13px;
}

/* line 4281, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .widget h3 + ul li:last-child {
  margin-bottom: 0;
}

/* line 4285, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .about-widget {
  padding-right: 45px;
}

/* line 4289, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .about-widget p {
  line-height: 1.5em;
  color: #fff;
}

/* line 4294, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .about-widget .logo {
  margin-bottom: 15px;
}

/* line 4298, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .about-widget .logo img {
  display: inline-block;
}

/* line 4302, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .about-widget .details {
  padding-left: 70px;
}

@media (max-width: 991px) {
  /* line 4307, /app/app/assets/stylesheets/theme.scss */
  footer .upper-footer .about-widget .details {
    padding-left: 0;
  }
}
/* line 4312, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .about-widget .copyright {
  margin: 1.8em 0 1.3em;
}

/* line 4316, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .about-widget .copyright span {
  display: block;
}

/* line 4320, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .about-widget .copyright a {
  color: #fb7035;
}

/* line 4324, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .about-widget .social-links li {
  margin-right: 10px;
}

/* line 4328, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .contact-widget input,
footer .upper-footer .contact-widget textarea {
  background-color: #0a0c0e;
  width: 100%;
  border: 0;
  padding: 2px 15px 5px;
  font-size: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* line 4342, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .contact-widget textarea,
.contact-widget textarea {
  height: 110px;
}

/* line 4347, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .contact-widget input:focus,
footer .upper-footer .contact-widget textarea:focus {
  -webkit-box-shadow: 0 0 5px 0 black;
  -moz-box-shadow: 0 0 5px 0 black;
  -o-box-shadow: 0 0 5px 0 black;
  -ms-box-shadow: 0 0 5px 0 black;
  box-shadow: 0 0 5px 0 black;
}

/* line 4356, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .contact-widget form > div {
  margin-bottom: 15px;
}

/* line 4360, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .contact-widget form > div:last-child {
  margin-bottom: 0;
}

/* line 4364, /app/app/assets/stylesheets/theme.scss */
footer .upper-footer .contact-widget .theme-btn,
.contact-widget .theme-btn {
  font-size: 16px;
  padding: 12px 33px;
}

@media (max-width: 767px) {
  /* line 4371, /app/app/assets/stylesheets/theme.scss */
  footer .upper-footer .contact-widget .theme-btn,
  .contact-widget .theme-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  /* line 4379, /app/app/assets/stylesheets/theme.scss */
  footer .upper-footer > .col {
    min-height: 305px;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  /* line 4386, /app/app/assets/stylesheets/theme.scss */
  footer .upper-footer > .col {
    width: 100%;
    min-height: auto;
  }
}
/* line 4392, /app/app/assets/stylesheets/theme.scss */
footer .lower-footer {
  background-color: #004468;
  padding: 10px 0;
  text-align: center;
  border-top: 2px solid #fff;
}

/* line 4399, /app/app/assets/stylesheets/theme.scss */
footer .lower-footer p {
  color: #9da1a9;
  margin: 0;
  font-size: 13px;
}

/* line 4405, /app/app/assets/stylesheets/theme.scss */
footer .lower-footer p span,
footer .lower-footer p a {
  color: #fff;
}

/*--------------------------------------------------------------
#0.6    popular-campaign
--------------------------------------------------------------*/
/* line 4413, /app/app/assets/stylesheets/theme.scss */
.popular-campaign {
  position: relative;
}

@media screen and (min-width: 992px) {
  /* line 4418, /app/app/assets/stylesheets/theme.scss */
  .popular-campaign .shadow {
    content: "";
    width: 1170px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 10px 0 40px 0 #e8e8e8, -10px 0 40px 0 #e8e8e8;
  }

  /* line 4432, /app/app/assets/stylesheets/theme.scss */
  .popular-campaign .shadow:after {
    background: #fff;
    content: "";
    width: 1170px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  /* line 4449, /app/app/assets/stylesheets/theme.scss */
  .popular-campaign .content {
    padding: 0 45px;
  }
}
/* line 4454, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .img-holder-donation {
  position: relative;
  z-index: 10;
}

/* line 4459, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .img-holder-donation:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/* line 4474, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .img-holder img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/* line 4482, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .donation-box {
  background-color: #f36e23;
  width: 70px;
  padding: 10px;
  position: absolute;
  left: 15px;
  top: 0;
  border-radius: 0 0 18px 18px;
}

/* line 4492, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .donation-box p {
  color: #fff;
  margin: 0;
  font-size: 12px;
  line-height: 1.3em;
}

/* line 4499, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .donation-box .dollar {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-left: 5px;
}

/* line 4506, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .donation-box .dollar span {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: -5px;
  left: -5px;
}

/* line 4514, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .donation-box .meter {
  position: relative;
  margin-top: 17px;
}

/* line 4519, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .donation-box .meter span {
  font-size: 13px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 4532, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .donation-box .meter canvas:before {
  content: "";
  background-color: red;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 4542, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .details {
  padding: 30px 20px 20px;
  border-radius: 0 0 10px 10px;
  position: relative;
  top: -10px;
  -webkit-box-shadow: 0 0 20px 0 #dbdbdb;
  -moz-box-shadow: 0 0 20px 0 #dbdbdb;
  -o-box-shadow: 0 0 20px 0 #dbdbdb;
  -ms-box-shadow: 0 0 20px 0 #dbdbdb;
  box-shadow: 0 0 20px 0 #dbdbdb;
}

/* line 4554, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .details h3 {
  font-size: 18px;
  margin: 0;
}

/* line 4559, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .details h3 a {
  color: #3d424b;
}

/* line 4563, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .details h3 a:hover {
  color: #f36e23;
  text-decoration: none;
}

/* line 4568, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .details span,
.popular-campaign .details p {
  font-size: 14px;
  color: #999999;
}

/* line 4574, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .details p {
  color: #f36e23;
  margin: 10px 0 0;
}

/* line 4579, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .view-all {
  text-align: center;
  clear: both;
  padding-top: 80px;
}

/* line 4585, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .view-all a {
  font-weight: bold;
  color: #3d424b;
  text-transform: uppercase;
}

/* line 4591, /app/app/assets/stylesheets/theme.scss */
.popular-campaign .view-all a:hover {
  text-decoration: none;
  color: #f36e23;
}

@media (max-width: 767px) {
  /* line 4597, /app/app/assets/stylesheets/theme.scss */
  .popular-campaign .content > .col {
    width: 50%;
    float: left;
    margin-bottom: 50px;
  }

  /* line 4602, /app/app/assets/stylesheets/theme.scss */
  .popular-campaign .content > .col:nth-child(3) {
    width: 50%;
    margin: 0 auto !important;
    float: none;
    clear: both;
  }
}
@media (max-width: 480px) {
  /* line 4611, /app/app/assets/stylesheets/theme.scss */
  .popular-campaign .content > .col {
    width: 100% !important;
    float: none !important;
    margin-bottom: 50px;
  }
}
/*--------------------------------------------------------------
#0.7    help 
--------------------------------------------------------------*/
/* line 4621, /app/app/assets/stylesheets/theme.scss */
.help {
  background-color: #f1f4f6;
}

/* line 4625, /app/app/assets/stylesheets/theme.scss */
.help .help-item {
  position: relative;
  padding-left: 90px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  /* line 4632, /app/app/assets/stylesheets/theme.scss */
  .help .help-item {
    padding-left: 70px;
  }
}
/* line 4637, /app/app/assets/stylesheets/theme.scss */
.help .help-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 4642, /app/app/assets/stylesheets/theme.scss */
  .help .help-item:last-child {
    margin-bottom: 60px;
  }
}
/* line 4647, /app/app/assets/stylesheets/theme.scss */
.help .help-item .icon {
  background-color: #f36e23;
  width: 62px;
  height: 62px;
  display: inline-block;
  line-height: 62px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 4665, /app/app/assets/stylesheets/theme.scss */
.help .help-item .icon i:before {
  font-size: 28px;
}

@media (max-width: 767px) {
  /* line 4670, /app/app/assets/stylesheets/theme.scss */
  .help .help-item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
/* line 4677, /app/app/assets/stylesheets/theme.scss */
.help .help-item h3 {
  font-size: 20px;
  margin: 0 0 0.6em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 4684, /app/app/assets/stylesheets/theme.scss */
  .help .help-item h3 {
    font-size: 18px;
  }
}
/* line 4689, /app/app/assets/stylesheets/theme.scss */
.help .help-item p {
  font-family: "Noto Sans", sans-serif;
  color: gray;
  line-height: 1.6em;
  margin: 0;
}

/* line 4696, /app/app/assets/stylesheets/theme.scss */
.help .video {
  position: relative;
}

/* line 4700, /app/app/assets/stylesheets/theme.scss */
.help .video:before {
  content: "";
  background-color: rgba(61, 66, 75, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 4710, /app/app/assets/stylesheets/theme.scss */
.help .video i {
  background-color: #f36e23;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 26px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  /* line 4734, /app/app/assets/stylesheets/theme.scss */
  .help .video i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
#0.8    cta
--------------------------------------------------------------*/
/* line 4745, /app/app/assets/stylesheets/theme.scss */
.cta {
  background: #15181d url(/assets/cta-bg-30fc4bd8271bdb61790a974cda4a9d496d3e176997651b5349d0d843abce2d68.png) center center/auto no-repeat local;
  padding: 70px 0;
}

@media screen and (min-width: 992px) {
  /* line 4751, /app/app/assets/stylesheets/theme.scss */
  .cta .cta-details {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  /* line 4757, /app/app/assets/stylesheets/theme.scss */
  .cta .cta-details {
    text-align: center;
    padding-top: 35px;
  }
}
/* line 4763, /app/app/assets/stylesheets/theme.scss */
.cta .cta-details h2 {
  color: #fff;
  font-size: 30px;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  /* line 4770, /app/app/assets/stylesheets/theme.scss */
  .cta .cta-details h2 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  /* line 4776, /app/app/assets/stylesheets/theme.scss */
  .cta .cta-details h2 {
    font-size: 22px;
  }
}
/* line 4781, /app/app/assets/stylesheets/theme.scss */
.cta .cta-details p {
  font-size: 16px;
  color: #9da1a9;
  margin: 0 0 2.5em;
}

/* line 4787, /app/app/assets/stylesheets/theme.scss */
.cta .cta-details .theme-btn {
  font-size: 16px;
  font-weight: bold;
  padding: 19px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  /* line 4799, /app/app/assets/stylesheets/theme.scss */
  .cta .cta-details .theme-btn {
    font-size: 15px;
    padding: 19px 15px;
  }
}
@media (max-width: 767px) {
  /* line 4806, /app/app/assets/stylesheets/theme.scss */
  .cta .cta-details .theme-btn {
    font-size: 14px;
    padding: 15px 15px;
  }
}
/*--------------------------------------------------------------
#0.9    latest-causes
--------------------------------------------------------------*/
/* line 4815, /app/app/assets/stylesheets/theme.scss */
.latest-causes {
  padding-bottom: 60px;
  /*** style for progressbar  ***/
}

@media (max-width: 991px) {
  /* line 4821, /app/app/assets/stylesheets/theme.scss */
  .latest-causes {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 4827, /app/app/assets/stylesheets/theme.scss */
  .latest-causes {
    padding-bottom: 20px;
  }
}
/* line 4832, /app/app/assets/stylesheets/theme.scss */
.latest-causes .content > .col {
  margin-bottom: 60px;
}

@media (max-width: 580px) {
  /* line 4837, /app/app/assets/stylesheets/theme.scss */
  .latest-causes .content > .col {
    width: 100%;
  }
}
/* line 4842, /app/app/assets/stylesheets/theme.scss */
.latest-causes .title {
  margin-bottom: 23px;
}

/* line 4846, /app/app/assets/stylesheets/theme.scss */
.latest-causes .title ul,
.latest-causes .donate-amount ul {
  position: relative;
  overflow: hidden;
}

/* line 4852, /app/app/assets/stylesheets/theme.scss */
.latest-causes .title ul li,
.latest-causes .donate-amount ul li {
  float: left;
}

/* line 4857, /app/app/assets/stylesheets/theme.scss */
.latest-causes .title ul li:last-child,
.latest-causes .donate-amount ul li:last-child {
  float: right;
  font-size: 14px;
  color: gray;
}

/* line 4864, /app/app/assets/stylesheets/theme.scss */
.latest-causes .title ul li:last-child i,
.latest-causes .donate-amount ul li:last-child i {
  color: #f36e23;
}

/* line 4869, /app/app/assets/stylesheets/theme.scss */
.latest-causes .title ul h3 {
  font-size: 18px;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 4875, /app/app/assets/stylesheets/theme.scss */
  .latest-causes .title ul h3 {
    font-size: 14px;
  }
}
/* line 4880, /app/app/assets/stylesheets/theme.scss */
.latest-causes .title ul span {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 4887, /app/app/assets/stylesheets/theme.scss */
.latest-causes .img-progress {
  position: relative;
}

/* line 4891, /app/app/assets/stylesheets/theme.scss */
.latest-causes .img-progress .progress {
  background-color: #3d424b;
  border-radius: 0;
  height: 8px;
  overflow: visible;
  box-shadow: none;
}

/* line 4899, /app/app/assets/stylesheets/theme.scss */
.latest-causes .img-progress .progress .progress-bar {
  background-color: #f36e23;
  width: 0;
  line-height: 8px;
  font-size: 10px;
  text-align: left;
  padding-left: 10px;
  position: relative;
  box-shadow: none;
  -webkit-transition: all 1.8s;
  -moz-transition: all 1.8s;
  -o-transition: all 1.8s;
  -ms-transition: all 1.8s;
  transition: all 1.8s;
}

/* line 4915, /app/app/assets/stylesheets/theme.scss */
.latest-causes .img-progress .progress span {
  background: #f36e23;
  padding: 6px 4px;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: -32px;
}

/* line 4924, /app/app/assets/stylesheets/theme.scss */
.latest-causes .img-progress .progress span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #f36e23;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 4941, /app/app/assets/stylesheets/theme.scss */
.latest-causes .img-holder {
  position: relative;
  border-radius: 10px 10px 0 0;
}

/* line 4946, /app/app/assets/stylesheets/theme.scss */
.latest-causes .img-holder:before {
  content: "";
  background-color: rgba(61, 66, 75, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 10px 0 0;
}

/* line 4957, /app/app/assets/stylesheets/theme.scss */
.latest-causes .img-holder img {
  border-radius: 10px 10px 0 0;
}

/* line 4961, /app/app/assets/stylesheets/theme.scss */
.latest-causes .donate-amount {
  margin: 20px 0 15px;
}

/* line 4965, /app/app/assets/stylesheets/theme.scss */
.latest-causes .donate-amount ul li:first-child {
  font-size: 17px;
}

@media (max-width: 767px) {
  /* line 4970, /app/app/assets/stylesheets/theme.scss */
  .latest-causes .donate-amount ul li:first-child {
    font-size: 14px;
    font-weight: 600;
  }
}
/* line 4976, /app/app/assets/stylesheets/theme.scss */
.latest-causes .donate-amount ul li:first-child span {
  color: #f36e23;
}

/* line 4980, /app/app/assets/stylesheets/theme.scss */
.latest-causes .text p {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  margin: 0 0 1.2em;
}

/* line 4986, /app/app/assets/stylesheets/theme.scss */
.latest-causes .text .theme-btn {
  -webkit-box-shadow: 0 5px 5px 0px #cccccc;
  -moz-box-shadow: 0 5px 5px 0px #cccccc;
  -o-box-shadow: 0 5px 5px 0px #cccccc;
  -ms-box-shadow: 0 5px 5px 0px #cccccc;
  box-shadow: 0 5px 5px 0px #cccccc;
}

/*--------------------------------------------------------------
#1.0    cta-2
--------------------------------------------------------------*/
/* line 4997, /app/app/assets/stylesheets/theme.scss */
.cta-2 {
  background-color: #15181d;
}

/* line 5001, /app/app/assets/stylesheets/theme.scss */
.cta-2 .join-us {
  background: url(/assets/join-us-bg-0329fc98786d11e724d612fc085a58c4b7d719eace165a13fe2ade8a62365331.jpg) center center/cover no-repeat local;
  position: relative;
}

@media (max-width: 767px) {
  /* line 5007, /app/app/assets/stylesheets/theme.scss */
  .cta-2 .join-us {
    height: 200px !important;
  }
}
/* line 5012, /app/app/assets/stylesheets/theme.scss */
.cta-2 .join-us:before {
  content: "";
  background-color: rgba(251, 94, 28, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 5022, /app/app/assets/stylesheets/theme.scss */
.cta-2 .join-us span {
  background: url(/assets/join-us-bg-0329fc98786d11e724d612fc085a58c4b7d719eace165a13fe2ade8a62365331.jpg) center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  font-size: 55px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

@media screen and (min-width: 768px) {
  /* line 5042, /app/app/assets/stylesheets/theme.scss */
  .cta-2 .join-us span {
    padding-top: 3.5em;
  }
}
@media (max-width: 767px) {
  /* line 5048, /app/app/assets/stylesheets/theme.scss */
  .cta-2 .join-us span {
    font-size: 45px;
    padding-top: 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  /* line 5055, /app/app/assets/stylesheets/theme.scss */
  .cta-2 .sing-up {
    width: 585px;
    padding: 85px 0 85px 140px;
  }
}
@media screen and (min-width: 768px) {
  /* line 5062, /app/app/assets/stylesheets/theme.scss */
  .cta-2 .sing-up {
    padding: 85px 25px 85px 100px;
  }
}
@media (max-width: 767px) {
  /* line 5068, /app/app/assets/stylesheets/theme.scss */
  .cta-2 .sing-up {
    padding: 55px 15px 55px 70px;
  }
}
/* line 5073, /app/app/assets/stylesheets/theme.scss */
.cta-2 .sing-up h3 {
  color: #fff;
  margin: 0 0 0.4em;
  position: relative;
}

/* line 5079, /app/app/assets/stylesheets/theme.scss */
.cta-2 .sing-up h3 span {
  position: absolute;
  left: -48px;
}

@media (max-width: 767px) {
  /* line 5085, /app/app/assets/stylesheets/theme.scss */
  .cta-2 .sing-up h3 {
    font-size: 20px;
  }
}
/* line 5090, /app/app/assets/stylesheets/theme.scss */
.cta-2 .sing-up span {
  color: #484e59;
  font-weight: bold;
  display: block;
  margin-bottom: 1.44em;
}

@media screen and (min-width: 768px) {
  /* line 5098, /app/app/assets/stylesheets/theme.scss */
  .cta-2 .sing-up span {
    font-size: 17px;
  }
}
/* line 5103, /app/app/assets/stylesheets/theme.scss */
.cta-2 .sing-up p {
  margin: 0 0 1.83em;
  color: #6b7483;
}

@media screen and (min-width: 768px) {
  /* line 5109, /app/app/assets/stylesheets/theme.scss */
  .cta-2 .sing-up p {
    font-size: 16px;
  }
}
/* line 5114, /app/app/assets/stylesheets/theme.scss */
.cta-2 .sing-up .theme-btn {
  background-color: transparent;
  font-size: 16px;
  color: #f36e23;
  padding: 18px 38px;
  border: 2px solid #f36e23;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 5124, /app/app/assets/stylesheets/theme.scss */
  .cta-2 .sing-up .theme-btn {
    font-size: 14px;
    padding: 15px 25px;
  }
}
/* line 5130, /app/app/assets/stylesheets/theme.scss */
.cta-2 .sing-up .theme-btn:hover {
  background-color: #f36e23;
  color: #fff;
}

/*--------------------------------------------------------------
#1.1    volunteers
--------------------------------------------------------------*/
/* line 5138, /app/app/assets/stylesheets/theme.scss */
.volunteers {
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  /* line 5143, /app/app/assets/stylesheets/theme.scss */
  .volunteers {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  /* line 5149, /app/app/assets/stylesheets/theme.scss */
  .volunteers {
    padding-bottom: 50px;
  }
}
/* line 5154, /app/app/assets/stylesheets/theme.scss */
.volunteers .volunteers-grid > .col {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
#1.2    events
--------------------------------------------------------------*/
/* line 5161, /app/app/assets/stylesheets/theme.scss */
.events {
  background-color: #f1f4f6;
  /*** event slider navigation ***/
}

/* line 5166, /app/app/assets/stylesheets/theme.scss */
.events .section-title {
  margin-bottom: 125px;
}

/* line 5170, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .owl-stage-outer {
  overflow: visible !important;
}

/* line 5174, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .item {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 5182, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .item .details {
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

/* line 5190, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 5195, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .details {
  background-color: #f36e23;
  padding: 22px;
  border-radius: 0 0 5px 5px;
}

/* line 5201, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .details h3 {
  font-size: 20px;
  margin: 0 0 0.5em;
}

@media (max-width: 1199px) {
  /* line 5207, /app/app/assets/stylesheets/theme.scss */
  .events .events-slider .details h3 {
    font-size: 15px;
  }
}
/* line 5212, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .details h3 a {
  color: #fff;
}

/* line 5216, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .details ul li {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 1199px) {
  /* line 5225, /app/app/assets/stylesheets/theme.scss */
  .events .events-slider .details ul li {
    font-size: 12px;
  }
}
/* line 5230, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .details ul li i {
  color: #4d4d4d;
  position: absolute;
  left: 0;
  top: 3px;
}

/* line 5237, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .owl-item.center .item {
  -webkit-transform: scale3d(1.1, 1.1, 1.15);
  -moz-transform: scale3d(1.1, 1.1, 1.15);
  -o-transform: scale3d(1.1, 1.1, 1.15);
  -ms-transform: scale3d(1.1, 1.1, 1.15);
  transform: scale3d(1.1, 1.1, 1.15);
  z-index: 100;
  position: relative;
  top: -11px;
}

/* line 5248, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .owl-item.center .item img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* line 5253, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .owl-item.center .item .details {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 5261, /app/app/assets/stylesheets/theme.scss */
.events .events-slider {
  position: relative;
}

/* line 5265, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 30%;
}

/* line 5272, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .owl-controls .owl-nav > div {
  background: #f36e23;
  width: 70px;
  height: 50px;
  line-height: 44px;
  font-size: 22px;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
}

/* line 5284, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .owl-controls .owl-nav > div i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 5295, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .owl-controls .owl-nav > div:first-child {
  left: 15px;
}

/* line 5299, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .owl-controls .owl-nav > div:last-child {
  right: 15px;
}

/* line 5303, /app/app/assets/stylesheets/theme.scss */
.events .events-slider .owl-controls .owl-nav > div:hover {
  background: #f94d04 !important;
}

@media (max-width: 767px) {
  /* line 5308, /app/app/assets/stylesheets/theme.scss */
  .events .events-slider .owl-controls .owl-nav > div {
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
/*--------------------------------------------------------------
#1.3    cta-3
--------------------------------------------------------------*/
/* line 5319, /app/app/assets/stylesheets/theme.scss */
.cta-3 {
  background-color: #000;
  background: #000 url(/assets/cta-3-children-ca8d7727ff6cb10509a8b83aef056b81d14adb63b5f7c0b531ed7169998d01b0.jpg) 20% bottom/auto no-repeat local;
}

@media (max-width: 767px) {
  /* line 5325, /app/app/assets/stylesheets/theme.scss */
  .cta-3 {
    background-size: 220px;
    background-image: none !important;
  }
}
/* line 5331, /app/app/assets/stylesheets/theme.scss */
.cta-3 h2 {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  margin: 0 0 0.67em;
}

@media (max-width: 767px) {
  /* line 5339, /app/app/assets/stylesheets/theme.scss */
  .cta-3 h2 {
    font-size: 22px;
  }
}
/* line 5344, /app/app/assets/stylesheets/theme.scss */
.cta-3 .details-text {
  padding: 115px 15px;
}

@media (max-width: 991px) {
  /* line 5349, /app/app/assets/stylesheets/theme.scss */
  .cta-3 .details-text {
    text-align: center;
    padding: 90px 15px;
  }
}
@media (max-width: 767px) {
  /* line 5356, /app/app/assets/stylesheets/theme.scss */
  .cta-3 .details-text {
    padding: 60px 15px;
  }
}
/* line 5361, /app/app/assets/stylesheets/theme.scss */
.cta-3 .details-text p {
  color: #9da1a9;
  margin-bottom: 2.6em;
}

@media screen and (min-width: 992px) {
  /* line 5367, /app/app/assets/stylesheets/theme.scss */
  .cta-3 .details-text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /* line 5373, /app/app/assets/stylesheets/theme.scss */
  .cta-3 .details-text p {
    color: #b8bbc1;
  }
}
/* line 5378, /app/app/assets/stylesheets/theme.scss */
.cta-3 .details-text .theme-btn {
  font-size: 18px;
  padding: 15px 38px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 5385, /app/app/assets/stylesheets/theme.scss */
  .cta-3 .details-text .theme-btn {
    font-size: 14px;
    padding: 12px 25px;
  }
}
/*--------------------------------------------------------------
#1.4    latest news
--------------------------------------------------------------*/
/* line 5394, /app/app/assets/stylesheets/theme.scss */
.latest-news {
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  /* line 5399, /app/app/assets/stylesheets/theme.scss */
  .latest-news {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  /* line 5405, /app/app/assets/stylesheets/theme.scss */
  .latest-news {
    padding-bottom: 60px;
  }
}
/* line 5410, /app/app/assets/stylesheets/theme.scss */
.latest-news .latest-news-slider .post {
  padding: 0 15px 15px;
}

/* line 5414, /app/app/assets/stylesheets/theme.scss */
.latest-news .latest-news-slider .owl-controls {
  margin-top: 50px;
}

/* line 5418, /app/app/assets/stylesheets/theme.scss */
.latest-news .latest-news-slider .owl-controls .owl-dots span {
  width: 13px;
  height: 13px;
}

/* line 5423, /app/app/assets/stylesheets/theme.scss */
.latest-news .latest-news-slider .owl-controls .owl-dots .active span,
.latest-news .latest-news-slider .owl-controls .owl-dots .owl-dot:hover span {
  background: #f36e23;
}

/*--------------------------------------------------------------
#1.5    news letter
--------------------------------------------------------------*/
/* line 5431, /app/app/assets/stylesheets/theme.scss */
.newsletter {
  background-color: #ebeff2;
}

/* line 5435, /app/app/assets/stylesheets/theme.scss */
.newsletter .children-holder {
  background: url(/assets/newsletter-children-106f9c56f8de1ff6b0c2caa65c49281a2e59a51d34977b3a197acd4503c638a1.jpg) center center/cover no-repeat local;
}

@media (max-width: 991px) {
  /* line 5440, /app/app/assets/stylesheets/theme.scss */
  .newsletter .children-holder {
    height: 260px !important;
  }
}
/* line 5445, /app/app/assets/stylesheets/theme.scss */
.newsletter .subscribe {
  padding: 70px 15px 70px 70px;
}

@media screen and (min-width: 1200px) {
  /* line 5450, /app/app/assets/stylesheets/theme.scss */
  .newsletter .subscribe {
    width: 682px;
  }
}
@media (max-width: 991px) {
  /* line 5456, /app/app/assets/stylesheets/theme.scss */
  .newsletter .subscribe {
    padding: 70px 45px;
  }
}
@media (max-width: 767px) {
  /* line 5462, /app/app/assets/stylesheets/theme.scss */
  .newsletter .subscribe {
    height: auto !important;
    padding: 50px 45px 50px;
  }
}
@media (max-width: 500px) {
  /* line 5469, /app/app/assets/stylesheets/theme.scss */
  .newsletter .subscribe {
    padding: 50px 15px;
  }
}
/* line 5474, /app/app/assets/stylesheets/theme.scss */
.newsletter .subscribe h3 {
  font-size: 30px;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 5480, /app/app/assets/stylesheets/theme.scss */
  .newsletter .subscribe h3 {
    font-size: 25px;
  }
}
/* line 5485, /app/app/assets/stylesheets/theme.scss */
.newsletter .subscribe p {
  color: #3d424b;
  font-weight: bold;
  margin: 0 0 2em;
}

/* line 5491, /app/app/assets/stylesheets/theme.scss */
.newsletter .subscribe p span {
  color: #f36e23;
}

/* line 5495, /app/app/assets/stylesheets/theme.scss */
.newsletter .subscribe form {
  position: relative;
}

@media screen and (min-width: 1200px) {
  /* line 5500, /app/app/assets/stylesheets/theme.scss */
  .newsletter .subscribe form {
    width: 550px;
  }
}
@media screen and (min-width: 992px) {
  /* line 5506, /app/app/assets/stylesheets/theme.scss */
  .newsletter .subscribe form {
    width: 450px;
  }
}
/* line 5511, /app/app/assets/stylesheets/theme.scss */
.newsletter .subscribe form input {
  height: auto;
  font-size: 16px;
  padding: 9px 20px;
  border: 1px solid #f36e23;
  padding-right: 120px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  /* line 5525, /app/app/assets/stylesheets/theme.scss */
  .newsletter .subscribe form input {
    padding: 8px 20px;
  }
}
/* line 5530, /app/app/assets/stylesheets/theme.scss */
.newsletter .subscribe form button {
  padding: 16px 15px;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 5537, /app/app/assets/stylesheets/theme.scss */
.newsletter .subscribe .pluses {
  color: #f36e23;
  font-size: 32px;
  position: absolute;
  right: 0;
  top: 35px;
}

@media (max-width: 1199px) {
  /* line 5546, /app/app/assets/stylesheets/theme.scss */
  .newsletter .subscribe .pluses {
    right: 20px;
  }
}
@media (max-width: 767px) {
  /* line 5552, /app/app/assets/stylesheets/theme.scss */
  .newsletter .subscribe .pluses {
    font-size: 20px;
    top: 45px;
  }
}
/*--------------------------------------------------------------
	Causes Grid page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.0	page-title
--------------------------------------------------------------*/
/* line 5564, /app/app/assets/stylesheets/theme.scss */
.causes-grid-page .page-title-bg {
  background: url(/assets/page-title-bg/causes-pagetitle-ac339d17f42bb37ed67d48c6c0326d346e0bfe563d8bfd8b11d7f01dfcfda03a.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
	causes list page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.0	page-title
--------------------------------------------------------------*/
/* line 5574, /app/app/assets/stylesheets/theme.scss */
.causes-list-page .page-title-bg {
  background: url(/assets/page-title-bg/causes-pagetitle-ac339d17f42bb37ed67d48c6c0326d346e0bfe563d8bfd8b11d7f01dfcfda03a.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#3.1	causes list section
--------------------------------------------------------------*/
/* line 5581, /app/app/assets/stylesheets/theme.scss */
.causes-list-section .causes-list-box {
  margin-bottom: 35px;
}

/* line 5585, /app/app/assets/stylesheets/theme.scss */
.causes-list-section .causes-list-box:last-child {
  margin-bottom: 0;
}

/* line 5589, /app/app/assets/stylesheets/theme.scss */
.causes-list-section .sidebar-wrapper {
  padding-left: 45px;
  padding-right: 20px;
}

@media (max-width: 1199px) {
  /* line 5595, /app/app/assets/stylesheets/theme.scss */
  .causes-list-section .sidebar-wrapper {
    padding-left: 45px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  /* line 5602, /app/app/assets/stylesheets/theme.scss */
  .causes-list-section .sidebar-wrapper {
    padding-left: 15px;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  /* line 5609, /app/app/assets/stylesheets/theme.scss */
  .causes-list-section .sidebar-wrapper {
    margin-top: 60px;
  }
}
/*--------------------------------------------------------------
#3.2	urgent donation
--------------------------------------------------------------*/
/* line 5617, /app/app/assets/stylesheets/theme.scss */
.urgent-donation {
  position: relative;
  padding-bottom: 160px;
  /*** urgent box ***/
}

@media (max-width: 767px) {
  /* line 5624, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation {
    padding-bottom: 110px;
  }
}
/* line 5629, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .section-bg {
  background: url(/assets/urgent-donation-bg-b269c475dbd8a4678b4f41a1abd02e458fa89c76e9c002f19e6de0c84c82eff4.jpg) center center/cover no-repeat local;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 5638, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .section-bg:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  /* line 5649, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .section-bg {
    height: 40%;
  }
}
/* line 5654, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-inner {
  padding-top: 100px;
}

@media (max-width: 767px) {
  /* line 5659, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-inner {
    padding-top: 50px;
  }
}
/* line 5664, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-slider {
  /*** owl controls ***/
}

/* line 5668, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-slider img {
  width: auto !important;
}

/* line 5672, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-slider .owl-controls {
  position: relative;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 5678, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-slider .owl-controls {
    margin-top: 25px;
  }
}
/* line 5683, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-slider .owl-controls .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: -175px;
}

@media (max-width: 1199px) {
  /* line 5692, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-slider .owl-controls .owl-nav {
    display: none;
  }
}
/* line 5697, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-slider .owl-controls .owl-nav > div {
  background-color: transparent;
  color: #3d424b;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
}

/* line 5705, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-slider .owl-controls .owl-nav .owl-prev {
  left: -95px;
}

/* line 5709, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-slider .owl-controls .owl-nav .owl-next {
  right: -95px;
}

/* line 5713, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-slider .owl-controls .owl-nav > div:hover {
  background-color: transparent;
  color: gray;
}

/* line 5718, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-slider .owl-controls .owl-dots {
  width: 100px;
  padding-top: 50px;
  position: absolute;
  right: 28%;
  z-index: 999;
}

@media (max-width: 767px) {
  /* line 5727, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-slider .owl-controls .owl-dots {
    margin-top: 25px;
    padding-top: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* line 5740, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-slider .owl-controls .owl-dots span {
  background-color: #fff;
  border: 2px solid #000;
  margin: 3px;
}

/* line 5746, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-slider .owl-controls .owl-dots .active span {
  width: 13px;
  height: 13px;
  border: 0;
  margin: 2px 3px;
  background-color: #f36e23;
}

/* line 5754, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box {
  background-color: #fff;
  overflow: hidden;
}

/* line 5759, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box > div {
  float: left;
}

/* line 5763, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .img-holder {
  width: 40%;
  text-align: right;
}

/* line 5768, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .img-holder img {
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 5773, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .img-holder {
    display: none;
  }
}
/* line 5778, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details {
  background-color: #f36e23;
  width: 60%;
  text-align: center;
  padding: 58px 90px 60px;
}

@media (max-width: 991px) {
  /* line 5786, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details {
    padding: 47px 20px 50px;
  }
}
@media (max-width: 767px) {
  /* line 5792, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details {
    width: 100%;
    float: none;
  }
}
/* line 5798, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details > span {
  background-color: #3d424b;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 5px 25px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  /* line 5809, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details > span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  /* line 5815, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details > span {
    font-size: 14px;
    padding: 4px 20px;
  }
}
/* line 5821, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details h2 {
  font-size: 27px;
  font-weight: bold;
  margin: 0.83em 0 0;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  /* line 5829, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  /* line 5835, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details h2 {
    font-size: 18px;
    margin: 1.3em 0 0;
  }
}
/* line 5841, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .remaing-date {
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  /* line 5847, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details .remaing-date {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /* line 5853, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details .remaing-date {
    font-size: 14px;
  }
}
/* line 5858, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .progress-wrapper {
  margin-top: 80px;
}

@media (max-width: 991px) {
  /* line 5863, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details .progress-wrapper {
    margin-top: 45px;
  }
}
/* line 5868, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .progress {
  background-color: #3d424b;
  height: 15px;
  position: relative;
  overflow: visible;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  /* line 5881, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details .progress {
    height: 12px;
  }
}
/* line 5886, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .progress .progress-bar {
  background-color: #fff;
  line-height: 15px;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  /* line 5898, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details .progress .progress-bar {
    line-height: 12px;
  }
}
/* line 5903, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .progress-bar span {
  background-color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  color: #f36e23;
  position: absolute;
  right: -20px;
  top: -37px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* line 5918, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .progress-bar span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 5935, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .goal-raised {
  overflow: hidden;
}

/* line 5939, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .goal-raised span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  /* line 5947, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details .goal-raised span {
    font-size: 12px;
  }
}
/* line 5952, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .goal-raised h4 {
  font-size: 24px;
  margin: 0;
}

@media (max-width: 991px) {
  /* line 5958, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details .goal-raised h4 {
    font-size: 18px;
  }
}
/* line 5963, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .goal-raised .goal {
  float: left;
}

/* line 5967, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .goal-raised .raised {
  float: right;
}

/* line 5971, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .form {
  margin-top: 45px;
}

/* line 5975, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .form > div {
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 5980, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details .form > div {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  /* line 5986, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details .form > div:last-child {
    float: right;
  }
}
/* line 5991, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .form input {
  height: auto;
  color: #f36e23;
  padding: 11px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  /* line 6003, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details .form input {
    padding: 8px 15px;
  }
}
@media (max-width: 767px) {
  /* line 6009, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details .form input {
    margin-bottom: 10px;
    padding: 5px 15px;
  }
}
/* line 6015, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .form .theme-btn {
  border: 2px solid #3d424b;
  color: #3d424b;
  font-size: 18px;
  padding: 15px 33px;
  text-transform: none;
}

@media (max-width: 991px) {
  /* line 6024, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details .form .theme-btn {
    font-size: 15px;
    padding: 13px 27px;
  }
}
@media (max-width: 767px) {
  /* line 6031, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation .urgent-box .details .form .theme-btn {
    font-size: 14px;
    padding: 12px 27px;
  }
}
/* line 6037, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .form .theme-btn:hover {
  border-color: #fff;
  background-color: #fff;
}

/* line 6042, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #f36e23;
}

/* line 6048, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #f36e23;
}

/* line 6054, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #f36e23;
}

/* line 6060, /app/app/assets/stylesheets/theme.scss */
.urgent-donation .urgent-box .details .form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #f36e23;
}

/*--------------------------------------------------------------
#3.3	newsletter
--------------------------------------------------------------*/
/* line 6069, /app/app/assets/stylesheets/theme.scss */
.newsletter {
  background-color: #ebeff2;
}

/* line 6073, /app/app/assets/stylesheets/theme.scss */
.newsletter .children-holder-s2 {
  background: url(/assets/newsletter-children2-bc3bccba64163ecbedc2f305748bf4381c8607edfea7575b148d0045c92ec85b.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
	causes single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	page-title
--------------------------------------------------------------*/
/* line 6083, /app/app/assets/stylesheets/theme.scss */
.causes-single-page .page-title-bg {
  background: url(/assets/page-title-bg/causes-pagetitle-ac339d17f42bb37ed67d48c6c0326d346e0bfe563d8bfd8b11d7f01dfcfda03a.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#4.1	causes-single-wrapper
--------------------------------------------------------------*/
/* line 6090, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper {
  padding-bottom: 65px;
  /*** related causes ***/
}

@media (max-width: 991px) {
  /* line 6096, /app/app/assets/stylesheets/theme.scss */
  .causes-single-wrapper {
    padding-bottom: 5px;
  }
}
/* line 6101, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper .causes-single {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}

@media (max-width: 991px) {
  /* line 6107, /app/app/assets/stylesheets/theme.scss */
  .causes-single-wrapper .causes-single {
    margin-bottom: 80px;
  }
}
/* line 6112, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper .causes-list-box {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -o-box-shadow: 0 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

@media (max-width: 767px) {
  /* line 6121, /app/app/assets/stylesheets/theme.scss */
  .causes-single-wrapper .causes-list-box {
    padding: 15px 0;
  }
}
/* line 6126, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper .title {
  width: 100%;
  float: none;
  padding: 32px 0;
  position: relative;
}

@media (max-width: 767px) {
  /* line 6134, /app/app/assets/stylesheets/theme.scss */
  .causes-single-wrapper .title {
    padding: 20px 0 32px;
  }
}
/* line 6139, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper .title h3 {
  font-size: 30px;
}

@media (max-width: 991px) {
  /* line 6144, /app/app/assets/stylesheets/theme.scss */
  .causes-single-wrapper .title h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 6150, /app/app/assets/stylesheets/theme.scss */
  .causes-single-wrapper .title h3 {
    font-size: 25px;
  }
}
/* line 6155, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper .title .theme-btn {
  position: absolute;
  right: 5px;
  top: 32px;
}

@media (max-width: 767px) {
  /* line 6162, /app/app/assets/stylesheets/theme.scss */
  .causes-single-wrapper .title .theme-btn {
    position: static;
    padding: 12px 15px;
  }
}
/* line 6168, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper .inner-details > p {
  color: #9da1a9;
  margin: 0 0 1.38em;
}

/* line 6173, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper .inner-details > ul {
  margin-bottom: 50px;
}

/* line 6177, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper .inner-details > ul li {
  color: #9da1a9;
  margin-bottom: 0.5em;
}

/* line 6182, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper .inner-details > ul li i {
  color: #f36e23;
}

/* line 6186, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper .inner-details > ul li:last-child {
  margin-bottom: 0;
}

/* line 6190, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper .related-causes {
  padding-top: 90px;
}

/* line 6194, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper .related-causes .side-section-title h2 {
  margin-bottom: 1.5em;
}

/* line 6198, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper .related-causes .latest-causes .title {
  padding: 0;
}

/* line 6202, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper .related-causes .latest-causes .donate-amount ul li {
  font-weight: bold;
}

/* line 6206, /app/app/assets/stylesheets/theme.scss */
.causes-single-wrapper .related-causes .latest-causes .donate-amount ul li:first-child {
  color: #3d424b;
}

@media (max-width: 991px) {
  /* line 6211, /app/app/assets/stylesheets/theme.scss */
  .causes-single-wrapper .related-causes .latest-causes > .col {
    margin-bottom: 60px;
  }
}
@media (max-width: 580px) {
  /* line 6217, /app/app/assets/stylesheets/theme.scss */
  .causes-single-wrapper .related-causes .latest-causes > .col {
    width: 100%;
  }
}
/*--------------------------------------------------------------
	volunteers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.0	page-title
--------------------------------------------------------------*/
/* line 6228, /app/app/assets/stylesheets/theme.scss */
.volunteers-page .page-title-bg {
  background: url(/assets/page-title-bg/volunteers-pagetitle-bg-425dc66acc8c6a8c0d95f2bcaf28f9796637d4274d21786c24b6e2186f6b7f9d.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#5.1	cta-2
--------------------------------------------------------------*/
/* line 6235, /app/app/assets/stylesheets/theme.scss */
.volunteers-page .cta-2 {
  position: relative;
}

/* line 6239, /app/app/assets/stylesheets/theme.scss */
.volunteers-page .cta-2 .sing-up {
  border-left: 1px solid #000;
}

/* line 6243, /app/app/assets/stylesheets/theme.scss */
.volunteers-page .cta-2 .sing-up-border {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  background: transparent;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 992px) {
  /* line 6255, /app/app/assets/stylesheets/theme.scss */
  .volunteers-page .cta-2 .sing-up-border {
    width: 58.34%;
    right: 0;
  }
}
@media (max-width: 991px) {
  /* line 6262, /app/app/assets/stylesheets/theme.scss */
  .volunteers-page .cta-2 .sing-up-border {
    width: 66.67%;
    right: 0;
  }
}
@media (max-width: 767px) {
  /* line 6269, /app/app/assets/stylesheets/theme.scss */
  .volunteers-page .cta-2 .sing-up-border {
    width: 100%;
    right: 0;
  }
}
@media (max-width: 991px) {
  /* line 6276, /app/app/assets/stylesheets/theme.scss */
  .volunteers-page .volunteers {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  /* line 6282, /app/app/assets/stylesheets/theme.scss */
  .volunteers-page .volunteers {
    padding-bottom: 60px;
  }
}
/* line 6287, /app/app/assets/stylesheets/theme.scss */
.volunteers-page .pagination-wrapper {
  margin-top: 50px;
}

@media (max-width: 991px) {
  /* line 6292, /app/app/assets/stylesheets/theme.scss */
  .volunteers-page .pagination-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  /* line 6298, /app/app/assets/stylesheets/theme.scss */
  .volunteers-page .pagination-wrapper {
    margin-top: 10px;
  }
}
/*--------------------------------------------------------------
	volunteer single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.0	page-title
--------------------------------------------------------------*/
/* line 6309, /app/app/assets/stylesheets/theme.scss */
.volunteer-single .page-title-bg {
  background: url(/assets/page-title-bg/volunteers-pagetitle-bg-425dc66acc8c6a8c0d95f2bcaf28f9796637d4274d21786c24b6e2186f6b7f9d.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#6.1	Volunteer single section
--------------------------------------------------------------*/
/* line 6316, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section {
  background-color: #f2f6f9;
  /*** volunteer profile title ***/
  /*** volunteer-content ***/
}

/* line 6322, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-profile-title {
  background-color: #fff;
  text-align: center;
  padding: 80px 15px 35px;
  border-bottom: 2px solid #cccccc;
}

@media (max-width: 767px) {
  /* line 6330, /app/app/assets/stylesheets/theme.scss */
  .volunteer-single-section .volunteer-profile-title {
    padding: 50px 15px 15px;
  }
}
/* line 6335, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-profile-title .img-holder {
  position: absolute;
  left: 50%;
  top: -95px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

@media (max-width: 767px) {
  /* line 6348, /app/app/assets/stylesheets/theme.scss */
  .volunteer-single-section .volunteer-profile-title .img-holder {
    width: 80px;
    height: 80px;
    top: -42px;
  }
}
/* line 6355, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-profile-title img {
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* line 6365, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-profile-title h3 {
  font-size: 30px;
  text-transform: capitalize;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 6372, /app/app/assets/stylesheets/theme.scss */
  .volunteer-single-section .volunteer-profile-title h3 {
    font-size: 20px;
  }
}
/* line 6377, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-profile-title p {
  text-transform: capitalize;
}

/* line 6381, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-profile-title p span {
  color: #f36e23;
}

/* line 6385, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content {
  padding: 30px 0 125px;
  /*** info ***/
  /*** bio ***/
}

@media (max-width: 991px) {
  /* line 6392, /app/app/assets/stylesheets/theme.scss */
  .volunteer-single-section .volunteer-content {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  /* line 6398, /app/app/assets/stylesheets/theme.scss */
  .volunteer-single-section .volunteer-content {
    padding-bottom: 60px;
  }
}
/* line 6403, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .info,
.volunteer-single-section .volunteer-content .bio,
.volunteer-single-section .volunteer-content .similar-profile {
  background-color: #fff;
  border-bottom: 2px solid #cccccc;
  padding: 40px 60px;
}

@media (max-width: 767px) {
  /* line 6412, /app/app/assets/stylesheets/theme.scss */
  .volunteer-single-section .volunteer-content .info,
  .volunteer-single-section .volunteer-content .bio,
  .volunteer-single-section .volunteer-content .similar-profile {
    padding: 30px;
  }
}
/* line 6419, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .box-title {
  margin-bottom: 30px;
}

/* line 6423, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .box-title h3 {
  font-size: 24px;
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  /* line 6431, /app/app/assets/stylesheets/theme.scss */
  .volunteer-single-section .volunteer-content .box-title h3 {
    font-size: 20px;
  }
}
/* line 6436, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .box-title h3 i {
  color: #f36e23;
}

/* line 6440, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .info {
  padding: 40px 35px 79px;
}

@media (max-width: 991px) {
  /* line 6445, /app/app/assets/stylesheets/theme.scss */
  .volunteer-single-section .volunteer-content .info {
    padding: 40px 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  /* line 6452, /app/app/assets/stylesheets/theme.scss */
  .volunteer-single-section .volunteer-content .info {
    padding: 30px;
  }
}
/* line 6457, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .info-details span,
.volunteer-single-section .volunteer-content .social span {
  display: block;
}

/* line 6462, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .info-details > li {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  /* line 6469, /app/app/assets/stylesheets/theme.scss */
  .volunteer-single-section .volunteer-content .info-details > li {
    font-size: 15px;
  }
}
/* line 6474, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .info-details > li:last-child {
  margin-bottom: 0;
}

/* line 6478, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .info-details > li span:first-child,
.volunteer-single-section .volunteer-content .social span {
  color: #bfbfbf;
  margin-bottom: 2px;
  font-weight: bold;
}

/* line 6485, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .social {
  margin-top: 40px;
}

/* line 6489, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .social ul {
  overflow: hidden;
}

/* line 6493, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .social ul li {
  float: left;
  margin-right: 15px;
}

/* line 6498, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .social ul li a {
  font-size: 18px;
  color: #00529c;
}

/* line 6503, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .social ul li:nth-child(2) a {
  color: #00acee;
}

/* line 6507, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .social ul li:nth-child(3) a {
  color: #d84d31;
}

/* line 6511, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .social ul li:nth-child(4) a {
  color: #0071ad;
}

/* line 6515, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .social ul li:last-child a {
  color: #ba6200;
}

/* line 6519, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .bio {
  margin-bottom: 35px;
}

/* line 6523, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .bio > p {
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

/* line 6528, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .bio > p:last-child {
  margin-bottom: 0;
}

/* line 6532, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .similar-profile ul {
  overflow: hidden;
}

/* line 6536, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .similar-profile ul li {
  float: left;
  margin-right: 6px;
  margin-bottom: 5px;
}

/* line 6542, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .similar-profile ul li img {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 6556, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .similar-profile ul li:last-child {
  margin-right: 0;
}

/* line 6560, /app/app/assets/stylesheets/theme.scss */
.volunteer-single-section .volunteer-content .similar-profile ul li:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*--------------------------------------------------------------
	gallery 3 col
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.0	page-title
--------------------------------------------------------------*/
/* line 6571, /app/app/assets/stylesheets/theme.scss */
.gallery-3col .page-title-bg {
  background: url(/assets/page-title-bg/gallery-3col-pagetitle-2be7b4eb4c9c578417a22d54e91ebc3c9ae5f24b6ad7caebba02aae77679dc19.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#7.1	gallery-3col-content
--------------------------------------------------------------*/
/* line 6578, /app/app/assets/stylesheets/theme.scss */
.gallery-3col-content {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  /* line 6583, /app/app/assets/stylesheets/theme.scss */
  .gallery-3col-content {
    padding-bottom: 80px;
  }
}
/* line 6588, /app/app/assets/stylesheets/theme.scss */
.gallery-3col-content .gallery-container {
  overflow: hidden;
  margin: 0 -13px;
}

@media (max-width: 991px) {
  /* line 6594, /app/app/assets/stylesheets/theme.scss */
  .gallery-3col-content .gallery-container {
    margin: 0;
  }
}
/* line 6599, /app/app/assets/stylesheets/theme.scss */
.gallery-3col-content .gallery-container .box {
  width: 33.33%;
  float: left;
  padding: 0 13px 26px;
}

@media (max-width: 991px) {
  /* line 6606, /app/app/assets/stylesheets/theme.scss */
  .gallery-3col-content .gallery-container .box {
    padding: 0;
    margin: -1px;
  }
}
@media (max-width: 500px) {
  /* line 6613, /app/app/assets/stylesheets/theme.scss */
  .gallery-3col-content .gallery-container .box {
    width: 50%;
  }
}
/*--------------------------------------------------------------
	gallery 4 col
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.0	page-title
--------------------------------------------------------------*/
/* line 6624, /app/app/assets/stylesheets/theme.scss */
.gallery-4col .page-title-bg {
  background: url(/assets/page-title-bg/gallery-3col-pagetitle-2be7b4eb4c9c578417a22d54e91ebc3c9ae5f24b6ad7caebba02aae77679dc19.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#8.1	gallery-4col-content
--------------------------------------------------------------*/
@media (max-width: 767px) {
  /* line 6632, /app/app/assets/stylesheets/theme.scss */
  .gallery-4col-content,
  .gallery-fullwidth-content {
    padding-bottom: 80px;
  }
}
/* line 6638, /app/app/assets/stylesheets/theme.scss */
.gallery-4col-content .gallery-container .box,
.gallery-fullwidth-content .gallery-container .box {
  width: 25%;
  float: left;
}

@media (max-width: 991px) {
  /* line 6645, /app/app/assets/stylesheets/theme.scss */
  .gallery-4col-content .gallery-container .box,
  .gallery-fullwidth-content .gallery-container .box {
    width: 50%;
  }
}
/*--------------------------------------------------------------
	gallery fullwidth page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.0	page-title
--------------------------------------------------------------*/
/* line 6657, /app/app/assets/stylesheets/theme.scss */
.gallery-fullwidth .page-title-bg {
  background: url(/assets/page-title-bg/gallery-3col-pagetitle-2be7b4eb4c9c578417a22d54e91ebc3c9ae5f24b6ad7caebba02aae77679dc19.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#9.1	gallery-fullwidth-content
--------------------------------------------------------------*/
/* line 6664, /app/app/assets/stylesheets/theme.scss */
.gallery-fullwidth-content .container-fluid {
  padding: 0;
}

@media (max-width: 991px) {
  /* line 6669, /app/app/assets/stylesheets/theme.scss */
  .gallery-fullwidth-content .gallery-container .box {
    width: 25%;
  }
}
@media (max-width: 767px) {
  /* line 6675, /app/app/assets/stylesheets/theme.scss */
  .gallery-fullwidth-content .gallery-container .box {
    width: 50%;
  }
}
@media screen and (min-width: 1367px) {
  /* line 6681, /app/app/assets/stylesheets/theme.scss */
  .gallery-fullwidth-content .gallery-container .box img {
    width: 100%;
  }
}
/*--------------------------------------------------------------
	event 2 col page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.0	page-title
--------------------------------------------------------------*/
/* line 6692, /app/app/assets/stylesheets/theme.scss */
.event-2col .page-title-bg {
  background: url(/assets/page-title-bg/gallery-3col-pagetitle-2be7b4eb4c9c578417a22d54e91ebc3c9ae5f24b6ad7caebba02aae77679dc19.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#10.1	 event-2col-section
--------------------------------------------------------------*/
/* line 6699, /app/app/assets/stylesheets/theme.scss */
.event-2col .event-2col-section {
  padding-bottom: 95px;
}

@media (max-width: 767px) {
  /* line 6704, /app/app/assets/stylesheets/theme.scss */
  .event-2col .event-2col-section {
    padding-bottom: 65px;
  }
}
/* line 6709, /app/app/assets/stylesheets/theme.scss */
.event-2col .event-2col-section .event-grid-wrapper {
  margin: 0 -15px;
}

/* line 6713, /app/app/assets/stylesheets/theme.scss */
.event-2col .event-2col-section .event-grid {
  width: 50%;
  float: left;
  padding: 5px 15px 30px;
}

@media (max-width: 600px) {
  /* line 6720, /app/app/assets/stylesheets/theme.scss */
  .event-2col .event-2col-section .event-grid {
    width: 100%;
    float: none;
  }
}
@media (max-width: 991px) {
  /* line 6727, /app/app/assets/stylesheets/theme.scss */
  .event-2col .event-2col-section .sidebar-wrapper {
    margin-top: 60px;
  }
}
/*--------------------------------------------------------------
	event 3 col page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.0	page-title
--------------------------------------------------------------*/
/* line 6738, /app/app/assets/stylesheets/theme.scss */
.event-3col .page-title-bg {
  background: url(/assets/page-title-bg/gallery-3col-pagetitle-2be7b4eb4c9c578417a22d54e91ebc3c9ae5f24b6ad7caebba02aae77679dc19.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#11.1	 event-3col-section
--------------------------------------------------------------*/
/* line 6745, /app/app/assets/stylesheets/theme.scss */
.event-3col {
  /** featured section ***/
}

/* line 6749, /app/app/assets/stylesheets/theme.scss */
.event-3col .event-3col-section {
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  /* line 6754, /app/app/assets/stylesheets/theme.scss */
  .event-3col .event-3col-section {
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  /* line 6760, /app/app/assets/stylesheets/theme.scss */
  .event-3col .event-3col-section {
    padding-bottom: 60px;
  }
}
/* line 6765, /app/app/assets/stylesheets/theme.scss */
.event-3col .event-3col-section .event-grid {
  width: 33.33%;
  float: left;
  padding: 5px 15px 30px;
}

@media (max-width: 991px) {
  /* line 6772, /app/app/assets/stylesheets/theme.scss */
  .event-3col .event-3col-section .event-grid {
    width: 50%;
  }
}
@media (max-width: 600px) {
  /* line 6778, /app/app/assets/stylesheets/theme.scss */
  .event-3col .event-3col-section .event-grid {
    width: 100%;
    float: none;
    padding: 5px 0 30px;
  }
}
/* line 6785, /app/app/assets/stylesheets/theme.scss */
.event-3col .featured {
  background-color: #15181d;
  border-bottom: 1px solid #000;
}

/* line 6790, /app/app/assets/stylesheets/theme.scss */
.event-3col .featured .featured-promo {
  background: url(/assets/beat-cancer-bg-451cbfa4678c4e0c1cca7cd01404866cd013890bf6f59b67fd9437c2dd10f1b8.jpg) center center/cover no-repeat local;
  padding: 85px 15px;
  text-align: center;
  position: relative;
}

/* line 6797, /app/app/assets/stylesheets/theme.scss */
.event-3col .featured .featured-promo:before {
  content: "";
  background-color: rgba(251, 94, 28, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 6807, /app/app/assets/stylesheets/theme.scss */
.event-3col .featured .featured-promo img {
  display: inline-block;
  position: relative;
  z-index: 10;
}

/* line 6813, /app/app/assets/stylesheets/theme.scss */
.event-3col .featured .countdown-wrapper {
  padding: 65px 15px 65px 75px;
  /*** colock style ***/
}

@media screen and (min-width: 1200px) {
  /* line 6819, /app/app/assets/stylesheets/theme.scss */
  .event-3col .featured .countdown-wrapper {
    width: 585px;
  }
}
@media (max-width: 1199px) {
  /* line 6825, /app/app/assets/stylesheets/theme.scss */
  .event-3col .featured .countdown-wrapper {
    padding: 65px 15px 65px 45px;
  }
}
@media (max-width: 767px) {
  /* line 6831, /app/app/assets/stylesheets/theme.scss */
  .event-3col .featured .countdown-wrapper {
    height: auto !important;
    padding: 65px 15px 65px 15px;
  }
}
/* line 6837, /app/app/assets/stylesheets/theme.scss */
.event-3col .featured .countdown-wrapper h3,
.event-3col .featured .countdown-wrapper p {
  color: #a1a8b3;
}

/* line 6842, /app/app/assets/stylesheets/theme.scss */
.event-3col .featured .countdown-wrapper h3 {
  font-size: 28px;
  margin: 0 0 0.32em;
}

@media (max-width: 767px) {
  /* line 6848, /app/app/assets/stylesheets/theme.scss */
  .event-3col .featured .countdown-wrapper h3 {
    font-size: 22px;
  }
}
/* line 6853, /app/app/assets/stylesheets/theme.scss */
.event-3col .featured .countdown-wrapper p {
  font-size: 14px;
  margin: 0 0 1.79em;
}

/* line 6858, /app/app/assets/stylesheets/theme.scss */
.event-3col .featured .countdown-wrapper h3 + ul {
  overflow: hidden;
  margin-bottom: 18px;
}

/* line 6863, /app/app/assets/stylesheets/theme.scss */
.event-3col .featured .countdown-wrapper h3 + ul li {
  font-size: 14px;
  color: #6b7483;
  float: left;
  margin-right: 20px;
}

/* line 6870, /app/app/assets/stylesheets/theme.scss */
.event-3col .featured .countdown-wrapper h3 + ul li:last-child {
  margin-right: 0;
}

/* line 6874, /app/app/assets/stylesheets/theme.scss */
.event-3col .featured .countdown-wrapper h3 + ul li i {
  color: #f36e23;
}

/* line 6878, /app/app/assets/stylesheets/theme.scss */
.event-3col .featured .countdown-wrapper #countdown {
  margin-left: -10px;
}

@media (max-width: 767px) {
  /* line 6883, /app/app/assets/stylesheets/theme.scss */
  .event-3col .featured .countdown-wrapper #countdown {
    margin-left: 0;
  }
}
/* line 6888, /app/app/assets/stylesheets/theme.scss */
.event-3col .featured .countdown-wrapper .ClassyCountdown-value > div {
  font-size: 28px;
  font-weight: bold;
  color: #f36e23 !important;
}

@media (max-width: 991px) {
  /* line 6895, /app/app/assets/stylesheets/theme.scss */
  .event-3col .featured .countdown-wrapper .ClassyCountdown-value > div {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  /* line 6901, /app/app/assets/stylesheets/theme.scss */
  .event-3col .featured .countdown-wrapper .ClassyCountdown-value > div {
    font-size: 15px;
  }
}
/* line 6906, /app/app/assets/stylesheets/theme.scss */
.event-3col .featured .countdown-wrapper .ClassyCountdown-value > span {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 6913, /app/app/assets/stylesheets/theme.scss */
  .event-3col .featured .countdown-wrapper .ClassyCountdown-value > span {
    font-size: 12px !important;
  }
}
@media (max-width: 991px) {
  /* line 6919, /app/app/assets/stylesheets/theme.scss */
  .event-3col .featured .countdown-wrapper .ClassyCountdown-wrapper > div {
    margin: 5px;
  }
}
/*--------------------------------------------------------------
	event 2 col page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.0	page-title
--------------------------------------------------------------*/
/* line 6930, /app/app/assets/stylesheets/theme.scss */
.shop-page .page-title-bg {
  background: url(/assets/page-title-bg/shop-pagetitle-d799d992d0513869ddba5a1070fcf08fa7d3f0dfcf0d7d6ede20420a002b6a00.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#12.0	shop-main-content
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  /* line 6938, /app/app/assets/stylesheets/theme.scss */
  .shop-page .shop-main-content {
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  /* line 6944, /app/app/assets/stylesheets/theme.scss */
  .shop-page .shop-main-content .shop-content {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 6950, /app/app/assets/stylesheets/theme.scss */
  .shop-page .shop-main-content .shop-content {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 6956, /app/app/assets/stylesheets/theme.scss */
  .shop-page .shop-main-content .pagination-wrapper {
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
  /* line 6962, /app/app/assets/stylesheets/theme.scss */
  .shop-page .shop-main-content .pagination-wrapper {
    margin-bottom: 45px;
  }
}
/*--------------------------------------------------------------
	shop details page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.0	page-title
--------------------------------------------------------------*/
/* line 6973, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .page-title-bg {
  background: url(/assets/page-title-bg/shop-pagetitle-d799d992d0513869ddba5a1070fcf08fa7d3f0dfcf0d7d6ede20420a002b6a00.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#13.1	shop-details-main-content
--------------------------------------------------------------*/
/* line 6980, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content {
  /*** product slider ***/
  /*** product info ***/
  /*** upsell product **/
}

/* line 6986, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-for {
  border: 2px solid red;
  text-align: center;
}

/* line 6991, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-for img {
  display: inline-block;
}

/* line 6995, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}

/* line 7000, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

/* line 7012, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav > i:hover {
  cursor: pointer;
}

/* line 7016, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}

/* line 7021, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide {
  text-align: center;
}

/* line 7025, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide img {
  display: inline-block;
}

/* line 7029, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details {
  background-color: #15181d;
  padding: 60px 30px 93px 30px;
  /*** product option ***/
  /*** secend row ***/
  /*** share **/
}

@media (max-width: 1199px) {
  /* line 7038, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-details {
    padding: 40px 30px 85px 30px;
  }
}
@media (max-width: 991px) {
  /* line 7044, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  /* line 7051, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-details {
    padding: 30px 20px;
  }
}
/* line 7056, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details h2 {
  font-size: 27px;
  color: #fff;
  margin: 0 0 0.33em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  /* line 7064, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-details h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  /* line 7070, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-details h2 {
    font-size: 20px;
  }
}
/* line 7075, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .rating i {
  font-size: 13px;
  color: white;
}

/* line 7080, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .price {
  font-size: 20px;
  color: #f36e23;
  margin: 7px 0 14px;
}

@media (max-width: 767px) {
  /* line 7087, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-details .price {
    font-size: 16px;
  }
}
/* line 7092, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .price .old {
  font-size: 15px;
  color: #b8bbc1;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 767px) {
  /* line 7101, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-details .price .old {
    font-size: 14px;
  }
}
/* line 7106, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details p {
  font-size: 14px;
  margin: 0;
}

/* line 7111, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .form ::-webkit-input-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #fc9367;
}

/* line 7117, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .form :-moz-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #fc9367;
}

/* line 7123, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .form ::-moz-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #fc9367;
}

/* line 7129, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .form :-ms-input-placeholder {
  font-style: 12px;
  font-style: normal;
  color: #fc9367;
}

/* line 7135, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row {
  padding: 24px 0;
  margin-top: 25px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  overflow: hidden;
}

/* line 7143, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row > div {
  width: 40%;
  float: left;
}

@media (max-width: 1199px) {
  /* line 7149, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row > div {
    width: 37%;
  }
}
@media (max-width: 500px) {
  /* line 7155, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row > div {
    width: 100% !important;
    float: none;
    margin-bottom: 15px;
  }
}
/* line 7162, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row > div:last-child {
  width: 20%;
}

@media (max-width: 1199px) {
  /* line 7167, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row > div:last-child {
    width: 26%;
  }
}
/* line 7172, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row input,
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row select {
  width: 60%;
  height: auto;
  color: #f36e23;
  font-size: 11px;
  font-style: normal;
  padding: 5px;
  border-color: #4d4d4d;
}

/* line 7183, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row input:focus,
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row select:focus {
  border-color: #4d4d4d;
  box-shadow: none;
}

@media (max-width: 500px) {
  /* line 7190, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row input,
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row select {
    width: 100% !important;
  }
}
/* line 7196, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row select option {
  color: #000;
  opacity: 1 !important;
}

/* line 7201, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row span {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 1199px) {
  /* line 7211, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row span {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  /* line 7217, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row span {
    margin-bottom: 3px;
  }
}
/* line 7222, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty {
  overflow: hidden;
}

/* line 7226, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .form-control {
  background: transparent;
  display: inline-block;
  width: 100%;
  padding-left: 25px;
}

/* line 7233, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .btn {
  font-size: 12px;
  padding: 0 3px;
  background: transparent;
  color: #4d4d4d;
  line-height: 12px;
  border-color: #4d4d4d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

/* line 7247, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .bootstrap-touchspin {
  width: 65%;
  position: relative;
  float: right;
}

@media (max-width: 500px) {
  /* line 7254, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .bootstrap-touchspin {
    width: 100% !important;
  }
}
/* line 7259, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .bootstrap-touchspin .input-group-btn {
  position: absolute;
  top: 3px;
  padding-right: 0;
  line-height: auto !important;
  z-index: 100;
}

@media (max-width: 1199px) {
  /* line 7268, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .bootstrap-touchspin .input-group-btn {
    top: 5px;
  }
}
/* line 7273, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .bootstrap-touchspin > span:first-child {
  left: 5px;
}

/* line 7277, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .product-option .fst-row .qty .bootstrap-touchspin > span:last-child {
  right: 17px !important;
}

/* line 7281, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .sec-row {
  padding: 24px 0;
  border-bottom: 1px solid #4d4d4d;
}

/* line 7286, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .sec-row > div {
  display: inline-block;
}

/* line 7290, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .sec-row > div .theme-btn {
  padding: 13px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}

/* line 7300, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .sec-row > div:last-child .btn {
  background: transparent;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-weight: normal;
  color: #4d4d4d;
  text-align: center;
  padding: 0;
  border: 1px solid #4d4d4d;
}

/* line 7313, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .sec-row > div:last-child .btn:hover {
  background-color: #f36e23;
  color: #fff;
  border-color: #f36e23;
}

/* line 7319, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .share {
  padding: 6px 0 0;
}

/* line 7323, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .share span {
  font-size: 14px;
  color: #fff;
  margin-right: 0;
}

/* line 7329, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .share ul li {
  background: transparent;
  margin-right: 10px;
}

/* line 7334, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .share ul li:last-child {
  margin-right: 0;
}

/* line 7338, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .share ul a {
  width: auto;
  height: auto;
  font-size: 15px;
  color: #cccccc;
}

/* line 7345, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-details .share ul a:hover {
  color: #fff;
}

/* line 7349, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info {
  margin-top: 75px;
  /*** tabs ***/
  /*** client review ***/
  /*** review form ***/
}

/* line 7356, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info h4 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
}

/* line 7362, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info p {
  font-size: 14px;
}

/* line 7366, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 7372, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}
/* line 7377, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .nav-tabs li {
  margin-right: 45px;
}

/* line 7381, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .nav-tabs li:last-child {
  margin-right: 0;
}

/* line 7385, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .nav-tabs a {
  font-size: 18px;
  color: #b3b3b3;
  border: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

/* line 7394, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .nav-tabs a:hover,
.shop-details-page .shop-details-main-content .product-info .nav-tabs .active a {
  background: transparent;
  color: #f36e23;
}

/* line 7400, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .client-review {
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 7405, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .client-review:last-child {
  margin-bottom: 0;
}

/* line 7409, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .client-review .client-pic {
  width: 14%;
  float: left;
}

@media (max-width: 767px) {
  /* line 7415, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-info .client-review .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
/* line 7422, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .client-review .details {
  width: 86%;
  float: right;
}

@media (max-width: 767px) {
  /* line 7428, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-info .client-review .details {
    width: 100%;
    float: none;
  }
}
/* line 7434, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time {
  border-bottom: 1px solid #e6e6e6;
  margin-top: -5px;
}

@media (max-width: 991px) {
  /* line 7440, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  /* line 7446, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time {
    padding-bottom: 3px;
  }
}
/* line 7451, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time > div,
.shop-details-page .shop-details-main-content .product-info .client-review .name-rating > div {
  display: inline-block;
  font-size: 14px;
}

@media (max-width: 767px) {
  /* line 7458, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time > div,
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating > div {
    font-size: 12px;
    display: block;
  }

  /* line 7463, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time > div h4,
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating > div h4 {
    font-size: 12px;
  }
}
/* line 7469, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .client-review .rating {
  font-size: 14px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  /* line 7475, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-info .client-review .rating {
    padding-left: 0;
    margin: 2px 0 7px;
  }
}
/* line 7481, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time .time {
  float: right;
  color: #b3b3b3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 7488, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-info .client-review .name-rating-time .time {
    float: none;
  }
}
/* line 7493, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .client-review .review-body {
  padding-top: 8px;
}

/* line 7497, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .client-review .review-body p {
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  /* line 7502, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-info .review-form-wrapper {
    padding-left: 45px;
  }
}
@media (max-width: 991px) {
  /* line 7508, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-info .review-form {
    margin-top: 45px;
  }
}
/* line 7513, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .review-form h4 {
  margin-bottom: 1.73em;
}

/* line 7517, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .review-form form input,
.shop-details-page .shop-details-main-content .product-info .review-form form textarea {
  border-radius: 0;
}

/* line 7522, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .review-form form input:focus,
.shop-details-page .shop-details-main-content .product-info .review-form form textarea:focus {
  box-shadow: none;
  outline: none;
}

/* line 7528, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .review-form form textarea {
  height: 130px;
}

/* line 7532, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .review-form form > div {
  margin-bottom: 27px;
}

/* line 7536, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}

/* line 7540, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .review-form form .rating-post > div {
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 7545, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-info .review-form form .rating-post > div {
    display: block;
    float: none !important;
  }
}
/* line 7551, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .review-form form .rating-post > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  /* line 7556, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-info .review-form form .rating-post > div:last-child {
    margin-top: 20px;
  }
}
/* line 7561, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .review-form form .rating a {
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 767px) {
  /* line 7569, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .product-info .review-form form .rating a {
    font-size: 12px;
    margin-right: 5px;
  }
}
/* line 7575, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .review-form form .rating a:last-child {
  margin: 0;
}

/* line 7579, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .review-form form .rating a:hover {
  color: #f36e23;
}

/* line 7583, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .product-info .review-form form .theme-btn {
  border-radius: 0;
  padding: 13px 15px;
  box-shadow: none;
}

/* line 7589, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .upsell-product {
  padding-top: 140px;
}

@media (max-width: 991px) {
  /* line 7594, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .upsell-product {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  /* line 7600, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .upsell-product {
    padding-top: 80px;
  }
}
/* line 7605, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .upsell-product .title {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 7610, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .upsell-product .title {
    margin-bottom: 20px;
  }
}
/* line 7615, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .upsell-product .title h2 {
  font-size: 36px;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 7623, /app/app/assets/stylesheets/theme.scss */
  .shop-details-page .shop-details-main-content .upsell-product .title h2 {
    font-size: 25px;
  }
}
/* line 7628, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .upsell-product .title h2 span {
  color: #f36e23;
}

/* line 7632, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .upsell-product-slider .grid {
  width: auto !important;
}

/* line 7636, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .upsell-product-slider .owl-controls {
  margin: 0;
}

/* line 7640, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .upsell-product-slider .owl-dots span {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  margin: 0 5px 0 0;
}

/* line 7648, /app/app/assets/stylesheets/theme.scss */
.shop-details-page .shop-details-main-content .upsell-product-slider .owl-dots .active span {
  background-color: #f36e23;
  width: 14px;
  height: 14px;
  border-color: #f36e23;
}

/*--------------------------------------------------------------
	blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#14.0	page-title
--------------------------------------------------------------*/
/* line 7661, /app/app/assets/stylesheets/theme.scss */
.blog-page .page-title-bg {
  background: url(/assets/page-title-bg/shop-pagetitle-d799d992d0513869ddba5a1070fcf08fa7d3f0dfcf0d7d6ede20420a002b6a00.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#14.1	blog-main-content
--------------------------------------------------------------*/
/* line 7668, /app/app/assets/stylesheets/theme.scss */
.blog-page .blog-main-content {
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  /* line 7673, /app/app/assets/stylesheets/theme.scss */
  .blog-page .blog-main-content {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  /* line 7679, /app/app/assets/stylesheets/theme.scss */
  .blog-page .blog-main-content {
    padding-bottom: 25px;
  }
}
/* line 7684, /app/app/assets/stylesheets/theme.scss */
.blog-page .blog-main-content .blog-grid > .col {
  margin-bottom: 55px;
}

@media (max-width: 500px) {
  /* line 7689, /app/app/assets/stylesheets/theme.scss */
  .blog-page .blog-main-content .blog-grid > .col {
    width: 100%;
  }
}
/*--------------------------------------------------------------
	blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#15.0	page-title
--------------------------------------------------------------*/
/* line 7700, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .page-title-bg {
  background: url(/assets/page-title-bg/shop-pagetitle-d799d992d0513869ddba5a1070fcf08fa7d3f0dfcf0d7d6ede20420a002b6a00.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#15.1	blog-single-main-content
--------------------------------------------------------------*/
/* line 7707, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-main-content {
  background-color: #eeeeee;
  padding-bottom: 215px;
}

@media (max-width: 991px) {
  /* line 7713, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-main-content {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  /* line 7719, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-main-content {
    padding-bottom: 75px;
  }
}
/* line 7724, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content {
  /*** post ***/
  /*** tags ***/
  /*** comments ***/
}

@media (max-width: 991px) {
  /* line 7731, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content {
    margin-bottom: 100px;
  }
}
/* line 7736, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content h3 {
  font-size: 21px;
  color: #1a1a1a;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 7743, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content h3 {
    font-size: 18px;
  }
}
/* line 7748, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content p {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  /* line 7755, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content p {
    font-size: 14px;
  }
}
/* line 7760, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .post,
.blog-detail-page .blog-single-content .comments {
  background-color: #fff;
}

/* line 7765, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .post {
  padding: 0 45px 125px 45px;
}

@media (max-width: 991px) {
  /* line 7770, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .post {
    padding: 0 45px 45px;
  }
}
@media (max-width: 767px) {
  /* line 7776, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .post {
    padding: 0 20px 45px 20px;
  }
}
/* line 7781, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .post h3 {
  margin: 1.9em 0 0.9em;
}

/* line 7785, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .post .media {
  margin: 0 -45px 48px;
}

@media (max-width: 767px) {
  /* line 7790, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .post .media {
    margin: 0 -20px 40px;
  }
}
/* line 7795, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .post-title-meta .btn {
  font-size: 14px;
  padding: 7px 13px;
  border-radius: 0;
  box-shadow: none;
  text-transform: none;
}

/* line 7803, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .post-title-meta h2 {
  font-size: 25px;
  margin: 0.57em 0 0.53em;
  color: #1a1a1a;
}

@media (max-width: 767px) {
  /* line 7810, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .post-title-meta h2 {
    font-size: 22px;
  }
}
/* line 7815, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .post-title-meta ul {
  overflow: hidden;
  margin-bottom: 24px;
}

/* line 7820, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .post-title-meta ul li {
  font-size: 14px;
  float: left;
  text-transform: uppercase;
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
}

/* line 7829, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .post-title-meta ul li:after {
  content: "/";
  color: #999999;
  position: absolute;
  right: 0;
}

/* line 7836, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .post-title-meta ul li:last-child:after {
  display: none;
}

/* line 7840, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .post-title-meta ul li a {
  color: #999999;
}

/* line 7844, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .post-title-meta ul li a:hover {
  color: #f36e23;
}

/* line 7848, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .gallery-post {
  margin: 35px 0 0;
}

/* line 7852, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .gallery-post .gallery {
  overflow: hidden;
}

/* line 7856, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .gallery-post .gallery > div:first-child {
  width: 60%;
  float: left;
}

/* line 7861, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .gallery-post .gallery > div:last-child {
  width: 38%;
  float: right;
}

/* line 7866, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share {
  overflow: hidden;
  margin: 25px 0 15px;
  /*** share ***/
}

@media (max-width: 767px) {
  /* line 7873, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .tag-share {
    margin: 25px 0;
  }
}
/* line 7878, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share > div {
  display: inline-block;
  float: left;
}

@media (max-width: 767px) {
  /* line 7884, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .tag-share > div {
    display: block;
    float: none !important;
  }
}
/* line 7890, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share > div:last-child {
  float: right;
}

/* line 7894, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share > div:first-child {
  padding-left: 20px;
}

/* line 7898, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share > div:first-child span {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-right: 25px;
  position: relative;
  top: -11px;
}

@media (max-width: 991px) {
  /* line 7908, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .tag-share > div:first-child {
    padding-left: 0;
  }

  /* line 7911, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .tag-share > div:first-child span {
    font-size: 14px;
    margin-right: 15px;
    top: -20px;
  }
}
@media (max-width: 767px) {
  /* line 7919, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .tag-share > div:first-child {
    padding-left: 0;
  }

  /* line 7922, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .tag-share > div:first-child span {
    font-size: 14px;
    margin-right: 15px;
    top: 0;
    display: block;
    margin-bottom: 5px;
  }
}
/* line 7931, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share ul {
  display: inline-block;
  overflow: hidden;
}

/* line 7936, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share ul li {
  float: left;
  margin-right: 12px;
}

/* line 7941, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share ul li:last-child {
  margin-right: 0;
}

/* line 7945, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share .tag a {
  background-color: #fff;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  text-align: center;
  padding: 7px 15px;
  text-transform: lowercase;
}

@media (max-width: 991px) {
  /* line 7956, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .tag-share .tag a {
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}
/* line 7962, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share .tag a:hover {
  background-color: #f36e23;
  color: #fff;
}

/* line 7967, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share .share {
  padding-bottom: 0;
}

/* line 7971, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share .share li {
  opacity: 0.9;
}

/* line 7975, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share .share li:hover {
  opacity: 1;
}

/* line 7979, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share .share li:first-child {
  background-color: #00529c;
}

/* line 7983, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share .share li:nth-child(2) {
  background-color: #00acee;
}

/* line 7987, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share .share li:last-child {
  background-color: #0071ad;
}

/* line 7991, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share .share a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 9px 15px;
}

@media (max-width: 991px) {
  /* line 7999, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .tag-share .share a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
/* line 8005, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .tag-share .share a i {
  display: inline-block;
  padding-right: 4px;
}

/* line 8010, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments {
  padding: 55px 45px 0;
  /*** .article ***/
}

@media (max-width: 767px) {
  /* line 8016, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .comments {
    padding: 40px 25px 0;
  }
}
/* line 8021, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments .title {
  margin-bottom: 65px;
}

/* line 8025, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments h3 {
  text-align: center;
}

/* line 8029, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments > ol {
  padding-left: 0;
}

/* line 8033, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments ol {
  list-style: none;
}

/* line 8037, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments ol > li {
  margin-bottom: 35px;
}

/* line 8041, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments ol > li:last-child {
  margin-bottom: 0;
}

/* line 8045, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments ol > li > ol {
  margin-left: 28px;
  margin-top: 35px;
  padding: 0;
}

@media (max-width: 767px) {
  /* line 8052, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .comments ol > li > ol {
    margin: 30px 0 0 0;
  }
}
/* line 8057, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments ol > li > ol > li {
  background-color: #fafafa;
  padding: 30px;
  margin-bottom: 35px !important;
}

@media (max-width: 767px) {
  /* line 8064, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .comments ol > li > ol > li {
    padding: 20px;
  }
}
/* line 8069, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments ol > li > ol > li:last-child {
  margin-bottom: 0 !important;
}

/* line 8073, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments .article {
  overflow: hidden;
}

/* line 8077, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments .article h4 {
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 8084, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .comments .article h4 {
    font-size: 14px;
  }
}
/* line 8089, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments .article p {
  font-size: 15px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  /* line 8095, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .comments .article p {
    font-size: 14px;
  }
}
/* line 8100, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments .article .replay button {
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  color: #f36e23;
  padding: 0;
  border: 0;
  outline: 0;
}

@media (max-width: 767px) {
  /* line 8111, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .comments .article .replay button {
    font-size: 14px;
  }
}
/* line 8116, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments .article .author-meta {
  overflow: hidden;
  margin-bottom: 5px;
}

/* line 8121, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments .article .author-meta > div {
  display: inline-block;
}

/* line 8125, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments .article .author-meta > div:last-child {
  font-size: 13px;
  color: gray;
  padding-left: 5px;
}

/* line 8131, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments .article .author-pic {
  width: 10%;
  float: left;
}

@media (max-width: 767px) {
  /* line 8137, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .comments .article .author-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
/* line 8144, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comments .article .details {
  width: 90%;
  float: left;
}

@media (max-width: 767px) {
  /* line 8150, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .comments .article .details {
    width: 100%;
    float: none;
  }
}
/* line 8156, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comment-respond {
  margin-top: 75px;
}

/* line 8160, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comment-respond h3 {
  margin: 0 0 2em;
}

/* line 8164, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comment-respond form {
  margin: 0 -15px;
  position: relative;
}

/* line 8169, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comment-respond form input,
.blog-detail-page .blog-single-content .comment-respond form textarea {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
}

/* line 8177, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comment-respond form textarea {
  height: 110px;
}

/* line 8181, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comment-respond form > div {
  margin-bottom: 50px;
}

/* line 8185, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-single-content .comment-respond form .theme-btn {
  font-size: 16px;
  text-transform: none;
  padding: 19px 45px;
  box-shadow: none;
  position: absolute;
  left: 50%;
  bottom: -100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  /* line 8206, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .comment-respond form .theme-btn {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 8213, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-single-content .comment-respond form .theme-btn {
    font-size: 14px;
    padding: 14px 25px;
  }
}
/*** blog-sidebar ***/
/* line 8220, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .widget {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  /* line 8225, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-sidebar .widget {
    margin-bottom: 60px;
  }
}
/* line 8230, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

/* line 8234, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar h3 {
  font-size: 20px;
  color: #0d0d0d;
  margin: 0 0 1.25em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 8242, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-sidebar h3 {
    font-size: 17px;
  }
}
/* line 8247, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .category-widget ul li,
.blog-detail-page .blog-sidebar .archive-widget ul li {
  border-bottom: 1px solid #fff;
}

/* line 8252, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .category-widget ul li > a,
.blog-detail-page .blog-sidebar .archive-widget ul li > a {
  padding: 13px 0;
}

/* line 8257, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar ul li {
  font-size: 15px;
  font-weight: bold;
}

/* line 8262, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar ul li > a {
  display: block;
  color: #404040;
  position: relative;
}

/* line 8268, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar ul li:first-child a {
  padding-top: 0;
}

/* line 8272, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar ul li:last-child a {
  padding-bottom: 0;
}

/* line 8276, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar ul li:last-child {
  border: 0;
}

/* line 8280, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar ul li > a:hover {
  color: #f36e23;
}

/* line 8284, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar ul li > a .badge {
  background-color: transparent;
  font-size: 15px;
  color: #404040;
  position: absolute;
  right: 5px;
}

/* line 8292, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar ul li > a .badge:before,
.blog-detail-page .blog-sidebar ul li > a .badge:after {
  font-size: 14px;
  position: absolute;
  top: 3px;
}

/* line 8299, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar ul li > a .badge:before {
  content: "(";
  left: 0;
}

/* line 8304, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar ul li > a .badge:after {
  content: ")";
  right: 0;
}

/* line 8309, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .search-widget input {
  background-color: transparent;
  padding: 8px 12px;
  height: auto;
}

/* line 8315, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .search-widget input:focus {
  box-shadow: none;
  border-color: #f36e23;
}

@media (max-width: 767px) {
  /* line 8321, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-sidebar .recent-post-widget ul {
    margin-left: -15px;
  }
}
/* line 8326, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .recent-post-widget ul li {
  border: 0;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 8334, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-sidebar .recent-post-widget ul li {
    padding: 0 0 40px 100px;
    overflow: visible;
  }
}
/* line 8340, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .recent-post-widget ul li:last-child {
  margin-bottom: 0;
}

/* line 8344, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .recent-post-widget .post-pic {
  width: 30%;
  float: left;
}

@media (max-width: 767px) {
  /* line 8350, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-sidebar .recent-post-widget .post-pic {
    width: 70px;
    float: none;
    position: absolute;
    left: 15px;
  }
}
/* line 8358, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .recent-post-widget .details {
  width: 68%;
  float: right;
}

@media (max-width: 767px) {
  /* line 8364, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-sidebar .recent-post-widget .details {
    width: 100%;
    float: none;
  }
}
/* line 8370, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .recent-post-widget .details > span {
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}

/* line 8376, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .recent-post-widget .details h4 {
  font-size: 16px;
  margin: 0.5em 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 8383, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-sidebar .recent-post-widget .details h4 {
    font-size: 14px;
    padding-top: 10px;
  }
}
/* line 8389, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .recent-post-widget .details h4 a {
  color: #000;
}

/* line 8393, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .recent-post-widget .details h4 a:hover {
  color: #f36e23 !important;
}

/* line 8397, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .tag-widget .all-tags {
  margin-left: -12px;
}

/* line 8401, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .tag-widget .all-tags a {
  font-size: 15px;
  font-weight: bold;
  color: gray;
  border: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 8413, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .tag-widget .all-tags a:hover {
  color: #f36e23;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -moz-transform: scale3d(1.2, 1.2, 1);
  -o-transform: scale3d(1.2, 1.2, 1);
  -ms-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

/* line 8422, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .instagram-widget ul {
  overflow: hidden;
  margin-right: -8px;
}

/* line 8427, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .instagram-widget ul li {
  width: 33.33%;
  float: left;
  padding: 0 8px 8px 0;
}

/* line 8433, /app/app/assets/stylesheets/theme.scss */
.blog-detail-page .blog-sidebar .instagram-widget ul li img {
  max-width: 100%;
}

@media (max-width: 767px) {
  /* line 8438, /app/app/assets/stylesheets/theme.scss */
  .blog-detail-page .blog-sidebar .instagram-widget ul li img {
    width: 100%;
  }
}
/*--------------------------------------------------------------
	contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#16.0	page-title
--------------------------------------------------------------*/
/* line 8449, /app/app/assets/stylesheets/theme.scss */
.contact-page .page-title-bg {
  background: url(/assets/page-title-bg/causes-pagetitle-ac339d17f42bb37ed67d48c6c0326d346e0bfe563d8bfd8b11d7f01dfcfda03a.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#16.1	contact-main-content
--------------------------------------------------------------*/
/* line 8456, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content {
  padding-bottom: 0;
  /*** contact info ***/
  /*** map ***/
  /*** contact-form ***/
}

/* line 8463, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-info {
  text-align: center;
  padding-bottom: 78px;
}

/* line 8468, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-info .col > div {
  padding: 0 15px;
}

@media (max-width: 991px) {
  /* line 8473, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-info .col > div {
    padding: 0;
  }
}
@media (max-width: 767px) {
  /* line 8479, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-info > .col {
    margin-bottom: 50px;
  }

  /* line 8482, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-info > .col:last-child {
    margin-bottom: 0;
  }
}
/* line 8487, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-info .icon {
  width: 70px;
  height: 70px;
  line-height: 63px;
  font-size: 25px;
  color: #f36e23;
  text-align: center;
  border: 3px solid #3d424b;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  /* line 8504, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-info .icon {
    width: 70px;
    height: 70px;
    line-height: 63px;
    font-size: 20px;
    border: 3px solid #3d424b;
  }
}
/* line 8513, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-info h3 {
  font-size: 22px;
  margin: 0.53em 0 1.07em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  /* line 8520, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-info h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  /* line 8526, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-info h3 {
    font-size: 18px;
  }
}
/* line 8531, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-info p {
  font-size: 16px;
  color: #999999;
  margin: 0 0 5px;
  line-height: 1.33em;
}

@media (max-width: 991px) {
  /* line 8539, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-info p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /* line 8545, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-info p {
    font-size: 15px;
  }
}
/* line 8550, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .map-concate-form {
  margin-bottom: 600px;
  position: relative;
}

@media (max-width: 991px) {
  /* line 8556, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .map-concate-form {
    margin-bottom: 550px;
  }
}
@media (max-width: 767px) {
  /* line 8562, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .map-concate-form {
    margin-bottom: 0;
  }
}
/* line 8567, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .map {
  height: 600px;
}

@media (max-width: 767px) {
  /* line 8572, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .map {
    height: 350px;
  }
}
/* line 8577, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-form {
  width: 100%;
  position: absolute;
  top: 350px;
}

@media (max-width: 767px) {
  /* line 8584, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-form {
    position: static;
  }
}
/* line 8589, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-form > .container > .row {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 5px #cccccc;
  -moz-box-shadow: 0 0 10px 5px #cccccc;
  -o-box-shadow: 0 0 10px 5px #cccccc;
  -ms-box-shadow: 0 0 10px 5px #cccccc;
  box-shadow: 0 0 10px 5px #cccccc;
}

@media (max-width: 767px) {
  /* line 8599, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-form > .container > .row {
    box-shadow: none;
  }

  /* line 8602, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-form > .container > .row > .col {
    clear: both;
    border-top: 5px solid #f36e23;
  }
}
/* line 8608, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-form .form-inner {
  text-align: center;
  padding: 60px 15px 65px;
}

@media (max-width: 991px) {
  /* line 8614, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-form .form-inner {
    padding: 50px 45px 30px;
  }
}
/* line 8619, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-form .form-inner h3 {
  font-size: 25px;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 0 0 1.17em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  /* line 8628, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-form .form-inner h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  /* line 8634, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-form .form-inner h3 {
    font-size: 20px;
  }
}
/* line 8639, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-form .form {
  margin-top: 70px;
}

@media (max-width: 991px) {
  /* line 8644, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-form .form {
    margin-top: 40px;
  }
}
/* line 8649, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-form .form input,
.contact-page .contact-main-content .contact-form .form textarea {
  background-color: #e6e6e6;
  height: auto;
  border: 0 !important;
  padding: 15px 25px;
  box-shadow: none;
}

@media (max-width: 767px) {
  /* line 8659, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-form .form input,
  .contact-page .contact-main-content .contact-form .form textarea {
    padding: 10px 15px;
  }
}
/* line 8665, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-form .form textarea {
  height: 158px;
}

/* line 8669, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-form .form > div {
  margin-bottom: 35px;
}

/* line 8673, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-form .form > div:last-child {
  margin-bottom: 0;
}

/* line 8677, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-form .form .theme-btn {
  padding: 20px 50px;
  box-shadow: none;
}

@media (max-width: 767px) {
  /* line 8683, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-form .form .theme-btn {
    padding: 15px 35px;
  }
}
/* line 8688, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-form .form .error {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: red;
  text-align: left;
  margin-top: 5px;
}

/* line 8697, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-form .form #loader {
  display: none;
}

/* line 8701, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-form .form #success,
.contact-page .contact-main-content .contact-form .form #error {
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  display: none;
}

@media (max-width: 767px) {
  /* line 8710, /app/app/assets/stylesheets/theme.scss */
  .contact-page .contact-main-content .contact-form .form #success,
  .contact-page .contact-main-content .contact-form .form #error {
    font-size: 15px;
  }
}
/* line 8716, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-form .form #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

/* line 8722, /app/app/assets/stylesheets/theme.scss */
.contact-page .contact-main-content .contact-form .form #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

/*--------------------------------------------------------------
	about page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#17.0	page-title
--------------------------------------------------------------*/
/* line 8733, /app/app/assets/stylesheets/theme.scss */
.about-page .page-title-bg {
  background: url(/assets/page-title-bg/causes-pagetitle-ac339d17f42bb37ed67d48c6c0326d346e0bfe563d8bfd8b11d7f01dfcfda03a.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#17.1	about-details
--------------------------------------------------------------*/
/*** about details ***/
/* line 8741, /app/app/assets/stylesheets/theme.scss */
.about-us-st {
  background-color: #f7f7f7;
  /*** accordian ***/
  /*** right col ***/
}

/* line 8747, /app/app/assets/stylesheets/theme.scss */
.about-us-st h2 {
  font-size: 36px;
  margin: 0 0 100px;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 8754, /app/app/assets/stylesheets/theme.scss */
  .about-us-st h2 {
    font-size: 28px;
    margin: 0 0 40px;
  }
}
/* line 8760, /app/app/assets/stylesheets/theme.scss */
.about-us-st h2 span {
  color: #f36e23;
}

/* line 8764, /app/app/assets/stylesheets/theme.scss */
.about-us-st .company {
  margin-bottom: 25px;
}

/* line 8768, /app/app/assets/stylesheets/theme.scss */
.about-us-st .company h3 {
  font-size: 27px;
  margin: 0 0 0.2em;
}

/* line 8773, /app/app/assets/stylesheets/theme.scss */
.about-us-st .company h3 span {
  color: #f36e23;
}

@media (max-width: 767px) {
  /* line 8778, /app/app/assets/stylesheets/theme.scss */
  .about-us-st .company h3 {
    font-size: 22px;
  }
}
/* line 8783, /app/app/assets/stylesheets/theme.scss */
.about-us-st .company > span {
  font-size: 16px;
  color: #bfbfbf;
  letter-spacing: 0.5px;
}

/* line 8789, /app/app/assets/stylesheets/theme.scss */
.about-us-st .company + p {
  margin-bottom: 1.67em;
}

/* line 8793, /app/app/assets/stylesheets/theme.scss */
.about-us-st #accordion .panel-default {
  border: 0;
  border-radius: 0;
  margin: 0 0 10px;
  -webkit-box-shadow: 0 0 10px 0 #cccccc;
  -moz-box-shadow: 0 0 10px 0 #cccccc;
  -o-box-shadow: 0 0 10px 0 #cccccc;
  -ms-box-shadow: 0 0 10px 0 #cccccc;
  box-shadow: 0 0 10px 0 #cccccc;
}

/* line 8804, /app/app/assets/stylesheets/theme.scss */
.about-us-st #accordion .panel-default:last-child {
  margin: 0;
}

/* line 8808, /app/app/assets/stylesheets/theme.scss */
.about-us-st #accordion .panel-heading {
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 8822, /app/app/assets/stylesheets/theme.scss */
.about-us-st #accordion .panel-heading:hover {
  background-color: #f36e23;
}

/* line 8826, /app/app/assets/stylesheets/theme.scss */
.about-us-st #accordion .panel-heading:hover a {
  color: #fff;
}

/* line 8830, /app/app/assets/stylesheets/theme.scss */
.about-us-st #accordion .panel-heading a {
  display: block;
  color: #828791;
  font-weight: bold;
  position: relative;
}

/* line 8837, /app/app/assets/stylesheets/theme.scss */
.about-us-st #accordion .panel-heading a i {
  position: absolute;
  right: 0;
  top: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 8848, /app/app/assets/stylesheets/theme.scss */
.about-us-st #accordion .current .panel-heading {
  background-color: #f36e23;
}

/* line 8852, /app/app/assets/stylesheets/theme.scss */
.about-us-st #accordion .current .panel-heading a {
  color: #fff;
}

/* line 8856, /app/app/assets/stylesheets/theme.scss */
.about-us-st #accordion .current .panel-heading i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 8864, /app/app/assets/stylesheets/theme.scss */
.about-us-st #accordion .panel-body {
  border: 0;
  padding: 25px 25px 15px 130px;
  position: relative;
}

@media (max-width: 991px) {
  /* line 8871, /app/app/assets/stylesheets/theme.scss */
  .about-us-st #accordion .panel-body {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  /* line 8877, /app/app/assets/stylesheets/theme.scss */
  .about-us-st #accordion .panel-body {
    position: static;
    padding: 25px 15px 15px;
  }

  /* line 8881, /app/app/assets/stylesheets/theme.scss */
  .about-us-st #accordion .panel-body .img-holder {
    margin-bottom: 10px;
  }
}
/* line 8886, /app/app/assets/stylesheets/theme.scss */
.about-us-st #accordion .panel-body .img-holder {
  width: 70px;
  position: absolute;
  left: 25px;
}

@media (max-width: 767px) {
  /* line 8893, /app/app/assets/stylesheets/theme.scss */
  .about-us-st #accordion .panel-body .img-holder {
    position: static;
  }
}
/* line 8898, /app/app/assets/stylesheets/theme.scss */
.about-us-st #accordion .panel-body p {
  font-size: 16px;
  line-height: 1.6em;
}

/* line 8903, /app/app/assets/stylesheets/theme.scss */
.about-us-st .right-col {
  position: relative;
  margin-top: 20px;
}

@media (max-width: 991px) {
  /* line 8909, /app/app/assets/stylesheets/theme.scss */
  .about-us-st .right-col {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  /* line 8915, /app/app/assets/stylesheets/theme.scss */
  .about-us-st .right-col {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 8921, /app/app/assets/stylesheets/theme.scss */
  .about-us-st .right-col .video {
    display: inline-block;
  }
}
/* line 8926, /app/app/assets/stylesheets/theme.scss */
.about-us-st .right-col a {
  background-color: #f36e23;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 35px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  /* line 8950, /app/app/assets/stylesheets/theme.scss */
  .about-us-st .right-col a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
}
/*--------------------------------------------------------------
#17.2	cta-4
--------------------------------------------------------------*/
/* line 8961, /app/app/assets/stylesheets/theme.scss */
.cta-4 {
  padding: 115px 0;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 8967, /app/app/assets/stylesheets/theme.scss */
  .cta-4 {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  /* line 8973, /app/app/assets/stylesheets/theme.scss */
  .cta-4 .col {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  /* line 8979, /app/app/assets/stylesheets/theme.scss */
  .cta-4 .col {
    padding: 0 15px;
    margin-bottom: 50px;
  }

  /* line 8983, /app/app/assets/stylesheets/theme.scss */
  .cta-4 .col:last-child {
    margin-bottom: 0;
  }
}
/* line 8988, /app/app/assets/stylesheets/theme.scss */
.cta-4 .col > div {
  padding: 0 15px;
}

@media (max-width: 991px) {
  /* line 8993, /app/app/assets/stylesheets/theme.scss */
  .cta-4 .col > div {
    padding: 0;
  }
}
/* line 8998, /app/app/assets/stylesheets/theme.scss */
.cta-4 .icon i {
  color: #f36e23;
}

/* line 9002, /app/app/assets/stylesheets/theme.scss */
.cta-4 .icon i:before {
  font-size: 40px;
}

@media (max-width: 767px) {
  /* line 9007, /app/app/assets/stylesheets/theme.scss */
  .cta-4 .icon i:before {
    font-size: 28px;
  }
}
/* line 9012, /app/app/assets/stylesheets/theme.scss */
.cta-4 h3 {
  font-size: 20px;
  margin: 0.5em 0 0.65em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 9019, /app/app/assets/stylesheets/theme.scss */
  .cta-4 h3 {
    font-size: 18px;
  }
}
/* line 9024, /app/app/assets/stylesheets/theme.scss */
.cta-4 p {
  color: gray;
  margin: 0 0 1.28em;
}

/* line 9029, /app/app/assets/stylesheets/theme.scss */
.cta-4 .read-more {
  font-weight: bold;
  color: #f36e23;
}

/*--------------------------------------------------------------
	event single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#18.0	page-title
--------------------------------------------------------------*/
/* line 9040, /app/app/assets/stylesheets/theme.scss */
.event-single-page .page-title-bg {
  background: url(/assets/page-title-bg/gallery-3col-pagetitle-2be7b4eb4c9c578417a22d54e91ebc3c9ae5f24b6ad7caebba02aae77679dc19.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#18.1	event-single-main-content
--------------------------------------------------------------*/
/* line 9047, /app/app/assets/stylesheets/theme.scss */
.event-single-page .event-single-main-content {
  background: #f2f2f2;
}

/*** about-event-wrapper ***/
/* line 9052, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper {
  /*** sidebar ***/
  /***about-event ***/
}

@media screen and (min-width: 1200px) {
  /* line 9058, /app/app/assets/stylesheets/theme.scss */
  .about-event-wrapper > .col {
    margin-left: 49px;
  }
}
/* line 9063, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .big-photo {
  margin-bottom: 30px;
}

/* line 9067, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .sidebar .event-info {
  background-color: #fff;
  padding: 25px 30px;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 30px;
}

/* line 9074, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .sidebar .event-info ul li {
  display: block;
  color: #333333;
  padding: 14px 0 14px 32px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

@media (max-width: 767px) {
  /* line 9083, /app/app/assets/stylesheets/theme.scss */
  .about-event-wrapper .sidebar .event-info ul li {
    padding: 10px 0 10px 32px;
  }
}
/* line 9088, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .sidebar .event-info ul li i {
  color: #f36e23;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 9100, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .sidebar .event-info ul li i:before {
  font-size: 17px;
}

/* line 9104, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .sidebar .event-info ul li:last-child {
  border-bottom: 0;
}

/* line 9108, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .sidebar .event-map {
  height: 270px;
}

/* line 9112, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .sidebar .event-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 9118, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event {
  background-color: #fff;
  border-bottom: 2px solid #e6e6e6;
  padding: 60px 70px;
}

@media (max-width: 991px) {
  /* line 9125, /app/app/assets/stylesheets/theme.scss */
  .about-event-wrapper .about-event {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  /* line 9131, /app/app/assets/stylesheets/theme.scss */
  .about-event-wrapper .about-event {
    padding: 40px 25px;
  }
}
/* line 9136, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event h2 {
  width: 70%;
  font-size: 30px;
  color: #1f1f1f;
  margin: 0 0 0.72em;
  float: left;
}

@media (max-width: 767px) {
  /* line 9145, /app/app/assets/stylesheets/theme.scss */
  .about-event-wrapper .about-event h2 {
    width: 100%;
    float: none;
    font-size: 25px;
  }
}
/* line 9152, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event .social {
  width: 30%;
  float: right;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 9159, /app/app/assets/stylesheets/theme.scss */
  .about-event-wrapper .about-event .social {
    width: 100%;
    float: none;
  }
}
/* line 9165, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event .social ul {
  float: right;
}

@media (max-width: 767px) {
  /* line 9170, /app/app/assets/stylesheets/theme.scss */
  .about-event-wrapper .about-event .social ul {
    float: none;
    margin-bottom: 25px;
  }
}
/* line 9176, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event .social ul li {
  display: inline-block;
  font-size: 22px;
  margin-right: 3px;
}

@media (max-width: 767px) {
  /* line 9183, /app/app/assets/stylesheets/theme.scss */
  .about-event-wrapper .about-event .social ul li {
    font-size: 18px;
  }
}
/* line 9188, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event .social ul li:last-child {
  margin-right: 0;
}

/* line 9192, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event .social ul li:first-child a {
  color: #00529c;
}

/* line 9196, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event .social ul li:nth-child(2) a {
  color: #00acee;
}

/* line 9200, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event .social ul li:nth-child(3) a {
  color: #d84d31;
}

/* line 9204, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event .social ul li:last-child a {
  color: #0071ad;
}

/* line 9208, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event .content {
  clear: both;
}

/* line 9212, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event .content p {
  line-height: 1.65em;
  margin-bottom: 1.5em;
}

/* line 9217, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event .para-with-img {
  position: relative;
  padding-right: 250px;
}

@media (max-width: 767px) {
  /* line 9223, /app/app/assets/stylesheets/theme.scss */
  .about-event-wrapper .about-event .para-with-img {
    padding-right: 0;
  }
}
/* line 9228, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event .para-with-img > span {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  /* line 9235, /app/app/assets/stylesheets/theme.scss */
  .about-event-wrapper .about-event .para-with-img > span {
    position: static;
  }
}
/* line 9240, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event .para-with-img > span img {
  position: relative;
  z-index: 10;
}

/* line 9245, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event .para-with-img > span:before {
  content: "";
  background-color: #f36e23;
  width: 100%;
  height: 90%;
  position: absolute;
  left: -8px;
  bottom: -8px;
}

@media (max-width: 767px) {
  /* line 9256, /app/app/assets/stylesheets/theme.scss */
  .about-event-wrapper .about-event .para-with-img > span:before {
    display: none;
  }
}
/* line 9261, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .about-event .theme-btn {
  padding: 15px 25px;
  text-transform: capitalize;
  font-size: 16px;
  box-shadow: none;
  font-weight: bold;
  margin-top: 13px;
}

@media (max-width: 767px) {
  /* line 9271, /app/app/assets/stylesheets/theme.scss */
  .about-event-wrapper .about-event .theme-btn {
    font-size: 15px;
    padding: 12px 20px;
    margin-top: 30px;
  }
}
/* line 9278, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .other-events {
  margin-top: 33px;
  overflow: hidden;
}

/* line 9283, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .other-events a {
  display: block;
  background-color: #fff;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #f36e23;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  border-bottom: 2px solid #e6e6e6;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 9299, /app/app/assets/stylesheets/theme.scss */
  .about-event-wrapper .other-events a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
/* line 9307, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .other-events a:hover {
  color: #e04504;
}

/* line 9311, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .other-events > a:first-child {
  float: left;
}

/* line 9315, /app/app/assets/stylesheets/theme.scss */
.about-event-wrapper .other-events > a:last-child {
  float: right;
}

/*** sponsor ***/
/* line 9320, /app/app/assets/stylesheets/theme.scss */
.sponsor {
  background-color: #15181d;
  position: relative;
}

/* line 9325, /app/app/assets/stylesheets/theme.scss */
.sponsor:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: 1px solid #000;
}

/* line 9335, /app/app/assets/stylesheets/theme.scss */
.sponsor .left-col {
  background: #f36e23 url(/assets/event-single/sponsor-bg-aba4881a8a76420dc08c6cdf87c68320c9d9803932ae1d90aa483eefff2ec2ce.png) center center/cover no-repeat local;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1200px) {
  /* line 9342, /app/app/assets/stylesheets/theme.scss */
  .sponsor .left-col {
    width: 487px;
  }
}
@media (max-width: 991px) {
  /* line 9348, /app/app/assets/stylesheets/theme.scss */
  .sponsor .left-col {
    display: none;
  }
}
/* line 9353, /app/app/assets/stylesheets/theme.scss */
.sponsor .left-col h2 {
  font-size: 32px;
  color: #fff;
  margin: 0;
  padding: 2.7em 0 0;
}

@media (max-width: 991px) {
  /* line 9361, /app/app/assets/stylesheets/theme.scss */
  .sponsor .left-col h2 {
    padding: 0;
  }
}
/* line 9366, /app/app/assets/stylesheets/theme.scss */
.sponsor .right-col {
  position: relative;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  /* line 9372, /app/app/assets/stylesheets/theme.scss */
  .sponsor .right-col {
    width: 682px;
  }
}
/* line 9377, /app/app/assets/stylesheets/theme.scss */
.sponsor .right-col:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #000;
}

/* line 9387, /app/app/assets/stylesheets/theme.scss */
.sponsor .sponsor-slider {
  text-align: center;
}

/* line 9391, /app/app/assets/stylesheets/theme.scss */
.sponsor .sponsor-slider img {
  width: auto !important;
  display: inline-block;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -moz-transform: scale3d(0.9, 0.9, 1);
  -o-transform: scale3d(0.9, 0.9, 1);
  -ms-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
}

@media (max-width: 450px) {
  /* line 9402, /app/app/assets/stylesheets/theme.scss */
  .sponsor .sponsor-slider img {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 9411, /app/app/assets/stylesheets/theme.scss */
.sponsor .sponsor-slider .center img {
  -webkit-transform: scale3d(1.3, 1.3, 1);
  -moz-transform: scale3d(1.3, 1.3, 1);
  -o-transform: scale3d(1.3, 1.3, 1);
  -ms-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);
}

@media (max-width: 450px) {
  /* line 9420, /app/app/assets/stylesheets/theme.scss */
  .sponsor .sponsor-slider .center img {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 9429, /app/app/assets/stylesheets/theme.scss */
.sponsor .sponsor-slider .owl-stage {
  padding: 65px 0;
}

/* line 9433, /app/app/assets/stylesheets/theme.scss */
.sponsor .sponsor-slider .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 9446, /app/app/assets/stylesheets/theme.scss */
.sponsor .sponsor-slider .owl-nav .owl-prev,
.sponsor .sponsor-slider .owl-nav .owl-next {
  background-color: transparent;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #f36e23;
  padding: 0;
  border: 1px solid #f36e23;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: -13px;
}

/* line 9466, /app/app/assets/stylesheets/theme.scss */
.sponsor .sponsor-slider .owl-nav .owl-next {
  left: auto;
  right: 0;
}

/* line 9471, /app/app/assets/stylesheets/theme.scss */
.sponsor .sponsor-slider .owl-nav .owl-prev:hover,
.sponsor .sponsor-slider .owl-nav .owl-next:hover {
  background-color: #f36e23;
  color: #fff;
}

/*--------------------------------------------------------------
	error 404 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#19.0	error-404-content
--------------------------------------------------------------*/
/* line 9483, /app/app/assets/stylesheets/theme.scss */
.error-404-page {
  text-align: center;
}

/* line 9487, /app/app/assets/stylesheets/theme.scss */
.error-404-content {
  padding: 140px 0;
}

@media (max-width: 991px) {
  /* line 9492, /app/app/assets/stylesheets/theme.scss */
  .error-404-content {
    padding: 100px 0;
  }

  /* line 9495, /app/app/assets/stylesheets/theme.scss */
  .error-404-content img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  /* line 9501, /app/app/assets/stylesheets/theme.scss */
  .error-404-content {
    padding: 80px 0;
  }

  /* line 9504, /app/app/assets/stylesheets/theme.scss */
  .error-404-content img {
    width: 100px;
  }
}
/* line 9509, /app/app/assets/stylesheets/theme.scss */
.error-404-content h1 {
  font-size: 72px;
  font-weight: bold;
  color: #f36e23;
  margin: 0;
}

@media (max-width: 991px) {
  /* line 9517, /app/app/assets/stylesheets/theme.scss */
  .error-404-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  /* line 9523, /app/app/assets/stylesheets/theme.scss */
  .error-404-content h1 {
    font-size: 45px;
  }
}
/* line 9528, /app/app/assets/stylesheets/theme.scss */
.error-404-content p {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  /* line 9536, /app/app/assets/stylesheets/theme.scss */
  .error-404-content p {
    font-size: 18px;
  }
}
/* line 9541, /app/app/assets/stylesheets/theme.scss */
.error-404-content .theme-btn {
  font-size: 24px;
  font-weight: bold;
  padding: 18px 65px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  /* line 9553, /app/app/assets/stylesheets/theme.scss */
  .error-404-content .theme-btn {
    font-size: 16px;
    padding: 15px 50px;
  }
}
@media (max-width: 767px) {
  /* line 9560, /app/app/assets/stylesheets/theme.scss */
  .error-404-content .theme-btn {
    padding: 13px 35px;
  }
}
/*--------------------------------------------------------------
#19.1	search-something
--------------------------------------------------------------*/
/* line 9568, /app/app/assets/stylesheets/theme.scss */
.search-something {
  background-color: #15181d;
  padding: 80px 0;
}

/* line 9573, /app/app/assets/stylesheets/theme.scss */
.search-something .form-control {
  background-color: transparent;
  font-size: 18px;
  color: #b8bbc1;
  padding: 14px 20px;
  height: auto;
  border-color: #f36e23;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  /* line 9588, /app/app/assets/stylesheets/theme.scss */
  .search-something .form-control {
    font-size: 16px;
    padding: 10px 20px;
  }
}
/* line 9594, /app/app/assets/stylesheets/theme.scss */
.search-something .theme-btn {
  font-size: 18px;
  font-weight: bold;
  padding: 22px 50px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  /* line 9602, /app/app/assets/stylesheets/theme.scss */
  .search-something .theme-btn {
    font-size: 16px;
    padding: 17px 30px;
  }
}
@media (max-width: 767px) {
  /* line 9609, /app/app/assets/stylesheets/theme.scss */
  .search-something .theme-btn {
    margin-top: 20px;
  }
}
/*--------------------------------------------------------------
	home page style two
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#20.0	urgent-donation
--------------------------------------------------------------*/
/* line 9620, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 {
  background-color: #f36e23;
}

/*** donation detalis ***/
/* line 9625, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-details-wrapper {
  background: url(/assets/home-2-urgent-donation-c8baedc793616001f057c17d130f74da643e52b055500ae4f2311b0677507192.jpg) center center/cover no-repeat local;
  padding: 125px 0;
  position: relative;
}

@media (max-width: 991px) {
  /* line 9632, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-details-wrapper {
    border-top: 5px solid #f36e23;
  }
}
@media (max-width: 767px) {
  /* line 9638, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-details-wrapper {
    padding: 60px 0;
  }
}
/* line 9643, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-details-wrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 9653, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-details-wrapper .donation-details {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 1200px) {
  /* line 9659, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-details-wrapper .donation-details {
    width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  /* line 9666, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-details-wrapper .donation-details {
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  /* line 9672, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-details-wrapper .donation-details {
    padding: 0 15px;
  }
}
/* line 9677, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-details-wrapper h2 {
  font-size: 36px;
  color: #fff;
  margin: 0 0 0.28em;
}

@media (max-width: 767px) {
  /* line 9684, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-details-wrapper h2 {
    font-size: 25px;
  }
}
/* line 9689, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-details-wrapper h2 + span {
  color: #f36e23;
  font-weight: bold;
  display: block;
  margin-bottom: 1em;
}

/* line 9696, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-details-wrapper p {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  margin: 0 0 2.2em;
}

@media (max-width: 767px) {
  /* line 9703, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-details-wrapper .theme-btn-s2 {
    margin-bottom: 5px;
  }
}
/*** donation meter part ***/
/* line 9709, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-meter-wrapper {
  padding: 90px 0 0 70px;
}

@media screen and (min-width: 1200px) {
  /* line 9714, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-meter-wrapper {
    width: 485px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  /* line 9721, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-meter-wrapper {
    padding: 90px 0 0 35px;
  }
}
@media (max-width: 991px) {
  /* line 9727, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-meter-wrapper {
    width: 485px;
    margin: 0 auto;
    padding: 90px 35px;
  }
}
@media (max-width: 767px) {
  /* line 9735, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-meter-wrapper {
    width: 400px;
    padding: 50px 15px;
  }
}
@media (max-width: 400px) {
  /* line 9742, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-meter-wrapper {
    width: 100%;
  }
}
/*** donation meter ***/
/* line 9748, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-meter-details > div {
  display: inline-block;
  text-align: center;
}

@media (max-width: 400px) {
  /* line 9754, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-meter-details > div {
    display: block;
    text-align: center;
  }
}
/* line 9760, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-meter-details .raised span,
.urgent-donation-s2 .donation-meter-details .goal span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 9769, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-meter-details .raised span,
  .urgent-donation-s2 .donation-meter-details .goal span {
    font-size: 12px;
  }
}
/* line 9775, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-meter-details .raised h3,
.urgent-donation-s2 .donation-meter-details .goal h3 {
  font-size: 24px;
  color: #000;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 9783, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-meter-details .raised h3,
  .urgent-donation-s2 .donation-meter-details .goal h3 {
    font-size: 20px;
  }
}
/* line 9789, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-meter-details .meter2 {
  width: 60%;
  position: relative;
}

@media (max-width: 400px) {
  /* line 9795, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-meter-details .meter2 {
    width: 100%;
    margin: 25px 0;
  }
}
/* line 9801, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-meter-details .meter2 span {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  /* line 9816, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-meter-details .meter2 span {
    font-size: 27px;
  }
}
/* line 9821, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-meter-details .meter2 p {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  /* line 9835, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-meter-details .meter2 p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 9841, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-meter-details .meter2 canvas {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  /* line 9848, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-meter-details .meter2 canvas {
    width: 50%;
  }
}
/* line 9853, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-form {
  margin-top: 70px;
}

@media (max-width: 400px) {
  /* line 9858, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-form {
    margin-top: 40px;
  }
}
/* line 9863, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-form form {
  overflow: hidden;
}

/* line 9867, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-form form > div:first-child {
  width: 50%;
  float: left;
  text-align: right;
}

/* line 9873, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-form form > div:last-child {
  width: 45%;
  float: left;
  text-align: left;
  margin-left: 5px;
}

@media (max-width: 400px) {
  /* line 9881, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-form form > div {
    width: 100% !important;
    float: none !important;
  }
}
/* line 9887, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-form form input {
  height: auto;
  border: 0;
  padding: 10px 40px;
  font-weight: bold;
  box-shadow: none;
}

/* line 9895, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-form form .theme-btn-s2 {
  font-size: 14px;
  padding: 9px 35px;
  text-transform: uppercase;
}

/* line 9901, /app/app/assets/stylesheets/theme.scss */
.urgent-donation-s2 .donation-form form .theme-btn-s2:hover {
  background-color: #fff;
  border-color: white;
}

@media (max-width: 400px) {
  /* line 9907, /app/app/assets/stylesheets/theme.scss */
  .urgent-donation-s2 .donation-form form .theme-btn-s2 {
    display: block;
    margin: 15px auto 0;
  }
}
/*--------------------------------------------------------------
#20.1	cta-4
--------------------------------------------------------------*/
/* line 9916, /app/app/assets/stylesheets/theme.scss */
.home-style-two .cta-4 {
  background-color: #ebebeb;
  padding: 110px 0;
}

@media (max-width: 991px) {
  /* line 9922, /app/app/assets/stylesheets/theme.scss */
  .home-style-two .cta-4 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  /* line 9928, /app/app/assets/stylesheets/theme.scss */
  .home-style-two .cta-4 {
    padding: 80px 0;
  }
}
/*--------------------------------------------------------------
#20.2	events-nearby
--------------------------------------------------------------*/
/* line 9936, /app/app/assets/stylesheets/theme.scss */
.home-style-two .events-nearby,
.home-style-three .events-nearby {
  padding: 120px 0;
}

@media (max-width: 991px) {
  /* line 9942, /app/app/assets/stylesheets/theme.scss */
  .home-style-two .events-nearby,
  .home-style-three .events-nearby {
    padding: 80px 0;
  }
}
/* line 9948, /app/app/assets/stylesheets/theme.scss */
.home-style-two .events-nearby .section-title-s2 h2,
.home-style-three .events-nearby .section-title-s2 h2 {
  margin: 0 0 0.64em;
}

/* line 9953, /app/app/assets/stylesheets/theme.scss */
.home-style-two .events-nearby .event-grid,
.home-style-three .events-nearby .event-grid {
  padding: 5px 15px;
}

/* line 9958, /app/app/assets/stylesheets/theme.scss */
.home-style-two .events-nearby .event-grid-wrapper,
.home-style-three .events-nearby .event-grid-wrapper {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  /* line 9964, /app/app/assets/stylesheets/theme.scss */
  .home-style-two .events-nearby .event-grid-wrapper,
  .home-style-three .events-nearby .event-grid-wrapper {
    margin: 0;
  }
}
/* line 9970, /app/app/assets/stylesheets/theme.scss */
.home-style-two .events-nearby .events-nearby-slider .owl-controls,
.home-style-three .events-nearby .events-nearby-slider .owl-controls {
  margin: 50px 0 0;
}

@media (max-width: 991px) {
  /* line 9976, /app/app/assets/stylesheets/theme.scss */
  .home-style-two .events-nearby .events-nearby-slider .owl-controls,
  .home-style-three .events-nearby .events-nearby-slider .owl-controls {
    margin: 40px 0 0;
  }
}
/* line 9982, /app/app/assets/stylesheets/theme.scss */
.home-style-two .events-nearby .owl-dots span,
.home-style-three .events-nearby .owl-dots span {
  width: 12px;
  height: 12px;
  margin: 0 12px 0 0;
}

/* line 9989, /app/app/assets/stylesheets/theme.scss */
.home-style-two .events-nearby .owl-dots .active span,
.home-style-two .events-nearby .owl-dots span:hover,
.home-style-three .events-nearby .owl-dots .active span,
.home-style-three .events-nearby .owl-dots span:hover {
  background-color: #f36e23;
}

/*** others ***/
/* line 9997, /app/app/assets/stylesheets/theme.scss */
.home-style-two .popular-campaign .theme-btn-s2 {
  border-color: #f36e23;
  color: #f36e23;
}

/* line 10002, /app/app/assets/stylesheets/theme.scss */
.home-style-two .popular-campaign .theme-btn-s2:hover {
  background-color: #f36e23;
  color: #fff;
}

/* line 10007, /app/app/assets/stylesheets/theme.scss */
.home-style-two .cta-2 .join-us:before {
  display: none;
}

/*--------------------------------------------------------------
	home page style three
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#21.0	urgent-donation
--------------------------------------------------------------*/
/* line 10017, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation {
  padding: 0;
  margin-top: -100px;
}

@media (max-width: 991px) {
  /* line 10023, /app/app/assets/stylesheets/theme.scss */
  .home-style-three .urgent-donation {
    margin: 40px 0 0;
  }
}
/* line 10028, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-inner {
  padding: 0;
}

/* line 10032, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-inner .owl-controls {
  position: relative;
  margin: 0;
  height: 1px;
}

@media (max-width: 767px) {
  /* line 10039, /app/app/assets/stylesheets/theme.scss */
  .home-style-three .urgent-donation .urgent-inner .owl-controls {
    margin-top: 25px;
  }
}
/* line 10044, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-inner .owl-controls .owl-nav {
  top: -175px;
}

/* line 10048, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-inner .owl-controls .owl-dots {
  margin: 0;
  padding-top: 0;
}

/* line 10053, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-inner .owl-controls .owl-dots .active span {
  border: 2px solid #000;
}

/* line 10057, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box {
  background-color: transparent;
}

/* line 10061, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details {
  background-color: #15181d;
}

/* line 10065, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details > span {
  background-color: #fff;
  color: #f36e23;
}

/* line 10070, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details h2 {
  color: #f36e23;
}

/* line 10074, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details .remaing-date {
  color: #9da1a9;
}

/* line 10078, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details .progress .progress-bar {
  background-color: #f36e23;
}

/* line 10082, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details .progress-bar span {
  background-color: #f36e23;
  color: #fff;
}

/* line 10087, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details .progress-bar span:before {
  border-top-color: #f36e23;
}

/* line 10091, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details .goal-raised span {
  color: #9da1a9;
}

/* line 10095, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details .goal-raised h4 {
  color: #fff;
}

/* line 10099, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details .form input {
  background-color: #f36e23;
  color: #fff;
  border-color: #f36e23;
}

/* line 10105, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details .form input:focus {
  box-shadow: none;
}

/* line 10109, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details .form .theme-btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 10115, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details .form .theme-btn:hover {
  background-color: #f36e23;
  border-color: #f36e23;
}

/* line 10120, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details .form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: normal;
  color: #fff;
}

/* line 10126, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details .form :-moz-placeholder {
  font-style: 14px;
  font-style: normal;
  color: #fff;
}

/* line 10132, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details .form ::-moz-placeholder {
  font-style: 14px;
  font-style: normal;
  color: #fff;
}

/* line 10138, /app/app/assets/stylesheets/theme.scss */
.home-style-three .urgent-donation .urgent-box .details .form :-ms-input-placeholder {
  font-style: 14px;
  font-style: normal;
  color: #fff;
}

/*--------------------------------------------------------------
#21.1	cta-4
--------------------------------------------------------------*/
/* line 10147, /app/app/assets/stylesheets/theme.scss */
.home-style-three .cta-4 {
  background-color: #f2f2f2;
  margin-top: 80px;
}

/* line 10152, /app/app/assets/stylesheets/theme.scss */
.home-style-three .cta-4 .col > div {
  background-color: #fff;
  padding: 40px 35px;
}

/* line 10157, /app/app/assets/stylesheets/theme.scss */
.home-style-three .cta-2 .join-us:before {
  display: none;
}

/* line 10161, /app/app/assets/stylesheets/theme.scss */
.home-style-three .cta-2 .join-us {
  background: url(/assets/join-us-bg-2-b159098cd9c8ce64ac8ee2262c4eedaf16f9bf38fa232f333c890600414df998.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#21.1	cta-4
--------------------------------------------------------------*/
/* line 10168, /app/app/assets/stylesheets/theme.scss */
.home-style-three .cta-3 {
  background: #000;
  position: relative;
}

/* line 10173, /app/app/assets/stylesheets/theme.scss */
.home-style-three .cta-3:before {
  content: "";
  background: url(/assets/cta-3-animal-a794724bf99d4087636d6cb2d1ca60a4944dfadb251db22f1f0bc34df4599667.jpg) center center/cover no-repeat local;
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  /* line 10184, /app/app/assets/stylesheets/theme.scss */
  .home-style-three .cta-3:before {
    display: none;
  }
}
/* line 10189, /app/app/assets/stylesheets/theme.scss */
.home-style-three .cta h2 span {
  color: #f36e23;
}

/*--------------------------------------------------------------
#21.2	shop slider
--------------------------------------------------------------*/
@media (max-width: 991px) {
  /* line 10197, /app/app/assets/stylesheets/theme.scss */
  .home-style-three .shop-main-content {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  /* line 10203, /app/app/assets/stylesheets/theme.scss */
  .home-style-three .shop-main-content {
    padding: 70px 0;
  }
}
/* line 10208, /app/app/assets/stylesheets/theme.scss */
.home-style-three .latest-product-slider .grid {
  width: auto;
  float: none;
}

/* line 10213, /app/app/assets/stylesheets/theme.scss */
.home-style-three .latest-product-slider .owl-controls {
  margin: 0;
}

/* line 10217, /app/app/assets/stylesheets/theme.scss */
.home-style-three .latest-product-slider .owl-dots span {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  margin: 0 15px 0 0;
}

/* line 10225, /app/app/assets/stylesheets/theme.scss */
.home-style-three .latest-product-slider .owl-dot:hover span {
  background-color: #f36e23;
}

/* line 10229, /app/app/assets/stylesheets/theme.scss */
.home-style-three .latest-product-slider .owl-dots .active span {
  width: 15px;
  height: 15px;
  background-color: #f36e23;
  margin-bottom: -1px;
}

/*** news letter ***/
/* line 10237, /app/app/assets/stylesheets/theme.scss */
.home-style-three .newsletter .children-holder {
  background: url(/assets/newsletter-elephant-618e0b04cb7a06eef292daf264c32d1763fbcdeb8dec3176b40fcffca27bdfaa.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
	home page style four
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#22.0	cta-4
--------------------------------------------------------------*/
/* line 10247, /app/app/assets/stylesheets/theme.scss */
.cta-5 {
  background: #f2f2f2 url(/assets/home-4/mission/home-4-cta-4-bg-f28239c70a1e9c3ffefdc46f119a5f2c422e596431f9a2c273c2f14372b4e323.png) center 150px/100% no-repeat local;
}

/* line 10251, /app/app/assets/stylesheets/theme.scss */
.cta-5 .content > .col > div {
  padding: 55px 35px;
  position: relative;
}

/* line 10256, /app/app/assets/stylesheets/theme.scss */
.cta-5 .content > .col > div:before {
  content: "";
  background-color: rgba(251, 94, 28, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  /* line 10272, /app/app/assets/stylesheets/theme.scss */
  .cta-5 .content > .col > div {
    padding: 45px 25px;
  }
}
/* line 10277, /app/app/assets/stylesheets/theme.scss */
.cta-5 .content > .col:hover > div:before {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 10286, /app/app/assets/stylesheets/theme.scss */
.cta-5 .content > .col:first-child > div {
  background: url(/assets/home-4/mission/img-1-7b205d0de0d00aea74c4dd55b51c008ce0cbdb214ffe7fdc3e7e56c3e2e06844.jpg) center center/cover no-repeat local;
}

/* line 10290, /app/app/assets/stylesheets/theme.scss */
.cta-5 .content > .col:nth-child(2) > div {
  background: url(/assets/home-4/mission/img-2-7b205d0de0d00aea74c4dd55b51c008ce0cbdb214ffe7fdc3e7e56c3e2e06844.jpg) center center/cover no-repeat local;
}

/* line 10294, /app/app/assets/stylesheets/theme.scss */
.cta-5 .content > .col:last-child > div {
  background: url(/assets/home-4/mission/img-3-7b205d0de0d00aea74c4dd55b51c008ce0cbdb214ffe7fdc3e7e56c3e2e06844.jpg) center center/cover no-repeat local;
}

/* line 10298, /app/app/assets/stylesheets/theme.scss */
.cta-5 .content .col {
  text-align: center;
}

/* line 10302, /app/app/assets/stylesheets/theme.scss */
.cta-5 .content .col h3,
.cta-5 .content .col p,
.cta-5 .content .col i {
  color: #fff;
  position: relative;
}

/* line 10309, /app/app/assets/stylesheets/theme.scss */
.cta-5 .content .col h3 {
  font-size: 24px;
  margin: 0.54em 0 0.58em;
  padding-bottom: 0.54em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 10317, /app/app/assets/stylesheets/theme.scss */
  .cta-5 .content .col h3 {
    font-size: 20px;
  }
}
/* line 10322, /app/app/assets/stylesheets/theme.scss */
.cta-5 .content .col h3:after {
  content: "";
  background: #fff;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  /* line 10338, /app/app/assets/stylesheets/theme.scss */
  .cta-5 .content .col h3:after {
    height: 4px;
  }
}
/* line 10343, /app/app/assets/stylesheets/theme.scss */
.cta-5 .content .col p {
  font-size: 16px;
  margin: 0;
}

/* line 10348, /app/app/assets/stylesheets/theme.scss */
.cta-5 .content .col i:before {
  font-size: 80px;
  color: #fff;
}

@media (max-width: 1199px) {
  /* line 10354, /app/app/assets/stylesheets/theme.scss */
  .cta-5 .content .col i:before {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  /* line 10360, /app/app/assets/stylesheets/theme.scss */
  .cta-5 .content .col i:before {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  /* line 10366, /app/app/assets/stylesheets/theme.scss */
  .cta-5 .content > .col {
    margin-bottom: 50px;
  }

  /* line 10369, /app/app/assets/stylesheets/theme.scss */
  .cta-5 .content > .col:last-child {
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
#22.1	important-causes
--------------------------------------------------------------*/
/* line 10377, /app/app/assets/stylesheets/theme.scss */
.important-causes .more-causes {
  clear: both;
  text-align: center;
  padding-top: 40px;
}

/* line 10383, /app/app/assets/stylesheets/theme.scss */
.important-causes .more-causes .theme-btn {
  font-size: 18px;
  padding: 20px;
  text-transform: capitalize;
}

/* line 10389, /app/app/assets/stylesheets/theme.scss */
.important-causes-content > .col {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  /* line 10394, /app/app/assets/stylesheets/theme.scss */
  .important-causes-content > .col {
    width: 100%;
  }
}
/* line 10399, /app/app/assets/stylesheets/theme.scss */
.important-causes-content > .col:first-child .grid {
  background: url(/assets/important-causes/img-1-38cce2036d4907fa7a0c3225f6656b1c4cd5a731a7d317f9a68d6457d6aeb93a.jpg) center center/cover no-repeat local;
}

/* line 10403, /app/app/assets/stylesheets/theme.scss */
.important-causes-content > .col:nth-child(2) .grid {
  background: url(/assets/important-causes/img-2-38cce2036d4907fa7a0c3225f6656b1c4cd5a731a7d317f9a68d6457d6aeb93a.jpg) center center/cover no-repeat local;
}

/* line 10407, /app/app/assets/stylesheets/theme.scss */
.important-causes-content > .col:nth-child(3) .grid {
  background: url(/assets/important-causes/img-3-38cce2036d4907fa7a0c3225f6656b1c4cd5a731a7d317f9a68d6457d6aeb93a.jpg) center center/cover no-repeat local;
}

/* line 10411, /app/app/assets/stylesheets/theme.scss */
.important-causes-content > .col:nth-child(4) .grid {
  background: url(/assets/important-causes/img-4-38cce2036d4907fa7a0c3225f6656b1c4cd5a731a7d317f9a68d6457d6aeb93a.jpg) center center/cover no-repeat local;
}

/* line 10415, /app/app/assets/stylesheets/theme.scss */
.important-causes-content > .col:nth-child(5) .grid {
  background: url(/assets/important-causes/img-5-38cce2036d4907fa7a0c3225f6656b1c4cd5a731a7d317f9a68d6457d6aeb93a.jpg) center center/cover no-repeat local;
}

/* line 10419, /app/app/assets/stylesheets/theme.scss */
.important-causes-content > .col:nth-child(6) .grid {
  background: url(/assets/important-causes/img-6-38cce2036d4907fa7a0c3225f6656b1c4cd5a731a7d317f9a68d6457d6aeb93a.jpg) center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#22.2	next-event-section
--------------------------------------------------------------*/
/* line 10426, /app/app/assets/stylesheets/theme.scss */
.next-event-section {
  background: url(/assets/next-event-bg-1d3bba49d628cb8612e553a0c3055a5be56fb171a731d38491ef82944d56b323.jpg) center center/cover no-repeat local;
}

/* line 10430, /app/app/assets/stylesheets/theme.scss */
.next-event-section .content {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 110px 135px 120px;
}

@media (max-width: 991px) {
  /* line 10436, /app/app/assets/stylesheets/theme.scss */
  .next-event-section .content {
    padding: 90px 55px 100px;
  }
}
@media (max-width: 767px) {
  /* line 10442, /app/app/assets/stylesheets/theme.scss */
  .next-event-section .content {
    padding: 70px 15px 80px;
  }
}
/* line 10447, /app/app/assets/stylesheets/theme.scss */
.next-event-section .event-info {
  text-align: center;
}

/* line 10451, /app/app/assets/stylesheets/theme.scss */
.next-event-section .event-info h2 {
  font-size: 40px;
  color: #fff;
  margin: 0 0 0.48em;
}

@media (max-width: 991px) {
  /* line 10458, /app/app/assets/stylesheets/theme.scss */
  .next-event-section .event-info h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 10464, /app/app/assets/stylesheets/theme.scss */
  .next-event-section .event-info h2 {
    font-size: 25px;
  }
}
/* line 10469, /app/app/assets/stylesheets/theme.scss */
.next-event-section .event-info h2 span {
  color: #f36e23;
}

/* line 10473, /app/app/assets/stylesheets/theme.scss */
.next-event-section .event-info ul {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  /* line 10480, /app/app/assets/stylesheets/theme.scss */
  .next-event-section .event-info ul {
    margin-top: 10px;
  }
}
/* line 10485, /app/app/assets/stylesheets/theme.scss */
.next-event-section .event-info ul li {
  color: #9da1a9;
  float: left;
  margin-right: 43px;
}

/* line 10491, /app/app/assets/stylesheets/theme.scss */
.next-event-section .event-info ul li:last-child {
  margin-right: 0;
}

/* line 10495, /app/app/assets/stylesheets/theme.scss */
.next-event-section .event-info ul li i {
  color: #f36e23;
}

@media (max-width: 767px) {
  /* line 10500, /app/app/assets/stylesheets/theme.scss */
  .next-event-section .event-info ul li {
    margin-right: 20px;
  }
}
/* line 10505, /app/app/assets/stylesheets/theme.scss */
.next-event-section .event-info p {
  margin: 0 0 3.33em;
}

/* line 10509, /app/app/assets/stylesheets/theme.scss */
.next-event-section .event-countdown {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  /* line 10514, /app/app/assets/stylesheets/theme.scss */
  .next-event-section .event-countdown {
    padding: 0 80px;
  }
}
@media (max-width: 767px) {
  /* line 10520, /app/app/assets/stylesheets/theme.scss */
  .next-event-section .event-countdown {
    text-align: center;
  }
}
/* line 10525, /app/app/assets/stylesheets/theme.scss */
.next-event-section .event-countdown > div {
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 10530, /app/app/assets/stylesheets/theme.scss */
  .next-event-section .event-countdown > div {
    float: none !important;
  }
}
/* line 10535, /app/app/assets/stylesheets/theme.scss */
.next-event-section .event-countdown > div:first-child {
  float: left;
}

/* line 10539, /app/app/assets/stylesheets/theme.scss */
.next-event-section .event-countdown > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  /* line 10544, /app/app/assets/stylesheets/theme.scss */
  .next-event-section .event-countdown > div:last-child {
    display: block;
    margin-top: 30px;
  }
}
/* line 10550, /app/app/assets/stylesheets/theme.scss */
.next-event-section .event-countdown .join .theme-btn-s2 {
  font-size: 18	px;
  font-weight: normal;
  padding: 14px 40px;
  border-color: #f36e23;
}

@media (max-width: 767px) {
  /* line 10558, /app/app/assets/stylesheets/theme.scss */
  .next-event-section .event-countdown .join .theme-btn-s2 {
    font-size: 16px;
    padding: 8px 20px;
  }
}
/* line 10564, /app/app/assets/stylesheets/theme.scss */
.next-event-section #event-clock .box {
  width: 65px;
}

/* line 10568, /app/app/assets/stylesheets/theme.scss */
.next-event-section #event-clock .box > div {
  background-color: #f36e23;
  padding: 15px 2px;
}

/* line 10573, /app/app/assets/stylesheets/theme.scss */
.next-event-section #event-clock .box span {
  background-color: #1a1a1a;
  font-size: 13px;
  font-weight: normal;
  display: block;
  padding: 4px 0;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
#22.3	about style 2
--------------------------------------------------------------*/
/* line 10585, /app/app/assets/stylesheets/theme.scss */
.about-st2 .left-col .logo {
  margin-bottom: 27px;
}

/* line 10589, /app/app/assets/stylesheets/theme.scss */
.about-st2 .left-col > span {
  display: block;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}

/* line 10596, /app/app/assets/stylesheets/theme.scss */
.about-st2 .content {
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 10601, /app/app/assets/stylesheets/theme.scss */
  .about-st2 .content > div {
    float: none !important;
    width: 100% !important;
  }
}
/* line 10607, /app/app/assets/stylesheets/theme.scss */
.about-st2 .content .left-col {
  width: 60%;
  float: left;
}

/* line 10612, /app/app/assets/stylesheets/theme.scss */
.about-st2 .content .right-col {
  width: 35%;
  float: right;
}

@media (max-width: 767px) {
  /* line 10618, /app/app/assets/stylesheets/theme.scss */
  .about-st2 .content .right-col {
    width: 320px !important;
    height: 300px !important;
    margin: 50px auto 0;
  }
}
/*--------------------------------------------------------------
#22.4	recent news
--------------------------------------------------------------*/
/* line 10628, /app/app/assets/stylesheets/theme.scss */
.home-style-four .recent-news,
.home-style-five .recent-news {
  padding-bottom: 105px;
}

@media (max-width: 991px) {
  /* line 10634, /app/app/assets/stylesheets/theme.scss */
  .home-style-four .recent-news,
  .home-style-five .recent-news {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  /* line 10641, /app/app/assets/stylesheets/theme.scss */
  .home-style-four .recent-news,
  .home-style-five .recent-news {
    padding-bottom: 40px;
  }
}
@media (max-width: 550px) {
  /* line 10648, /app/app/assets/stylesheets/theme.scss */
  .home-style-four .recent-news .blog-grid > .col,
  .home-style-five .recent-news .blog-grid > .col {
    width: 100%;
    margin: 0 0 25px;
  }

  /* line 10653, /app/app/assets/stylesheets/theme.scss */
  .home-style-four .recent-news .blog-grid > .col:last-child,
  .home-style-five .recent-news .blog-grid > .col:last-child {
    margin-bottom: 0;
  }
}
/* line 10659, /app/app/assets/stylesheets/theme.scss */
.home-style-four .recent-news .blog-grid > .col:hover .entry-body,
.home-style-five .recent-news .blog-grid > .col:hover .entry-body {
  -webkit-box-shadow: 0 0 25px 0 #cccccc;
  -moz-box-shadow: 0 0 25px 0 #cccccc;
  -o-box-shadow: 0 0 25px 0 #cccccc;
  -ms-box-shadow: 0 0 25px 0 #cccccc;
  box-shadow: 0 0 25px 0 #cccccc;
}

/* line 10668, /app/app/assets/stylesheets/theme.scss */
.home-style-four .recent-news .section-title-s3, .home-style-four .recent-news .section-title-single-heading, .home-style-four .recent-news .section-title-s4,
.home-style-five .recent-news .section-title-s3,
.home-style-five .recent-news .section-title-single-heading,
.home-style-five .recent-news .section-title-s4 {
  margin-bottom: 35px;
}

/* line 10675, /app/app/assets/stylesheets/theme.scss */
.home-style-four .recent-news .entry-media .img, .home-style-four .recent-news .entry-media .news-page section .container img, .news-page section .container .home-style-four .recent-news .entry-media img,
.home-style-five .recent-news .entry-media .img,
.home-style-five .recent-news .entry-media .news-page section .container img,
.news-page section .container .home-style-five .recent-news .entry-media img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  /* line 10685, /app/app/assets/stylesheets/theme.scss */
  .home-style-four .recent-news .entry-media .img, .home-style-four .recent-news .entry-media .news-page section .container img, .news-page section .container .home-style-four .recent-news .entry-media img,
  .home-style-five .recent-news .entry-media .img,
  .home-style-five .recent-news .entry-media .news-page section .container img,
  .news-page section .container .home-style-five .recent-news .entry-media img {
    display: block;
  }
}
/* line 10691, /app/app/assets/stylesheets/theme.scss */
.home-style-four .recent-news .entry-body,
.home-style-five .recent-news .entry-body {
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/* line 10701, /app/app/assets/stylesheets/theme.scss */
.home-style-four .recent-news h3,
.home-style-five .recent-news h3 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 1em;
  padding-bottom: 0.55em;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  /* line 10712, /app/app/assets/stylesheets/theme.scss */
  .home-style-four .recent-news h3,
  .home-style-five .recent-news h3 {
    font-size: 16px;
  }
}
/* line 10718, /app/app/assets/stylesheets/theme.scss */
.home-style-four .recent-news h3:after,
.home-style-five .recent-news h3:after {
  content: "";
  background-color: #f36e23;
  width: 35px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 10729, /app/app/assets/stylesheets/theme.scss */
.home-style-four .recent-news h3 a,
.home-style-five .recent-news h3 a {
  color: #000;
}

/* line 10734, /app/app/assets/stylesheets/theme.scss */
.home-style-four .recent-news h3 a:hover,
.home-style-five .recent-news h3 a:hover {
  color: #f36e23;
}

@media (max-width: 767px) {
  /* line 10740, /app/app/assets/stylesheets/theme.scss */
  .home-style-four .recent-news h3,
  .home-style-five .recent-news h3 {
    font-size: 17px;
  }
}
/* line 10746, /app/app/assets/stylesheets/theme.scss */
.home-style-four .recent-news .entry-date,
.home-style-five .recent-news .entry-date {
  position: relative;
}

/* line 10751, /app/app/assets/stylesheets/theme.scss */
.home-style-four .recent-news .entry-date > div,
.home-style-five .recent-news .entry-date > div {
  background-color: #f36e23;
  color: #fff;
  padding: 11px 13px;
  text-align: center;
  position: absolute;
  left: 17px;
  top: 0;
}

/* line 10762, /app/app/assets/stylesheets/theme.scss */
.home-style-four .recent-news .entry-date > div p,
.home-style-four .recent-news .entry-date > div span,
.home-style-five .recent-news .entry-date > div p,
.home-style-five .recent-news .entry-date > div span {
  color: #fff;
  margin: 0;
}

/* line 10770, /app/app/assets/stylesheets/theme.scss */
.home-style-four .recent-news .entry-date > div p,
.home-style-five .recent-news .entry-date > div p {
  font-size: 25px;
  font-weight: bold;
  line-height: 0.7em;
}

/* line 10777, /app/app/assets/stylesheets/theme.scss */
.home-style-four .recent-news .entry-date > div span,
.home-style-five .recent-news .entry-date > div span {
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
#22.5	fun fact
--------------------------------------------------------------*/
/* line 10787, /app/app/assets/stylesheets/theme.scss */
.fun-fact {
  background: #191919 url(/assets/fun-fact-bg-acade2cd146eb071c6b0c5d321f00d2e3280cbdcf2a8c0b87fa530216dd654c1.png) right center/auto no-repeat local;
  position: relative;
}

@media (max-width: 767px) {
  /* line 10793, /app/app/assets/stylesheets/theme.scss */
  .fun-fact {
    background-image: none;
    text-align: center;
    padding: 80px 0;
  }
}
@media (max-width: 450px) {
  /* line 10801, /app/app/assets/stylesheets/theme.scss */
  .fun-fact {
    padding-bottom: 55px;
  }
}
/* line 10806, /app/app/assets/stylesheets/theme.scss */
.fun-fact:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 10816, /app/app/assets/stylesheets/theme.scss */
.fun-fact .top-part,
.fun-fact .bottom-part {
  position: relative;
}

@media (max-width: 767px) {
  /* line 10822, /app/app/assets/stylesheets/theme.scss */
  .fun-fact .top-part > .col {
    margin-bottom: 50px;
  }

  /* line 10825, /app/app/assets/stylesheets/theme.scss */
  .fun-fact .top-part > .col:last-child {
    margin-bottom: 0;
  }
}
/* line 10830, /app/app/assets/stylesheets/theme.scss */
.fun-fact .top-part .icon i:before {
  font-size: 55px;
  color: #f36e23;
}

@media (max-width: 991px) {
  /* line 10836, /app/app/assets/stylesheets/theme.scss */
  .fun-fact .top-part .icon i:before {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  /* line 10842, /app/app/assets/stylesheets/theme.scss */
  .fun-fact .top-part .icon i:before {
    font-size: 35px;
  }
}
/* line 10847, /app/app/assets/stylesheets/theme.scss */
.fun-fact .top-part h3 {
  font-size: 27px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 0.6em;
}

@media (max-width: 991px) {
  /* line 10855, /app/app/assets/stylesheets/theme.scss */
  .fun-fact .top-part h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  /* line 10861, /app/app/assets/stylesheets/theme.scss */
  .fun-fact .top-part h3 {
    font-size: 18px;
  }
}
/* line 10866, /app/app/assets/stylesheets/theme.scss */
.fun-fact .top-part h3 span {
  font-weight: bold;
}

/* line 10870, /app/app/assets/stylesheets/theme.scss */
.fun-fact .top-part p {
  color: #fff;
  margin: 0;
}

/* line 10875, /app/app/assets/stylesheets/theme.scss */
.fun-fact .bottom-row {
  margin-top: 120px;
}

@media (max-width: 991px) {
  /* line 10880, /app/app/assets/stylesheets/theme.scss */
  .fun-fact .bottom-row {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  /* line 10886, /app/app/assets/stylesheets/theme.scss */
  .fun-fact .bottom-row {
    margin-top: 60px;
  }
}
@media (max-width: 450px) {
  /* line 10892, /app/app/assets/stylesheets/theme.scss */
  .fun-fact .bottom-row > .col {
    width: 50%;
    margin-bottom: 25px;
  }
}
/* line 10898, /app/app/assets/stylesheets/theme.scss */
.fun-fact .bottom-row h2 {
  font-size: 50px;
  color: #fff;
  margin: 0 0 0.33em;
}

@media (max-width: 991px) {
  /* line 10905, /app/app/assets/stylesheets/theme.scss */
  .fun-fact .bottom-row h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  /* line 10911, /app/app/assets/stylesheets/theme.scss */
  .fun-fact .bottom-row h2 {
    font-size: 30px;
  }
}
/* line 10916, /app/app/assets/stylesheets/theme.scss */
.fun-fact .bottom-row span {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  /* line 10923, /app/app/assets/stylesheets/theme.scss */
  .fun-fact .bottom-row span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /* line 10929, /app/app/assets/stylesheets/theme.scss */
  .fun-fact .bottom-row span {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
#22.6	gallery style 2
--------------------------------------------------------------*/
/* line 10937, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .section-title-s3, .gallery-st2 .section-title-single-heading, .gallery-st2 .section-title-s4 {
  margin-bottom: 0;
}

/* line 10941, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .gallery-filters li:after {
  display: none;
}

/* line 10945, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .gallery-filters {
  margin-top: 37px;
}

@media (max-width: 991px) {
  /* line 10950, /app/app/assets/stylesheets/theme.scss */
  .gallery-st2 .gallery-filters {
    margin-top: 15px;
  }
}
@media (max-width: 550px) {
  /* line 10956, /app/app/assets/stylesheets/theme.scss */
  .gallery-st2 .gallery-filters {
    margin-top: 0;
  }
}
/* line 10961, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .gallery-filters ul li {
  padding: 0;
  margin-right: 24px;
}

/* line 10966, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .gallery-filters ul li:last-child {
  margin-right: 0;
}

@media (max-width: 550px) {
  /* line 10971, /app/app/assets/stylesheets/theme.scss */
  .gallery-st2 .gallery-filters ul li {
    float: none;
    margin: 0;
    padding: 5px 0 !important;
    border-bottom: 1px solid #b3b3b3;
  }
}
/* line 10979, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .gallery-filters ul li a {
  color: #000;
}

/* line 10983, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .gallery-container {
  margin-right: -9px;
}

/* line 10987, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .gallery-container .box {
  width: 25%;
  padding: 0 9px 9px 0;
}

@media (max-width: 991px) {
  /* line 10993, /app/app/assets/stylesheets/theme.scss */
  .gallery-st2 .gallery-container .box {
    width: 50%;
  }
}
/* line 10998, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .gallery-container .box > a {
  position: relative;
}

/* line 11002, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .gallery-container .box > a:after,
.gallery-st2 .gallery-container .box > a:before {
  display: none;
}

/* line 11007, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .gallery-container .box:hover .hover-text {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* line 11013, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .gallery-container .box .hover-text {
  background: rgba(251, 94, 28, 0.9);
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 11030, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .gallery-container .box .hover-text:before {
  content: "+";
  background-color: transparent;
  font-size: 45px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 11045, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .gallery-container .box .hover-text > div {
  width: 100%;
  position: absolute;
  bottom: 35px;
}

/* line 11051, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .gallery-container .box .hover-text h3 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 460px) {
  /* line 11060, /app/app/assets/stylesheets/theme.scss */
  .gallery-st2 .gallery-container .box .hover-text h3 {
    display: none;
  }
}
/* line 11065, /app/app/assets/stylesheets/theme.scss */
.gallery-st2 .gallery-container .box .hover-text span {
  color: #fff;
  font-size: 12px;
}

@media (max-width: 460px) {
  /* line 11071, /app/app/assets/stylesheets/theme.scss */
  .gallery-st2 .gallery-container .box .hover-text span {
    display: none;
  }
}
/*--------------------------------------------------------------
#22.7	testimonials
--------------------------------------------------------------*/
/* line 11079, /app/app/assets/stylesheets/theme.scss */
.testimonials {
  background-color: whitesmoke;
}

/* line 11083, /app/app/assets/stylesheets/theme.scss */
.testimonials .client-testimonials img {
  width: auto;
  display: inline-block;
}

/* line 11088, /app/app/assets/stylesheets/theme.scss */
.testimonials .client-testimonials .box {
  padding: 40px 10px 10px;
}

/* line 11092, /app/app/assets/stylesheets/theme.scss */
.testimonials .client-testimonials .box-inner {
  background-color: #fff;
  text-align: center;
  padding: 70px 50px 40px;
  position: relative;
  -webkit-box-shadow: 0 0 25px 0 #b3b3b3;
  -moz-box-shadow: 0 0 25px 0 #b3b3b3;
  -o-box-shadow: 0 0 25px 0 #b3b3b3;
  -ms-box-shadow: 0 0 25px 0 #b3b3b3;
  box-shadow: 0 0 25px 0 #b3b3b3;
}

@media (max-width: 1199px) {
  /* line 11105, /app/app/assets/stylesheets/theme.scss */
  .testimonials .client-testimonials .box-inner {
    padding: 60px 30px 30px;
  }
}
/* line 11110, /app/app/assets/stylesheets/theme.scss */
.testimonials .client-testimonials .box-inner .img-holder {
  position: absolute;
  left: 50%;
  top: -40px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 11121, /app/app/assets/stylesheets/theme.scss */
.testimonials .client-testimonials .box-inner h3 {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  margin: 0 0 0.2em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 11130, /app/app/assets/stylesheets/theme.scss */
  .testimonials .client-testimonials .box-inner h3 {
    font-size: 17px;
  }
}
/* line 11135, /app/app/assets/stylesheets/theme.scss */
.testimonials .client-testimonials .box-inner > span {
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 11142, /app/app/assets/stylesheets/theme.scss */
  .testimonials .client-testimonials .box-inner > span {
    font-size: 14px;
  }
}
/* line 11147, /app/app/assets/stylesheets/theme.scss */
.testimonials .client-testimonials .box-inner p {
  margin: 0;
  color: #51555c;
}

/* line 11152, /app/app/assets/stylesheets/theme.scss */
.testimonials .testimonials-slider .owl-controls {
  margin-top: 60px;
}

@media (max-width: 767px) {
  /* line 11157, /app/app/assets/stylesheets/theme.scss */
  .testimonials .testimonials-slider .owl-controls {
    margin-top: 40px;
  }
}
/* line 11162, /app/app/assets/stylesheets/theme.scss */
.testimonials .testimonials-slider .owl-controls .owl-dot span {
  background-color: #15181d;
  width: 15px;
  height: 5px;
  margin: 0 15px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  /* line 11175, /app/app/assets/stylesheets/theme.scss */
  .testimonials .testimonials-slider .owl-controls .owl-dot span {
    width: 10px;
  }
}
/* line 11180, /app/app/assets/stylesheets/theme.scss */
.testimonials .testimonials-slider .owl-controls .owl-dots .active span {
  background-color: #f36e23;
  width: 45px;
}

@media (max-width: 767px) {
  /* line 11186, /app/app/assets/stylesheets/theme.scss */
  .testimonials .testimonials-slider .owl-controls .owl-dots .active span {
    width: 30px;
  }
}
/*--------------------------------------------------------------
#22.8	partner
--------------------------------------------------------------*/
/* line 11194, /app/app/assets/stylesheets/theme.scss */
.partner {
  background-color: #15181d;
  padding: 45px 0;
  border-bottom: 1px solid #000;
}

/* line 11200, /app/app/assets/stylesheets/theme.scss */
.partner > .container {
  position: relative;
}

/* line 11204, /app/app/assets/stylesheets/theme.scss */
.partner .box {
  text-align: center;
}

/* line 11208, /app/app/assets/stylesheets/theme.scss */
.partner .box img {
  display: inline-block;
  width: auto;
}

/* line 11213, /app/app/assets/stylesheets/theme.scss */
.partner .partner-slider .owl-controls {
  width: 100%;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 11224, /app/app/assets/stylesheets/theme.scss */
.partner .partner-slider .owl-controls .owl-nav .owl-prev,
.partner .partner-slider .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 11235, /app/app/assets/stylesheets/theme.scss */
.partner .partner-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}

/* line 11239, /app/app/assets/stylesheets/theme.scss */
.partner .partner-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}

/* line 11243, /app/app/assets/stylesheets/theme.scss */
.partner .partner-slider .owl-controls .owl-nav > div {
  background: #f36e23;
  width: 38px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/* line 11259, /app/app/assets/stylesheets/theme.scss */
.partner .partner-slider .owl-controls .owl-nav > div:hover {
  background: #e04504;
}

/* line 11263, /app/app/assets/stylesheets/theme.scss */
.home-style-four p {
  font-family: "Noto Sans", sans-serif !important;
}

/*--------------------------------------------------------------
	home page style five
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#23.0	urgent-causes
--------------------------------------------------------------*/
/* line 11273, /app/app/assets/stylesheets/theme.scss */
.urgent-causes-wrapper .open-urgent-causes {
  position: relative;
}

/* line 11277, /app/app/assets/stylesheets/theme.scss */
.urgent-causes-wrapper .open-urgent-causes #toggle-causes {
  background-color: #f36e23;
  color: #fff;
  font-size: 17px;
  padding: 6px 8px;
  border: 0;
  outline: 0;
  box-shadow: none;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 10;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

@media (max-width: 991px) {
  /* line 11297, /app/app/assets/stylesheets/theme.scss */
  .urgent-causes-wrapper .open-urgent-causes #toggle-causes {
    right: 20px;
  }
}
/* line 11302, /app/app/assets/stylesheets/theme.scss */
.urgent-causes-wrapper .open-urgent-causes #toggle-causes i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 11310, /app/app/assets/stylesheets/theme.scss */
.urgent-causes-wrapper .open-urgent-causes .open i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 11318, /app/app/assets/stylesheets/theme.scss */
.urgent-causes {
  padding: 63px 0;
  /*** progress bar ***/
  /*** clock ***/
}

@media (max-width: 767px) {
  /* line 11325, /app/app/assets/stylesheets/theme.scss */
  .urgent-causes {
    padding: 30px 0;
  }
}
/* line 11330, /app/app/assets/stylesheets/theme.scss */
.urgent-causes .topic span {
  background-color: #f36e23;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 16px;
}

@media (max-width: 767px) {
  /* line 11340, /app/app/assets/stylesheets/theme.scss */
  .urgent-causes .topic span {
    font-size: 14px;
    padding: 5px 15px;
  }
}
/* line 11346, /app/app/assets/stylesheets/theme.scss */
.urgent-causes .topic h2 {
  font-size: 30px;
  margin: 0.67em 0 0.73em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 11353, /app/app/assets/stylesheets/theme.scss */
  .urgent-causes .topic h2 {
    font-size: 22px;
  }
}
/* line 11358, /app/app/assets/stylesheets/theme.scss */
.urgent-causes .topic > a {
  font-size: 16px;
  color: #f36e23;
  text-transform: uppercase;
  text-decoration: underline;
}

/* line 11365, /app/app/assets/stylesheets/theme.scss */
.urgent-causes .goal-raised {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  /* line 11370, /app/app/assets/stylesheets/theme.scss */
  .urgent-causes .goal-raised {
    margin-top: 30px;
  }
}
/* line 11375, /app/app/assets/stylesheets/theme.scss */
.urgent-causes .goal-raised > p {
  display: inline-block;
  color: #333333;
  margin: 0;
  text-transform: uppercase;
}

/* line 11382, /app/app/assets/stylesheets/theme.scss */
.urgent-causes .goal-raised > p:last-child {
  float: right;
}

/* line 11386, /app/app/assets/stylesheets/theme.scss */
.urgent-causes .progress {
  background-color: #b3b3b3;
  height: 16px;
  margin-bottom: 32px;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/* line 11398, /app/app/assets/stylesheets/theme.scss */
.urgent-causes .progress-bar {
  background: #f36e23 url(/assets/meter-bg-282d04ab4c63a34e377782d0c5af70438ba3d3d78a537bf8aa2a969ba5b94d09.png) 0 0/auto repeat-x local;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/* line 11407, /app/app/assets/stylesheets/theme.scss */
.urgent-causes .progress-bar span {
  display: none;
}

@media (max-width: 767px) {
  /* line 11412, /app/app/assets/stylesheets/theme.scss */
  .urgent-causes .causes-clock {
    text-align: center;
  }
}
/* line 11417, /app/app/assets/stylesheets/theme.scss */
.urgent-causes .causes-clock > div {
  display: inline-block;
  float: left;
}

/* line 11422, /app/app/assets/stylesheets/theme.scss */
.urgent-causes .causes-clock > div:first-child {
  position: relative;
  top: 20px;
}

@media (max-width: 767px) {
  /* line 11428, /app/app/assets/stylesheets/theme.scss */
  .urgent-causes .causes-clock > div:first-child {
    display: none;
  }
}
/* line 11433, /app/app/assets/stylesheets/theme.scss */
.urgent-causes .causes-clock > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  /* line 11438, /app/app/assets/stylesheets/theme.scss */
  .urgent-causes .causes-clock > div:last-child {
    float: none;
    width: 300px;
    margin: 0 auto;
  }
}
/* line 11445, /app/app/assets/stylesheets/theme.scss */
.urgent-causes .causes-clock > div:first-child {
  font-size: 18px;
  color: lighter(#000, 20%);
  text-transform: uppercase;
  padding-right: 25px;
}

@media (max-width: 1199px) {
  /* line 11453, /app/app/assets/stylesheets/theme.scss */
  .urgent-causes .causes-clock > div:first-child {
    position: relative;
    top: 50px;
  }
}
@media (max-width: 991px) {
  /* line 11460, /app/app/assets/stylesheets/theme.scss */
  .urgent-causes .causes-clock > div:first-child {
    top: 18px;
  }
}
/* line 11465, /app/app/assets/stylesheets/theme.scss */
.urgent-causes #causes-end-time > .box {
  background-color: #f36e23;
  width: 75px;
  height: 75px;
  float: left;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-right: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/* line 11482, /app/app/assets/stylesheets/theme.scss */
.urgent-causes #causes-end-time > .box:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  /* line 11487, /app/app/assets/stylesheets/theme.scss */
  .urgent-causes #causes-end-time > .box {
    width: 65px;
    height: 65px;
    margin-right: 10px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}
/* line 11500, /app/app/assets/stylesheets/theme.scss */
.urgent-causes #causes-end-time > .box > div {
  background-color: #1a1a1a;
  font-size: 25px;
  font-weight: bold;
  padding: 9px 0;
  color: #f36e23;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  /* line 11514, /app/app/assets/stylesheets/theme.scss */
  .urgent-causes #causes-end-time > .box > div {
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}
/*--------------------------------------------------------------
#23.1	main-banar
--------------------------------------------------------------*/
/* line 11527, /app/app/assets/stylesheets/theme.scss */
.main-banar {
  background: url(/assets/home-5-banar-1b20b9c840ae06b2327743fbca5cc529b67f62551ca47524357535156050b67d.jpg) center center/cover no-repeat local;
  height: 600px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  /* line 11535, /app/app/assets/stylesheets/theme.scss */
  .main-banar {
    height: 420px;
  }
}
/* line 11540, /app/app/assets/stylesheets/theme.scss */
.main-banar:before {
  content: "";
  background-color: rgba(44, 44, 44, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 11550, /app/app/assets/stylesheets/theme.scss */
.main-banar .banar-inner {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  /* line 11563, /app/app/assets/stylesheets/theme.scss */
  .main-banar .banar-inner > .container {
    padding: 0 10px;
  }
}
/* line 11568, /app/app/assets/stylesheets/theme.scss */
.main-banar .banar-title > span {
  font-size: 24px;
  color: #f36e23;
  font-style: italic;
  margin-bottom: 12px;
  display: block;
}

@media (max-width: 767px) {
  /* line 11577, /app/app/assets/stylesheets/theme.scss */
  .main-banar .banar-title > span {
    font-size: 17px;
  }
}
/* line 11582, /app/app/assets/stylesheets/theme.scss */
.main-banar .banar-title h1 {
  font-size: 36px;
  color: #fff;
  margin: 0 0 1.11em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 11590, /app/app/assets/stylesheets/theme.scss */
  .main-banar .banar-title h1 {
    font-size: 30px;
  }
}
/* line 11595, /app/app/assets/stylesheets/theme.scss */
.main-banar .banar-title h1,
.main-banar .banar-title > span,
.main-banar .banar-title .btn {
  opacity: 0;
}

/* line 11601, /app/app/assets/stylesheets/theme.scss */
.home-style-five .active-banar-title > span {
  -webkit-animation: slideInUpSlow 1.5s 0.5s forwards;
  animation: slideInUpSlow 1.5s 0.5s forwards;
}

/* line 11606, /app/app/assets/stylesheets/theme.scss */
.home-style-five .active-banar-title h1 {
  -webkit-animation: slideInUpSlow 1.5s 0.7s forwards;
  animation: slideInUpSlow 1.5s 0.7s forwards;
}

/* line 11611, /app/app/assets/stylesheets/theme.scss */
.home-style-five .active-banar-title .btn {
  -webkit-animation: slideInUpSlow 1.5s 1s forwards;
  animation: slideInUpSlow 1.5s 1s forwards;
}

/*--------------------------------------------------------------
#23.2	cta-5
--------------------------------------------------------------*/
/* line 11619, /app/app/assets/stylesheets/theme.scss */
.home-style-five .cta-5 {
  background-color: #f0f0f0;
  background-image: none;
}

/* line 11624, /app/app/assets/stylesheets/theme.scss */
.home-style-five .cta-5 .content > .col > div {
  background: none;
  padding: 0;
}

/* line 11629, /app/app/assets/stylesheets/theme.scss */
.home-style-five .cta-5 .content > .col > div:before {
  display: none;
}

/* line 11633, /app/app/assets/stylesheets/theme.scss */
.home-style-five .cta-5 .content .col h3 {
  color: #3d424b;
}

/* line 11637, /app/app/assets/stylesheets/theme.scss */
.home-style-five .cta-5 .content .col h3:after {
  background-color: #f36e23;
}

/* line 11641, /app/app/assets/stylesheets/theme.scss */
.home-style-five .cta-5 .content .col p {
  color: #828791;
}

/* line 11645, /app/app/assets/stylesheets/theme.scss */
.home-style-five .cta-5 .content .col i:before {
  color: #f36e23;
}

/*--------------------------------------------------------------
#23.3	important-causes=
--------------------------------------------------------------*/
/* line 11652, /app/app/assets/stylesheets/theme.scss */
.home-style-five .important-causes {
  /*** recent one ***/
}

/* line 11656, /app/app/assets/stylesheets/theme.scss */
.home-style-five .important-causes .important-causes-content > .col:first-child .grid {
  background: url(/assets/important-causes/img-2-38cce2036d4907fa7a0c3225f6656b1c4cd5a731a7d317f9a68d6457d6aeb93a.jpg) center center/cover no-repeat local;
}

/* line 11660, /app/app/assets/stylesheets/theme.scss */
.home-style-five .important-causes .important-causes-content > .col:nth-child(2) .grid {
  background: url(/assets/important-causes/img-3-38cce2036d4907fa7a0c3225f6656b1c4cd5a731a7d317f9a68d6457d6aeb93a.jpg) center center/cover no-repeat local;
}

/* line 11664, /app/app/assets/stylesheets/theme.scss */
.home-style-five .important-causes .important-causes-content > .col:nth-child(3) .grid {
  background: url(/assets/important-causes/img-5-38cce2036d4907fa7a0c3225f6656b1c4cd5a731a7d317f9a68d6457d6aeb93a.jpg) center center/cover no-repeat local;
}

/* line 11668, /app/app/assets/stylesheets/theme.scss */
.home-style-five .important-causes .important-causes-content > .col:nth-child(4) .grid {
  background: url(/assets/important-causes/img-6-38cce2036d4907fa7a0c3225f6656b1c4cd5a731a7d317f9a68d6457d6aeb93a.jpg) center center/cover no-repeat local;
}

@media (max-width: 991px) {
  /* line 11673, /app/app/assets/stylesheets/theme.scss */
  .home-style-five .important-causes .left-col {
    margin-bottom: 50px;
  }
}
/* line 11678, /app/app/assets/stylesheets/theme.scss */
.home-style-five .important-causes .recent-one .img-holder img,
.home-style-five .important-causes .recent-one .img-holder,
.home-style-five .important-causes .recent-one .img-holder:before {
  border-radius: 0 !important;
}

@media (max-width: 991px) {
  /* line 11685, /app/app/assets/stylesheets/theme.scss */
  .home-style-five .important-causes .recent-one .img-progress {
    max-width: 370px;
  }
}
/* line 11690, /app/app/assets/stylesheets/theme.scss */
.home-style-five .important-causes .recent-one .progress {
  margin: 0;
  height: 12px;
}

/* line 11695, /app/app/assets/stylesheets/theme.scss */
.home-style-five .important-causes .recent-one .content-details {
  margin-top: 30px;
}

/* line 11699, /app/app/assets/stylesheets/theme.scss */
.home-style-five .important-causes .recent-one .content-details > span {
  background-color: #151515;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px;
}

@media (max-width: 767px) {
  /* line 11707, /app/app/assets/stylesheets/theme.scss */
  .home-style-five .important-causes .recent-one .content-details > span {
    font-size: 14px;
    padding: 5px 12px;
  }
}
/* line 11713, /app/app/assets/stylesheets/theme.scss */
.home-style-five .important-causes .recent-one .content-details h3 {
  font-size: 26px;
  color: #333333;
  margin: 0.73em 0 0.2em;
}

@media (max-width: 767px) {
  /* line 11720, /app/app/assets/stylesheets/theme.scss */
  .home-style-five .important-causes .recent-one .content-details h3 {
    font-size: 20px;
  }
}
/* line 11725, /app/app/assets/stylesheets/theme.scss */
.home-style-five .important-causes .recent-one .content-details ul {
  margin-top: 18px;
}

/* line 11729, /app/app/assets/stylesheets/theme.scss */
.home-style-five .important-causes .recent-one .content-details ul li {
  display: inline-block;
  margin-right: 40px;
}

/* line 11734, /app/app/assets/stylesheets/theme.scss */
.home-style-five .important-causes .recent-one .content-details ul li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  /* line 11739, /app/app/assets/stylesheets/theme.scss */
  .home-style-five .important-causes .recent-one .content-details ul li {
    margin-right: 20px;
  }
}
/* line 11744, /app/app/assets/stylesheets/theme.scss */
.home-style-five .important-causes .recent-one .content-details ul li h5 {
  font-size: 25px;
  color: #f36e23;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 11751, /app/app/assets/stylesheets/theme.scss */
  .home-style-five .important-causes .recent-one .content-details ul li h5 {
    font-size: 20px;
  }
}
/* line 11756, /app/app/assets/stylesheets/theme.scss */
.home-style-five .important-causes .recent-one .content-details ul li span {
  font-size: 15px;
  color: #828791;
}

@media (max-width: 767px) {
  /* line 11762, /app/app/assets/stylesheets/theme.scss */
  .home-style-five .important-causes .recent-one .content-details ul li span {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
#23.4	events-nearby-s2
--------------------------------------------------------------*/
/* line 11770, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 {
  position: relative;
  padding-bottom: 110px;
  /*** left-col ***/
  /*** right-col ***/
  /*** tab items ***/
  /*** tab content ***/
  /*** slider controls ***/
}

@media (max-width: 991px) {
  /* line 11781, /app/app/assets/stylesheets/theme.scss */
  .events-nearby-s2 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  /* line 11787, /app/app/assets/stylesheets/theme.scss */
  .events-nearby-s2 {
    padding-bottom: 60px;
  }
}
/* line 11792, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 11802, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 > .container {
  position: relative;
}

/* line 11806, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .left-col {
  padding-top: 85px;
}

@media (max-width: 991px) {
  /* line 11811, /app/app/assets/stylesheets/theme.scss */
  .events-nearby-s2 .left-col {
    padding-top: 0;
    margin-bottom: 50px;
  }
}
/* line 11817, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .left-col > i:before {
  font-size: 60px;
  color: #f36e23;
}

@media (max-width: 991px) {
  /* line 11823, /app/app/assets/stylesheets/theme.scss */
  .events-nearby-s2 .left-col > i:before {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  /* line 11829, /app/app/assets/stylesheets/theme.scss */
  .events-nearby-s2 .left-col > i:before {
    font-size: 30px;
  }
}
/* line 11834, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .left-col h2 {
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  margin: 0.3em 0 0.28em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  /* line 11843, /app/app/assets/stylesheets/theme.scss */
  .events-nearby-s2 .left-col h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 11849, /app/app/assets/stylesheets/theme.scss */
  .events-nearby-s2 .left-col h2 {
    font-size: 25px;
  }
}
/* line 11854, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .left-col p {
  color: #fff;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  /* line 11860, /app/app/assets/stylesheets/theme.scss */
  .events-nearby-s2 .right-col {
    padding-left: 70px;
  }
}
/* line 11865, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .nav-tabs {
  text-align: center;
  border-bottom: 2px solid #f36e23;
  margin-bottom: 45px;
}

/* line 11871, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .nav-tabs > li {
  float: none;
  display: inline-block;
}

/* line 11876, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .nav-tabs > li a {
  font-size: 18px;
  color: #fff;
  border: 0 !important;
}

@media (max-width: 767px) {
  /* line 11883, /app/app/assets/stylesheets/theme.scss */
  .events-nearby-s2 .right-col .nav-tabs > li a {
    font-size: 16px;
  }
}
/* line 11888, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .nav-tabs .active a,
.events-nearby-s2 .right-col .nav-tabs > li:hover a {
  background-color: #f36e23;
}

/* line 11893, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .tab-pane {
  overflow: hidden;
}

/* line 11897, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .tab-pane .box-wrapper {
  padding: 0 40px;
}

@media (max-width: 1199px) {
  /* line 11902, /app/app/assets/stylesheets/theme.scss */
  .events-nearby-s2 .right-col .tab-pane .box-wrapper {
    padding: 0 20px;
  }
}
/* line 11907, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .tab-pane .box {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* line 11916, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .tab-pane .box:hover .events-header:before,
.events-nearby-s2 .right-col .tab-pane .box:hover .theme-btn {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

/* line 11923, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .tab-pane .box:hover .events-header:before {
  top: 0% !important;
}

/* line 11927, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .events-header {
  position: relative;
  overflow: hidden;
  margin-left: -1px;
}

/* line 11933, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .events-header:before {
  content: "";
  visibility: hidden;
  opacity: 0;
  top: 20% !important;
  z-index: 10;
  background-color: rgba(128, 128, 128, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 11957, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .events-header img {
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 11966, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .events-header .theme-btn {
  background-color: #fff;
  color: #f36e23;
  text-transform: capitalize;
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 20%;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 11989, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .events-header .theme-btn:hover {
  background-color: #f36e23;
  color: #fff;
}

/* line 11994, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .events-content {
  padding: 25px 30px;
}

@media (max-width: 767px) {
  /* line 11999, /app/app/assets/stylesheets/theme.scss */
  .events-nearby-s2 .right-col .events-content {
    padding: 20px;
  }
}
/* line 12004, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .events-content h3 {
  font-size: 22px;
  color: #262626;
  line-height: 1.3em;
  margin: 0 0 0.45em;
}

@media (max-width: 767px) {
  /* line 12012, /app/app/assets/stylesheets/theme.scss */
  .events-nearby-s2 .right-col .events-content h3 {
    font-size: 18px;
  }
}
/* line 12017, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .events-content ul li {
  font-size: 14px;
  color: #666666;
  padding-left: 25px;
  position: relative;
  margin-bottom: 8px;
}

/* line 12025, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .events-content ul li:last-child {
  margin-bottom: 0;
}

/* line 12029, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .events-content ul li i {
  position: absolute;
  left: 0;
}

/* line 12034, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .events-content ul li i:before {
  font-size: 14px;
}

/* line 12038, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col #volunteers h3 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3em;
  margin: 0 0 0.45em;
}

/* line 12046, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col #volunteers p {
  color: #fff;
}

/* line 12050, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .event-s2-slider .owl-controls {
  margin-top: 50px;
}

/* line 12054, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .event-s2-slider .owl-dot span {
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin-right: 12px;
}

/* line 12061, /app/app/assets/stylesheets/theme.scss */
.events-nearby-s2 .right-col .event-s2-slider .owl-dots .active span {
  background-color: #f36e23;
  width: 40px;
}

/*--------------------------------------------------------------
#23.5	about-st3
--------------------------------------------------------------*/
/*** left col ***/
/* line 12070, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .logo {
  margin-bottom: 20px;
}

/* line 12074, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .logo + span {
  font-size: 17px;
  color: #000;
  display: block;
  margin-bottom: 55px;
}

/* line 12081, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .our-location {
  position: relative;
}

/* line 12085, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .our-location .location {
  position: absolute;
}

/* line 12089, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .our-location .location-one {
  left: 20%;
  top: 20%;
}

/* line 12094, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .our-location .location-two {
  right: 20%;
  top: 20%;
}

/* line 12099, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .our-location .location-three {
  right: 48%;
  top: 35%;
}

/* line 12104, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .our-location .location-four {
  left: 25%;
  top: 65%;
}

/* line 12109, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .our-location .location-five {
  left: 50%;
  top: 55%;
}

/* line 12114, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .location-btn {
  display: inline-block;
  cursor: pointer;
}

/* line 12119, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .location-btn i:before {
  font-size: 45px;
  color: #f36e23;
}

@media (max-width: 767px) {
  /* line 12125, /app/app/assets/stylesheets/theme.scss */
  .about-st3 .left-col .location-btn i:before {
    font-size: 35px;
    padding: 10px 15px;
  }
}
/* line 12131, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .location:hover .location-info {
  opacity: 1;
  visibility: visible;
  top: -100%;
}

@media (max-width: 767px) {
  /* line 12138, /app/app/assets/stylesheets/theme.scss */
  .about-st3 .left-col .location:hover .location-info {
    top: -150%;
  }
}
/* line 12143, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .location-info {
  background-color: #fff;
  width: 175px;
  border: 1px solid #f36e23;
  padding: 10px 10px 7px;
  position: absolute;
  top: -120%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 10px 0 #dbdbdb;
  -moz-box-shadow: 0 0 10px 0 #dbdbdb;
  -o-box-shadow: 0 0 10px 0 #dbdbdb;
  -ms-box-shadow: 0 0 10px 0 #dbdbdb;
  box-shadow: 0 0 10px 0 #dbdbdb;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 12175, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .location-info h5 {
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0 0 0.3em;
}

/* line 12182, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .location-info ul {
  overflow: hidden;
}

/* line 12186, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .location-info ul li {
  float: left;
  font-size: 13px;
  color: #f36e23;
  position: relative;
  padding-left: 20px;
  margin-right: 10px;
}

/* line 12195, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .location-info ul li:last-child {
  margin-right: 0;
}

/* line 12199, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .location-info ul li i {
  position: absolute;
  left: 0;
}

/* line 12204, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .location-info ul li i:before {
  background-color: #fff !important;
  color: #000;
  font-size: 14px;
}

/* line 12210, /app/app/assets/stylesheets/theme.scss */
.about-st3 .left-col .location-info .map-link {
  font-size: 12px;
  color: #f36e23;
  text-transform: capitalize;
  text-decoration: underline;
}

/*** right col ***/
@media screen and (min-width: 992px) {
  /* line 12219, /app/app/assets/stylesheets/theme.scss */
  .about-st3 .right-col {
    padding: 80px 0 0 35px;
  }
}
@media (max-width: 991px) {
  /* line 12225, /app/app/assets/stylesheets/theme.scss */
  .about-st3 .right-col {
    margin-top: 80px;
  }
}
/* line 12230, /app/app/assets/stylesheets/theme.scss */
.about-st3 .right-col .panel-group .panel {
  border: 0;
  box-shadow: none;
}

/* line 12235, /app/app/assets/stylesheets/theme.scss */
.about-st3 .right-col .panel-group .panel + .panel {
  margin-top: 10px;
}

/* line 12239, /app/app/assets/stylesheets/theme.scss */
.about-st3 .right-col .panel-heading {
  background-color: #fff;
  padding: 0;
  -webkit-box-shadow: 0 0 10px 0 #dbdbdb;
  -moz-box-shadow: 0 0 10px 0 #dbdbdb;
  -o-box-shadow: 0 0 10px 0 #dbdbdb;
  -ms-box-shadow: 0 0 10px 0 #dbdbdb;
  box-shadow: 0 0 10px 0 #dbdbdb;
}

/* line 12249, /app/app/assets/stylesheets/theme.scss */
.about-st3 .right-col .panel-heading > a {
  font-size: 18px;
  color: #1a1a1a;
  display: block;
  padding: 20px 25px;
  position: relative;
}

/* line 12257, /app/app/assets/stylesheets/theme.scss */
.about-st3 .right-col .panel-heading > a:before {
  font-family: "FontAwesome";
  content: "\f067";
  position: absolute;
  right: 22px;
}

@media (max-width: 767px) {
  /* line 12265, /app/app/assets/stylesheets/theme.scss */
  .about-st3 .right-col .panel-heading > a {
    font-size: 16px;
    padding: 10px 15px;
  }
}
/* line 12271, /app/app/assets/stylesheets/theme.scss */
.about-st3 .right-col .panel-body {
  border: 0;
  padding: 15px 25px;
}

/* line 12276, /app/app/assets/stylesheets/theme.scss */
.about-st3 .right-col .panel-group .current .panel-heading > a {
  color: #f36e23;
}

/* line 12280, /app/app/assets/stylesheets/theme.scss */
.about-st3 .right-col .panel-group .current .panel-heading > a:before {
  font-family: "FontAwesome";
  content: "\f068";
}

/* line 12284, /app/app/assets/stylesheets/theme.scss */
.bg-fixed {
  background-attachment: fixed;
}

/* line 12287, /app/app/assets/stylesheets/theme.scss */
.partner-logo {
  padding-bottom: 3rem;
}

/* line 12290, /app/app/assets/stylesheets/theme.scss */
.partner-logo .box img {
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
/* line 2, /app/app/assets/stylesheets/bootstrap-touchspin.css */
.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

/* line 10, /app/app/assets/stylesheets/bootstrap-touchspin.css */
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

/* line 20, /app/app/assets/stylesheets/bootstrap-touchspin.css */
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}

/* line 25, /app/app/assets/stylesheets/bootstrap-touchspin.css */
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}

/* line 31, /app/app/assets/stylesheets/bootstrap-touchspin.css */
.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}

	/*
  	Flaticon icon font: Flaticon
  	Creation date: 02/02/2017 05:15
  	*/
@font-face {
  font-family: "Flaticon";
  src: url(/../fonts/Flaticon.eot);
  src: url(/../fonts/Flaticon.eot?#iefix) format("embedded-opentype"), url(/../fonts/Flaticon.woff) format("woff"), url(/../fonts/Flaticon.ttf) format("truetype"), url(/../fonts/Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url(/../fonts/Flaticon.svg#Flaticon) format("svg");
  }
}
/* line 24, /app/vendor/assets/stylesheets/flaticon.css */
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}

/* line 32, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-agenda:before {
  content: "\f100";
}

/* line 33, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-animal:before {
  content: "\f101";
}

/* line 34, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-bag:before {
  content: "\f102";
}

/* line 35, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-bag-1:before {
  content: "\f103";
}

/* line 36, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-black:before {
  content: "\f104";
}

/* line 37, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-business:before {
  content: "\f105";
}

/* line 38, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-business-1:before {
  content: "\f106";
}

/* line 39, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-cellphone:before {
  content: "\f107";
}

/* line 40, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-clock:before {
  content: "\f108";
}

/* line 41, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-clock-1:before {
  content: "\f109";
}

/* line 42, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-clock-circular-outline:before {
  content: "\f10a";
}

/* line 43, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-commerce:before {
  content: "\f10b";
}

/* line 44, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-day:before {
  content: "\f10c";
}

/* line 45, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-donation:before {
  content: "\f10d";
}

/* line 46, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-donation-1:before {
  content: "\f10e";
}

/* line 47, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-eco-volunteer:before {
  content: "\f10f";
}

/* line 48, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-facebook-placeholder-for-locate-places-on-maps:before {
  content: "\f110";
}

/* line 49, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-garbage:before {
  content: "\f111";
}

/* line 50, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-garbage-1:before {
  content: "\f112";
}

/* line 51, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-group-of-people-cartoon-variant:before {
  content: "\f113";
}

/* line 52, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-group-of-students:before {
  content: "\f114";
}

/* line 53, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-heart:before {
  content: "\f115";
}

/* line 54, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-interface:before {
  content: "\f116";
}

/* line 55, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-interface-1:before {
  content: "\f117";
}

/* line 56, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-love-calendar:before {
  content: "\f118";
}

/* line 57, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-make-a-donation:before {
  content: "\f119";
}

/* line 58, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-medical:before {
  content: "\f11a";
}

/* line 59, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-money:before {
  content: "\f11b";
}

/* line 60, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-money-1:before {
  content: "\f11c";
}

/* line 61, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-money-2:before {
  content: "\f11d";
}

/* line 62, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-money-3:before {
  content: "\f11e";
}

/* line 63, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-people:before {
  content: "\f11f";
}

/* line 64, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-placeholder:before {
  content: "\f120";
}

/* line 65, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-profile:before {
  content: "\f121";
}

/* line 66, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-shape:before {
  content: "\f122";
}

/* line 67, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-smartphone:before {
  content: "\f123";
}

/* line 68, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-technology:before {
  content: "\f124";
}

/* line 69, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-telephone:before {
  content: "\f125";
}

/* line 70, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-trash:before {
  content: "\f126";
}

/* line 71, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-valentines-day-on-the-calendar:before {
  content: "\f127";
}

/* line 72, /app/vendor/assets/stylesheets/flaticon.css */
.flaticon-water:before {
  content: "\f128";
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* line 11, /app/node_modules/animate.css/animate.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 18, /app/node_modules/animate.css/animate.css */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 23, /app/node_modules/animate.css/animate.css */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 28, /app/node_modules/animate.css/animate.css */
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 92, /app/node_modules/animate.css/animate.css */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 119, /app/node_modules/animate.css/animate.css */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 160, /app/node_modules/animate.css/animate.css */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 239, /app/node_modules/animate.css/animate.css */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 278, /app/node_modules/animate.css/animate.css */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 347, /app/node_modules/animate.css/animate.css */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 408, /app/node_modules/animate.css/animate.css */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 469, /app/node_modules/animate.css/animate.css */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 550, /app/node_modules/animate.css/animate.css */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
/* line 639, /app/node_modules/animate.css/animate.css */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 726, /app/node_modules/animate.css/animate.css */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 799, /app/node_modules/animate.css/animate.css */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 872, /app/node_modules/animate.css/animate.css */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 945, /app/node_modules/animate.css/animate.css */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1018, /app/node_modules/animate.css/animate.css */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 1061, /app/node_modules/animate.css/animate.css */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1104, /app/node_modules/animate.css/animate.css */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1137, /app/node_modules/animate.css/animate.css */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1170, /app/node_modules/animate.css/animate.css */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1213, /app/node_modules/animate.css/animate.css */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 1238, /app/node_modules/animate.css/animate.css */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1271, /app/node_modules/animate.css/animate.css */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1304, /app/node_modules/animate.css/animate.css */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1337, /app/node_modules/animate.css/animate.css */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1370, /app/node_modules/animate.css/animate.css */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1403, /app/node_modules/animate.css/animate.css */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1436, /app/node_modules/animate.css/animate.css */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1469, /app/node_modules/animate.css/animate.css */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1502, /app/node_modules/animate.css/animate.css */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 1527, /app/node_modules/animate.css/animate.css */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1556, /app/node_modules/animate.css/animate.css */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1585, /app/node_modules/animate.css/animate.css */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1614, /app/node_modules/animate.css/animate.css */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1643, /app/node_modules/animate.css/animate.css */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1672, /app/node_modules/animate.css/animate.css */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1701, /app/node_modules/animate.css/animate.css */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1730, /app/node_modules/animate.css/animate.css */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1759, /app/node_modules/animate.css/animate.css */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1838, /app/node_modules/animate.css/animate.css */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1911, /app/node_modules/animate.css/animate.css */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1984, /app/node_modules/animate.css/animate.css */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 2029, /app/node_modules/animate.css/animate.css */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 2074, /app/node_modules/animate.css/animate.css */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2133, /app/node_modules/animate.css/animate.css */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 2164, /app/node_modules/animate.css/animate.css */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2207, /app/node_modules/animate.css/animate.css */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2248, /app/node_modules/animate.css/animate.css */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2289, /app/node_modules/animate.css/animate.css */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2330, /app/node_modules/animate.css/animate.css */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2371, /app/node_modules/animate.css/animate.css */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2408, /app/node_modules/animate.css/animate.css */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2445, /app/node_modules/animate.css/animate.css */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2482, /app/node_modules/animate.css/animate.css */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2519, /app/node_modules/animate.css/animate.css */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2556, /app/node_modules/animate.css/animate.css */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2629, /app/node_modules/animate.css/animate.css */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 2664, /app/node_modules/animate.css/animate.css */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2695, /app/node_modules/animate.css/animate.css */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2724, /app/node_modules/animate.css/animate.css */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2765, /app/node_modules/animate.css/animate.css */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2806, /app/node_modules/animate.css/animate.css */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2847, /app/node_modules/animate.css/animate.css */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2888, /app/node_modules/animate.css/animate.css */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
/* line 2925, /app/node_modules/animate.css/animate.css */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2970, /app/node_modules/animate.css/animate.css */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 3007, /app/node_modules/animate.css/animate.css */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 3044, /app/node_modules/animate.css/animate.css */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3089, /app/node_modules/animate.css/animate.css */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3120, /app/node_modules/animate.css/animate.css */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3151, /app/node_modules/animate.css/animate.css */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3182, /app/node_modules/animate.css/animate.css */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3213, /app/node_modules/animate.css/animate.css */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 3244, /app/node_modules/animate.css/animate.css */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 3275, /app/node_modules/animate.css/animate.css */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 3306, /app/node_modules/animate.css/animate.css */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 3337, /app/node_modules/animate.css/animate.css */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 4, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 10, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 13, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 16, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 43, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 54, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 62, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 66, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 74, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 80, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 91, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 94, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 98, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 101, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}

/* line 104, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 116, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/* line 121, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* line 127, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 134, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 137, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 142, /app/vendor/assets/stylesheets/owl.carousel.css */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 149, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 157, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
/* line 164, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 169, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

/* line 187, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

/* line 194, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 198, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 213, /app/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* line 1, /app/vendor/assets/stylesheets/owl.theme.css */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 1, /app/vendor/assets/stylesheets/owl.theme.css */
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 1, /app/vendor/assets/stylesheets/owl.theme.css */
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

/* line 1, /app/vendor/assets/stylesheets/owl.theme.css */
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

/* line 1, /app/vendor/assets/stylesheets/owl.theme.css */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 1, /app/vendor/assets/stylesheets/owl.theme.css */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 1, /app/vendor/assets/stylesheets/owl.theme.css */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
/* line 6, /app/vendor/assets/stylesheets/owl.transitions.css */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
/* line 16, /app/vendor/assets/stylesheets/owl.transitions.css */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

/* line 22, /app/vendor/assets/stylesheets/owl.transitions.css */
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
/* line 28, /app/vendor/assets/stylesheets/owl.transitions.css */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

/* line 33, /app/vendor/assets/stylesheets/owl.transitions.css */
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
/* line 39, /app/vendor/assets/stylesheets/owl.transitions.css */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

/* line 44, /app/vendor/assets/stylesheets/owl.transitions.css */
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
/* line 50, /app/vendor/assets/stylesheets/owl.transitions.css */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

/* line 56, /app/vendor/assets/stylesheets/owl.transitions.css */
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* Magnific Popup CSS */
/* line 2, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 69, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-hide {
  display: none !important;
}

/* line 86, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, /app/vendor/assets/stylesheets/magnific.popup.css */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 121, /app/vendor/assets/stylesheets/magnific.popup.css */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-close:active {
  top: 1px;
}

/* line 146, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-arrow-left {
  left: 0;
}

/* line 204, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-arrow-right {
  right: 0;
}

/* line 213, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 219, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 245, /app/vendor/assets/stylesheets/magnific.popup.css */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 256, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-figure {
  line-height: 0;
}

/* line 258, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 271, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-figure figure {
  margin: 0;
}

/* line 279, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, /app/vendor/assets/stylesheets/magnific.popup.css */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 304, /app/vendor/assets/stylesheets/magnific.popup.css */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 307, /app/vendor/assets/stylesheets/magnific.popup.css */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 309, /app/vendor/assets/stylesheets/magnific.popup.css */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 312, /app/vendor/assets/stylesheets/magnific.popup.css */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 315, /app/vendor/assets/stylesheets/magnific.popup.css */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  /* line 323, /app/vendor/assets/stylesheets/magnific.popup.css */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 325, /app/vendor/assets/stylesheets/magnific.popup.css */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 328, /app/vendor/assets/stylesheets/magnific.popup.css */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 340, /app/vendor/assets/stylesheets/magnific.popup.css */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 343, /app/vendor/assets/stylesheets/magnific.popup.css */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 346, /app/vendor/assets/stylesheets/magnific.popup.css */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 349, /app/vendor/assets/stylesheets/magnific.popup.css */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 1, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
body.compensate-for-scrollbar {
  overflow: hidden;
}

/* line 5, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-active {
  height: auto;
}

/* line 9, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

/* line 17, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

/* line 32, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-container * {
  box-sizing: border-box;
}

/* line 36, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 47, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

/* line 52, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

/* line 60, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* line 65, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

/* line 77, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

/* line 86, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 105, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-toolbar {
  right: 0;
  top: 0;
}

/* line 110, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

/* line 117, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

/* line 121, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

/* line 140, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

/* line 149, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

/* line 156, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

/* line 161, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-slide--image::before {
  display: none;
}

/* line 165, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-slide--html {
  padding: 6px;
}

/* line 169, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

/* line 182, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

/* line 204, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

/* line 208, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

/* line 212, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 218, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 223, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-container [data-selectable='true'] {
  cursor: text;
}

/* line 227, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* line 246, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-spaceball {
  z-index: 1;
}

/* line 250, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

/* line 260, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-slide--video .fancybox-content {
  background: #000;
}

/* line 264, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

/* line 268, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

/* line 272, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
/* line 285, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

/* line 291, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

/* line 299, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
/* line 309, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

/* line 326, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

/* line 332, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-button:hover {
  color: #fff;
}

/* line 336, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-button:focus {
  outline: none;
}

/* line 340, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

/* line 344, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
/* line 352, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-button div {
  height: 100%;
}

/* line 356, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

/* line 364, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

/* line 369, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

/* line 374, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

/* line 379, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
/* line 397, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

/* line 411, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

/* line 416, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

/* line 423, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

/* line 427, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
/* line 434, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

/* line 443, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

/* line 447, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

/* line 453, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
/* line 461, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  /* line 484, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
/* line 489, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-caption--separate {
  margin-top: -50px;
}

/* line 493, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

/* line 499, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

/* line 506, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
/* line 513, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
/* line 538, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
/* line 544, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

/* line 549, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

/* line 554, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
/* line 561, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 567, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
/* line 573, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

/* line 578, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

/* line 583, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
/* line 590, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

/* line 596, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* line 602, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
/* line 610, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

/* line 615, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

/* line 620, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
/* line 627, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

/* line 631, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

/* line 635, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  /* line 641, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  /* line 646, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
  .fancybox-slide--image {
    padding: 6px 0;
  }

  /* line 650, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
  .fancybox-close-small {
    right: -6px;
  }

  /* line 654, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  /* line 665, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    /* line 671, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
/* line 679, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

/* line 687, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

/* line 694, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-share p {
  margin: 0;
  padding: 0;
}

/* line 699, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

/* line 718, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

/* line 723, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-share__button:hover {
  text-decoration: none;
}

/* line 727, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-share__button--fb {
  background: #3b5998;
}

/* line 731, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-share__button--fb:hover {
  background: #344e86;
}

/* line 735, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-share__button--pt {
  background: #bd081d;
}

/* line 739, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

/* line 743, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-share__button--tw {
  background: #1da1f2;
}

/* line 747, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

/* line 751, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

/* line 760, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-share__button svg path {
  fill: #fff;
}

/* line 764, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
/* line 778, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

/* line 794, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 799, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

/* line 803, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

/* line 807, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

/* line 821, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

/* line 825, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

/* line 829, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 835, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

/* line 840, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

/* line 861, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

/* line 874, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

/* line 878, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  /* line 884, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
  .fancybox-thumbs {
    width: 110px;
  }

  /* line 888, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  /* line 892, /app/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css */
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* line 20, /app/app/assets/stylesheets/application.scss */
p, a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}

/* line 24, /app/app/assets/stylesheets/application.scss */
h1, h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

/* line 28, /app/app/assets/stylesheets/application.scss */
#header.header-style-five, #header.header-style-five .navigation {
  background-color: transparent;
}

/* line 31, /app/app/assets/stylesheets/application.scss */
#header.header-style-five {
  position: absolute;
  width: 100%;
  z-index: 999;
}

/* line 37, /app/app/assets/stylesheets/application.scss */
.tab-content {
  border: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px;
}

/* line 42, /app/app/assets/stylesheets/application.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  border: 1px solid #ddd;
}

/* line 47, /app/app/assets/stylesheets/application.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none;
  border-top: 2px solid #004468;
}

/* line 51, /app/app/assets/stylesheets/application.scss */
.nav-tabs > li > a {
  border-radius: 0;
}

/* line 54, /app/app/assets/stylesheets/application.scss */
.sticky-logo {
  display: none;
}

/* line 57, /app/app/assets/stylesheets/application.scss */
.sticky .default-logo {
  display: none;
}

/* line 60, /app/app/assets/stylesheets/application.scss */
.sticky .sticky-logo {
  display: block;
}

/* line 63, /app/app/assets/stylesheets/application.scss */
.red-bg-col-1 {
  padding: 83px 0;
  background-color: #e5e5e5;
}

/* line 67, /app/app/assets/stylesheets/application.scss */
.height-bg {
  height: 450px;
}

/* line 70, /app/app/assets/stylesheets/application.scss */
.round-one {
  background-image: url(/assets/green2-e40015134a9cb77bb05de9a9f800c2a63a324d2c083b951652dc7f03cbd493bd.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
}

/* line 77, /app/app/assets/stylesheets/application.scss */
.round-two {
  background-image: url(/assets/green1-50729baa7e2f424041c2898d54fbe09ec17b7d9ae99b672d3d51e5a1644b52ce.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
}

/* line 85, /app/app/assets/stylesheets/application.scss */
.newcta .container-fluid {
  padding: 0;
}

/* line 88, /app/app/assets/stylesheets/application.scss */
.newcta .container-fluid .col {
  padding: 0;
}

/* line 91, /app/app/assets/stylesheets/application.scss */
.newcta .data-cta {
  padding: 145px;
}

/* line 94, /app/app/assets/stylesheets/application.scss */
.data-cta, h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  display: block;
  margin-bottom: 50px;
}

/* line 101, /app/app/assets/stylesheets/application.scss */
.red-bg-col-1 .donation-details p {
  color: #004468;
  line-height: 1.8em;
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 107, /app/app/assets/stylesheets/application.scss */
.red-bg-col-1 .donation-details .btn {
  margin-top: 30px;
}

/* line 110, /app/app/assets/stylesheets/application.scss */
.cta-6.section-padding {
  background-color: #fff;
  padding: 100px 0 50px 0;
}

/* line 114, /app/app/assets/stylesheets/application.scss */
.width-60 {
  width: 100%;
  margin-top: -25px;
}

/* line 118, /app/app/assets/stylesheets/application.scss */
.width-60 p {
  margin-bottom: 37px;
}

/* line 121, /app/app/assets/stylesheets/application.scss */
.width-60 .violet {
  color: #4d2e85;
  margin-bottom: 0;
}

/* line 125, /app/app/assets/stylesheets/application.scss */
.width-60 .orange {
  color: #f26e22;
  margin-bottom: 0;
}

/* line 129, /app/app/assets/stylesheets/application.scss */
.width-60 .red {
  color: #ed3024;
  margin-bottom: 0;
}

/* line 133, /app/app/assets/stylesheets/application.scss */
.width-60 .yellow {
  color: #ffc200;
  margin-bottom: 0;
}

/* line 137, /app/app/assets/stylesheets/application.scss */
.width-60 .green {
  color: #00ac59;
  margin-bottom: 0;
}

/* line 141, /app/app/assets/stylesheets/application.scss */
.team-section {
  background-color: #f6f6f6;
}

/* Contact Us forms */
/* line 147, /app/app/assets/stylesheets/application.scss */
footer .upper-footer .contact-widget input, footer .upper-footer .contact-widget textarea,
.contact-widget input, .contact-widget textarea {
  background-color: #fff;
  font-weight: 600;
}

/* line 153, /app/app/assets/stylesheets/application.scss */
footer .upper-footer .contact-widget textarea::placeholder,
.contact-widget textarea::placeholder {
  color: #a5a5a5;
}

/* line 158, /app/app/assets/stylesheets/application.scss */
footer .upper-footer .about-widget .details p {
  padding: 30px 15px 15px 15px;
}

/* line 161, /app/app/assets/stylesheets/application.scss */
footer .upper-footer .contact-widget .theme-btn,
.contact-widget .theme-btn {
  font-weight: 600;
}

/* line 166, /app/app/assets/stylesheets/application.scss */
.contact-widget form > div {
  margin-bottom: 15px;
}

/* EOF Contact Us form */
/* line 172, /app/app/assets/stylesheets/application.scss */
footer .upper-footer .widget h3 {
  min-height: 22px;
  margin-top: 45px;
}

/* line 176, /app/app/assets/stylesheets/application.scss */
footer .lower-footer {
  border-top: 0;
}

/* line 179, /app/app/assets/stylesheets/application.scss */
footer .upper-footer {
  padding: 50px 65px 45px 65px;
}

/* line 182, /app/app/assets/stylesheets/application.scss */
.about-us-st .section-title-s3 h2, .section-title-s3 p {
  text-align: left;
}

/* line 185, /app/app/assets/stylesheets/application.scss */
.about-us-st .company.new-faq h2, .section-title-s3 h2,
.important-causes .add h2, .new-over h2 {
  font-size: 36pt;
  color: #004468;
  border-bottom: 1px solid #ddd;
}

/* line 191, /app/app/assets/stylesheets/application.scss */
.coll .company h2, .left-col .company h2 {
  font-size: 36px;
  color: #004468;
}

/* line 195, /app/app/assets/stylesheets/application.scss */
.new-section-title h2 {
  font-size: 44pt;
  color: #004468;
}

/* line 200, /app/app/assets/stylesheets/application.scss */
.about-us-st h2 {
  margin: 0 0 30px;
}

/* line 203, /app/app/assets/stylesheets/application.scss */
.blog-main-content .blog-grid > .col {
  margin-bottom: 55px;
}

/* line 206, /app/app/assets/stylesheets/application.scss */
.pagination-wrapper {
  margin-bottom: 50px;
}

/* line 209, /app/app/assets/stylesheets/application.scss */
.publication .causes-list-box .details,
.publication .causes-list-box > .title {
  width: 100%;
}

/* line 213, /app/app/assets/stylesheets/application.scss */
.publication .causes-list-box-wrapper .causes-list-box {
  margin-bottom: 20px;
}

/* line 216, /app/app/assets/stylesheets/application.scss */
.publication-list ul li, .publication-list ol li {
  padding-bottom: 20px;
}

/* line 220, /app/app/assets/stylesheets/application.scss */
.publication-list h2 {
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 36pt;
  color: #004468;
  border-bottom: 1px solid #ddd;
}

/* line 228, /app/app/assets/stylesheets/application.scss */
.publication-list {
  margin-bottom: 50px;
}

/* line 231, /app/app/assets/stylesheets/application.scss */
.publication-list .theme-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 236, /app/app/assets/stylesheets/application.scss */
.header-style-five .newimg {
  width: 172px;
  height: 65px;
}

/* line 241, /app/app/assets/stylesheets/application.scss */
.volunteers .row.volunteers-grid .newsize {
  width: 263px;
  height: 268px;
}

/* line 246, /app/app/assets/stylesheets/application.scss */
.details p {
  padding: 15px;
}

/* line 249, /app/app/assets/stylesheets/application.scss */
.details ul {
  padding: 15px;
}

/* line 252, /app/app/assets/stylesheets/application.scss */
.company h2 {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1%;
}

/* line 258, /app/app/assets/stylesheets/application.scss */
.interest h4 {
  margin-top: 70px;
}

/* line 261, /app/app/assets/stylesheets/application.scss */
.interest p {
  padding-top: 15px;
  padding-right: 12px;
}

/****/
/* line 270, /app/app/assets/stylesheets/application.scss */
.hero .slide .slider-title h1,
.section-title-s3 h2,
.section-title-single-heading h2,
.section-title-s4 h2,
.next-event-section .event-info h2,
.page-title .title-box h1,
.important-causes.section-padding h2,
.about-us-st h2 span {
  /*color: #004468;*/
  font-family: 'Lato';
  font-weight: 900;
}

/* line 282, /app/app/assets/stylesheets/application.scss */
.header-style-four .sticky #navbar > ul > li > a, .header-style-five .sticky #navbar > ul > li > a,
.sticky #navbar > ul > li > a,
.navbar-nav > li > a {
  font-family: 'Lato';
  font-weight: 900;
}

/* line 288, /app/app/assets/stylesheets/application.scss */
.header-style-four #navbar > ul > li > a:hover,
.header-style-five #navbar > ul > li > a:hover,
.header-style-four #navbar > ul > li.current > a,
.header-style-five #navbar > ul > li.current > a,
.header-style-four #navbar > ul > li > ul > li.current a,
.header-style-five #navbar > ul > li > ul > li.current a,
footer .upper-footer .about-widget .copyright a,
.about-us-st .company h3 span,
.blog-grid .post .read-more a,
.contact-page .contact-main-content .contact-info .icon {
  color: #f36e23 !important;
}

/* line 300, /app/app/assets/stylesheets/application.scss */
.theme-btn:hover, .theme-btn:focus, .theme-btn:active, .theme-btn,
.about-us-st #accordion .panel-heading:hover {
  background-color: #f36e23;
}

/* line 304, /app/app/assets/stylesheets/application.scss */
.hero .hero-slider .owl-nav .owl-prev, .hero .hero-slider .owl-nav .owl-next {
  display: none !important;
}

/* line 307, /app/app/assets/stylesheets/application.scss */
.header-style-five .sticky #navbar > ul > li > a {
  padding: 54px 30px 15px 25px;
}

/* line 310, /app/app/assets/stylesheets/application.scss */
.header-style-four .sticky #navbar > ul > li > a,
.header-style-five #navbar > ul > li > a {
  padding: 61px 30px 15px 25px;
}

/* line 314, /app/app/assets/stylesheets/application.scss */
.header-style-five .navbar-brand.default-logo img {
  filter: brightness(0) invert(1);
}

/* line 317, /app/app/assets/stylesheets/application.scss */
.hero .slide img {
  display: block;
  width: 100%;
  height: 100vh;
}

/* line 322, /app/app/assets/stylesheets/application.scss */
.important-causes.section-padding, .about-us-st.section-padding,
.event-2col-section.section-padding, .section-padding {
  padding: 50px 0;
}

/* line 326, /app/app/assets/stylesheets/application.scss */
.important-causes .volunteers {
  padding-bottom: 0px;
}

/* line 329, /app/app/assets/stylesheets/application.scss */
.fancybox-inner .fancybox-slide {
  width: 45%;
  height: auto;
  left: 0;
  top: 7%;
  margin: 0 auto;
  right: 0;
}

/* line 337, /app/app/assets/stylesheets/application.scss */
.volunteers-grid .hover-text h4.margin-mb {
  margin-bottom: 1.5rem;
}

/* line 340, /app/app/assets/stylesheets/application.scss */
footer .upper-footer .about-widget .details {
  padding-left: 11px;
}

/* line 343, /app/app/assets/stylesheets/application.scss */
.section-title-s3 h2, .section-title-single-heading h2, .section-title-s4 h2 {
  padding-bottom: 20px;
}

/* line 346, /app/app/assets/stylesheets/application.scss */
.section-title-s3 h2 {
  padding-top: 20px;
}

/* line 349, /app/app/assets/stylesheets/application.scss */
.volunteers-grid .hover-text {
  padding-left: 10px;
  text-align: left;
}

/* line 353, /app/app/assets/stylesheets/application.scss */
header #navbar li.sub-menu > a:before,
header #navbar li.sub-sub-menu > a:before {
  top: 74%;
}

/* line 358, /app/app/assets/stylesheets/application.scss */
.hero .slide .slider-title h2 {
  color: #fff;
  line-height: 50px;
  font-size: 34px;
  margin-bottom: 50px;
}

/* line 366, /app/app/assets/stylesheets/application.scss */
.page-title > .container {
  height: 320px;
}

/* line 371, /app/app/assets/stylesheets/application.scss */
.page-title .title-box {
  top: 63%;
}

/* line 375, /app/app/assets/stylesheets/application.scss */
.breadcrumb {
  padding-left: 0;
  margin-bottom: 45px;
  color: #337ab7;
  background-color: unset;
  font-family: 'Noto Sans', sans-serif;
}

/* line 382, /app/app/assets/stylesheets/application.scss */
.breadcrumb li {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
}

/* line 388, /app/app/assets/stylesheets/application.scss */
.cta-5 .new-logoes .col-md-2 {
  float: left;
}

/* line 392, /app/app/assets/stylesheets/application.scss */
.new-partner-logoes .col-md-2 {
  float: left;
  width: 14.28%;
}

/* line 396, /app/app/assets/stylesheets/application.scss */
.about-us-st .right-col {
  margin-top: 0px;
}

/* line 399, /app/app/assets/stylesheets/application.scss */
.breadcrumb > .active,
.breadcrumb > .active a {
  color: #f36e23;
}

/* line 404, /app/app/assets/stylesheets/application.scss */
.company.add h4 {
  font-style: italic;
  margin: 30px 0 30px 0;
}

/* line 408, /app/app/assets/stylesheets/application.scss */
.newhead h2 {
  color: #f36e23;
}

/* line 411, /app/app/assets/stylesheets/application.scss */
.cta-5 {
  background: unset;
}

@media screen and (min-width: 992px) {
  /* line 416, /app/app/assets/stylesheets/application.scss */
  .header-style-five #navbar > ul > li.current > a,
  .header-style-five #navbar > ul > li > ul > li.current a {
    background-color: unset !important;
    color: #f36e23 !important;
  }

  /* line 421, /app/app/assets/stylesheets/application.scss */
  .header-style-four #navbar > ul > li > a,
  .header-style-five #navbar > ul > li > a {
    color: #fff;
    font-family: 'Lato', sans-serif;
  }

  /* line 426, /app/app/assets/stylesheets/application.scss */
  .header-style-four .sticky #navbar > ul > li > a,
  .header-style-five .sticky #navbar > ul > li > a {
    color: #004468;
  }

  /* line 430, /app/app/assets/stylesheets/application.scss */
  .header-style-five .sticky .navbar-brand img {
    width: unset;
    margin-top: 5px;
    margin-left: 5px;
  }
}
/* line 436, /app/app/assets/stylesheets/application.scss */
#header.header-style-five .sticky {
  background-color: #fff;
}

/* line 439, /app/app/assets/stylesheets/application.scss */
.coll .company ul {
  list-style: none;
  padding-left: 25px;
}

/* line 443, /app/app/assets/stylesheets/application.scss */
.coll .company ul li {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 50px;
}

/* line 451, /app/app/assets/stylesheets/application.scss */
.coll .company ul li:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

/* line 461, /app/app/assets/stylesheets/application.scss */
.coll .company ul li.red:after {
  background: #ee2e24;
}

/* line 464, /app/app/assets/stylesheets/application.scss */
.coll .company ul li.yellow:after {
  background: #f8c311;
}

/* line 467, /app/app/assets/stylesheets/application.scss */
.coll .company ul li.green:after {
  background: #02ad5a;
}

/* line 470, /app/app/assets/stylesheets/application.scss */
.coll .company ul li.violet:after {
  background: #4e2f87;
}

/* line 473, /app/app/assets/stylesheets/application.scss */
.coll .company ul li.orange:after {
  background: #f36d24;
}

@media (max-width: 991px) {
  /* line 477, /app/app/assets/stylesheets/application.scss */
  header #navbar a {
    color: #004468 !important;
  }
}
@media (min-width: 991px) {
  /* line 484, /app/app/assets/stylesheets/application.scss */
  .red-bg-col-1 .donation-details {
    font-size: 16px;
    width: 56%;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
  }
}
@media (max-width: 768px) {
  /* line 494, /app/app/assets/stylesheets/application.scss */
  .donation-details {
    padding: 0 20px;
  }

  /* line 497, /app/app/assets/stylesheets/application.scss */
  footer .upper-footer .about-widget .details p {
    padding-top: 8px;
  }
}
@media (max-width: 425px) {
  /* line 502, /app/app/assets/stylesheets/application.scss */
  .cta-6.section-padding .content img {
    width: 370px;
    text-align: center;
    margin-bottom: 30px;
  }

  /* line 507, /app/app/assets/stylesheets/application.scss */
  .about-us-st .company.new-faq h2, .section-title-s3 h2,
  .important-causes .add h2, .new-over h2 {
    font-size: 37px;
  }

  /* line 511, /app/app/assets/stylesheets/application.scss */
  .urgent-donation-s2 .donation-details {
    text-align: center;
  }

  /* line 514, /app/app/assets/stylesheets/application.scss */
  .newcta .data-cta {
    padding: 150px 20px 0 20px;
  }

  /* line 517, /app/app/assets/stylesheets/application.scss */
  .partner-logo .box {
    margin-bottom: 50px;
  }

  /* line 520, /app/app/assets/stylesheets/application.scss */
  footer .upper-footer {
    padding: 60px 0 35px;
  }
}
@media (max-width: 375px) {
  /* line 526, /app/app/assets/stylesheets/application.scss */
  .cta-6.section-padding .content img {
    width: 340px;
    text-align: center;
  }
}
@media (max-width: 320px) {
  /* line 533, /app/app/assets/stylesheets/application.scss */
  .cta-6.section-padding .content img {
    width: 300px;
    text-align: center;
  }
}
/* line 539, /app/app/assets/stylesheets/application.scss */
.overlay {
  background: transparent;
  position: relative;
  width: 1140px;
  /* your iframe width */
  height: 460px;
  /* your iframe height */
  top: 460px;
  /* your iframe height */
  margin-top: -460px;
  /* your iframe height */
}

/* line 547, /app/app/assets/stylesheets/application.scss */
img.pdfbtn-img {
  width: 180px;
  display: block;
}

/* line 551, /app/app/assets/stylesheets/application.scss */
h2.left-align {
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 36pt;
}

/* line 556, /app/app/assets/stylesheets/application.scss */
.company p {
  padding-top: 2%;
  padding-bottom: 2%;
}

/* line 560, /app/app/assets/stylesheets/application.scss */
.support-text {
  margin-bottom: 4%;
}

/* line 563, /app/app/assets/stylesheets/application.scss */
.publication-list ul {
  column-count: 2;
}

/* line 566, /app/app/assets/stylesheets/application.scss */
.article-pageing {
  text-align: center;
}

/* line 569, /app/app/assets/stylesheets/application.scss */
.article-pageing a.page-link {
  color: #f36e23;
}

/* line 572, /app/app/assets/stylesheets/application.scss */
.article-pageing .pagination > li > a, .pagination > li > span {
  padding: 12px 15px;
}

/* line 575, /app/app/assets/stylesheets/application.scss */
.article-pageing .pagination > .active > a {
  background-color: #f36e23;
  color: #fff;
  border: 1px solid #f36e23;
}

/* line 580, /app/app/assets/stylesheets/application.scss */
.theme-btn-s4 {
  background-color: transparent;
  line-height: auto;
  font-size: 16px;
  font-weight: bold;
  color: #004468;
  border: 2px solid #004468;
  padding: 11px 30px;
}

/* line 589, /app/app/assets/stylesheets/application.scss */
.theme-btn-s4:hover {
  color: #f36e23;
  border-color: #f36e23;
}

/* line 593, /app/app/assets/stylesheets/application.scss */
h2.acc-heading {
  font-size: 36pt;
  text-align: center;
  color: #004468;
  margin-bottom: 15px;
}

/* line 599, /app/app/assets/stylesheets/application.scss */
.next-event-section .event-info p {
  color: #fff;
}

/* line 602, /app/app/assets/stylesheets/application.scss */
.cmn-color ol h3 {
  text-transform: uppercase;
}

/* line 605, /app/app/assets/stylesheets/application.scss */
.publication-list ul li {
  font-family: 'Noto Sans', sans-serif;
  color: #828791;
}

/* line 609, /app/app/assets/stylesheets/application.scss */
.company ul li {
  font-family: 'Lato', sans-serif;
}

/* line 612, /app/app/assets/stylesheets/application.scss */
.interest h4 {
  font-family: 'Lato', sans-serif;
}

/* line 615, /app/app/assets/stylesheets/application.scss */
ul.image-list li {
  display: inline-block;
  width: 10%;
  margin-left: 32px;
  vertical-align: middle;
}

/* line 621, /app/app/assets/stylesheets/application.scss */
.overvie-image-list li {
  display: inline-block;
  width: 16%;
  margin: 0 auto;
  text-align: center;
  margin-left: 3px;
  vertical-align: middle;
}

/* line 629, /app/app/assets/stylesheets/application.scss */
.header-style-five .navbar-brand img {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

@media (max-width: 1775px) and (orientation: landscape) {
  /* line 638, /app/app/assets/stylesheets/application.scss */
  .red-bg-col-1 .donation-details {
    width: 76%;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 646, /app/app/assets/stylesheets/application.scss */
  .red-bg-col-1 .donation-details {
    width: 100%;
  }

  /* line 649, /app/app/assets/stylesheets/application.scss */
  .hero .slide .slider-title h2 {
    font-size: 25px;
    line-height: 40px;
  }

  /* line 653, /app/app/assets/stylesheets/application.scss */
  h2.acc-heading {
    font-size: 28pt;
  }

  /* line 656, /app/app/assets/stylesheets/application.scss */
  .header-style-five .navbar-brand {
    padding-bottom: 70px;
  }
}
/* line 668, /app/app/assets/stylesheets/application.scss */
.news-page .section-title-s3 h2 {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* line 674, /app/app/assets/stylesheets/application.scss */
.news-page .section-title-s3 div.header {
  border-bottom: 1px solid #ddd;
}
/* line 677, /app/app/assets/stylesheets/application.scss */
.news-page .section-title-s3 div.header small {
  float: left;
  padding-top: 10px;
  padding-left: 0.5em;
}
/* line 686, /app/app/assets/stylesheets/application.scss */
.news-page .company div.head {
  padding-bottom: 2%;
}
/* line 690, /app/app/assets/stylesheets/application.scss */
.news-page .company p {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 697, /app/app/assets/stylesheets/application.scss */
.mt-20px {
  margin-top: 20px;
}
