@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *
 *= require trix
*/
/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
@import url(//fonts.googleapis.com/css?family=Arimo);
@import url(//fonts.googleapis.com/css?family=Wallpoet);
@import url(//fonts.googleapis.com/css?family=Rye);
@import url(//fonts.googleapis.com/css?family=Economica);
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,300,400,500,700,900");
/* line 14, app/assets/stylesheets/actiontext.css */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 21, app/assets/stylesheets/actiontext.css */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 28, app/assets/stylesheets/actiontext.css */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 5, app/assets/stylesheets/bootstrap.min.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
body {
  margin: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
[hidden], template {
  display: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a {
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a:active, a:hover {
  outline: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
b, strong {
  font-weight: 700;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
dfn {
  font-style: italic;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
small {
  font-size: 80%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
sup {
  top: -.5em;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
sub {
  bottom: -.25em;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
img {
  border: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
figure {
  margin: 1em 40px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
pre {
  overflow: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
button {
  overflow: visible;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
button, select {
  text-transform: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
input {
  line-height: normal;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
textarea {
  overflow: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
optgroup {
  font-weight: 700;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  a, a:visited {
    text-decoration: underline;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  thead {
    display: table-header-group;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  img, tr {
    page-break-inside: avoid;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  img {
    max-width: 100% !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  h2, h3 {
    page-break-after: avoid;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar {
    display: none;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .table-bordered td, .table-bordered th {
    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 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
figure {
  margin: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
img {
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.img-circle {
  border-radius: 50%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
[role=button] {
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.h1, h1 {
  font-size: 36px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.h2, h2 {
  font-size: 30px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.h3, h3 {
  font-size: 24px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.h4, h4 {
  font-size: 18px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.h5, h5 {
  font-size: 14px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.h6, h6 {
  font-size: 12px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
p {
  margin: 0 0 10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.small, small {
  font-size: 85%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.text-left {
  text-align: left;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.text-right {
  text-align: right;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.text-center {
  text-align: center;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.text-justify {
  text-align: justify;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.text-muted {
  color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.text-primary {
  color: #337ab7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #286090;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.text-success {
  color: #3c763d;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.text-success:focus, a.text-success:hover {
  color: #2b542c;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.text-info {
  color: #31708f;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.text-info:focus, a.text-info:hover {
  color: #245269;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #66512c;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.text-danger {
  color: #a94442;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #843534;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
dd, dt {
  line-height: 1.42857143;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
dt {
  font-weight: 700;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0';
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: '';
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
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 5, app/assets/stylesheets/bootstrap.min.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
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 5, app/assets/stylesheets/bootstrap.min.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .container {
    width: 1170px;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-12 {
  width: 100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-9 {
  width: 75%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-6 {
  width: 50%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-3 {
  width: 25%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
table {
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
th {
  text-align: left;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table .table {
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

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

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
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 5, app/assets/stylesheets/bootstrap.min.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
input[type=file] {
  display: block;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
input[type=range] {
  display: block;
  width: 100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
select[multiple], select[size] {
  height: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
textarea.form-control {
  height: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  input.form-control[type=date], input.form-control[type=time], input.form-control[type=datetime-local], input.form-control[type=month] {
    line-height: 34px;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .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], input.input-sm[type=date], input.input-sm[type=time], input.input-sm[type=datetime-local], input.input-sm[type=month] {
    line-height: 30px;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .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], input.input-lg[type=date], input.input-lg[type=time], input.input-lg[type=datetime-local], input.input-lg[type=month] {
    line-height: 46px;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input.disabled[type=checkbox], input[type=checkbox][disabled], input.disabled[type=radio], input[type=radio][disabled] {
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
select.input-sm[multiple], textarea.input-sm {
  height: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-group-sm select.form-control[multiple], .form-group-sm textarea.form-control {
  height: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
select.input-lg[multiple], textarea.input-lg {
  height: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-group-lg select.form-control[multiple], .form-group-lg textarea.form-control {
  height: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.has-feedback {
  position: relative;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

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

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  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 5, app/assets/stylesheets/bootstrap.min.scss */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default.focus[disabled], .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success.focus[disabled], .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info.focus[disabled], .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.focus:active, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning.focus[disabled], .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger.focus:active, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger.focus[disabled], .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
input.btn-block[type=button], input.btn-block[type=reset], input.btn-block[type=submit] {
  width: 100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.fade.in {
  opacity: 1;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.collapse {
  display: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.collapse.in {
  display: block;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
tr.collapse.in {
  display: table-row;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.dropdown, .dropup {
  position: relative;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.open > a {
  outline: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn .caret {
  margin-left: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
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 5, app/assets/stylesheets/bootstrap.min.scss */
select.input-group-lg[multiple] > .form-control, select.input-group-lg[multiple] > .input-group-addon, select.input-group-lg[multiple] > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
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 5, app/assets/stylesheets/bootstrap.min.scss */
select.input-group-sm[multiple] > .form-control, select.input-group-sm[multiple] > .input-group-addon, select.input-group-sm[multiple] > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav > li.disabled > a {
  color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-pills > li {
  float: left;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-stacked > li {
  float: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-justified {
  width: 100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-justified > li {
  float: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tab-content > .active {
  display: block;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-header {
    float: left;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .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 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .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 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pagination > li {
  display: inline;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pager li {
  display: inline;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pager .next > a, .pager .next > span {
  float: right;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pager .previous > a, .pager .previous > span {
  float: left;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.label:empty {
  display: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.label-default {
  background-color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.badge:empty {
  display: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item > .badge {
  float: right;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert .alert-link {
  font-weight: 700;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.progress-bar-striped, .progress-striped .progress-bar {
  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 5, app/assets/stylesheets/bootstrap.min.scss */
.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.media {
  margin-top: 15px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.media-body {
  width: 10000px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.media-object {
  display: block;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.media-right, .media > .pull-right {
  padding-left: 10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.media-left, .media > .pull-left {
  padding-right: 10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.media-middle {
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item, button.list-group-item {
  color: #555;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-body {
  padding: 15px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-default {
  border-color: #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.modal-open {
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .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 5, app/assets/stylesheets/bootstrap.min.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  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 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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: 400;
  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 5, app/assets/stylesheets/bootstrap.min.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel {
  position: relative;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .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 5, app/assets/stylesheets/bootstrap.min.scss */
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.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 5, app/assets/stylesheets/bootstrap.min.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pull-right {
  float: right !important;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.pull-left {
  float: left !important;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.hide {
  display: none !important;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.show {
  display: block !important;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.invisible {
  visibility: hidden;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.hidden {
  display: none !important;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-md {
    display: block !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-print {
    display: block !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 5, app/assets/stylesheets/bootstrap.min.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 5, app/assets/stylesheets/bootstrap.min.scss */
  .hidden-print {
    display: none !important;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* line 9, app/assets/stylesheets/animate.scss */
.animation-delay1 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 15, app/assets/stylesheets/animate.scss */
.animation-delay2 {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}

/* line 21, app/assets/stylesheets/animate.scss */
.animation-delay3 {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  animation-delay: .9s;
}

/* line 27, app/assets/stylesheets/animate.scss */
.animation-delay4 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

/* line 33, app/assets/stylesheets/animate.scss */
.animation-delay5 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

/* line 39, app/assets/stylesheets/animate.scss */
.animation-delay6 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 45, app/assets/stylesheets/animate.scss */
.animation-delay7 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

/* line 51, app/assets/stylesheets/animate.scss */
.animation-delay8 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 57, app/assets/stylesheets/animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 68, app/assets/stylesheets/animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 75, app/assets/stylesheets/animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 102, app/assets/stylesheets/animate.scss */
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}

@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

/* line 132, app/assets/stylesheets/animate.scss */
.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/* line 161, app/assets/stylesheets/animate.scss */
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}

@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

/* line 199, app/assets/stylesheets/animate.scss */
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* line 238, app/assets/stylesheets/animate.scss */
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}

/* line 290, app/assets/stylesheets/animate.scss */
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* line 319, app/assets/stylesheets/animate.scss */
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

/* line 414, app/assets/stylesheets/animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

/* line 501, app/assets/stylesheets/animate.scss */
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

/* line 555, app/assets/stylesheets/animate.scss */
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

/* line 642, app/assets/stylesheets/animate.scss */
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

/* line 693, app/assets/stylesheets/animate.scss */
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 723, app/assets/stylesheets/animate.scss */
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 777, app/assets/stylesheets/animate.scss */
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 831, app/assets/stylesheets/animate.scss */
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 885, app/assets/stylesheets/animate.scss */
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 939, app/assets/stylesheets/animate.scss */
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 993, app/assets/stylesheets/animate.scss */
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 1047, app/assets/stylesheets/animate.scss */
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 1098, app/assets/stylesheets/animate.scss */
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 1152, app/assets/stylesheets/animate.scss */
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 1178, app/assets/stylesheets/animate.scss */
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

/* line 1229, app/assets/stylesheets/animate.scss */
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* line 1283, app/assets/stylesheets/animate.scss */
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

/* line 1337, app/assets/stylesheets/animate.scss */
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

/* line 1391, app/assets/stylesheets/animate.scss */
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

/* line 1445, app/assets/stylesheets/animate.scss */
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

/* line 1499, app/assets/stylesheets/animate.scss */
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

/* line 1553, app/assets/stylesheets/animate.scss */
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

/* line 1604, app/assets/stylesheets/animate.scss */
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* line 1690, app/assets/stylesheets/animate.scss */
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* line 1775, app/assets/stylesheets/animate.scss */
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* line 1861, app/assets/stylesheets/animate.scss */
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 1947, app/assets/stylesheets/animate.scss */
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 2033, app/assets/stylesheets/animate.scss */
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

/* line 2119, app/assets/stylesheets/animate.scss */
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

/* line 2189, app/assets/stylesheets/animate.scss */
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

/* line 2260, app/assets/stylesheets/animate.scss */
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

/* line 2330, app/assets/stylesheets/animate.scss */
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

/* line 2400, app/assets/stylesheets/animate.scss */
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2459, app/assets/stylesheets/animate.scss */
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2521, app/assets/stylesheets/animate.scss */
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2583, app/assets/stylesheets/animate.scss */
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2645, app/assets/stylesheets/animate.scss */
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2707, app/assets/stylesheets/animate.scss */
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

/* line 2769, app/assets/stylesheets/animate.scss */
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

/* line 2831, app/assets/stylesheets/animate.scss */
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

/* line 2893, app/assets/stylesheets/animate.scss */
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

/* line 2955, app/assets/stylesheets/animate.scss */
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

/* line 3017, app/assets/stylesheets/animate.scss */
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

/* line 3055, app/assets/stylesheets/animate.scss */
.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

/* line 3083, app/assets/stylesheets/animate.scss */
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

/* line 3139, app/assets/stylesheets/animate.scss */
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

/* line 3176, app/assets/stylesheets/animate.scss */
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* line 3188, app/assets/stylesheets/animate.scss */
.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

/* line 3217, app/assets/stylesheets/animate.scss */
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* line 3229, app/assets/stylesheets/animate.scss */
.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}

@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}

/* line 3294, app/assets/stylesheets/animate.scss */
.animated.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* line 3306, app/assets/stylesheets/animate.scss */
.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-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 3338, app/assets/stylesheets/animate.scss */
.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 3369, app/assets/stylesheets/animate.scss */
.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 3400, app/assets/stylesheets/animate.scss */
.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 3431, app/assets/stylesheets/animate.scss */
.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 3462, app/assets/stylesheets/animate.scss */
.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 3493, app/assets/stylesheets/animate.scss */
.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 3524, app/assets/stylesheets/animate.scss */
.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 3555, app/assets/stylesheets/animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-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 3583, app/assets/stylesheets/animate.scss */
.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 3624, app/assets/stylesheets/animate.scss */
.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 3665, app/assets/stylesheets/animate.scss */
.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 3706, app/assets/stylesheets/animate.scss */
.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 3747, app/assets/stylesheets/animate.scss */
.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 3784, app/assets/stylesheets/animate.scss */
.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 3829, app/assets/stylesheets/animate.scss */
.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 3866, app/assets/stylesheets/animate.scss */
.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 3903, app/assets/stylesheets/animate.scss */
.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 3948, app/assets/stylesheets/animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-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 4026, app/assets/stylesheets/animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-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 4114, app/assets/stylesheets/animate.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

Necessary CSS Collection
*/
/**
 * Table of Contents:
 *	
 *  Owl carousel
 *  FlexSlider
 *  isotope
 *  Magnific Popup
 *  lightbox
 *  Nivo Lightbox
 *  ytplayer
 *  Hover.css
 *  Menuzord-Responsive-Megamenu
 *  modernizr
 *  Maximage slider
 *  BxSlider
 *  FullCalendar
 *  bootstrap code coloring
 *  code highlight
 *  prettyPhoto
 *  Clock1 - The Final Countdown
 *  Clock2 - flipclock
 *	Datepicker for Bootstrap
 *  jquery-timepicker
 *  bootstrap-datetimejs
 *	jquery TwentyTwenty Before After Slider
 *  slick slider
 *  
 *  
 *  
 * ===============================================
*/
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.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;
  }
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-height {
  transition: height .5s ease-in-out;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.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;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

/* line 45, app/assets/stylesheets/css-plugin-collections.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	FlexSlider
 * -----------------------------------------------
*/
/** jQuery FlexSlider v2.6.0* http://www.woothemes.com/flexslider/** Copyright 2012 WooThemes* Free to use under the GPLv2 and later license.* http://www.gnu.org/licenses/gpl-2.0.html** Contributing author: Tyler Smith (@mbmufffin)**/
/* ====================================================================================================================* FONT-FACE* ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url(/fonts/flexslider-icon.eot);
  src: url(/fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(/fonts/flexslider-icon.woff) format("woff"), url(/fonts/flexslider-icon.ttf) format("truetype"), url(/fonts/flexslider-icon.svg#flexslider-icon) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================* RESETS* ====================================================================================================================*/
/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-container a:hover, .flex-slider a:hover {
  outline: none;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================* BASE STYLES* ====================================================================================================================*/
/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================* DEFAULT THEME* ====================================================================================================================*/
/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.carousel li {
  margin-right: 5px;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 54, app/assets/stylesheets/css-plugin-collections.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================* RESPONSIVE* ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 54, app/assets/stylesheets/css-plugin-collections.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  /* line 54, app/assets/stylesheets/css-plugin-collections.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*
 * 	isotope
 * -----------------------------------------------
*/
/* line 61, app/assets/stylesheets/css-plugin-collections.scss */
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}

/* line 61, app/assets/stylesheets/css-plugin-collections.scss */
.isotope {
  -webkit-transition-property: height,width;
  -moz-transition-property: height,width;
  -o-transition-property: height,width;
  transition-property: height,width;
}

/* line 61, app/assets/stylesheets/css-plugin-collections.scss */
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform,opacity;
  -o-transition-property: top,left,opacity;
  transition-property: transform,opacity;
}

/* line 61, app/assets/stylesheets/css-plugin-collections.scss */
.isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* line 61, app/assets/stylesheets/css-plugin-collections.scss */
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 61, app/assets/stylesheets/css-plugin-collections.scss */
.isotope-item {
  z-index: 2;
}

/* line 61, app/assets/stylesheets/css-plugin-collections.scss */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/*
 * 	Magnific Popup
 * -----------------------------------------------
*/
/* Magnific Popup CSS */
/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.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 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-hide {
  display: none !important;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.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 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-close:active {
  top: 1px;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.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 67, app/assets/stylesheets/css-plugin-collections.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-figure {
  line-height: 0;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.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 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.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 67, app/assets/stylesheets/css-plugin-collections.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 67, app/assets/stylesheets/css-plugin-collections.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 67, app/assets/stylesheets/css-plugin-collections.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 67, app/assets/stylesheets/css-plugin-collections.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 67, app/assets/stylesheets/css-plugin-collections.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 67, app/assets/stylesheets/css-plugin-collections.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 67, app/assets/stylesheets/css-plugin-collections.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 67, app/assets/stylesheets/css-plugin-collections.scss */
  .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 67, app/assets/stylesheets/css-plugin-collections.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 67, app/assets/stylesheets/css-plugin-collections.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 67, app/assets/stylesheets/css-plugin-collections.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 67, app/assets/stylesheets/css-plugin-collections.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 67, app/assets/stylesheets/css-plugin-collections.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*
 * 	lightbox
 * -----------------------------------------------
*/
/* Preload images */
/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
body:after {
  content: url(/assets/close-f35fb1adcad355395175187ea2a898360a25e709d156fc4dc7eb5ff032f73181.png) url(/assets/loading-0e2ab294667432be922a59e81caf7030a30e7d6f6619fccedc5c5435a4955d95.gif) url(/assets/prev-c7b893aac37d5730243a0f5a99a7e8ffe42079b4d294076dccda0000df01b50b.png) url(/assets/next-c52e9ee2dac74b115a384a0a8439a68c69a26905632e32716478eebae2cf336e.png);
  display: none;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  display: none;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lightbox a img {
  border: none;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-container {
  padding: 4px;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/lightbox/loading.gif) no-repeat;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-container > .nav {
  left: 0;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 74, app/assets/stylesheets/css-plugin-collections.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*
 * 	Nivo Lightbox
 * -----------------------------------------------
*/
/** Nivo Lightbox v1.2.0* http://dev7studios.com/nivo-lightbox** Copyright 2013, Dev7studios* Free to use and abuse under the MIT license.* http://www.opensource.org/licenses/mit-license.php*/
/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-nav {
  display: none;
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-close {
  position: absolute;
  top: 3%;
  right: 2%;
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-image {
  text-align: center;
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-inline, .nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}

/* Effects**********************************************/
/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-notouch .nivo-lightbox-effect-fade, .nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale, .nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft, .nivo-lightbox-notouch .nivo-lightbox-effect-slideRight, .nivo-lightbox-notouch .nivo-lightbox-effect-slideUp, .nivo-lightbox-notouch .nivo-lightbox-effect-slideDown, .nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* fadeScale */
/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap, .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* fall */
/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}

/* line 81, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/** Nivo Lightbox Default Theme v1.0* http://dev7studios.com/nivo-lightbox** Copyright 2013, Dev7studios* Free to use and abuse under the MIT license.* http://www.opensource.org/licenses/mit-license.php*/
/* line 82, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}

/* line 82, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(/nivolightbox-themes/default/loading.gif) no-repeat 50% 50%;
}

/* line 82, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}

/* line 82, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 82, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(/nivolightbox-themes/default/prev.png);
  border-radius: 0 3px 3px 0;
}

/* line 82, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(/nivolightbox-themes/default/next.png);
  border-radius: 3px 0 0 3px;
}

/* line 82, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(/nivolightbox-themes/default/close.png) no-repeat 5px 5px;
  width: 40px;
  height: 45px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
}

/* line 82, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}

/* line 82, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}

/* line 82, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}

/* line 82, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

/* line 82, app/assets/stylesheets/css-plugin-collections.scss */
.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 82, app/assets/stylesheets/css-plugin-collections.scss */
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(/nivolightbox-themes/default/loading@2x.gif);
    background-size: 32px 32px;
  }
  /* line 82, app/assets/stylesheets/css-plugin-collections.scss */
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(/nivolightbox-themes/default/prev@2x.png);
    background-size: 48px 48px;
  }
  /* line 82, app/assets/stylesheets/css-plugin-collections.scss */
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(/nivolightbox-themes/default/next@2x.png);
    background-size: 48px 48px;
  }
  /* line 82, app/assets/stylesheets/css-plugin-collections.scss */
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(/nivolightbox-themes/default/close@2x.png);
    background-size: 16px 16px;
  }
}

/*
 * 	ytplayer
 * -----------------------------------------------
*/
/*jquery.mb.YTPlayer 11-05-2017
 _ jquery.mb.components 
 _ email: matteo@open-lab.com 
 _ Copyright (c) 2001-2017. Matteo Bicocchi (Pupunzi); 
 _ blog: http://pupunzi.open-lab.com 
 _ Open Lab s.r.l., Florence - Italy 
 */
/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar, .mb_YTPBar span.mb_YTPUrl a {
  color: #fff;
}

@font-face {
  font-family: ytpregular;
  src: url(/font/ytp-regular.eot);
}

@font-face {
  font-family: ytpregular;
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format("woff"), url(/font/ytp-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPlayer:focus {
  outline: 0;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.YTPWrapper {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans",sans-serif;
  -webkit-animation: fade .1s infinite alternate;
  animation: fade .1s infinite alternate;
}

@-webkit-keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar, .mb_YTPBar .buttonBar {
  box-sizing: border-box;
  left: 0;
  padding: 5px;
  width: 100%;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: ytpregular;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar {
  transition: opacity .5s;
  display: block;
  height: 10px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  opacity: .1;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar.visible, .mb_YTPBar:hover {
  opacity: 1;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar .buttonBar {
  transition: all .5s;
  background: 0 0;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  height: 40px;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px Calibri,sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar span.mb_OnlyYT, .mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar .mb_YTPMuteUnmute, .mb_YTPBar .mb_YTPPlaypause, .mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.YTPOverlay.raster {
  background: url(/images/raster.png);
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.YTPOverlay.raster.retina {
  background: url(/images/raster@2x.png);
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.YTPOverlay.raster-dot {
  background: url(/images/raster_dot.png);
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.YTPOverlay.raster-dot.retina {
  background: url(/images/raster_dot@2x.png);
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar .simpleSlider.muted {
  opacity: .3;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}

/* line 94, app/assets/stylesheets/css-plugin-collections.scss */
.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}

/*
 * 	Hover.css
 * -----------------------------------------------
*/
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.1
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shrink:active, .hvr-shrink:focus, .hvr-shrink:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-pulse:active, .hvr-pulse:focus, .hvr-pulse:hover {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-pulse-grow:active, .hvr-pulse-grow:focus, .hvr-pulse-grow:hover {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-pulse-shrink:active, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:hover {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-push:active, .hvr-push:focus, .hvr-push:hover {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-pop:active, .hvr-pop:focus, .hvr-pop:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-in:active, .hvr-bounce-in:focus, .hvr-bounce-in:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-out:active, .hvr-bounce-out:focus, .hvr-bounce-out:hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-rotate:active, .hvr-rotate:focus, .hvr-rotate:hover {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-grow-rotate:active, .hvr-grow-rotate:focus, .hvr-grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-float:active, .hvr-float:focus, .hvr-float:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sink:active, .hvr-sink:focus, .hvr-sink:hover {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bob:active, .hvr-bob:focus, .hvr-bob:hover {
  -webkit-animation-name: hvr-bob-float,hvr-bob;
  animation-name: hvr-bob-float,hvr-bob;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}

@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-hang:active, .hvr-hang:focus, .hvr-hang:hover {
  -webkit-animation-name: hvr-hang-sink,hvr-hang;
  animation-name: hvr-hang-sink,hvr-hang;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-skew:active, .hvr-skew:focus, .hvr-skew:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-skew-forward:active, .hvr-skew-forward:focus, .hvr-skew-forward:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-skew-backward:active, .hvr-skew-backward:focus, .hvr-skew-backward:hover {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-wobble-vertical:active, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-wobble-horizontal:active, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:hover {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-wobble-to-bottom-right:active, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:hover {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-wobble-to-top-right:active, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:hover {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-wobble-top:active, .hvr-wobble-top:focus, .hvr-wobble-top:hover {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-wobble-bottom:active, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:hover {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-wobble-skew:active, .hvr-wobble-skew:focus, .hvr-wobble-skew:hover {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-buzz:active, .hvr-buzz:focus, .hvr-buzz:hover {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-buzz-out:active, .hvr-buzz-out:focus, .hvr-buzz-out:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
  background-color: #2098d1;
  color: #fff;
}

@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-back-pulse:active, .hvr-back-pulse:focus, .hvr-back-pulse:hover {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  background-color: #2098d1;
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-left:active, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-left:active:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-bottom:active, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-bottom:active:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-top:active, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-sweep-to-top:active:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-right:active, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-left:active, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-left:active:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-bottom:active, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-bottom:active:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-top:active, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bounce-to-top:active:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-radial-out:active, .hvr-radial-out:focus, .hvr-radial-out:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-radial-out:active:before, .hvr-radial-out:focus:before, .hvr-radial-out:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-radial-in:active, .hvr-radial-in:focus, .hvr-radial-in:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-radial-in:active:before, .hvr-radial-in:focus:before, .hvr-radial-in:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-rectangle-in:active, .hvr-rectangle-in:focus, .hvr-rectangle-in:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-rectangle-in:active:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-rectangle-out:active, .hvr-rectangle-out:focus, .hvr-rectangle-out:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-rectangle-out:active:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-in-horizontal:active, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-in-horizontal:active:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-out-horizontal:active, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-out-horizontal:active:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-in-vertical:active, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-in-vertical:active:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:hover:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-out-vertical:active, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:hover {
  color: #fff;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shutter-out-vertical:active:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-border-fade:active, .hvr-border-fade:focus, .hvr-border-fade:hover {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-hollow:active, .hvr-hollow:focus, .hvr-hollow:hover {
  background: 0 0;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-trim:before {
  content: '';
  position: absolute;
  border: #fff solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-trim:active:before, .hvr-trim:focus:before, .hvr-trim:hover:before {
  opacity: 1;
}

@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-ripple-out:active:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:hover:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-ripple-in:active:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:hover:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top,right,bottom,left;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-outline-out:active:before, .hvr-outline-out:focus:before, .hvr-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top,right,bottom,left;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-outline-in:active:before, .hvr-outline-in:focus:before, .hvr-outline-in:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-round-corners:active, .hvr-round-corners:focus, .hvr-round-corners:hover {
  border-radius: 1em;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-underline-from-left:active:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:hover:before {
  right: 0;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left,right;
  transition-property: left,right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-underline-from-center:active:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:hover:before {
  left: 0;
  right: 0;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-underline-from-right:active:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:hover:before {
  left: 0;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-overline-from-left:active:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:hover:before {
  right: 0;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left,right;
  transition-property: left,right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-overline-from-center:active:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:hover:before {
  left: 0;
  right: 0;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-overline-from-right:active:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:hover:before {
  left: 0;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-reveal:active:before, .hvr-reveal:focus:before, .hvr-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-underline-reveal:active:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-overline-reveal:active:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-glow:active, .hvr-glow:focus, .hvr-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shadow:active, .hvr-shadow:focus, .hvr-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow,transform;
  transition-property: box-shadow,transform;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-grow-shadow:active, .hvr-grow-shadow:focus, .hvr-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-box-shadow-outset:active, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-box-shadow-inset:active, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform,opacity;
  transition-property: transform,opacity;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shadow-radial:after, .hvr-shadow-radial:before {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-shadow-radial:active:after, .hvr-shadow-radial:active:before, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:hover:before {
  opacity: 1;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-top:active:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:hover:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-right:active:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:hover:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-bottom:active:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:hover:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-left:active:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:hover:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-top:active, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:hover {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-top:active:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:hover:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-right:active, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:hover {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-right:active:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:hover:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-bottom:active, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-bottom:active:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:hover:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-left:active, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-bubble-float-left:active:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:hover:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-back:active:before, .hvr-icon-back:focus:before, .hvr-icon-back:hover:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-forward:active:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:hover:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

@-webkit-keyframes hvr-icon-down {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-down:active:before, .hvr-icon-down:focus:before, .hvr-icon-down:hover:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes hvr-icon-up {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-up {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-up:active:before, .hvr-icon-up:focus:before, .hvr-icon-up:hover:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-spin:active:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:hover:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100%, 51% {
    opacity: 1;
  }
}

@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100%, 51% {
    opacity: 1;
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-drop:active:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:hover:before {
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: color;
  transition-property: color;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-fade:active:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:hover:before {
  color: #0F9E5E;
}

@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-float-away:after, .hvr-icon-float-away:before {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-float-away:active:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:hover:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-sink-away:after, .hvr-icon-sink-away:before {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-sink-away:active:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:hover:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-grow:active:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:hover:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-shrink:active:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:hover:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-pulse:active:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:hover:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-pulse-grow:active:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:hover:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-pulse-shrink:active:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:hover:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-push:active:before, .hvr-icon-push:focus:before, .hvr-icon-push:hover:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-pop:active:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:hover:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-bounce:active:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:hover:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-rotate:active:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:hover:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-grow-rotate:active:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:hover:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-float:active:before, .hvr-icon-float:focus:before, .hvr-icon-float:hover:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-sink:active:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:hover:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-bob:active:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:hover:before {
  -webkit-animation-name: hvr-icon-bob-float,hvr-icon-bob;
  animation-name: hvr-icon-bob-float,hvr-icon-bob;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}

@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-hang:active:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:hover:before {
  -webkit-animation-name: hvr-icon-hang-sink,hvr-icon-hang;
  animation-name: hvr-icon-hang-sink,hvr-icon-hang;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-wobble-horizontal:active:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-wobble-vertical:active:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:hover:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-buzz:active:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:hover:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-icon-buzz-out:active:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:hover:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-curl-top-left:active:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:hover:before {
  width: 25px;
  height: 25px;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-curl-top-right:active:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:hover:before {
  width: 25px;
  height: 25px;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-curl-bottom-right:active:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:hover:before {
  width: 25px;
  height: 25px;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

/* line 114, app/assets/stylesheets/css-plugin-collections.scss */
.hvr-curl-bottom-left:active:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:hover:before {
  width: 25px;
  height: 25px;
}

/*
 * 	modernizr
 * -----------------------------------------------
*/
/* -------------------------------- Modules - reusable parts of our design-------------------------------- */
/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- Main components -------------------------------- */
/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-block:first-child {
  margin-top: 0;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cd-timeline-block {
    margin: 4em 0;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-img.cd-picture {
  background: #75ce66;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-img.cd-movie {
  background: #c03b44;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-img.cd-location {
  background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-content h2 {
  color: #303e49;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

/* line 122, app/assets/stylesheets/css-plugin-collections.scss */
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1170px) {
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  /* line 122, app/assets/stylesheets/css-plugin-collections.scss */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/*
 * 	Maximage slider
 * -----------------------------------------------
*/
/*! Version: 2.0.73 (12-Oct-2012) */
/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
.mc-hide-scrolls {
  overflow: hidden;
}

/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
body .mc-cycle {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
div.mc-image {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
.mc-old-browser .mc-image {
  overflow: hidden;
}

/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
.maximage-slider #maximage {
  background-color: #000000;
  display: block;
  height: 100% !important;
  overflow: hidden;
  position: absolute;
  width: 100% !important;
  z-index: 0;
}

/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
.maximage-slider #maximage .mc-image {
  height: 100% !important;
}

/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
.maximage-slider.static #maximage {
  position: fixed;
}

/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
.maximage-slider .fullscreen-controls {
  margin-top: -64px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 5;
}

/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
.maximage-slider .fullscreen-controls .img-prev, .maximage-slider .fullscreen-controls .img-next {
  color: #ffffff;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
}

/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
.maximage-slider .fullscreen-controls .img-prev i, .maximage-slider .fullscreen-controls .img-next i {
  font-size: 64px;
}

/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
.maximage-slider .fullscreen-controls .img-prev:hover, .maximage-slider .fullscreen-controls .img-next:hover {
  cursor: pointer;
  text-decoration: none;
}

/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
.maximage-slider .fullscreen-controls .img-prev {
  left: 15px;
  -webkit-transition: opacity 0.3s, left 0.3s;
  -o-transition: opacity 0.3s, left 0.3s;
  transition: opacity 0.3s, left 0.3s;
}

/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
.maximage-slider .fullscreen-controls .img-next {
  right: 15px;
  -webkit-transition: opacity 0.3s, right 0.3s;
  -o-transition: opacity 0.3s, right 0.3s;
  transition: opacity 0.3s, right 0.3s;
}

/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
.maximage-slider:hover .fullscreen-controls .img-prev, .maximage-slider:hover .fullscreen-controls .img-next {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
.maximage-slider:hover .fullscreen-controls .img-prev {
  left: 25px;
}

/* line 129, app/assets/stylesheets/css-plugin-collections.scss */
.maximage-slider:hover .fullscreen-controls .img-next {
  right: 25px;
}

/*
 * 	BxSlider
 * -----------------------------------------------
*/
/*** BxSlider v4.1.2 - Fully loaded, responsive content slider* http://bxslider.com** Written by: Steven Wanderski, 2014* http://stevenwanderski.com* (while drinking Belgian ales and listening to jazz)** CEO and founder of bxCreative, LTD* http://bxcreative.com*/
/** RESET AND LAYOUT===================================*/
/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME===================================*/
/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/bxslider/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/bxslider/images/arrow-left.png) no-repeat scroll 0 0;
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/bxslider/images/arrow-right.png) no-repeat scroll 0 0;
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/bxslider/images/arrow-left.png) no-repeat scroll 0 0;
  margin: 0 3px;
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/bxslider/images/arrow-right.png) no-repeat scroll 0 0;
  margin: 0 3px;
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 137, app/assets/stylesheets/css-plugin-collections.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*
 * 	FullCalendar
 * -----------------------------------------------
*/
/*!* FullCalendar v2.6.0 Stylesheet* Docs & License: http://fullcalendar.io/* (c) 2015 Adam Shaw*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-rtl {
  text-align: right;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
  border-color: #ddd;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-unthemed .fc-popover {
  background-color: #fff;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-unthemed .fc-today {
  background: #fcf8e3;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Acceptable font-family overrides for individual icons:"Arial", sans-serif"Times New Roman", serifNOTE: use percentage font sizes or else old IE chokes*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*button statesborrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-state-down, .fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* Buttons Groups--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-button-group {
  display: inline-block;
}

/*every button that is not first in a button group should scootch over one pixel and cover theprevious button's border...*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-rtl .fc-popover .fc-header .fc-title, .fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* jqui themed */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Misc Reusable Components--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-clear {
  clear: both;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc th {
  text-align: center;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc th, .fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Fake Table Rows--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-row table {
  /* don't put left/right border on anything within a fake row.the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-row {
  position: relative;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-row .fc-highlight-skeleton td, .fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*row content (which contains day/week numbers and events) as well as "helper" (which containstemporary rendered events).*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-row .fc-helper-skeleton {
  z-index: 5;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}

/* Global Event Styles--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-event, .fc-event:hover, .ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-event[href], .fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-not-allowed, .fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 3;
}

/* Horizontal Events--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px;
}

/* left resizer  */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-ltr .fc-h-event .fc-start-resizer, .fc-ltr .fc-h-event .fc-start-resizer:before, .fc-ltr .fc-h-event .fc-start-resizer:after, .fc-rtl .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-end-resizer:before, .fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize;
}

/* right resizer */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-ltr .fc-h-event .fc-end-resizer, .fc-ltr .fc-h-event .fc-end-resizer:before, .fc-ltr .fc-h-event .fc-end-resizer:after, .fc-rtl .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-start-resizer:before, .fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize;
}

/* DayGrid events----------------------------------------------------------------------------------------------------We use the full "fc-day-grid-event" class instead of using descendants because the event won'tbe a descendant of the grid when it is being dragged.*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px;
}

/* Event Limiting--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
a.fc-more:hover {
  text-decoration: underline;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Toolbar--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-toolbar .fc-left {
  float: left;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-toolbar .fc-right {
  float: right;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-toolbar button {
  position: relative;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-toolbar .fc-state-down {
  z-index: 3;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-view-container *, .fc-view-container *:before, .fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-view, .fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView--------------------------------------------------------------------------------------------------*/
/* day row structure */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-basicWeek-view .fc-content-skeleton, .fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-row.fc-rigid {
  overflow: hidden;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number {
  padding: 0 2px;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-basic-view .fc-week-number {
  text-align: center;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too fadedmight want to set the 'color' property insteadmaking day-numbers bold also fixes the problem */
}

/* AgendaView all-day area--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-ltr .fc-axis {
  text-align: right;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-rtl .fc-axis {
  text-align: left;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}

/* TimeGrid Structure--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid-container, .fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid > .fc-bg {
  z-index: 1;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-slats, .fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-event, .fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling----------------------------------------------------------------------------------------------------We use the full "fc-time-grid-event" class instead of using descendants because the event won'tbe a descendant of the grid when it is being dragged.*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid-event .fc-resizer:after {
  content: "=";
}

/* Now Indicator--------------------------------------------------------------------------------------------------*/
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 143, app/assets/stylesheets/css-plugin-collections.scss */
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/*
 * 	bootstrap code coloring
 * -----------------------------------------------
*/
/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.hll {
  background-color: #ffc;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.c {
  color: #999;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.err {
  color: #A00;
  background-color: #FAA;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.k {
  color: #069;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.o {
  color: #555;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.cm {
  color: #999;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.cp {
  color: #099;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.c1 {
  color: #999;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.cs {
  color: #999;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.gd {
  background-color: #FCC;
  border: 1px solid #C00;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.ge {
  font-style: italic;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.gr {
  color: red;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.gh {
  color: #030;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.gi {
  background-color: #CFC;
  border: 1px solid #0C0;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.go {
  color: #AAA;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.gp {
  color: #009;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.gu {
  color: #030;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.gt {
  color: #9C6;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.kc {
  color: #069;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.kd {
  color: #069;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.kn {
  color: #069;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.kp {
  color: #069;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.kr {
  color: #069;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.kt {
  color: #078;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.m {
  color: #F60;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.s {
  color: #d44950;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.na {
  color: #4f9fcf;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.nb {
  color: #366;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.nc {
  color: #0A8;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.no {
  color: #360;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.nd {
  color: #99F;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.ni {
  color: #999;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.ne {
  color: #C00;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.nf {
  color: #C0F;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.nl {
  color: #99F;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.nn {
  color: #0CF;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.nt {
  color: #2f6f9f;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.nv {
  color: #033;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.ow {
  color: #000;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.w {
  color: #bbb;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.mf {
  color: #F60;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.mh {
  color: #F60;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.mi {
  color: #F60;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.mo {
  color: #F60;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.sb {
  color: #C30;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.sc {
  color: #C30;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.sd {
  color: #C30;
  font-style: italic;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.s2 {
  color: #C30;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.se {
  color: #C30;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.sh {
  color: #C30;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.si {
  color: #A00;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.sx {
  color: #C30;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.sr {
  color: #3AA;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.s1 {
  color: #C30;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.ss {
  color: #FC3;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.bp {
  color: #366;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.vc {
  color: #033;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.vg {
  color: #033;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.vi {
  color: #033;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.il {
  color: #F60;
}

/* line 150, app/assets/stylesheets/css-plugin-collections.scss */
.css .nt + .nt, .css .o, .css .o + .nt {
  color: #999;
}

/*
 * 	code highlight
 * -----------------------------------------------
*/
/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
code[class*=language-], pre[class*=language-] {
  color: #000;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, Andale Mono, monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
code[class*=language-] ::selection, code[class*=language-]::selection, pre[class*=language-] ::selection, pre[class*=language-]::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  /* line 157, app/assets/stylesheets/css-plugin-collections.scss */
  code[class*=language-], pre[class*=language-] {
    text-shadow: none;
  }
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
:not(pre) > code[class*=language-], pre[class*=language-] {
  background: #f5f2f0;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
:not(pre) > code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
.token.cdata, .token.comment, .token.doctype, .token.prolog {
  color: #708090;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
.token.punctuation {
  color: #999;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
.namespace {
  opacity: .7;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
.token.boolean, .token.constant, .token.deleted, .token.number, .token.property, .token.symbol, .token.tag {
  color: #905;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
  color: #690;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
.token.atrule, .token.attr-value, .token.keyword {
  color: #07a;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
.token.function {
  color: #dd4a68;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
.token.important, .token.regex, .token.variable {
  color: #e90;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
.token.bold, .token.important {
  font-weight: 700;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
.token.italic {
  font-style: italic;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
.token.entity {
  cursor: help;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
pre.line-numbers {
  padding-left: 3.8em;
  counter-reset: a;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
pre.line-numbers, pre.line-numbers > code {
  position: relative;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: a;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
.line-numbers-rows > span:before {
  content: counter(a);
  color: #999;
  display: block;
  padding-right: .8em;
  text-align: right;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
pre[class*=language-] {
  position: relative;
}

/* line 157, app/assets/stylesheets/css-plugin-collections.scss */
pre[class*=language-][data-language]:before {
  content: attr(data-language);
  color: #000;
  background-color: #cfcfcf;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: .9em;
  border-radius: 0 0 0 5px;
  padding: 0 .5em;
  text-shadow: none;
}

/*
 * 	prettyPhoto
 * -----------------------------------------------
*/
/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_top .pp_left {
  background: url(/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_top .pp_middle {
  background: url(/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_top .pp_right {
  background: url(/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_content_container .pp_left {
  background: url(/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_content_container .pp_right {
  background: url(/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_next:hover {
  background: url(/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_previous:hover {
  background: url(/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_expand {
  background: url(/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_expand:hover {
  background: url(/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_contract {
  background: url(/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_contract:hover {
  background: url(/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_gallery ul li a {
  background: url(/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_social {
  margin-top: 7px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url(/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url(/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_bottom .pp_left {
  background: url(/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_bottom .pp_middle {
  background: url(/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_bottom .pp_right {
  background: url(/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_loaderIcon {
  background: url(/prettyPhoto/default/loader.gif) center center no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_top .pp_left {
  background: url(/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_top .pp_right {
  background: url(/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_next:hover {
  background: url(/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_previous:hover {
  background: url(/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_expand {
  background: url(/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_expand:hover {
  background: url(/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_contract {
  background: url(/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_contract:hover {
  background: url(/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_nav .pp_play {
  background: url(/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_nav .pp_pause {
  background: url(/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_arrow_previous {
  background: url(/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_arrow_next {
  background: url(/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_bottom .pp_left {
  background: url(/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_bottom .pp_right {
  background: url(/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_top .pp_left {
  background: url(/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_top .pp_right {
  background: url(/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_content_container .pp_left {
  background: url(/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_content_container .pp_right {
  background: url(/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_next:hover {
  background: url(/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_previous:hover {
  background: url(/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_expand {
  background: url(/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_expand:hover {
  background: url(/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_contract {
  background: url(/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_contract:hover {
  background: url(/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_nav .pp_play {
  background: url(/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_nav .pp_pause {
  background: url(/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_arrow_previous {
  background: url(/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_arrow_next {
  background: url(/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_bottom .pp_left {
  background: url(/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_bottom .pp_right {
  background: url(/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_loaderIcon {
  background: url(/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
  background: #000;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_square .pp_loaderIcon {
  background: url(/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_square .pp_expand {
  background: url(/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_square .pp_expand:hover {
  background: url(/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_square .pp_contract {
  background: url(/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_square .pp_contract:hover {
  background: url(/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_square .pp_nav {
  clear: none;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_square .pp_nav .pp_play {
  background: url(/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_square .pp_nav .pp_pause {
  background: url(/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_square .pp_arrow_previous {
  background: url(/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_square .pp_arrow_next {
  background: url(/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_square .pp_next:hover {
  background: url(/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_square .pp_previous:hover {
  background: url(/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_square .pp_expand {
  background: url(/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_square .pp_expand:hover {
  background: url(/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_square .pp_contract {
  background: url(/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_square .pp_contract:hover {
  background: url(/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_square .pp_nav .pp_play {
  background: url(/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_square .pp_nav .pp_pause {
  background: url(/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_square .pp_arrow_previous {
  background: url(/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_square .pp_arrow_next {
  background: url(/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_square .pp_next:hover {
  background: url(/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_square .pp_previous:hover {
  background: url(/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_top .pp_left {
  background: url(/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_top .pp_middle {
  background: url(/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_top .pp_right {
  background: url(/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_content_container .pp_left {
  background: url(/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_content_container .pp_right {
  background: url(/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_expand {
  background: url(/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_expand:hover {
  background: url(/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_contract {
  background: url(/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_contract:hover {
  background: url(/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_description {
  margin: 0 37px 0 0;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_loaderIcon {
  background: url(/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_arrow_previous {
  background: url(/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_arrow_next {
  background: url(/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_nav {
  margin-top: 0;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_nav .pp_play {
  background: url(/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_nav .pp_pause {
  background: url(/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_next:hover {
  background: url(/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_previous:hover {
  background: url(/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_bottom .pp_left {
  background: url(/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_bottom .pp_middle {
  background: url(/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.facebook .pp_bottom .pp_right {
  background: url(/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_pic_holder a:focus {
  outline: none;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_content {
  height: 40px;
  min-width: 40px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
* html .pp_content {
  width: 40px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_content_container .pp_left {
  padding-left: 20px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_content_container .pp_right {
  padding-right: 20px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_description {
  display: none;
  margin: 0;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_social {
  float: left;
  margin: 0;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_social .twitter {
  float: left;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_gallery ul a img {
  border: 0;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_gallery li.default a {
  background: url(/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
a.pp_next {
  background: url(/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
a.pp_previous {
  background: url(/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
#pp_full_res {
  line-height: 1 !important;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
#pp_full_res .pp_inline {
  text-align: left;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
  background: #fff;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
  background: url(/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
  background: url(/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

/* line 164, app/assets/stylesheets/css-plugin-collections.scss */
.pp_fade, .pp_gallery li.default a img {
  display: none;
}

/*
 * 	Clock1 - The Final Countdown
 * -----------------------------------------------
*/
/* no css needed */
/*
 * 	Clock2 - flipclock
 * -----------------------------------------------
*/
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper a:hover {
  color: #fff;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul {
  list-style: none;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper.clearfix:before, .flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper.clearfix:after {
  clear: both;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper.clearfix {
  *zoom: 1;
}

/* Main */
/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-meridium a {
  color: #313333;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper:before, .flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper:after {
  clear: both;
}

/* Skeleton */
/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

/* PLAY */
/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-divider:first-child {
  width: 0;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-divider.minutes .flip-clock-label {
  right: -88px;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-divider.seconds .flip-clock-label {
  right: -91px;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-dot.top {
  top: 30px;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-dot.bottom {
  bottom: 30px;
}

@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}

@-moz-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}

@-o-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}

@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
  }
}

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg);
  }
  100% {
    -o-transform: rotateX(0deg);
  }
}

@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg);
  }
  100% {
    -moz-transform: rotateX(-90deg);
  }
}

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg);
  }
  100% {
    -o-transform: rotateX(-90deg);
  }
}

@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}

/* SHADOW */
/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

/* line 177, app/assets/stylesheets/css-plugin-collections.scss */
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker-inline {
  width: 220px;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker.datepicker-rtl {
  direction: rtl;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker.datepicker-rtl table tr td span {
  float: right;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker > div {
  display: none;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted.focus:active, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted.focus[disabled], .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.today.active, .datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today.focus:active, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.focus[disabled], .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.today.focused {
  background: #ffc966;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.active, .datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range.focus:active, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range.focus[disabled], .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted.focus:active, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted.focus[disabled], .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today.focus:active, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.focus[disabled], .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted.focus:active, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected.focus:active, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted.focus[disabled], .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected.focus[disabled], .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted.focus:active, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.focus:active, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted.focus[disabled], .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active.focus[disabled], .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.focus:hover, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active.focus:hover, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled.focus:active, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled.active.focus:hover, .datepicker table tr td span.active.disabled.active:hover:focus, .datepicker table tr td span.active.disabled.active:hover:hover, .datepicker table tr td span.active.disabled.focus:hover:active, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active.focus:active, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active.active.focus:hover, .datepicker table tr td span.active.active:hover:focus, .datepicker table tr td span.active.active:hover:hover, .datepicker table tr td span.active.focus:hover:active, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled.disabled.focus:hover, .datepicker table tr td span.active.disabled.disabled:hover:focus, .datepicker table tr td span.active.disabled.disabled:hover:hover, .datepicker table tr td span.active.disabled.focus[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover:focus, .datepicker table tr td span.active.disabled[disabled]:hover:hover, .datepicker table tr td span.active.disabled.focus[disabled], .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled.focus:hover, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.focus[disabled]:hover, .datepicker table tr td span.active[disabled]:hover:focus, .datepicker table tr td span.active[disabled]:hover:hover, .datepicker table tr td span.active.focus[disabled], .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active.focus:hover, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.input-daterange {
  width: 100%;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.input-daterange input {
  text-align: center;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 189, app/assets/stylesheets/css-plugin-collections.scss */
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/*!
 * jquery-timepicker v1.11.1 - A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.
 * Copyright (c) 2016 Jon Thornton - http://jonthornton.github.com/jquery-timepicker/
 * License: MIT
 */
/* line 198, app/assets/stylesheets/css-plugin-collections.scss */
.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}

/* line 198, app/assets/stylesheets/css-plugin-collections.scss */
.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}

/* line 198, app/assets/stylesheets/css-plugin-collections.scss */
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30, .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}

/* line 198, app/assets/stylesheets/css-plugin-collections.scss */
.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 198, app/assets/stylesheets/css-plugin-collections.scss */
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

/* line 198, app/assets/stylesheets/css-plugin-collections.scss */
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

/* line 198, app/assets/stylesheets/css-plugin-collections.scss */
.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

/* line 198, app/assets/stylesheets/css-plugin-collections.scss */
.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

/* line 198, app/assets/stylesheets/css-plugin-collections.scss */
li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff;
}

/* line 198, app/assets/stylesheets/css-plugin-collections.scss */
li.ui-timepicker-selected .ui-timepicker-duration, .ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

/* line 198, app/assets/stylesheets/css-plugin-collections.scss */
.ui-timepicker-list li.ui-timepicker-disabled, .ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

/* line 198, app/assets/stylesheets/css-plugin-collections.scss */
.ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

/*!
 * bootstrap-datetimejs
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  /* line 206, app/assets/stylesheets/css-plugin-collections.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  /* line 206, app/assets/stylesheets/css-plugin-collections.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  /* line 206, app/assets/stylesheets/css-plugin-collections.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 206, app/assets/stylesheets/css-plugin-collections.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
 *  jquery TwentyTwenty Before After Slider
 * -----------------------------------------------
*/
/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active .twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0);
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active .twentytwenty-overlay:hover .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 0;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-before-label {
  opacity: 0;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-before-label:before {
  content: attr(data-content);
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-after-label {
  opacity: 0;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-after-label:before {
  content: attr(data-content);
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-before {
  z-index: 20;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-after {
  z-index: 10;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

/* line 215, app/assets/stylesheets/css-plugin-collections.scss */
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

/*
 *  odometer 0.4.8
 * -----------------------------------------------
*/
/* odometer-theme-minimal.css */
/* line 227, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 227, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 227, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

/* line 227, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 227, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}

/* line 227, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

/* line 227, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

/* line 227, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

/* line 227, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

/* line 227, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 227, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 227, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* odometer-theme-car.css */
/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
  display: block;
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  -moz-border-radius: .34em;
  -webkit-border-radius: .34em;
  border-radius: .34em;
  font-family: "Arimo",monospace;
  padding: .15em;
  background: #000;
  color: #eee0d3;
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  -moz-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMxMDEwMTAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #333), color-stop(40%, #333), color-stop(60%, #101010), color-stop(80%, #333), color-stop(100%, #333));
  background-image: -moz-linear-gradient(top, #333 0, #333 40%, #101010 60%, #333 80%, #333 100%);
  background-image: -webkit-linear-gradient(top, #333 0, #333 40%, #101010 60%, #333 80%, #333 100%);
  background-image: linear-gradient(to bottom, #333 0, #333 40%, #101010 60%, #333 80%, #333 100%);
  padding: 0 .15em;
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit:first-child, .odometer.odometer-theme-car .odometer-digit:first-child {
  -moz-border-radius: .2em 0 0 .2em;
  -webkit-border-radius: .2em;
  border-radius: .2em 0 0 .2em;
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit:last-child, .odometer.odometer-theme-car .odometer-digit:last-child {
  -moz-border-radius: 0 .2em .2em 0;
  -webkit-border-radius: 0;
  border-radius: 0 .2em .2em 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZWVlMGQzIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNiYmFhOWEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #eee0d3), color-stop(40%, #eee0d3), color-stop(60%, #bbaa9a), color-stop(80%, #eee0d3), color-stop(100%, #eee0d3));
  background-image: -moz-linear-gradient(top, #eee0d3 0, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-image: -webkit-linear-gradient(top, #eee0d3 0, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-image: linear-gradient(to bottom, #eee0d3 0, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-color: #eee0d3;
  color: #000;
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: .15em;
}

/* line 229, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* odometer-theme-default.css */
/* line 231, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 231, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 231, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

/* line 231, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 231, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

/* line 231, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

/* line 231, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

/* line 231, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

/* line 231, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

/* line 231, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 231, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 231, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 231, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue",sans-serif;
  line-height: 1.1em;
}

/* line 231, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/* odometer-theme-digital.css */
/* line 233, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-digital {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 233, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-digital .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 233, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-digital .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

/* line 233, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-digital .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 233, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-digital .odometer-digit .odometer-ribbon {
  display: block;
}

/* line 233, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-digital .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

/* line 233, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-digital .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

/* line 233, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-digital .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

/* line 233, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-digital.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

/* line 233, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-digital.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 233, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-digital.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 233, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-digital.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 233, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-digital {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiZjVhNSIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -moz-radial-gradient(rgba(139, 245, 165, 0.4), #000);
  background-image: -webkit-radial-gradient(rgba(139, 245, 165, 0.4), #000);
  background-image: radial-gradient(rgba(139, 245, 165, 0.4), #000);
  background-color: #000;
  font-family: "Wallpoet",monospace;
  padding: 0 .2em;
  line-height: 1.1em;
  color: #8bf5a5;
}

/* line 233, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit + .odometer-digit, .odometer.odometer-theme-digital .odometer-digit + .odometer-digit {
  margin-left: .1em;
}

/* odometer-theme-plaza.css */
/* line 235, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-plaza {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 235, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-plaza .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 235, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-plaza .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

/* line 235, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-plaza .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 235, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-plaza .odometer-digit .odometer-ribbon {
  display: block;
}

/* line 235, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-plaza .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

/* line 235, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-plaza .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

/* line 235, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-plaza .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

/* line 235, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-plaza.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

/* line 235, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-plaza.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 235, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-plaza.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 235, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-plaza.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 235, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-plaza {
  -moz-border-radius: .15em;
  -webkit-border-radius: .15em;
  border-radius: .15em;
  background-color: #f0f8ff;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 100;
  padding: 0 .12em;
  line-height: 1.2em;
  font-size: 1.2em;
  background-size: 16px 16px;
}

/* line 235, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-plaza .odometer-digit {
  -moz-border-radius: .1em;
  -webkit-border-radius: .1em;
  border-radius: .1em;
  padding: 0 .03em;
  color: #648baf;
}

/* line 235, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-plaza .odometer-digit .odometer-digit-inner {
  left: .03em;
}

/* odometer-theme-slot-machine.css */
/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-slot-machine {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-slot-machine .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-ribbon {
  display: block;
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-slot-machine.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-slot-machine.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-slot-machine.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-slot-machine.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-slot-machine {
  -moz-border-radius: .34em;
  -webkit-border-radius: .34em;
  border-radius: .34em;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ff0), color-stop(100%, #ffa500));
  background-image: -moz-linear-gradient(#ff0, #ffa500);
  background-image: -webkit-linear-gradient(#ff0, #ffa500);
  background-image: linear-gradient(#ff0, #ffa500);
  background-color: #fc0;
  font-family: "Rye",monospace;
  padding: .15em;
  color: #f80000;
  line-height: 1.35em;
  border: .03em solid #000;
  -webkit-text-stroke: .05em #000;
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-slot-machine .odometer-digit {
  -moz-box-shadow: inset 0 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  -moz-border-radius: .2em;
  -webkit-border-radius: .2em;
  border-radius: .2em;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ccc), color-stop(20%, #fff), color-stop(80%, #fff), color-stop(100%, #ccc));
  background-image: -moz-linear-gradient(top, #ccc 0, #fff 20%, #fff 80%, #ccc 100%);
  background-image: -webkit-linear-gradient(top, #ccc 0, #fff 20%, #fff 80%, #ccc 100%);
  background-image: linear-gradient(to bottom, #ccc 0, #fff 20%, #fff 80%, #ccc 100%);
  border: .03em solid #444;
  padding: .1em .15em 0;
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit:first-child, .odometer.odometer-theme-slot-machine .odometer-digit:first-child {
  -moz-box-shadow: inset 0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  box-shadow: inset 0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit:last-child, .odometer.odometer-theme-slot-machine .odometer-digit:last-child {
  -moz-box-shadow: inset -0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset -0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
  box-shadow: inset -0.05em 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0 0.03em #fff, 0 0 0 0.05em rgba(0, 0, 0, 0.2);
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit + .odometer-digit, .odometer.odometer-theme-slot-machine .odometer-digit + .odometer-digit {
  margin-left: .15em;
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-inner {
  padding-top: .08em;
}

/* line 237, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-slot-machine .odometer-digit .odometer-value.odometer-last-value {
  left: 0;
  right: 0;
  text-align: center;
}

/* odometer-theme-train-station.css */
/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-train-station {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-train-station .odometer-digit .odometer-ribbon {
  display: block;
}

/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-train-station .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-train-station .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-train-station .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-train-station.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-train-station {
  font-family: "Economica",sans-serif;
}

/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: .1em;
  -webkit-border-radius: .1em;
  border-radius: .1em;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMTExMTExIi8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMzMzMzMzMiLz48c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #111), color-stop(35%, #111), color-stop(55%, #333), color-stop(55%, #111), color-stop(100%, #111));
  background-image: -moz-linear-gradient(top, #111 0, #111 35%, #333 55%, #111 55%, #111 100%);
  background-image: -webkit-linear-gradient(top, #111 0, #111 35%, #333 55%, #111 55%, #111 100%);
  background-image: linear-gradient(to bottom, #111 0, #111 35%, #333 55%, #111 55%, #111 100%);
  background-color: #222;
  padding: 0 .15em;
  color: #fff;
}

/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit + .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit + .odometer-digit {
  margin-left: .1em;
}

/* line 239, app/assets/stylesheets/css-plugin-collections.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-train-station .odometer-digit .odometer-digit-inner {
  left: .15em;
}

/*!
 Version: 1.8.0
  Author: Ken Wheeler
    Repo: http://github.com/kenwheeler/slick
*/
/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-list:focus {
  outline: none;
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-track:after {
  clear: both;
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-slide img {
  display: block;
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 248, app/assets/stylesheets/css-plugin-collections.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-loading .slick-list {
  background: #fff url(/slick-slider/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(/slick-slider/fonts/slick.eot);
  src: url(/slick-slider/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/slick-slider/fonts/slick.woff) format("woff"), url(/slick-slider/fonts/slick.ttf) format("truetype"), url(/slick-slider/fonts/slick.svg#slick) format("svg");
}

/* Arrows */
/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-prev {
  left: -25px;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-prev:before {
  content: '←';
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
[dir='rtl'] .slick-prev:before {
  content: '→';
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-next {
  right: -25px;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-next:before {
  content: '→';
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 249, app/assets/stylesheets/css-plugin-collections.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*
 * 	Menuzord-Responsive-Megamenu
 * -----------------------------------------------
*/
/*Item name: Menuzord - Responsive 
MegamenuAuthor: marcoarib - marco.arib@gmail.com
License: http://codecanyon.net/licenses
*/
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord, .menuzord * {
  font-family: 'Roboto Slab', serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord {
  width: 100%;
  padding: 0 30px;
  float: left;
  position: relative;
  background: #fff;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord a {
  -o-transition: color .3s linear, background .3s linear;
  -moz-transition: color .3s linear, background .3s linear;
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
}

/* scrollable menu */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu.scrollable > .scrollable-fix {
  display: none;
}

/* 2 - BRAND======================================*/
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-brand {
  margin: 18px 30px 0 0;
  float: left;
  color: #666;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}

/* 3 - MENU======================================*/
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Right alignment */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu.menuzord-right {
  float: right;
}

/* Menu items */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li {
  display: inline-block;
  float: left;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > a {
  padding: 26px 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  outline: 0;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

/* Active/hover state (Menu items) */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a {
  color: #333;
}

/* 4 - DROPDOWN======================================*/
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 180px;
  white-space: nowrap;
  background: #fff;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu ul.dropdown li ul.dropdown {
  left: 100%;
}

/* Dropdown items */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu ul.dropdown li {
  clear: both;
  width: 100%;
  border: 0 none;
  font-size: 12px;
  position: relative;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu ul.dropdown li a {
  width: 100%;
  background: none;
  padding: 10px 25px 10px 22px;
  color: #888;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  -o-transition: padding .2s linear;
  -moz-transition: padding .2s linear;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear;
}

/* Hover state (dropdown items) */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu ul.dropdown li:hover > a {
  padding-left: 28px;
  padding-right: 19px;
  color: #333;
}

/* Dropdown left alignment */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu ul.dropdown.dropdown-left {
  left: none;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
  left: -100%;
}

/* 5 - DROPDOWN/MEGAMENU INDICATORS======================================*/
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu li .indicator {
  margin-left: 3px;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu li ul.dropdown li .indicator {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 15px;
}

/* 6 - MEGAMENU======================================*/
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu {
  width: 100%;
  padding: 20px 30px;
  left: 0;
  position: absolute;
  display: none;
  z-index: 99;
  border-top: solid 1px #f0f0f0;
  background: #fff;
}

/* 7 - MEGAMENU WIDTHS======================================*/
/* Half width */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu.megamenu-half-width {
  width: 50%;
  left: auto;
}

/* Quarter width */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu.megamenu-quarter-width {
  width: 25%;
  left: auto;
}

/* 8 - GRID SYSTEM======================================*/
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row {
  width: 100%;
  margin-top: 15px;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row:first-child {
  margin-top: 0;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row:before, .menuzord-menu > li > .megamenu .megamenu-row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row:after {
  clear: both;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row .col1, .menuzord-menu > li > .megamenu .megamenu-row .col2, .menuzord-menu > li > .megamenu .megamenu-row .col3, .menuzord-menu > li > .megamenu .megamenu-row .col4, .menuzord-menu > li > .megamenu .megamenu-row .col5, .menuzord-menu > li > .megamenu .megamenu-row .col6, .menuzord-menu > li > .megamenu .megamenu-row .col7, .menuzord-menu > li > .megamenu .megamenu-row .col8, .menuzord-menu > li > .megamenu .megamenu-row .col9, .menuzord-menu > li > .megamenu .megamenu-row .col10, .menuzord-menu > li > .megamenu .megamenu-row .col11, .menuzord-menu > li > .megamenu .megamenu-row .col12 {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row [class*="col"]:first-child {
  margin-left: 0;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row .col1 {
  width: 5.583333333333%;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row .col2 {
  width: 14.166666666666%;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row .col3 {
  width: 22.75%;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row .col4 {
  width: 31.333333333333%;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row .col5 {
  width: 39.916666666667%;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row .col6 {
  width: 48.5%;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row .col7 {
  width: 57.083333333333%;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row .col8 {
  width: 65.666666666667%;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row .col9 {
  width: 74.25%;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row .col10 {
  width: 82.833333333334%;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row .col11 {
  width: 91.416666666667%;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > .megamenu .megamenu-row .col12 {
  width: 100%;
}

/* 9 - SHOW/HIDE BUTTON (MOBILE MODE)======================================*/
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord .showhide {
  width: 60px;
  height: 46px;
  padding: 13px 0 0;
  display: none;
  float: right;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

/* Show/hide button icon */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord .showhide em {
  width: 20px;
  height: 3px;
  margin: 3.5px 20px 0;
  float: right;
  background: #777;
}

/* 10 - ICONS (parent menu items)======================================*/
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li > a > i {
  margin: 0 5px 0 0;
  font-size: 18px;
  float: left;
  line-height: 20px;
}

/* 11 - SEARCH FIELD======================================*/
/* Form */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li.search form {
  float: left;
  padding: 22px 16px 17px;
}

/* Input */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li.search form input[type="text"] {
  width: 160px;
  padding: 5px 10px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  background: #f0f0f0;
  border-radius: 2px;
  outline: 0;
  -o-transition: width 1s ease-out;
  -moz-transition: width 1s ease-out;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-menu > li.search form:hover input[type="text"] {
  width: 160px;
}

/* 12 - VERTICAL TABS======================================*/
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-tabs {
  width: 100%;
  float: left;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-tabs-nav > li > a {
  width: 100%;
  padding: 7px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #666;
  border: solid 1px #f0f0f0;
  outline: 0;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-tabs-nav li.active a, .menuzord-tabs-nav li:hover a {
  background: #f0f0f0;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-tabs-content {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  border: solid 1px #f0f0f0;
}

/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord-tabs-content.active {
  display: block;
}

/* 13 - COLOR SCHEMES======================================*/
/* blue */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord.blue .menuzord-menu > li.active > a, .menuzord.blue .menuzord-menu > li:hover > a, .menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
  color: #4A89DC;
}

/* green */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord.green .menuzord-menu > li.active > a, .menuzord.green .menuzord-menu > li:hover > a, .menuzord.green .menuzord-menu ul.dropdown li:hover > a {
  color: #37BC9B;
}

/* red */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord.red .menuzord-menu > li.active > a, .menuzord.red .menuzord-menu > li:hover > a, .menuzord.red .menuzord-menu ul.dropdown li:hover > a {
  color: #E9573F;
}

/* orange */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord.orange .menuzord-menu > li.active > a, .menuzord.orange .menuzord-menu > li:hover > a, .menuzord.orange .menuzord-menu ul.dropdown li:hover > a {
  color: #ff670f;
}

/* yellow */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord.yellow .menuzord-menu > li.active > a, .menuzord.yellow .menuzord-menu > li:hover > a, .menuzord.yellow .menuzord-menu ul.dropdown li:hover > a {
  color: #F6BB42;
}

/* purple */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord.purple .menuzord-menu > li.active > a, .menuzord.purple .menuzord-menu > li:hover > a, .menuzord.purple .menuzord-menu ul.dropdown li:hover > a {
  color: #967ADC;
}

/* pink */
/* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
.menuzord.pink .menuzord-menu > li.active > a, .menuzord.pink .menuzord-menu > li:hover > a, .menuzord.pink .menuzord-menu ul.dropdown li:hover > a {
  color: #D770AD;
}

/* 14 - MOBILE MODE (RESPONSIVE MODE)======================================*/
@media (max-width: 900px) {
  /* Responsive menu container */
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive.menuzord {
    padding: 0;
  }
  /* Brand */
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-brand {
    margin: 8px 30px 10px 20px;
    font-size: 20px;
    line-height: 1.55;
  }
  /* Show/hide button */
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .showhide {
    margin: 0;
  }
  /* Menu */
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu {
    width: 100%;
    float: left !important;
  }
  /* scrollable menu*/
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix {
    display: block;
  }
  /* Menu items */
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu > li {
    width: 100%;
    display: block;
    position: relative;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu > li > a {
    width: 100%;
    padding: 12px 20px;
    display: block;
    border-bottom: solid 1px #f0f0f0;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu > li:first-child > a {
    border-top: solid 1px #f0f0f0;
  }
  /* Dropdown */
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu ul.dropdown, .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
    width: 100%;
    left: 0;
    position: static;
    border: none;
    background: #fff;
    float: left;
  }
  /* Dropdown items */
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu ul.dropdown li {
    position: relative;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    border-bottom: solid 1px #f0f0f0;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
    padding-left: 40px !important;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 60px !important;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 80px !important;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a {
    padding-left: 50px !important;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a {
    padding-left: 70px !important;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li:hover > a {
    padding-left: 90px !important;
  }
  /* Dropdown/megamenu indicators */
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu li .indicator {
    width: 60px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    text-align: center;
    line-height: 43px;
    border-left: solid 1px #f5f5f5;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
    height: 38px;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 36px;
  }
  /* Megamenu */
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu > li > .megamenu {
    width: 100% !important;
    left: 0 !important;
    position: static;
    border-top: none;
    border-bottom: solid 1px #f0f0f0;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*="col"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row:first-child [class*="col"]:first-child {
    margin-top: 0;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row {
    margin-top: 0;
  }
  /* Search field */
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu > li.search form {
    width: 100%;
    margin: 4px 0;
    padding: 10px 16px !important;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-menu > li.search form input[type="text"] {
    width: 100%;
  }
  /* Tabs */
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-tabs-nav {
    width: 100%;
  }
  /* line 9, app/assets/stylesheets/menuzord-megamenu.scss */
  .menuzord-responsive .menuzord-tabs-content {
    width: 100%;
  }
}

/*
Boxed Skin
*/
/* Menu items */
/* line 6, app/assets/stylesheets/menuzord-boxed.scss */
.menuzord-menu > li {
  padding: 18px 0;
}

/* line 9, app/assets/stylesheets/menuzord-boxed.scss */
.menuzord-menu > li > a {
  padding: 8px 16px;
}

/* Active/hover state (menu items) */
/* line 14, app/assets/stylesheets/menuzord-boxed.scss */
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
  background: #333;
  color: #fff;
}

/* Dropdown */
/* line 21, app/assets/stylesheets/menuzord-boxed.scss */
.menuzord-menu ul.dropdown {
  top: 71px;
}

/* line 24, app/assets/stylesheets/menuzord-boxed.scss */
.menuzord-menu ul.dropdown li ul.dropdown {
  top: 0;
}

/* Dropdown items */
/* line 29, app/assets/stylesheets/menuzord-boxed.scss */
.menuzord .menuzord-menu ul.dropdown li:hover > a {
  background: #333;
  color: #fff;
}

/* Megamenu */
/* line 35, app/assets/stylesheets/menuzord-boxed.scss */
.menuzord-menu > li > .megamenu {
  top: 71px;
}

/* Search Field */
/* line 40, app/assets/stylesheets/menuzord-boxed.scss */
.menuzord-menu > li.search form {
  padding: 2px 16px;
}

/* Color schemes */
/* blue */
/* line 46, app/assets/stylesheets/menuzord-boxed.scss */
.menuzord.blue .menuzord-menu > li.active > a,
.menuzord.blue .menuzord-menu > li:hover > a,
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
  background: #5D9CEC;
  color: #fff;
}

/* green */
/* line 53, app/assets/stylesheets/menuzord-boxed.scss */
.menuzord.green .menuzord-menu > li.active > a,
.menuzord.green .menuzord-menu > li:hover > a,
.menuzord.green .menuzord-menu ul.dropdown li:hover > a {
  background: #48CFAD;
  color: #fff;
}

/* red */
/* line 60, app/assets/stylesheets/menuzord-boxed.scss */
.menuzord.red .menuzord-menu > li.active > a,
.menuzord.red .menuzord-menu > li:hover > a,
.menuzord.red .menuzord-menu ul.dropdown li:hover > a {
  background: #FC6E51;
  color: #fff;
}

/* orange */
/* line 67, app/assets/stylesheets/menuzord-boxed.scss */
.menuzord.orange .menuzord-menu > li:active > a,
.menuzord.orange .menuzord-menu > li:hover > a,
.menuzord.orange .menuzord-menu ul.dropdown li:hover > a {
  background: #ff853f;
  color: #fff;
}

/* yellow */
/* line 74, app/assets/stylesheets/menuzord-boxed.scss */
.menuzord.yellow .menuzord-menu > li.active > a,
.menuzord.yellow .menuzord-menu > li:hover > a,
.menuzord.yellow .menuzord-menu ul.dropdown li:hover > a {
  background: #FFCE54;
  color: #fff;
}

/* purple */
/* line 81, app/assets/stylesheets/menuzord-boxed.scss */
.menuzord.purple .menuzord-menu > li.active > a,
.menuzord.purple .menuzord-menu > li:hover > a,
.menuzord.purple .menuzord-menu ul.dropdown li:hover > a {
  background: #AC92EC;
  color: #fff;
}

/* pink */
/* line 88, app/assets/stylesheets/menuzord-boxed.scss */
.menuzord.pink .menuzord-menu > li.active > a,
.menuzord.pink .menuzord-menu > li:hover > a,
.menuzord.pink .menuzord-menu ul.dropdown li:hover > a {
  background: #EC87C0;
  color: #fff;
}

/* Mobile mode (Responsive mode) */
@media (max-width: 900px) {
  /* Menu items */
  /* line 98, app/assets/stylesheets/menuzord-boxed.scss */
  .menuzord-responsive .menuzord-menu > li {
    padding: 0;
  }
  /* line 101, app/assets/stylesheets/menuzord-boxed.scss */
  .menuzord-responsive .menuzord-menu > li > a {
    padding: 12px 20px !important;
  }
}

/*------------------------------------------------------------------
[Master Stylesheet]

Project:        learnpro
Version:        4.0
Last change:    07.25.2016
Primary use:    Learnpro - Education University School Kindergarten Learning HTML Template
Author:         ThemeMascot
URL:            http://themeforest.net/user/ThemeMascot
-------------------------------------------------------------------*/
/*
This file contains the common styles of this theme.
*/
/*------------------------------------------------------------------
[table of contents]

* typography.less
* common.less
* extra.less
* overlay.less
* header.less
* nav.less
* topbar.less
* inner-header-title.less
* vertical-nav.less
* menu-full-page.less
* boxed-layout.less
* form.less
* side-push-panel.less
* box-hover-effect.less
* gallery-isotope.less
* slider.less
* home.less
* about.less
* causes.less
* volunteer.less
* contact.less
* event.less
* practice-area.less
* services.less
* job.less
* shop.less
* blog.less
* shortcodes.less 
	* alerts.less
	* blockquote.less
	* buttons.less
	* clients.less
	* countdown-Timer.less
	* countdown.less
	* dividers.less
	* facebook-disqus-comments.less
	* faqs.less
	* flex-slider.less
	* flip-box.less
	* font-icons.less
	* funfacts.less
	* infinitescroll.less
	* instagram.less
	* lightbox.less
	* map.less
	* pegination.less
	* pricing.less
	* process-steps.less
	* progress-bar.less
	* promo.less
	* section-title.less
	* separators.less
	* styled-icons.less
	* tabs.less
	* teams.less
	* testimonials.less
	* toggles-accordions.less
	* vertical-timeline.less
	* working-process.less
* Footer
* ===============================================
*/
/*!
 *  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-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-ba552005a69e0718f70d36e302a2e4acecd2b78f75c3f3400cc89e363333959b.eot?v=4.7.0);
  src: url(/assets/fontawesome-webfont-ba552005a69e0718f70d36e302a2e4acecd2b78f75c3f3400cc89e363333959b.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/assets/fontawesome-webfont-ac74cbb8412a5dfe1d390d4cab45d2cd8ff2c8cbdb4028fdbd722b8000ab02a2.woff2?v=4.7.0) format("woff2"), url(/assets/fontawesome-webfont-2b3f99652c9934733b3a1d60ff063a614b9fbba7eb1475db8efedfff13f5b90f.woff?v=4.7.0) format("woff"), url(/assets/fontawesome-webfont-8a491d6a4f6495c578d1baf5c7a36d996b14c00c53b0381321d8f200e93fa758.ttf?v=4.7.0) format("truetype"), url(/assets/fontawesome-webfont-42a2a54ba9e715aa82b4b20861d3743c43e6911d5ed52bd87ea3957b767c902d.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.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;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-2x {
  font-size: 2em;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-3x {
  font-size: 3em;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-4x {
  font-size: 4em;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-5x {
  font-size: 5em;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-ul > li {
  position: relative;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-pull-left {
  float: left;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-pull-right {
  float: right;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.pull-right {
  float: right;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.pull-left {
  float: left;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.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 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.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 4, app/assets/stylesheets/font-awesome.min.scss */
.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 4, app/assets/stylesheets/font-awesome.min.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-inverse {
  color: #fff;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-music:before {
  content: "\f001";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-search:before {
  content: "\f002";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-star:before {
  content: "\f005";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-user:before {
  content: "\f007";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-film:before {
  content: "\f008";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-home:before {
  content: "\f015";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-road:before {
  content: "\f018";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-download:before {
  content: "\f019";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-font:before {
  content: "\f031";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-random:before {
  content: "\f074";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-key:before {
  content: "\f084";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-code:before {
  content: "\f121";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-question:before {
  content: "\f128";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-info:before {
  content: "\f129";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-female:before {
  content: "\f182";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-male:before {
  content: "\f183";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-server:before {
  content: "\f233";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-train:before {
  content: "\f238";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-map:before {
  content: "\f279";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 4, app/assets/stylesheets/font-awesome.min.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * font-awesome-animation - v0.0.8
 * https://github.com/l-lin/font-awesome-animation
 * License: MIT
 */
@-webkit-keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18%, 20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28%, 30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38%, 40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48%, 50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58%, 60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  100%, 75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18%, 20% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28%, 30% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38%, 40% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48%, 50% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58%, 60% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  100%, 75% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-wrench, .faa-wrench.animated, .faa-wrench.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-wrench.faa-fast, .faa-wrench.animated-hover.faa-fast:hover, .faa-wrench.animated.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-wrench.faa-slow, .faa-wrench.animated-hover.faa-slow:hover, .faa-wrench.animated.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  100%, 20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  100%, 20% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-ring, .faa-ring.animated, .faa-ring.animated-hover:hover {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-ring.faa-fast, .faa-ring.animated-hover.faa-fast:hover, .faa-ring.animated.faa-fast {
  -webkit-animation: ring 1s ease infinite;
  animation: ring 1s ease infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-ring.faa-slow, .faa-ring.animated-hover.faa-slow:hover, .faa-ring.animated.faa-slow {
  -webkit-animation: ring 3s ease infinite;
  animation: ring 3s ease infinite;
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100%, 22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  4% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  8% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  12% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  16% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  20% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100%, 22% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-vertical, .faa-vertical.animated, .faa-vertical.animated-hover:hover {
  -webkit-animation: vertical 2s ease infinite;
  animation: vertical 2s ease infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-vertical.faa-fast, .faa-vertical.animated-hover.faa-fast:hover, .faa-vertical.animated.faa-fast {
  -webkit-animation: vertical 1s ease infinite;
  animation: vertical 1s ease infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-vertical.faa-slow, .faa-vertical.animated-hover.faa-slow:hover, .faa-vertical.animated.faa-slow {
  -webkit-animation: vertical 4s ease infinite;
  animation: vertical 4s ease infinite;
}

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  100%, 36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  12% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  18% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  24% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  100%, 36% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-horizontal.animated, .faa-horizontal.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-horizontal {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-horizontal.animated-hover.faa-fast:hover, .faa-horizontal.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  -webkit-animation: horizontal 1s ease infinite;
  animation: horizontal 1s ease infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-horizontal.animated-hover.faa-slow:hover, .faa-horizontal.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  -webkit-animation: horizontal 3s ease infinite;
  animation: horizontal 3s ease infinite;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-flash.animated, .faa-flash.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-flash {
  -webkit-animation: flash 2s ease infinite;
  animation: flash 2s ease infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-flash.animated-hover.faa-fast:hover, .faa-flash.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-flash.faa-fast {
  -webkit-animation: flash 1s ease infinite;
  animation: flash 1s ease infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-flash.animated-hover.faa-slow:hover, .faa-flash.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-flash.faa-slow {
  -webkit-animation: flash 3s ease infinite;
  animation: flash 3s ease infinite;
}

@-webkit-keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40%, 60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40%, 60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-bounce.animated, .faa-bounce.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-bounce {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-bounce.animated-hover.faa-fast:hover, .faa-bounce.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
  -webkit-animation: bounce 1s ease infinite;
  animation: bounce 1s ease infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-bounce.animated-hover.faa-slow:hover, .faa-bounce.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
  -webkit-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite;
}

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

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

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-spin, .faa-spin.animated, .faa-spin.animated-hover:hover {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-spin.faa-fast, .faa-spin.animated-hover.faa-fast:hover, .faa-spin.animated.faa-fast {
  -webkit-animation: spin .7s linear infinite;
  animation: spin .7s linear infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-spin.faa-slow, .faa-spin.animated-hover.faa-slow:hover, .faa-spin.animated.faa-slow {
  -webkit-animation: spin 2.2s linear infinite;
  animation: spin 2.2s linear infinite;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-float.animated, .faa-float.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-float {
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-float.animated-hover.faa-fast:hover, .faa-float.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-float.faa-fast {
  -webkit-animation: float 1s linear infinite;
  animation: float 1s linear infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-float.animated-hover.faa-slow:hover, .faa-float.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-float.faa-slow {
  -webkit-animation: float 3s linear infinite;
  animation: float 3s linear infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-pulse, .faa-pulse.animated, .faa-pulse.animated-hover:hover {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-pulse.faa-fast, .faa-pulse.animated-hover.faa-fast:hover, .faa-pulse.animated.faa-fast {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-pulse.faa-slow, .faa-pulse.animated-hover.faa-slow:hover, .faa-pulse.animated.faa-slow {
  -webkit-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-shake, .faa-shake.animated, .faa-shake.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-shake.faa-fast, .faa-shake.animated-hover.faa-fast:hover, .faa-shake.animated.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-shake.faa-slow, .faa-shake.animated-hover.faa-slow:hover, .faa-shake.animated.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  100%, 80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    -ms-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    -ms-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    -ms-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  100%, 80% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-tada, .faa-tada.animated, .faa-tada.animated-hover:hover {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-tada.faa-fast, .faa-tada.animated-hover.faa-fast:hover, .faa-tada.animated.faa-fast {
  -webkit-animation: tada 1s linear infinite;
  animation: tada 1s linear infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-tada.faa-slow, .faa-tada.animated-hover.faa-slow:hover, .faa-tada.animated.faa-slow {
  -webkit-animation: tada 3s linear infinite;
  animation: tada 3s linear infinite;
}

@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-passing, .faa-passing.animated, .faa-passing.animated-hover:hover {
  -webkit-animation: passing 2s linear infinite;
  animation: passing 2s linear infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-passing.faa-fast, .faa-passing.animated-hover.faa-fast:hover, .faa-passing.animated.faa-fast {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-passing.faa-slow, .faa-passing.animated-hover.faa-slow:hover, .faa-passing.animated.faa-slow {
  -webkit-animation: passing 3s linear infinite;
  animation: passing 3s linear infinite;
}

@-webkit-keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
}

@keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-passing-reverse, .faa-passing-reverse.animated, .faa-passing-reverse.animated-hover:hover {
  -webkit-animation: passing-reverse 2s linear infinite;
  animation: passing-reverse 2s linear infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast, .faa-passing-reverse.animated-hover.faa-fast:hover, .faa-passing-reverse.animated.faa-fast {
  -webkit-animation: passing-reverse 1s linear infinite;
  animation: passing-reverse 1s linear infinite;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow, .faa-passing-reverse.animated-hover.faa-slow:hover, .faa-passing-reverse.animated.faa-slow {
  -webkit-animation: passing-reverse 3s linear infinite;
  animation: passing-reverse 3s linear infinite;
}

@-webkit-keyframes burst {
  0% {
    opacity: .6;
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes burst {
  0% {
    opacity: .6;
  }
  50% {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-burst.animated, .faa-burst.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-burst {
  -webkit-animation: burst 2s infinite linear;
  animation: burst 2s infinite linear;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-burst.animated-hover.faa-fast:hover, .faa-burst.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  -webkit-animation: burst 1s infinite linear;
  animation: burst 1s infinite linear;
}

/* line 7, app/assets/stylesheets/font-awesome-animation.min.scss */
.faa-burst.animated-hover.faa-slow:hover, .faa-burst.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  -webkit-animation: burst 3s infinite linear;
  animation: burst 3s infinite linear;
}

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url(/../fonts/Pe-icon-7-stroke.eot?d7yf1v);
  src: url(/../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format("embedded-opentype"), url(/../fonts/Pe-icon-7-stroke.woff?d7yf1v) format("woff"), url(/../fonts/Pe-icon-7-stroke.ttf?d7yf1v) format("truetype"), url(/../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, app/assets/stylesheets/pe-icon-7-stroke.scss */
[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-album:before {
  content: "\e6aa";
}

/* line 30, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-arc:before {
  content: "\e6ab";
}

/* line 33, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-back-2:before {
  content: "\e6ac";
}

/* line 36, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-bandaid:before {
  content: "\e6ad";
}

/* line 39, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-car:before {
  content: "\e6ae";
}

/* line 42, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-diamond:before {
  content: "\e6af";
}

/* line 45, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-door-lock:before {
  content: "\e6b0";
}

/* line 48, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-eyedropper:before {
  content: "\e6b1";
}

/* line 51, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-female:before {
  content: "\e6b2";
}

/* line 54, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-gym:before {
  content: "\e6b3";
}

/* line 57, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-hammer:before {
  content: "\e6b4";
}

/* line 60, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-headphones:before {
  content: "\e6b5";
}

/* line 63, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-helm:before {
  content: "\e6b6";
}

/* line 66, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-hourglass:before {
  content: "\e6b7";
}

/* line 69, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-leaf:before {
  content: "\e6b8";
}

/* line 72, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-magic-wand:before {
  content: "\e6b9";
}

/* line 75, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-male:before {
  content: "\e6ba";
}

/* line 78, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-map-2:before {
  content: "\e6bb";
}

/* line 81, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-next-2:before {
  content: "\e6bc";
}

/* line 84, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}

/* line 87, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-pendrive:before {
  content: "\e6be";
}

/* line 90, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-photo:before {
  content: "\e6bf";
}

/* line 93, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-piggy:before {
  content: "\e6c0";
}

/* line 96, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-plugin:before {
  content: "\e6c1";
}

/* line 99, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-refresh-2:before {
  content: "\e6c2";
}

/* line 102, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-rocket:before {
  content: "\e6c3";
}

/* line 105, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-settings:before {
  content: "\e6c4";
}

/* line 108, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-shield:before {
  content: "\e6c5";
}

/* line 111, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-smile:before {
  content: "\e6c6";
}

/* line 114, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-usb:before {
  content: "\e6c7";
}

/* line 117, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-vector:before {
  content: "\e6c8";
}

/* line 120, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-wine:before {
  content: "\e6c9";
}

/* line 123, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-cloud-upload:before {
  content: "\e68a";
}

/* line 126, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-cash:before {
  content: "\e68c";
}

/* line 129, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-close:before {
  content: "\e680";
}

/* line 132, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-bluetooth:before {
  content: "\e68d";
}

/* line 135, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-cloud-download:before {
  content: "\e68b";
}

/* line 138, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-way:before {
  content: "\e68e";
}

/* line 141, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-close-circle:before {
  content: "\e681";
}

/* line 144, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-id:before {
  content: "\e68f";
}

/* line 147, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-up:before {
  content: "\e682";
}

/* line 150, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-wristwatch:before {
  content: "\e690";
}

/* line 153, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-up-circle:before {
  content: "\e683";
}

/* line 156, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-world:before {
  content: "\e691";
}

/* line 159, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-right:before {
  content: "\e684";
}

/* line 162, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-volume:before {
  content: "\e692";
}

/* line 165, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-right-circle:before {
  content: "\e685";
}

/* line 168, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-users:before {
  content: "\e693";
}

/* line 171, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-left:before {
  content: "\e686";
}

/* line 174, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-user-female:before {
  content: "\e694";
}

/* line 177, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-left-circle:before {
  content: "\e687";
}

/* line 180, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-up-arrow:before {
  content: "\e695";
}

/* line 183, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-down:before {
  content: "\e688";
}

/* line 186, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-switch:before {
  content: "\e696";
}

/* line 189, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-down-circle:before {
  content: "\e689";
}

/* line 192, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-scissors:before {
  content: "\e697";
}

/* line 195, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-wallet:before {
  content: "\e600";
}

/* line 198, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-safe:before {
  content: "\e698";
}

/* line 201, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-volume2:before {
  content: "\e601";
}

/* line 204, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-volume1:before {
  content: "\e602";
}

/* line 207, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-voicemail:before {
  content: "\e603";
}

/* line 210, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-video:before {
  content: "\e604";
}

/* line 213, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-user:before {
  content: "\e605";
}

/* line 216, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-upload:before {
  content: "\e606";
}

/* line 219, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-unlock:before {
  content: "\e607";
}

/* line 222, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-umbrella:before {
  content: "\e608";
}

/* line 225, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-trash:before {
  content: "\e609";
}

/* line 228, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-tools:before {
  content: "\e60a";
}

/* line 231, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-timer:before {
  content: "\e60b";
}

/* line 234, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-ticket:before {
  content: "\e60c";
}

/* line 237, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-target:before {
  content: "\e60d";
}

/* line 240, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-sun:before {
  content: "\e60e";
}

/* line 243, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-study:before {
  content: "\e60f";
}

/* line 246, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-stopwatch:before {
  content: "\e610";
}

/* line 249, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-star:before {
  content: "\e611";
}

/* line 252, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-speaker:before {
  content: "\e612";
}

/* line 255, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-signal:before {
  content: "\e613";
}

/* line 258, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-shuffle:before {
  content: "\e614";
}

/* line 261, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-shopbag:before {
  content: "\e615";
}

/* line 264, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-share:before {
  content: "\e616";
}

/* line 267, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-server:before {
  content: "\e617";
}

/* line 270, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-search:before {
  content: "\e618";
}

/* line 273, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-film:before {
  content: "\e6a5";
}

/* line 276, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-science:before {
  content: "\e619";
}

/* line 279, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-disk:before {
  content: "\e6a6";
}

/* line 282, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-ribbon:before {
  content: "\e61a";
}

/* line 285, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-repeat:before {
  content: "\e61b";
}

/* line 288, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-refresh:before {
  content: "\e61c";
}

/* line 291, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-add-user:before {
  content: "\e6a9";
}

/* line 294, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}

/* line 297, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-paperclip:before {
  content: "\e69c";
}

/* line 300, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-radio:before {
  content: "\e61e";
}

/* line 303, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-note2:before {
  content: "\e69d";
}

/* line 306, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-print:before {
  content: "\e61f";
}

/* line 309, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-network:before {
  content: "\e69e";
}

/* line 312, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-prev:before {
  content: "\e620";
}

/* line 315, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-mute:before {
  content: "\e69f";
}

/* line 318, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-power:before {
  content: "\e621";
}

/* line 321, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-medal:before {
  content: "\e6a0";
}

/* line 324, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-portfolio:before {
  content: "\e622";
}

/* line 327, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-like2:before {
  content: "\e6a1";
}

/* line 330, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-plus:before {
  content: "\e623";
}

/* line 333, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-left-arrow:before {
  content: "\e6a2";
}

/* line 336, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-play:before {
  content: "\e624";
}

/* line 339, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-key:before {
  content: "\e6a3";
}

/* line 342, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-plane:before {
  content: "\e625";
}

/* line 345, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-joy:before {
  content: "\e6a4";
}

/* line 348, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-photo-gallery:before {
  content: "\e626";
}

/* line 351, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-pin:before {
  content: "\e69b";
}

/* line 354, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-phone:before {
  content: "\e627";
}

/* line 357, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-plug:before {
  content: "\e69a";
}

/* line 360, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-pen:before {
  content: "\e628";
}

/* line 363, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-right-arrow:before {
  content: "\e699";
}

/* line 366, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-paper-plane:before {
  content: "\e629";
}

/* line 369, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-delete-user:before {
  content: "\e6a7";
}

/* line 372, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-paint:before {
  content: "\e62a";
}

/* line 375, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}

/* line 378, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-notebook:before {
  content: "\e62b";
}

/* line 381, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-note:before {
  content: "\e62c";
}

/* line 384, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-next:before {
  content: "\e62d";
}

/* line 387, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-news-paper:before {
  content: "\e62e";
}

/* line 390, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-musiclist:before {
  content: "\e62f";
}

/* line 393, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-music:before {
  content: "\e630";
}

/* line 396, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-mouse:before {
  content: "\e631";
}

/* line 399, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-more:before {
  content: "\e632";
}

/* line 402, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-moon:before {
  content: "\e633";
}

/* line 405, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-monitor:before {
  content: "\e634";
}

/* line 408, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-micro:before {
  content: "\e635";
}

/* line 411, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-menu:before {
  content: "\e636";
}

/* line 414, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-map:before {
  content: "\e637";
}

/* line 417, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-map-marker:before {
  content: "\e638";
}

/* line 420, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-mail:before {
  content: "\e639";
}

/* line 423, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-mail-open:before {
  content: "\e63a";
}

/* line 426, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-mail-open-file:before {
  content: "\e63b";
}

/* line 429, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-magnet:before {
  content: "\e63c";
}

/* line 432, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-loop:before {
  content: "\e63d";
}

/* line 435, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-look:before {
  content: "\e63e";
}

/* line 438, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-lock:before {
  content: "\e63f";
}

/* line 441, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-lintern:before {
  content: "\e640";
}

/* line 444, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-link:before {
  content: "\e641";
}

/* line 447, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-like:before {
  content: "\e642";
}

/* line 450, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-light:before {
  content: "\e643";
}

/* line 453, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-less:before {
  content: "\e644";
}

/* line 456, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-keypad:before {
  content: "\e645";
}

/* line 459, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-junk:before {
  content: "\e646";
}

/* line 462, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-info:before {
  content: "\e647";
}

/* line 465, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-home:before {
  content: "\e648";
}

/* line 468, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-help2:before {
  content: "\e649";
}

/* line 471, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-help1:before {
  content: "\e64a";
}

/* line 474, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-graph3:before {
  content: "\e64b";
}

/* line 477, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-graph2:before {
  content: "\e64c";
}

/* line 480, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-graph1:before {
  content: "\e64d";
}

/* line 483, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-graph:before {
  content: "\e64e";
}

/* line 486, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-global:before {
  content: "\e64f";
}

/* line 489, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-gleam:before {
  content: "\e650";
}

/* line 492, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-glasses:before {
  content: "\e651";
}

/* line 495, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-gift:before {
  content: "\e652";
}

/* line 498, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-folder:before {
  content: "\e653";
}

/* line 501, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-flag:before {
  content: "\e654";
}

/* line 504, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-filter:before {
  content: "\e655";
}

/* line 507, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-file:before {
  content: "\e656";
}

/* line 510, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-expand1:before {
  content: "\e657";
}

/* line 513, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-exapnd2:before {
  content: "\e658";
}

/* line 516, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-edit:before {
  content: "\e659";
}

/* line 519, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-drop:before {
  content: "\e65a";
}

/* line 522, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-drawer:before {
  content: "\e65b";
}

/* line 525, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-download:before {
  content: "\e65c";
}

/* line 528, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-display2:before {
  content: "\e65d";
}

/* line 531, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-display1:before {
  content: "\e65e";
}

/* line 534, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-diskette:before {
  content: "\e65f";
}

/* line 537, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-date:before {
  content: "\e660";
}

/* line 540, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-cup:before {
  content: "\e661";
}

/* line 543, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-culture:before {
  content: "\e662";
}

/* line 546, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-crop:before {
  content: "\e663";
}

/* line 549, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-credit:before {
  content: "\e664";
}

/* line 552, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-copy-file:before {
  content: "\e665";
}

/* line 555, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-config:before {
  content: "\e666";
}

/* line 558, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-compass:before {
  content: "\e667";
}

/* line 561, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-comment:before {
  content: "\e668";
}

/* line 564, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-coffee:before {
  content: "\e669";
}

/* line 567, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-cloud:before {
  content: "\e66a";
}

/* line 570, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-clock:before {
  content: "\e66b";
}

/* line 573, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-check:before {
  content: "\e66c";
}

/* line 576, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-chat:before {
  content: "\e66d";
}

/* line 579, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-cart:before {
  content: "\e66e";
}

/* line 582, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-camera:before {
  content: "\e66f";
}

/* line 585, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-call:before {
  content: "\e670";
}

/* line 588, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-calculator:before {
  content: "\e671";
}

/* line 591, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-browser:before {
  content: "\e672";
}

/* line 594, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-box2:before {
  content: "\e673";
}

/* line 597, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-box1:before {
  content: "\e674";
}

/* line 600, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-bookmarks:before {
  content: "\e675";
}

/* line 603, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-bicycle:before {
  content: "\e676";
}

/* line 606, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-bell:before {
  content: "\e677";
}

/* line 609, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-battery:before {
  content: "\e678";
}

/* line 612, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-ball:before {
  content: "\e679";
}

/* line 615, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-back:before {
  content: "\e67a";
}

/* line 618, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-attention:before {
  content: "\e67b";
}

/* line 621, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-anchor:before {
  content: "\e67c";
}

/* line 624, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-albums:before {
  content: "\e67d";
}

/* line 627, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-alarm:before {
  content: "\e67e";
}

/* line 630, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-airplay:before {
  content: "\e67f";
}

@font-face {
  font-family: 'ElegantIcons';
  src: url(/../fonts/ElegantIcons.eot);
  src: url(/../fonts/ElegantIcons.eot?#iefix) format("embedded-opentype"), url(/../fonts/ElegantIcons.woff) format("woff"), url(/../fonts/ElegantIcons.ttf) format("truetype"), url(/../fonts/ElegantIcons.svg#ElegantIcons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 13, app/assets/stylesheets/elegant-icons.scss */
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
/* line 31, app/assets/stylesheets/elegant-icons.scss */
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 41, app/assets/stylesheets/elegant-icons.scss */
.arrow_up:before {
  content: "\21";
}

/* line 44, app/assets/stylesheets/elegant-icons.scss */
.arrow_down:before {
  content: "\22";
}

/* line 47, app/assets/stylesheets/elegant-icons.scss */
.arrow_left:before {
  content: "\23";
}

/* line 50, app/assets/stylesheets/elegant-icons.scss */
.arrow_right:before {
  content: "\24";
}

/* line 53, app/assets/stylesheets/elegant-icons.scss */
.arrow_left-up:before {
  content: "\25";
}

/* line 56, app/assets/stylesheets/elegant-icons.scss */
.arrow_right-up:before {
  content: "\26";
}

/* line 59, app/assets/stylesheets/elegant-icons.scss */
.arrow_right-down:before {
  content: "\27";
}

/* line 62, app/assets/stylesheets/elegant-icons.scss */
.arrow_left-down:before {
  content: "\28";
}

/* line 65, app/assets/stylesheets/elegant-icons.scss */
.arrow-up-down:before {
  content: "\29";
}

/* line 68, app/assets/stylesheets/elegant-icons.scss */
.arrow_up-down_alt:before {
  content: "\2a";
}

/* line 71, app/assets/stylesheets/elegant-icons.scss */
.arrow_left-right_alt:before {
  content: "\2b";
}

/* line 74, app/assets/stylesheets/elegant-icons.scss */
.arrow_left-right:before {
  content: "\2c";
}

/* line 77, app/assets/stylesheets/elegant-icons.scss */
.arrow_expand_alt2:before {
  content: "\2d";
}

/* line 80, app/assets/stylesheets/elegant-icons.scss */
.arrow_expand_alt:before {
  content: "\2e";
}

/* line 83, app/assets/stylesheets/elegant-icons.scss */
.arrow_condense:before {
  content: "\2f";
}

/* line 86, app/assets/stylesheets/elegant-icons.scss */
.arrow_expand:before {
  content: "\30";
}

/* line 89, app/assets/stylesheets/elegant-icons.scss */
.arrow_move:before {
  content: "\31";
}

/* line 92, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-up:before {
  content: "\32";
}

/* line 95, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-down:before {
  content: "\33";
}

/* line 98, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-left:before {
  content: "\34";
}

/* line 101, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-right:before {
  content: "\35";
}

/* line 104, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-2up:before {
  content: "\36";
}

/* line 107, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-2down:before {
  content: "\37";
}

/* line 110, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-2left:before {
  content: "\38";
}

/* line 113, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-2right:before {
  content: "\39";
}

/* line 116, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-up_alt2:before {
  content: "\3a";
}

/* line 119, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-down_alt2:before {
  content: "\3b";
}

/* line 122, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-left_alt2:before {
  content: "\3c";
}

/* line 125, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-right_alt2:before {
  content: "\3d";
}

/* line 128, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-2up_alt2:before {
  content: "\3e";
}

/* line 131, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-2down_alt2:before {
  content: "\3f";
}

/* line 134, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-2left_alt2:before {
  content: "\40";
}

/* line 137, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-2right_alt2:before {
  content: "\41";
}

/* line 140, app/assets/stylesheets/elegant-icons.scss */
.arrow_triangle-up:before {
  content: "\42";
}

/* line 143, app/assets/stylesheets/elegant-icons.scss */
.arrow_triangle-down:before {
  content: "\43";
}

/* line 146, app/assets/stylesheets/elegant-icons.scss */
.arrow_triangle-left:before {
  content: "\44";
}

/* line 149, app/assets/stylesheets/elegant-icons.scss */
.arrow_triangle-right:before {
  content: "\45";
}

/* line 152, app/assets/stylesheets/elegant-icons.scss */
.arrow_triangle-up_alt2:before {
  content: "\46";
}

/* line 155, app/assets/stylesheets/elegant-icons.scss */
.arrow_triangle-down_alt2:before {
  content: "\47";
}

/* line 158, app/assets/stylesheets/elegant-icons.scss */
.arrow_triangle-left_alt2:before {
  content: "\48";
}

/* line 161, app/assets/stylesheets/elegant-icons.scss */
.arrow_triangle-right_alt2:before {
  content: "\49";
}

/* line 164, app/assets/stylesheets/elegant-icons.scss */
.arrow_back:before {
  content: "\4a";
}

/* line 167, app/assets/stylesheets/elegant-icons.scss */
.icon_minus-06:before {
  content: "\4b";
}

/* line 170, app/assets/stylesheets/elegant-icons.scss */
.icon_plus:before {
  content: "\4c";
}

/* line 173, app/assets/stylesheets/elegant-icons.scss */
.icon_close:before {
  content: "\4d";
}

/* line 176, app/assets/stylesheets/elegant-icons.scss */
.icon_check:before {
  content: "\4e";
}

/* line 179, app/assets/stylesheets/elegant-icons.scss */
.icon_minus_alt2:before {
  content: "\4f";
}

/* line 182, app/assets/stylesheets/elegant-icons.scss */
.icon_plus_alt2:before {
  content: "\50";
}

/* line 185, app/assets/stylesheets/elegant-icons.scss */
.icon_close_alt2:before {
  content: "\51";
}

/* line 188, app/assets/stylesheets/elegant-icons.scss */
.icon_check_alt2:before {
  content: "\52";
}

/* line 191, app/assets/stylesheets/elegant-icons.scss */
.icon_zoom-out_alt:before {
  content: "\53";
}

/* line 194, app/assets/stylesheets/elegant-icons.scss */
.icon_zoom-in_alt:before {
  content: "\54";
}

/* line 197, app/assets/stylesheets/elegant-icons.scss */
.icon_search:before {
  content: "\55";
}

/* line 200, app/assets/stylesheets/elegant-icons.scss */
.icon_box-empty:before {
  content: "\56";
}

/* line 203, app/assets/stylesheets/elegant-icons.scss */
.icon_box-selected:before {
  content: "\57";
}

/* line 206, app/assets/stylesheets/elegant-icons.scss */
.icon_minus-box:before {
  content: "\58";
}

/* line 209, app/assets/stylesheets/elegant-icons.scss */
.icon_plus-box:before {
  content: "\59";
}

/* line 212, app/assets/stylesheets/elegant-icons.scss */
.icon_box-checked:before {
  content: "\5a";
}

/* line 215, app/assets/stylesheets/elegant-icons.scss */
.icon_circle-empty:before {
  content: "\5b";
}

/* line 218, app/assets/stylesheets/elegant-icons.scss */
.icon_circle-slelected:before {
  content: "\5c";
}

/* line 221, app/assets/stylesheets/elegant-icons.scss */
.icon_stop_alt2:before {
  content: "\5d";
}

/* line 224, app/assets/stylesheets/elegant-icons.scss */
.icon_stop:before {
  content: "\5e";
}

/* line 227, app/assets/stylesheets/elegant-icons.scss */
.icon_pause_alt2:before {
  content: "\5f";
}

/* line 230, app/assets/stylesheets/elegant-icons.scss */
.icon_pause:before {
  content: "\60";
}

/* line 233, app/assets/stylesheets/elegant-icons.scss */
.icon_menu:before {
  content: "\61";
}

/* line 236, app/assets/stylesheets/elegant-icons.scss */
.icon_menu-square_alt2:before {
  content: "\62";
}

/* line 239, app/assets/stylesheets/elegant-icons.scss */
.icon_menu-circle_alt2:before {
  content: "\63";
}

/* line 242, app/assets/stylesheets/elegant-icons.scss */
.icon_ul:before {
  content: "\64";
}

/* line 245, app/assets/stylesheets/elegant-icons.scss */
.icon_ol:before {
  content: "\65";
}

/* line 248, app/assets/stylesheets/elegant-icons.scss */
.icon_adjust-horiz:before {
  content: "\66";
}

/* line 251, app/assets/stylesheets/elegant-icons.scss */
.icon_adjust-vert:before {
  content: "\67";
}

/* line 254, app/assets/stylesheets/elegant-icons.scss */
.icon_document_alt:before {
  content: "\68";
}

/* line 257, app/assets/stylesheets/elegant-icons.scss */
.icon_documents_alt:before {
  content: "\69";
}

/* line 260, app/assets/stylesheets/elegant-icons.scss */
.icon_pencil:before {
  content: "\6a";
}

/* line 263, app/assets/stylesheets/elegant-icons.scss */
.icon_pencil-edit_alt:before {
  content: "\6b";
}

/* line 266, app/assets/stylesheets/elegant-icons.scss */
.icon_pencil-edit:before {
  content: "\6c";
}

/* line 269, app/assets/stylesheets/elegant-icons.scss */
.icon_folder-alt:before {
  content: "\6d";
}

/* line 272, app/assets/stylesheets/elegant-icons.scss */
.icon_folder-open_alt:before {
  content: "\6e";
}

/* line 275, app/assets/stylesheets/elegant-icons.scss */
.icon_folder-add_alt:before {
  content: "\6f";
}

/* line 278, app/assets/stylesheets/elegant-icons.scss */
.icon_info_alt:before {
  content: "\70";
}

/* line 281, app/assets/stylesheets/elegant-icons.scss */
.icon_error-oct_alt:before {
  content: "\71";
}

/* line 284, app/assets/stylesheets/elegant-icons.scss */
.icon_error-circle_alt:before {
  content: "\72";
}

/* line 287, app/assets/stylesheets/elegant-icons.scss */
.icon_error-triangle_alt:before {
  content: "\73";
}

/* line 290, app/assets/stylesheets/elegant-icons.scss */
.icon_question_alt2:before {
  content: "\74";
}

/* line 293, app/assets/stylesheets/elegant-icons.scss */
.icon_question:before {
  content: "\75";
}

/* line 296, app/assets/stylesheets/elegant-icons.scss */
.icon_comment_alt:before {
  content: "\76";
}

/* line 299, app/assets/stylesheets/elegant-icons.scss */
.icon_chat_alt:before {
  content: "\77";
}

/* line 302, app/assets/stylesheets/elegant-icons.scss */
.icon_vol-mute_alt:before {
  content: "\78";
}

/* line 305, app/assets/stylesheets/elegant-icons.scss */
.icon_volume-low_alt:before {
  content: "\79";
}

/* line 308, app/assets/stylesheets/elegant-icons.scss */
.icon_volume-high_alt:before {
  content: "\7a";
}

/* line 311, app/assets/stylesheets/elegant-icons.scss */
.icon_quotations:before {
  content: "\7b";
}

/* line 314, app/assets/stylesheets/elegant-icons.scss */
.icon_quotations_alt2:before {
  content: "\7c";
}

/* line 317, app/assets/stylesheets/elegant-icons.scss */
.icon_clock_alt:before {
  content: "\7d";
}

/* line 320, app/assets/stylesheets/elegant-icons.scss */
.icon_lock_alt:before {
  content: "\7e";
}

/* line 323, app/assets/stylesheets/elegant-icons.scss */
.icon_lock-open_alt:before {
  content: "\e000";
}

/* line 326, app/assets/stylesheets/elegant-icons.scss */
.icon_key_alt:before {
  content: "\e001";
}

/* line 329, app/assets/stylesheets/elegant-icons.scss */
.icon_cloud_alt:before {
  content: "\e002";
}

/* line 332, app/assets/stylesheets/elegant-icons.scss */
.icon_cloud-upload_alt:before {
  content: "\e003";
}

/* line 335, app/assets/stylesheets/elegant-icons.scss */
.icon_cloud-download_alt:before {
  content: "\e004";
}

/* line 338, app/assets/stylesheets/elegant-icons.scss */
.icon_image:before {
  content: "\e005";
}

/* line 341, app/assets/stylesheets/elegant-icons.scss */
.icon_images:before {
  content: "\e006";
}

/* line 344, app/assets/stylesheets/elegant-icons.scss */
.icon_lightbulb_alt:before {
  content: "\e007";
}

/* line 347, app/assets/stylesheets/elegant-icons.scss */
.icon_gift_alt:before {
  content: "\e008";
}

/* line 350, app/assets/stylesheets/elegant-icons.scss */
.icon_house_alt:before {
  content: "\e009";
}

/* line 353, app/assets/stylesheets/elegant-icons.scss */
.icon_genius:before {
  content: "\e00a";
}

/* line 356, app/assets/stylesheets/elegant-icons.scss */
.icon_mobile:before {
  content: "\e00b";
}

/* line 359, app/assets/stylesheets/elegant-icons.scss */
.icon_tablet:before {
  content: "\e00c";
}

/* line 362, app/assets/stylesheets/elegant-icons.scss */
.icon_laptop:before {
  content: "\e00d";
}

/* line 365, app/assets/stylesheets/elegant-icons.scss */
.icon_desktop:before {
  content: "\e00e";
}

/* line 368, app/assets/stylesheets/elegant-icons.scss */
.icon_camera_alt:before {
  content: "\e00f";
}

/* line 371, app/assets/stylesheets/elegant-icons.scss */
.icon_mail_alt:before {
  content: "\e010";
}

/* line 374, app/assets/stylesheets/elegant-icons.scss */
.icon_cone_alt:before {
  content: "\e011";
}

/* line 377, app/assets/stylesheets/elegant-icons.scss */
.icon_ribbon_alt:before {
  content: "\e012";
}

/* line 380, app/assets/stylesheets/elegant-icons.scss */
.icon_bag_alt:before {
  content: "\e013";
}

/* line 383, app/assets/stylesheets/elegant-icons.scss */
.icon_creditcard:before {
  content: "\e014";
}

/* line 386, app/assets/stylesheets/elegant-icons.scss */
.icon_cart_alt:before {
  content: "\e015";
}

/* line 389, app/assets/stylesheets/elegant-icons.scss */
.icon_paperclip:before {
  content: "\e016";
}

/* line 392, app/assets/stylesheets/elegant-icons.scss */
.icon_tag_alt:before {
  content: "\e017";
}

/* line 395, app/assets/stylesheets/elegant-icons.scss */
.icon_tags_alt:before {
  content: "\e018";
}

/* line 398, app/assets/stylesheets/elegant-icons.scss */
.icon_trash_alt:before {
  content: "\e019";
}

/* line 401, app/assets/stylesheets/elegant-icons.scss */
.icon_cursor_alt:before {
  content: "\e01a";
}

/* line 404, app/assets/stylesheets/elegant-icons.scss */
.icon_mic_alt:before {
  content: "\e01b";
}

/* line 407, app/assets/stylesheets/elegant-icons.scss */
.icon_compass_alt:before {
  content: "\e01c";
}

/* line 410, app/assets/stylesheets/elegant-icons.scss */
.icon_pin_alt:before {
  content: "\e01d";
}

/* line 413, app/assets/stylesheets/elegant-icons.scss */
.icon_pushpin_alt:before {
  content: "\e01e";
}

/* line 416, app/assets/stylesheets/elegant-icons.scss */
.icon_map_alt:before {
  content: "\e01f";
}

/* line 419, app/assets/stylesheets/elegant-icons.scss */
.icon_drawer_alt:before {
  content: "\e020";
}

/* line 422, app/assets/stylesheets/elegant-icons.scss */
.icon_toolbox_alt:before {
  content: "\e021";
}

/* line 425, app/assets/stylesheets/elegant-icons.scss */
.icon_book_alt:before {
  content: "\e022";
}

/* line 428, app/assets/stylesheets/elegant-icons.scss */
.icon_calendar:before {
  content: "\e023";
}

/* line 431, app/assets/stylesheets/elegant-icons.scss */
.icon_film:before {
  content: "\e024";
}

/* line 434, app/assets/stylesheets/elegant-icons.scss */
.icon_table:before {
  content: "\e025";
}

/* line 437, app/assets/stylesheets/elegant-icons.scss */
.icon_contacts_alt:before {
  content: "\e026";
}

/* line 440, app/assets/stylesheets/elegant-icons.scss */
.icon_headphones:before {
  content: "\e027";
}

/* line 443, app/assets/stylesheets/elegant-icons.scss */
.icon_lifesaver:before {
  content: "\e028";
}

/* line 446, app/assets/stylesheets/elegant-icons.scss */
.icon_piechart:before {
  content: "\e029";
}

/* line 449, app/assets/stylesheets/elegant-icons.scss */
.icon_refresh:before {
  content: "\e02a";
}

/* line 452, app/assets/stylesheets/elegant-icons.scss */
.icon_link_alt:before {
  content: "\e02b";
}

/* line 455, app/assets/stylesheets/elegant-icons.scss */
.icon_link:before {
  content: "\e02c";
}

/* line 458, app/assets/stylesheets/elegant-icons.scss */
.icon_loading:before {
  content: "\e02d";
}

/* line 461, app/assets/stylesheets/elegant-icons.scss */
.icon_blocked:before {
  content: "\e02e";
}

/* line 464, app/assets/stylesheets/elegant-icons.scss */
.icon_archive_alt:before {
  content: "\e02f";
}

/* line 467, app/assets/stylesheets/elegant-icons.scss */
.icon_heart_alt:before {
  content: "\e030";
}

/* line 470, app/assets/stylesheets/elegant-icons.scss */
.icon_star_alt:before {
  content: "\e031";
}

/* line 473, app/assets/stylesheets/elegant-icons.scss */
.icon_star-half_alt:before {
  content: "\e032";
}

/* line 476, app/assets/stylesheets/elegant-icons.scss */
.icon_star:before {
  content: "\e033";
}

/* line 479, app/assets/stylesheets/elegant-icons.scss */
.icon_star-half:before {
  content: "\e034";
}

/* line 482, app/assets/stylesheets/elegant-icons.scss */
.icon_tools:before {
  content: "\e035";
}

/* line 485, app/assets/stylesheets/elegant-icons.scss */
.icon_tool:before {
  content: "\e036";
}

/* line 488, app/assets/stylesheets/elegant-icons.scss */
.icon_cog:before {
  content: "\e037";
}

/* line 491, app/assets/stylesheets/elegant-icons.scss */
.icon_cogs:before {
  content: "\e038";
}

/* line 494, app/assets/stylesheets/elegant-icons.scss */
.arrow_up_alt:before {
  content: "\e039";
}

/* line 497, app/assets/stylesheets/elegant-icons.scss */
.arrow_down_alt:before {
  content: "\e03a";
}

/* line 500, app/assets/stylesheets/elegant-icons.scss */
.arrow_left_alt:before {
  content: "\e03b";
}

/* line 503, app/assets/stylesheets/elegant-icons.scss */
.arrow_right_alt:before {
  content: "\e03c";
}

/* line 506, app/assets/stylesheets/elegant-icons.scss */
.arrow_left-up_alt:before {
  content: "\e03d";
}

/* line 509, app/assets/stylesheets/elegant-icons.scss */
.arrow_right-up_alt:before {
  content: "\e03e";
}

/* line 512, app/assets/stylesheets/elegant-icons.scss */
.arrow_right-down_alt:before {
  content: "\e03f";
}

/* line 515, app/assets/stylesheets/elegant-icons.scss */
.arrow_left-down_alt:before {
  content: "\e040";
}

/* line 518, app/assets/stylesheets/elegant-icons.scss */
.arrow_condense_alt:before {
  content: "\e041";
}

/* line 521, app/assets/stylesheets/elegant-icons.scss */
.arrow_expand_alt3:before {
  content: "\e042";
}

/* line 524, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot_up_alt:before {
  content: "\e043";
}

/* line 527, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-down_alt:before {
  content: "\e044";
}

/* line 530, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-left_alt:before {
  content: "\e045";
}

/* line 533, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-right_alt:before {
  content: "\e046";
}

/* line 536, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-2up_alt:before {
  content: "\e047";
}

/* line 539, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-2dwnn_alt:before {
  content: "\e048";
}

/* line 542, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-2left_alt:before {
  content: "\e049";
}

/* line 545, app/assets/stylesheets/elegant-icons.scss */
.arrow_carrot-2right_alt:before {
  content: "\e04a";
}

/* line 548, app/assets/stylesheets/elegant-icons.scss */
.arrow_triangle-up_alt:before {
  content: "\e04b";
}

/* line 551, app/assets/stylesheets/elegant-icons.scss */
.arrow_triangle-down_alt:before {
  content: "\e04c";
}

/* line 554, app/assets/stylesheets/elegant-icons.scss */
.arrow_triangle-left_alt:before {
  content: "\e04d";
}

/* line 557, app/assets/stylesheets/elegant-icons.scss */
.arrow_triangle-right_alt:before {
  content: "\e04e";
}

/* line 560, app/assets/stylesheets/elegant-icons.scss */
.icon_minus_alt:before {
  content: "\e04f";
}

/* line 563, app/assets/stylesheets/elegant-icons.scss */
.icon_plus_alt:before {
  content: "\e050";
}

/* line 566, app/assets/stylesheets/elegant-icons.scss */
.icon_close_alt:before {
  content: "\e051";
}

/* line 569, app/assets/stylesheets/elegant-icons.scss */
.icon_check_alt:before {
  content: "\e052";
}

/* line 572, app/assets/stylesheets/elegant-icons.scss */
.icon_zoom-out:before {
  content: "\e053";
}

/* line 575, app/assets/stylesheets/elegant-icons.scss */
.icon_zoom-in:before {
  content: "\e054";
}

/* line 578, app/assets/stylesheets/elegant-icons.scss */
.icon_stop_alt:before {
  content: "\e055";
}

/* line 581, app/assets/stylesheets/elegant-icons.scss */
.icon_menu-square_alt:before {
  content: "\e056";
}

/* line 584, app/assets/stylesheets/elegant-icons.scss */
.icon_menu-circle_alt:before {
  content: "\e057";
}

/* line 587, app/assets/stylesheets/elegant-icons.scss */
.icon_document:before {
  content: "\e058";
}

/* line 590, app/assets/stylesheets/elegant-icons.scss */
.icon_documents:before {
  content: "\e059";
}

/* line 593, app/assets/stylesheets/elegant-icons.scss */
.icon_pencil_alt:before {
  content: "\e05a";
}

/* line 596, app/assets/stylesheets/elegant-icons.scss */
.icon_folder:before {
  content: "\e05b";
}

/* line 599, app/assets/stylesheets/elegant-icons.scss */
.icon_folder-open:before {
  content: "\e05c";
}

/* line 602, app/assets/stylesheets/elegant-icons.scss */
.icon_folder-add:before {
  content: "\e05d";
}

/* line 605, app/assets/stylesheets/elegant-icons.scss */
.icon_folder_upload:before {
  content: "\e05e";
}

/* line 608, app/assets/stylesheets/elegant-icons.scss */
.icon_folder_download:before {
  content: "\e05f";
}

/* line 611, app/assets/stylesheets/elegant-icons.scss */
.icon_info:before {
  content: "\e060";
}

/* line 614, app/assets/stylesheets/elegant-icons.scss */
.icon_error-circle:before {
  content: "\e061";
}

/* line 617, app/assets/stylesheets/elegant-icons.scss */
.icon_error-oct:before {
  content: "\e062";
}

/* line 620, app/assets/stylesheets/elegant-icons.scss */
.icon_error-triangle:before {
  content: "\e063";
}

/* line 623, app/assets/stylesheets/elegant-icons.scss */
.icon_question_alt:before {
  content: "\e064";
}

/* line 626, app/assets/stylesheets/elegant-icons.scss */
.icon_comment:before {
  content: "\e065";
}

/* line 629, app/assets/stylesheets/elegant-icons.scss */
.icon_chat:before {
  content: "\e066";
}

/* line 632, app/assets/stylesheets/elegant-icons.scss */
.icon_vol-mute:before {
  content: "\e067";
}

/* line 635, app/assets/stylesheets/elegant-icons.scss */
.icon_volume-low:before {
  content: "\e068";
}

/* line 638, app/assets/stylesheets/elegant-icons.scss */
.icon_volume-high:before {
  content: "\e069";
}

/* line 641, app/assets/stylesheets/elegant-icons.scss */
.icon_quotations_alt:before {
  content: "\e06a";
}

/* line 644, app/assets/stylesheets/elegant-icons.scss */
.icon_clock:before {
  content: "\e06b";
}

/* line 647, app/assets/stylesheets/elegant-icons.scss */
.icon_lock:before {
  content: "\e06c";
}

/* line 650, app/assets/stylesheets/elegant-icons.scss */
.icon_lock-open:before {
  content: "\e06d";
}

/* line 653, app/assets/stylesheets/elegant-icons.scss */
.icon_key:before {
  content: "\e06e";
}

/* line 656, app/assets/stylesheets/elegant-icons.scss */
.icon_cloud:before {
  content: "\e06f";
}

/* line 659, app/assets/stylesheets/elegant-icons.scss */
.icon_cloud-upload:before {
  content: "\e070";
}

/* line 662, app/assets/stylesheets/elegant-icons.scss */
.icon_cloud-download:before {
  content: "\e071";
}

/* line 665, app/assets/stylesheets/elegant-icons.scss */
.icon_lightbulb:before {
  content: "\e072";
}

/* line 668, app/assets/stylesheets/elegant-icons.scss */
.icon_gift:before {
  content: "\e073";
}

/* line 671, app/assets/stylesheets/elegant-icons.scss */
.icon_house:before {
  content: "\e074";
}

/* line 674, app/assets/stylesheets/elegant-icons.scss */
.icon_camera:before {
  content: "\e075";
}

/* line 677, app/assets/stylesheets/elegant-icons.scss */
.icon_mail:before {
  content: "\e076";
}

/* line 680, app/assets/stylesheets/elegant-icons.scss */
.icon_cone:before {
  content: "\e077";
}

/* line 683, app/assets/stylesheets/elegant-icons.scss */
.icon_ribbon:before {
  content: "\e078";
}

/* line 686, app/assets/stylesheets/elegant-icons.scss */
.icon_bag:before {
  content: "\e079";
}

/* line 689, app/assets/stylesheets/elegant-icons.scss */
.icon_cart:before {
  content: "\e07a";
}

/* line 692, app/assets/stylesheets/elegant-icons.scss */
.icon_tag:before {
  content: "\e07b";
}

/* line 695, app/assets/stylesheets/elegant-icons.scss */
.icon_tags:before {
  content: "\e07c";
}

/* line 698, app/assets/stylesheets/elegant-icons.scss */
.icon_trash:before {
  content: "\e07d";
}

/* line 701, app/assets/stylesheets/elegant-icons.scss */
.icon_cursor:before {
  content: "\e07e";
}

/* line 704, app/assets/stylesheets/elegant-icons.scss */
.icon_mic:before {
  content: "\e07f";
}

/* line 707, app/assets/stylesheets/elegant-icons.scss */
.icon_compass:before {
  content: "\e080";
}

/* line 710, app/assets/stylesheets/elegant-icons.scss */
.icon_pin:before {
  content: "\e081";
}

/* line 713, app/assets/stylesheets/elegant-icons.scss */
.icon_pushpin:before {
  content: "\e082";
}

/* line 716, app/assets/stylesheets/elegant-icons.scss */
.icon_map:before {
  content: "\e083";
}

/* line 719, app/assets/stylesheets/elegant-icons.scss */
.icon_drawer:before {
  content: "\e084";
}

/* line 722, app/assets/stylesheets/elegant-icons.scss */
.icon_toolbox:before {
  content: "\e085";
}

/* line 725, app/assets/stylesheets/elegant-icons.scss */
.icon_book:before {
  content: "\e086";
}

/* line 728, app/assets/stylesheets/elegant-icons.scss */
.icon_contacts:before {
  content: "\e087";
}

/* line 731, app/assets/stylesheets/elegant-icons.scss */
.icon_archive:before {
  content: "\e088";
}

/* line 734, app/assets/stylesheets/elegant-icons.scss */
.icon_heart:before {
  content: "\e089";
}

/* line 737, app/assets/stylesheets/elegant-icons.scss */
.icon_profile:before {
  content: "\e08a";
}

/* line 740, app/assets/stylesheets/elegant-icons.scss */
.icon_group:before {
  content: "\e08b";
}

/* line 743, app/assets/stylesheets/elegant-icons.scss */
.icon_grid-2x2:before {
  content: "\e08c";
}

/* line 746, app/assets/stylesheets/elegant-icons.scss */
.icon_grid-3x3:before {
  content: "\e08d";
}

/* line 749, app/assets/stylesheets/elegant-icons.scss */
.icon_music:before {
  content: "\e08e";
}

/* line 752, app/assets/stylesheets/elegant-icons.scss */
.icon_pause_alt:before {
  content: "\e08f";
}

/* line 755, app/assets/stylesheets/elegant-icons.scss */
.icon_phone:before {
  content: "\e090";
}

/* line 758, app/assets/stylesheets/elegant-icons.scss */
.icon_upload:before {
  content: "\e091";
}

/* line 761, app/assets/stylesheets/elegant-icons.scss */
.icon_download:before {
  content: "\e092";
}

/* line 764, app/assets/stylesheets/elegant-icons.scss */
.social_facebook:before {
  content: "\e093";
}

/* line 767, app/assets/stylesheets/elegant-icons.scss */
.social_twitter:before {
  content: "\e094";
}

/* line 770, app/assets/stylesheets/elegant-icons.scss */
.social_pinterest:before {
  content: "\e095";
}

/* line 773, app/assets/stylesheets/elegant-icons.scss */
.social_googleplus:before {
  content: "\e096";
}

/* line 776, app/assets/stylesheets/elegant-icons.scss */
.social_tumblr:before {
  content: "\e097";
}

/* line 779, app/assets/stylesheets/elegant-icons.scss */
.social_tumbleupon:before {
  content: "\e098";
}

/* line 782, app/assets/stylesheets/elegant-icons.scss */
.social_wordpress:before {
  content: "\e099";
}

/* line 785, app/assets/stylesheets/elegant-icons.scss */
.social_instagram:before {
  content: "\e09a";
}

/* line 788, app/assets/stylesheets/elegant-icons.scss */
.social_dribbble:before {
  content: "\e09b";
}

/* line 791, app/assets/stylesheets/elegant-icons.scss */
.social_vimeo:before {
  content: "\e09c";
}

/* line 794, app/assets/stylesheets/elegant-icons.scss */
.social_linkedin:before {
  content: "\e09d";
}

/* line 797, app/assets/stylesheets/elegant-icons.scss */
.social_rss:before {
  content: "\e09e";
}

/* line 800, app/assets/stylesheets/elegant-icons.scss */
.social_deviantart:before {
  content: "\e09f";
}

/* line 803, app/assets/stylesheets/elegant-icons.scss */
.social_share:before {
  content: "\e0a0";
}

/* line 806, app/assets/stylesheets/elegant-icons.scss */
.social_myspace:before {
  content: "\e0a1";
}

/* line 809, app/assets/stylesheets/elegant-icons.scss */
.social_skype:before {
  content: "\e0a2";
}

/* line 812, app/assets/stylesheets/elegant-icons.scss */
.social_youtube:before {
  content: "\e0a3";
}

/* line 815, app/assets/stylesheets/elegant-icons.scss */
.social_picassa:before {
  content: "\e0a4";
}

/* line 818, app/assets/stylesheets/elegant-icons.scss */
.social_googledrive:before {
  content: "\e0a5";
}

/* line 821, app/assets/stylesheets/elegant-icons.scss */
.social_flickr:before {
  content: "\e0a6";
}

/* line 824, app/assets/stylesheets/elegant-icons.scss */
.social_blogger:before {
  content: "\e0a7";
}

/* line 827, app/assets/stylesheets/elegant-icons.scss */
.social_spotify:before {
  content: "\e0a8";
}

/* line 830, app/assets/stylesheets/elegant-icons.scss */
.social_delicious:before {
  content: "\e0a9";
}

/* line 833, app/assets/stylesheets/elegant-icons.scss */
.social_facebook_circle:before {
  content: "\e0aa";
}

/* line 836, app/assets/stylesheets/elegant-icons.scss */
.social_twitter_circle:before {
  content: "\e0ab";
}

/* line 839, app/assets/stylesheets/elegant-icons.scss */
.social_pinterest_circle:before {
  content: "\e0ac";
}

/* line 842, app/assets/stylesheets/elegant-icons.scss */
.social_googleplus_circle:before {
  content: "\e0ad";
}

/* line 845, app/assets/stylesheets/elegant-icons.scss */
.social_tumblr_circle:before {
  content: "\e0ae";
}

/* line 848, app/assets/stylesheets/elegant-icons.scss */
.social_stumbleupon_circle:before {
  content: "\e0af";
}

/* line 851, app/assets/stylesheets/elegant-icons.scss */
.social_wordpress_circle:before {
  content: "\e0b0";
}

/* line 854, app/assets/stylesheets/elegant-icons.scss */
.social_instagram_circle:before {
  content: "\e0b1";
}

/* line 857, app/assets/stylesheets/elegant-icons.scss */
.social_dribbble_circle:before {
  content: "\e0b2";
}

/* line 860, app/assets/stylesheets/elegant-icons.scss */
.social_vimeo_circle:before {
  content: "\e0b3";
}

/* line 863, app/assets/stylesheets/elegant-icons.scss */
.social_linkedin_circle:before {
  content: "\e0b4";
}

/* line 866, app/assets/stylesheets/elegant-icons.scss */
.social_rss_circle:before {
  content: "\e0b5";
}

/* line 869, app/assets/stylesheets/elegant-icons.scss */
.social_deviantart_circle:before {
  content: "\e0b6";
}

/* line 872, app/assets/stylesheets/elegant-icons.scss */
.social_share_circle:before {
  content: "\e0b7";
}

/* line 875, app/assets/stylesheets/elegant-icons.scss */
.social_myspace_circle:before {
  content: "\e0b8";
}

/* line 878, app/assets/stylesheets/elegant-icons.scss */
.social_skype_circle:before {
  content: "\e0b9";
}

/* line 881, app/assets/stylesheets/elegant-icons.scss */
.social_youtube_circle:before {
  content: "\e0ba";
}

/* line 884, app/assets/stylesheets/elegant-icons.scss */
.social_picassa_circle:before {
  content: "\e0bb";
}

/* line 887, app/assets/stylesheets/elegant-icons.scss */
.social_googledrive_alt2:before {
  content: "\e0bc";
}

/* line 890, app/assets/stylesheets/elegant-icons.scss */
.social_flickr_circle:before {
  content: "\e0bd";
}

/* line 893, app/assets/stylesheets/elegant-icons.scss */
.social_blogger_circle:before {
  content: "\e0be";
}

/* line 896, app/assets/stylesheets/elegant-icons.scss */
.social_spotify_circle:before {
  content: "\e0bf";
}

/* line 899, app/assets/stylesheets/elegant-icons.scss */
.social_delicious_circle:before {
  content: "\e0c0";
}

/* line 902, app/assets/stylesheets/elegant-icons.scss */
.social_facebook_square:before {
  content: "\e0c1";
}

/* line 905, app/assets/stylesheets/elegant-icons.scss */
.social_twitter_square:before {
  content: "\e0c2";
}

/* line 908, app/assets/stylesheets/elegant-icons.scss */
.social_pinterest_square:before {
  content: "\e0c3";
}

/* line 911, app/assets/stylesheets/elegant-icons.scss */
.social_googleplus_square:before {
  content: "\e0c4";
}

/* line 914, app/assets/stylesheets/elegant-icons.scss */
.social_tumblr_square:before {
  content: "\e0c5";
}

/* line 917, app/assets/stylesheets/elegant-icons.scss */
.social_stumbleupon_square:before {
  content: "\e0c6";
}

/* line 920, app/assets/stylesheets/elegant-icons.scss */
.social_wordpress_square:before {
  content: "\e0c7";
}

/* line 923, app/assets/stylesheets/elegant-icons.scss */
.social_instagram_square:before {
  content: "\e0c8";
}

/* line 926, app/assets/stylesheets/elegant-icons.scss */
.social_dribbble_square:before {
  content: "\e0c9";
}

/* line 929, app/assets/stylesheets/elegant-icons.scss */
.social_vimeo_square:before {
  content: "\e0ca";
}

/* line 932, app/assets/stylesheets/elegant-icons.scss */
.social_linkedin_square:before {
  content: "\e0cb";
}

/* line 935, app/assets/stylesheets/elegant-icons.scss */
.social_rss_square:before {
  content: "\e0cc";
}

/* line 938, app/assets/stylesheets/elegant-icons.scss */
.social_deviantart_square:before {
  content: "\e0cd";
}

/* line 941, app/assets/stylesheets/elegant-icons.scss */
.social_share_square:before {
  content: "\e0ce";
}

/* line 944, app/assets/stylesheets/elegant-icons.scss */
.social_myspace_square:before {
  content: "\e0cf";
}

/* line 947, app/assets/stylesheets/elegant-icons.scss */
.social_skype_square:before {
  content: "\e0d0";
}

/* line 950, app/assets/stylesheets/elegant-icons.scss */
.social_youtube_square:before {
  content: "\e0d1";
}

/* line 953, app/assets/stylesheets/elegant-icons.scss */
.social_picassa_square:before {
  content: "\e0d2";
}

/* line 956, app/assets/stylesheets/elegant-icons.scss */
.social_googledrive_square:before {
  content: "\e0d3";
}

/* line 959, app/assets/stylesheets/elegant-icons.scss */
.social_flickr_square:before {
  content: "\e0d4";
}

/* line 962, app/assets/stylesheets/elegant-icons.scss */
.social_blogger_square:before {
  content: "\e0d5";
}

/* line 965, app/assets/stylesheets/elegant-icons.scss */
.social_spotify_square:before {
  content: "\e0d6";
}

/* line 968, app/assets/stylesheets/elegant-icons.scss */
.social_delicious_square:before {
  content: "\e0d7";
}

/* line 971, app/assets/stylesheets/elegant-icons.scss */
.icon_printer:before {
  content: "\e103";
}

/* line 974, app/assets/stylesheets/elegant-icons.scss */
.icon_calulator:before {
  content: "\e0ee";
}

/* line 977, app/assets/stylesheets/elegant-icons.scss */
.icon_building:before {
  content: "\e0ef";
}

/* line 980, app/assets/stylesheets/elegant-icons.scss */
.icon_floppy:before {
  content: "\e0e8";
}

/* line 983, app/assets/stylesheets/elegant-icons.scss */
.icon_drive:before {
  content: "\e0ea";
}

/* line 986, app/assets/stylesheets/elegant-icons.scss */
.icon_search-2:before {
  content: "\e101";
}

/* line 989, app/assets/stylesheets/elegant-icons.scss */
.icon_id:before {
  content: "\e107";
}

/* line 992, app/assets/stylesheets/elegant-icons.scss */
.icon_id-2:before {
  content: "\e108";
}

/* line 995, app/assets/stylesheets/elegant-icons.scss */
.icon_puzzle:before {
  content: "\e102";
}

/* line 998, app/assets/stylesheets/elegant-icons.scss */
.icon_like:before {
  content: "\e106";
}

/* line 1001, app/assets/stylesheets/elegant-icons.scss */
.icon_dislike:before {
  content: "\e0eb";
}

/* line 1004, app/assets/stylesheets/elegant-icons.scss */
.icon_mug:before {
  content: "\e105";
}

/* line 1007, app/assets/stylesheets/elegant-icons.scss */
.icon_currency:before {
  content: "\e0ed";
}

/* line 1010, app/assets/stylesheets/elegant-icons.scss */
.icon_wallet:before {
  content: "\e100";
}

/* line 1013, app/assets/stylesheets/elegant-icons.scss */
.icon_pens:before {
  content: "\e104";
}

/* line 1016, app/assets/stylesheets/elegant-icons.scss */
.icon_easel:before {
  content: "\e0e9";
}

/* line 1019, app/assets/stylesheets/elegant-icons.scss */
.icon_flowchart:before {
  content: "\e109";
}

/* line 1022, app/assets/stylesheets/elegant-icons.scss */
.icon_datareport:before {
  content: "\e0ec";
}

/* line 1025, app/assets/stylesheets/elegant-icons.scss */
.icon_briefcase:before {
  content: "\e0fe";
}

/* line 1028, app/assets/stylesheets/elegant-icons.scss */
.icon_shield:before {
  content: "\e0f6";
}

/* line 1031, app/assets/stylesheets/elegant-icons.scss */
.icon_percent:before {
  content: "\e0fb";
}

/* line 1034, app/assets/stylesheets/elegant-icons.scss */
.icon_globe:before {
  content: "\e0e2";
}

/* line 1037, app/assets/stylesheets/elegant-icons.scss */
.icon_globe-2:before {
  content: "\e0e3";
}

/* line 1040, app/assets/stylesheets/elegant-icons.scss */
.icon_target:before {
  content: "\e0f5";
}

/* line 1043, app/assets/stylesheets/elegant-icons.scss */
.icon_hourglass:before {
  content: "\e0e1";
}

/* line 1046, app/assets/stylesheets/elegant-icons.scss */
.icon_balance:before {
  content: "\e0ff";
}

/* line 1049, app/assets/stylesheets/elegant-icons.scss */
.icon_rook:before {
  content: "\e0f8";
}

/* line 1052, app/assets/stylesheets/elegant-icons.scss */
.icon_printer-alt:before {
  content: "\e0fa";
}

/* line 1055, app/assets/stylesheets/elegant-icons.scss */
.icon_calculator_alt:before {
  content: "\e0e7";
}

/* line 1058, app/assets/stylesheets/elegant-icons.scss */
.icon_building_alt:before {
  content: "\e0fd";
}

/* line 1061, app/assets/stylesheets/elegant-icons.scss */
.icon_floppy_alt:before {
  content: "\e0e4";
}

/* line 1064, app/assets/stylesheets/elegant-icons.scss */
.icon_drive_alt:before {
  content: "\e0e5";
}

/* line 1067, app/assets/stylesheets/elegant-icons.scss */
.icon_search_alt:before {
  content: "\e0f7";
}

/* line 1070, app/assets/stylesheets/elegant-icons.scss */
.icon_id_alt:before {
  content: "\e0e0";
}

/* line 1073, app/assets/stylesheets/elegant-icons.scss */
.icon_id-2_alt:before {
  content: "\e0fc";
}

/* line 1076, app/assets/stylesheets/elegant-icons.scss */
.icon_puzzle_alt:before {
  content: "\e0f9";
}

/* line 1079, app/assets/stylesheets/elegant-icons.scss */
.icon_like_alt:before {
  content: "\e0dd";
}

/* line 1082, app/assets/stylesheets/elegant-icons.scss */
.icon_dislike_alt:before {
  content: "\e0f1";
}

/* line 1085, app/assets/stylesheets/elegant-icons.scss */
.icon_mug_alt:before {
  content: "\e0dc";
}

/* line 1088, app/assets/stylesheets/elegant-icons.scss */
.icon_currency_alt:before {
  content: "\e0f3";
}

/* line 1091, app/assets/stylesheets/elegant-icons.scss */
.icon_wallet_alt:before {
  content: "\e0d8";
}

/* line 1094, app/assets/stylesheets/elegant-icons.scss */
.icon_pens_alt:before {
  content: "\e0db";
}

/* line 1097, app/assets/stylesheets/elegant-icons.scss */
.icon_easel_alt:before {
  content: "\e0f0";
}

/* line 1100, app/assets/stylesheets/elegant-icons.scss */
.icon_flowchart_alt:before {
  content: "\e0df";
}

/* line 1103, app/assets/stylesheets/elegant-icons.scss */
.icon_datareport_alt:before {
  content: "\e0f2";
}

/* line 1106, app/assets/stylesheets/elegant-icons.scss */
.icon_briefcase_alt:before {
  content: "\e0f4";
}

/* line 1109, app/assets/stylesheets/elegant-icons.scss */
.icon_shield_alt:before {
  content: "\e0d9";
}

/* line 1112, app/assets/stylesheets/elegant-icons.scss */
.icon_percent_alt:before {
  content: "\e0da";
}

/* line 1115, app/assets/stylesheets/elegant-icons.scss */
.icon_globe_alt:before {
  content: "\e0de";
}

/* line 1118, app/assets/stylesheets/elegant-icons.scss */
.icon_clipboard:before {
  content: "\e0e6";
}

/* line 1123, app/assets/stylesheets/elegant-icons.scss */
.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none;
}

/* line 1131, app/assets/stylesheets/elegant-icons.scss */
.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px;
}

/* line 1138, app/assets/stylesheets/elegant-icons.scss */
.glyph div {
  padding-bottom: 10px;
}

/* line 1140, app/assets/stylesheets/elegant-icons.scss */
.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* line 1151, app/assets/stylesheets/elegant-icons.scss */
.centered {
  margin-left: auto;
  margin-right: auto;
}

/* line 1155, app/assets/stylesheets/elegant-icons.scss */
.glyph .fs1 {
  font-size: 2em;
}

/* @import "../css/icomoon.css"; */
/* @import "../css/ionicons.css"; */
/* @import "../css/stroke-gap-icons.css"; */
/* --------------------------------------
@Author: ThemeMascot
@URL: http://themeforest.net/user/ThemeMascot
----------------------------------------- */
/*
 * Utility Classes
 * -----------------------------------------------
*/
/* -------- Text Colors ---------- */
/* Text Black & Gray Color*/
/* line 11, app/assets/stylesheets/utility-classes.scss */
.text-black {
  color: #000 !important;
}

/* line 14, app/assets/stylesheets/utility-classes.scss */
.text-black-111 {
  color: #111111 !important;
}

/* line 17, app/assets/stylesheets/utility-classes.scss */
.text-black-222 {
  color: #222222 !important;
}

/* line 20, app/assets/stylesheets/utility-classes.scss */
.text-black-333 {
  color: #333333 !important;
}

/* line 23, app/assets/stylesheets/utility-classes.scss */
.text-black-444 {
  color: #404040 !important;
}

/* line 26, app/assets/stylesheets/utility-classes.scss */
.text-black-555 {
  color: #555555 !important;
}

/* line 29, app/assets/stylesheets/utility-classes.scss */
.text-black-666 {
  color: #666666 !important;
}

/* line 32, app/assets/stylesheets/utility-classes.scss */
.text-black-777 {
  color: #777777 !important;
}

/* line 35, app/assets/stylesheets/utility-classes.scss */
.text-black-888 {
  color: #808080 !important;
}

/* line 38, app/assets/stylesheets/utility-classes.scss */
.text-black-999 {
  color: #999999 !important;
}

/* line 41, app/assets/stylesheets/utility-classes.scss */
.text-gray-dimgray {
  color: #666666 !important;
}

/* line 44, app/assets/stylesheets/utility-classes.scss */
.text-gray-light {
  color: #777777 !important;
}

/* line 47, app/assets/stylesheets/utility-classes.scss */
.text-gray {
  color: #808080 !important;
}

/* line 50, app/assets/stylesheets/utility-classes.scss */
.text-gray-darkgray {
  color: #a9a9a9 !important;
}

/* line 53, app/assets/stylesheets/utility-classes.scss */
.text-gray-silver {
  color: #c0c0c0 !important;
}

/* line 56, app/assets/stylesheets/utility-classes.scss */
.text-gray-lightgray {
  color: #d3d3d3 !important;
}

/* line 59, app/assets/stylesheets/utility-classes.scss */
.text-gray-gainsboro {
  color: #fff !important;
}

/* line 62, app/assets/stylesheets/utility-classes.scss */
.text-gray-lighter {
  color: #eeeeee !important;
}

/* line 65, app/assets/stylesheets/utility-classes.scss */
.text-gray-aaa {
  color: #eeeeee !important;
}

/* line 68, app/assets/stylesheets/utility-classes.scss */
.text-gray-bbb {
  color: #eeeeee !important;
}

/* line 71, app/assets/stylesheets/utility-classes.scss */
.text-gray-ccc {
  color: #eeeeee !important;
}

/* line 74, app/assets/stylesheets/utility-classes.scss */
.text-gray-ddd {
  color: #eeeeee !important;
}

/* line 77, app/assets/stylesheets/utility-classes.scss */
.text-gray-eee {
  color: #eeeeee !important;
}

/* Text White Color*/
/* line 81, app/assets/stylesheets/utility-classes.scss */
.text-white {
  color: #fff !important;
}

/* line 84, app/assets/stylesheets/utility-classes.scss */
.text-white-f1 {
  color: #f1f1f1 !important;
}

/* line 87, app/assets/stylesheets/utility-classes.scss */
.text-white-f2 {
  color: #f2f2f2 !important;
}

/* line 90, app/assets/stylesheets/utility-classes.scss */
.text-white-f3 {
  color: #f3f3f3 !important;
}

/* line 93, app/assets/stylesheets/utility-classes.scss */
.text-white-f4 {
  color: #f4f4f4 !important;
}

/* line 96, app/assets/stylesheets/utility-classes.scss */
.text-white-f5 {
  color: #f5f5f5 !important;
}

/* line 99, app/assets/stylesheets/utility-classes.scss */
.text-white-f6 {
  color: #f6f6f6 !important;
}

/* line 102, app/assets/stylesheets/utility-classes.scss */
.text-white-f7 {
  color: #f7f7f7 !important;
}

/* line 105, app/assets/stylesheets/utility-classes.scss */
.text-white-f8 {
  color: #f8f8f8 !important;
}

/* line 108, app/assets/stylesheets/utility-classes.scss */
.text-white-f9 {
  color: #f9f9f9 !important;
}

/* line 111, app/assets/stylesheets/utility-classes.scss */
.text-white-fa {
  color: #fafafa !important;
}

/* line 114, app/assets/stylesheets/utility-classes.scss */
.text-white-fc {
  color: #fcfcfc !important;
}

/* line 117, app/assets/stylesheets/utility-classes.scss */
.text-white-fd {
  color: #fdfdfd !important;
}

/* line 120, app/assets/stylesheets/utility-classes.scss */
.text-white-fe {
  color: #fefefe !important;
}

/* -------- Solid Color Background ---------- */
/* line 124, app/assets/stylesheets/utility-classes.scss */
.bg-deep {
  background-color: #f1f1f1 !important;
}

/* line 127, app/assets/stylesheets/utility-classes.scss */
.bg-light {
  background-color: #f5f5f5 !important;
}

/* line 130, app/assets/stylesheets/utility-classes.scss */
.bg-lighter {
  background-color: #f7f7f7 !important;
}

/* line 133, app/assets/stylesheets/utility-classes.scss */
.bg-lightest {
  background-color: #fcfcfc !important;
}

/* line 136, app/assets/stylesheets/utility-classes.scss */
.bg-silver-light {
  background-color: #F3F3F5 !important;
}

/* line 139, app/assets/stylesheets/utility-classes.scss */
.bg-silver-deep {
  background-color: #F9F9F6;
}

/* line 142, app/assets/stylesheets/utility-classes.scss */
.bg-black {
  background-color: #000 !important;
}

/* line 145, app/assets/stylesheets/utility-classes.scss */
.divider-dark {
  background-color: #252525 !important;
}

/* line 148, app/assets/stylesheets/utility-classes.scss */
footer.bg-deep {
  background-color: #191919 !important;
}

/* line 151, app/assets/stylesheets/utility-classes.scss */
.bg-black-111 {
  background-color: #111111 !important;
}

/* line 154, app/assets/stylesheets/utility-classes.scss */
.bg-black-222 {
  background-color: #222222 !important;
}

/* line 157, app/assets/stylesheets/utility-classes.scss */
.bg-black-333 {
  background-color: #333333 !important;
}

/* line 160, app/assets/stylesheets/utility-classes.scss */
.bg-black-444 {
  background-color: #404040 !important;
}

/* line 163, app/assets/stylesheets/utility-classes.scss */
.bg-black-555 {
  background-color: #555555 !important;
}

/* line 166, app/assets/stylesheets/utility-classes.scss */
.bg-gray-dimgray {
  background-color: #666666 !important;
}

/* line 169, app/assets/stylesheets/utility-classes.scss */
.bg-gray-light {
  background-color: #777777 !important;
}

/* line 172, app/assets/stylesheets/utility-classes.scss */
.bg-gray {
  background-color: #808080 !important;
}

/* line 175, app/assets/stylesheets/utility-classes.scss */
.bg-gray-darkgray {
  background-color: #a9a9a9 !important;
}

/* line 178, app/assets/stylesheets/utility-classes.scss */
.bg-gray-silver {
  background-color: #c0c0c0 !important;
}

/* line 181, app/assets/stylesheets/utility-classes.scss */
.bg-gray-lightgray {
  background-color: #d3d3d3 !important;
}

/* line 184, app/assets/stylesheets/utility-classes.scss */
.bg-gray-gainsboro {
  background-color: #dcdcdc !important;
}

/* line 187, app/assets/stylesheets/utility-classes.scss */
.bg-gray-lighter {
  background-color: #eeeeee !important;
}

/* Bg White Color*/
/* line 191, app/assets/stylesheets/utility-classes.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 194, app/assets/stylesheets/utility-classes.scss */
.bg-white-f1 {
  background-color: #f1f1f1 !important;
}

/* line 197, app/assets/stylesheets/utility-classes.scss */
.bg-white-f2 {
  background-color: #f2f2f2 !important;
}

/* line 200, app/assets/stylesheets/utility-classes.scss */
.bg-white-f3 {
  background-color: #f3f3f3 !important;
}

/* line 203, app/assets/stylesheets/utility-classes.scss */
.bg-white-f4 {
  background-color: #f4f4f4 !important;
}

/* line 206, app/assets/stylesheets/utility-classes.scss */
.bg-white-f5 {
  background-color: #f5f5f5 !important;
}

/* line 209, app/assets/stylesheets/utility-classes.scss */
.bg-white-f6 {
  background-color: #f6f6f6 !important;
}

/* line 212, app/assets/stylesheets/utility-classes.scss */
.bg-white-f7 {
  background-color: #f7f7f7 !important;
}

/* line 215, app/assets/stylesheets/utility-classes.scss */
.bg-white-f8 {
  background-color: #f8f8f8 !important;
}

/* line 218, app/assets/stylesheets/utility-classes.scss */
.bg-white-f9 {
  background-color: #f9f9f9 !important;
}

/* line 221, app/assets/stylesheets/utility-classes.scss */
.bg-white-fa {
  background-color: #fafafa !important;
}

/* line 224, app/assets/stylesheets/utility-classes.scss */
.bg-white-fb {
  background-color: #fbfbfb !important;
}

/* line 227, app/assets/stylesheets/utility-classes.scss */
.bg-white-fc {
  background-color: #fcfcfc !important;
}

/* line 230, app/assets/stylesheets/utility-classes.scss */
.bg-white-fd {
  background-color: #fdfdfd !important;
}

/* line 233, app/assets/stylesheets/utility-classes.scss */
.bg-white-fe {
  background-color: #fefefe !important;
}

/* -------- Transparent Background Color ---------- */
/* line 237, app/assets/stylesheets/utility-classes.scss */
.bg-white-transparent-9 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* line 240, app/assets/stylesheets/utility-classes.scss */
.bg-white-transparent-8 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 243, app/assets/stylesheets/utility-classes.scss */
.bg-white-transparent-7 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 246, app/assets/stylesheets/utility-classes.scss */
.bg-white-transparent-6 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 249, app/assets/stylesheets/utility-classes.scss */
.bg-white-transparent-5 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 252, app/assets/stylesheets/utility-classes.scss */
.bg-white-transparent-4 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 255, app/assets/stylesheets/utility-classes.scss */
.bg-white-transparent-3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 258, app/assets/stylesheets/utility-classes.scss */
.bg-white-transparent-2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 261, app/assets/stylesheets/utility-classes.scss */
.bg-white-transparent-1 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 264, app/assets/stylesheets/utility-classes.scss */
.bg-dark-transparent-9 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* line 267, app/assets/stylesheets/utility-classes.scss */
.bg-dark-transparent-8 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 270, app/assets/stylesheets/utility-classes.scss */
.bg-dark-transparent-7 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 273, app/assets/stylesheets/utility-classes.scss */
.bg-dark-transparent-6 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 276, app/assets/stylesheets/utility-classes.scss */
.bg-dark-transparent-5 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 279, app/assets/stylesheets/utility-classes.scss */
.bg-dark-transparent-4 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* line 282, app/assets/stylesheets/utility-classes.scss */
.bg-dark-transparent-3 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 285, app/assets/stylesheets/utility-classes.scss */
.bg-dark-transparent-2 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 288, app/assets/stylesheets/utility-classes.scss */
.bg-dark-transparent-1 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* -------- Font Weight ---------- */
/* line 292, app/assets/stylesheets/utility-classes.scss */
.font-weight-100 {
  font-weight: 100 !important;
}

/* line 295, app/assets/stylesheets/utility-classes.scss */
.font-weight-200 {
  font-weight: 200 !important;
}

/* line 298, app/assets/stylesheets/utility-classes.scss */
.font-weight-300 {
  font-weight: 300 !important;
}

/* line 301, app/assets/stylesheets/utility-classes.scss */
.font-weight-400 {
  font-weight: 400 !important;
}

/* line 304, app/assets/stylesheets/utility-classes.scss */
.font-weight-500 {
  font-weight: 500 !important;
}

/* line 307, app/assets/stylesheets/utility-classes.scss */
.font-weight-600 {
  font-weight: 600 !important;
}

/* line 310, app/assets/stylesheets/utility-classes.scss */
.font-weight-700 {
  font-weight: 700 !important;
}

/* line 313, app/assets/stylesheets/utility-classes.scss */
.font-weight-800 {
  font-weight: 800 !important;
}

/* line 316, app/assets/stylesheets/utility-classes.scss */
.font-weight-900 {
  font-weight: 900 !important;
}

/* -------- Font Size ---------- */
/* line 320, app/assets/stylesheets/utility-classes.scss */
.font-9 {
  font-size: 9px !important;
}

/* line 323, app/assets/stylesheets/utility-classes.scss */
.font-10 {
  font-size: 10px !important;
}

/* line 326, app/assets/stylesheets/utility-classes.scss */
.font-11 {
  font-size: 11px !important;
}

/* line 329, app/assets/stylesheets/utility-classes.scss */
.font-12 {
  font-size: 12px !important;
}

/* line 332, app/assets/stylesheets/utility-classes.scss */
.font-13 {
  font-size: 13px !important;
}

/* line 335, app/assets/stylesheets/utility-classes.scss */
.font-14 {
  font-size: 14px !important;
}

/* line 338, app/assets/stylesheets/utility-classes.scss */
.font-15 {
  font-size: 15px !important;
}

/* line 341, app/assets/stylesheets/utility-classes.scss */
.font-16 {
  font-size: 16px !important;
}

/* line 344, app/assets/stylesheets/utility-classes.scss */
.font-17 {
  font-size: 17px !important;
}

/* line 347, app/assets/stylesheets/utility-classes.scss */
.font-18 {
  font-size: 18px !important;
}

/* line 350, app/assets/stylesheets/utility-classes.scss */
.font-19 {
  font-size: 19px !important;
}

/* line 353, app/assets/stylesheets/utility-classes.scss */
.font-20 {
  font-size: 20px !important;
}

/* line 356, app/assets/stylesheets/utility-classes.scss */
.font-21 {
  font-size: 21px !important;
}

/* line 359, app/assets/stylesheets/utility-classes.scss */
.font-22 {
  font-size: 22px !important;
}

/* line 362, app/assets/stylesheets/utility-classes.scss */
.font-23 {
  font-size: 23px !important;
}

/* line 365, app/assets/stylesheets/utility-classes.scss */
.font-24 {
  font-size: 24px !important;
}

/* line 368, app/assets/stylesheets/utility-classes.scss */
.font-25 {
  font-size: 25px !important;
}

/* line 371, app/assets/stylesheets/utility-classes.scss */
.font-26 {
  font-size: 26px !important;
}

/* line 374, app/assets/stylesheets/utility-classes.scss */
.font-27 {
  font-size: 27px !important;
}

/* line 377, app/assets/stylesheets/utility-classes.scss */
.font-28 {
  font-size: 28px !important;
}

/* line 380, app/assets/stylesheets/utility-classes.scss */
.font-29 {
  font-size: 29px !important;
}

/* line 383, app/assets/stylesheets/utility-classes.scss */
.font-30 {
  font-size: 30px !important;
}

/* line 386, app/assets/stylesheets/utility-classes.scss */
.font-32 {
  font-size: 32px !important;
}

/* line 389, app/assets/stylesheets/utility-classes.scss */
.font-36 {
  font-size: 36px !important;
}

/* line 392, app/assets/stylesheets/utility-classes.scss */
.font-38 {
  font-size: 38px !important;
}

/* line 395, app/assets/stylesheets/utility-classes.scss */
.font-40 {
  font-size: 40px !important;
}

/* line 398, app/assets/stylesheets/utility-classes.scss */
.font-42 {
  font-size: 42px !important;
}

/* line 401, app/assets/stylesheets/utility-classes.scss */
.font-44 {
  font-size: 44px !important;
}

/* line 404, app/assets/stylesheets/utility-classes.scss */
.font-46 {
  font-size: 46px !important;
}

/* line 407, app/assets/stylesheets/utility-classes.scss */
.font-48 {
  font-size: 48px !important;
}

/* line 410, app/assets/stylesheets/utility-classes.scss */
.font-54 {
  font-size: 3.85714286rem !important;
}

/* line 413, app/assets/stylesheets/utility-classes.scss */
.font-60 {
  font-size: 4.28571429rem !important;
}

/* line 416, app/assets/stylesheets/utility-classes.scss */
.font-64 {
  font-size: 4.57142857rem !important;
}

/* line 419, app/assets/stylesheets/utility-classes.scss */
.font-72 {
  font-size: 5.14285714rem !important;
}

/* line 422, app/assets/stylesheets/utility-classes.scss */
.font-78 {
  font-size: 5.57142857rem !important;
}

/* line 425, app/assets/stylesheets/utility-classes.scss */
.font-90 {
  font-size: 6.42857143rem !important;
}

/* line 428, app/assets/stylesheets/utility-classes.scss */
.font-100 {
  font-size: 7.14285714rem !important;
}

/* line 431, app/assets/stylesheets/utility-classes.scss */
.font-150 {
  font-size: 10.71428571rem !important;
}

/* line 434, app/assets/stylesheets/utility-classes.scss */
.font-200 {
  font-size: 14.28571429rem !important;
}

/* -------- Letter Spacing ---------- */
/* line 438, app/assets/stylesheets/utility-classes.scss */
.letter-space-0 {
  letter-spacing: 0px;
}

/* line 441, app/assets/stylesheets/utility-classes.scss */
.letter-space-1 {
  letter-spacing: 1px;
}

/* line 444, app/assets/stylesheets/utility-classes.scss */
.letter-space-2 {
  letter-spacing: 2px;
}

/* line 447, app/assets/stylesheets/utility-classes.scss */
.letter-space-3 {
  letter-spacing: 3px;
}

/* line 450, app/assets/stylesheets/utility-classes.scss */
.letter-space-4 {
  letter-spacing: 4px;
}

/* line 453, app/assets/stylesheets/utility-classes.scss */
.letter-space-5 {
  letter-spacing: 5px;
}

/* line 456, app/assets/stylesheets/utility-classes.scss */
.letter-space-6 {
  letter-spacing: 6px;
}

/* line 459, app/assets/stylesheets/utility-classes.scss */
.letter-space-7 {
  letter-spacing: 7px;
}

/* line 462, app/assets/stylesheets/utility-classes.scss */
.letter-space-8 {
  letter-spacing: 8px;
}

/* line 465, app/assets/stylesheets/utility-classes.scss */
.letter-space-9 {
  letter-spacing: 9px;
}

/* line 468, app/assets/stylesheets/utility-classes.scss */
.letter-space-10 {
  letter-spacing: 10px;
}

/* -------- z-index ---------- */
/* line 472, app/assets/stylesheets/utility-classes.scss */
.z-index--1 {
  z-index: -1 !important;
}

/* line 475, app/assets/stylesheets/utility-classes.scss */
.z-index-0 {
  z-index: 0 !important;
}

/* line 478, app/assets/stylesheets/utility-classes.scss */
.z-index-1 {
  z-index: 1 !important;
}

/* line 481, app/assets/stylesheets/utility-classes.scss */
.z-index-2 {
  z-index: 2 !important;
}

/* line 484, app/assets/stylesheets/utility-classes.scss */
.z-index-3 {
  z-index: 3 !important;
}

/* line 487, app/assets/stylesheets/utility-classes.scss */
.z-index-4 {
  z-index: 4 !important;
}

/* line 490, app/assets/stylesheets/utility-classes.scss */
.z-index-5 {
  z-index: 5 !important;
}

/* line 493, app/assets/stylesheets/utility-classes.scss */
.z-index-99 {
  z-index: 99 !important;
}

/* line 496, app/assets/stylesheets/utility-classes.scss */
.z-index-111 {
  z-index: 111 !important;
}

/* line 499, app/assets/stylesheets/utility-classes.scss */
.z-index-1111 {
  z-index: 1111 !important;
}

/* line 502, app/assets/stylesheets/utility-classes.scss */
.z-index-9999 {
  z-index: 9999 !important;
}

/* -------- Line Height ---------- */
/* line 506, app/assets/stylesheets/utility-classes.scss */
.line-height-0 {
  line-height: 0px;
}

/* line 509, app/assets/stylesheets/utility-classes.scss */
.line-height-1 {
  line-height: 1;
}

/* line 512, app/assets/stylesheets/utility-classes.scss */
.line-height-20 {
  line-height: 20px;
}

/* line 515, app/assets/stylesheets/utility-classes.scss */
.line-height-50 {
  line-height: 50px;
}

/* line 518, app/assets/stylesheets/utility-classes.scss */
.line-height-80 {
  line-height: 80px;
}

/* line 521, app/assets/stylesheets/utility-classes.scss */
.line-height-100 {
  line-height: 100px;
}

/* line 524, app/assets/stylesheets/utility-classes.scss */
.line-height-110 {
  line-height: 110px;
}

/* line 527, app/assets/stylesheets/utility-classes.scss */
.line-height-120 {
  line-height: 120px;
}

/* line 530, app/assets/stylesheets/utility-classes.scss */
.line-height-130 {
  line-height: 130px;
}

/* line 533, app/assets/stylesheets/utility-classes.scss */
.line-height-150 {
  line-height: 150px;
}

/* line 536, app/assets/stylesheets/utility-classes.scss */
.line-height-200 {
  line-height: 200px;
}

/* line 539, app/assets/stylesheets/utility-classes.scss */
.line-height-1em {
  line-height: 1em;
}

/* line 542, app/assets/stylesheets/utility-classes.scss */
.line-height-1 {
  line-height: 1 !important;
}

/* -------- Custom Margin Padding ---------- */
/* line 546, app/assets/stylesheets/utility-classes.scss */
.mb-5 {
  margin-bottom: 5px !important;
}

/* line 549, app/assets/stylesheets/utility-classes.scss */
.ml-5 {
  margin-left: 5px !important;
}

/* line 552, app/assets/stylesheets/utility-classes.scss */
.mr-5 {
  margin-right: 5px !important;
}

/* line 555, app/assets/stylesheets/utility-classes.scss */
.mt-5 {
  margin-top: 5px !important;
}

/* line 558, app/assets/stylesheets/utility-classes.scss */
.mt-12 {
  margin-top: 12px !important;
}

/* line 561, app/assets/stylesheets/utility-classes.scss */
.mb-25 {
  margin-bottom: 25px !important;
}

/* line 564, app/assets/stylesheets/utility-classes.scss */
.pb-5 {
  padding-bottom: 5px !important;
}

/* line 567, app/assets/stylesheets/utility-classes.scss */
.pl-5 {
  padding-left: 5px !important;
}

/* line 570, app/assets/stylesheets/utility-classes.scss */
.pr-5 {
  padding-right: 5px !important;
}

/* line 573, app/assets/stylesheets/utility-classes.scss */
.pt-5 {
  padding-top: 5px !important;
}

/* line 576, app/assets/stylesheets/utility-classes.scss */
.p-25 {
  padding: 25px !important;
}

/* -------- Border ---------- */
/* line 580, app/assets/stylesheets/utility-classes.scss */
.no-border {
  border: none !important;
}

/* line 583, app/assets/stylesheets/utility-classes.scss */
.border-1px {
  border: 1px solid #eeeeee !important;
}

/* line 586, app/assets/stylesheets/utility-classes.scss */
.border-2px {
  border: 2px solid #eeeeee !important;
}

/* line 589, app/assets/stylesheets/utility-classes.scss */
.border-3px {
  border: 3px solid #eeeeee !important;
}

/* line 592, app/assets/stylesheets/utility-classes.scss */
.border-4px {
  border: 4px solid #eeeeee !important;
}

/* line 595, app/assets/stylesheets/utility-classes.scss */
.border-5px {
  border: 5px solid #eeeeee !important;
}

/* line 598, app/assets/stylesheets/utility-classes.scss */
.border-6px {
  border: 6px solid #eeeeee !important;
}

/* line 601, app/assets/stylesheets/utility-classes.scss */
.border-7px {
  border: 7px solid #eeeeee !important;
}

/* line 604, app/assets/stylesheets/utility-classes.scss */
.border-8px {
  border: 8px solid #eeeeee !important;
}

/* line 607, app/assets/stylesheets/utility-classes.scss */
.border-9px {
  border: 9px solid #eeeeee !important;
}

/* line 610, app/assets/stylesheets/utility-classes.scss */
.border-10px {
  border: 10px solid #eeeeee !important;
}

/* line 613, app/assets/stylesheets/utility-classes.scss */
.border-left {
  border-left: 1px solid #dcdcdc !important;
}

/* line 616, app/assets/stylesheets/utility-classes.scss */
.border-right {
  border-right: 1px solid #dcdcdc !important;
}

/* line 619, app/assets/stylesheets/utility-classes.scss */
.border-top {
  border-top: 1px solid #dcdcdc !important;
}

/* line 622, app/assets/stylesheets/utility-classes.scss */
.border-bottom {
  border-bottom: 1px solid #eeeeee !important;
}

/* line 625, app/assets/stylesheets/utility-classes.scss */
.border-bottom-2px {
  border-bottom: 2px solid #eeeeee !important;
}

/* line 628, app/assets/stylesheets/utility-classes.scss */
.border-bottom-gray {
  border-bottom: 1px solid #d3d3d3 !important;
}

/* line 631, app/assets/stylesheets/utility-classes.scss */
.border-gray {
  border-color: #eeeeee !important;
}

/* -------- Border Radius ---------- */
/* line 635, app/assets/stylesheets/utility-classes.scss */
.border-radius-5px {
  border-radius: 5px;
}

/* line 638, app/assets/stylesheets/utility-classes.scss */
.border-radius-10px {
  border-radius: 10px;
}

/* line 641, app/assets/stylesheets/utility-classes.scss */
.border-radius-15px {
  border-radius: 15px;
}

/* line 644, app/assets/stylesheets/utility-classes.scss */
.border-radius-20px {
  border-radius: 20px;
}

/* line 647, app/assets/stylesheets/utility-classes.scss */
.border-radius-25px {
  border-radius: 25px;
}

/* line 650, app/assets/stylesheets/utility-classes.scss */
.border-radius-30px {
  border-radius: 30px;
}

/* line 653, app/assets/stylesheets/utility-classes.scss */
.border-radius-35px {
  border-radius: 35px;
}

/* line 656, app/assets/stylesheets/utility-classes.scss */
.border-radius-40px {
  border-radius: 40px;
}

/* line 659, app/assets/stylesheets/utility-classes.scss */
.border-radius-45px {
  border-radius: 45px;
}

/* line 662, app/assets/stylesheets/utility-classes.scss */
.border-radius-50px {
  border-radius: 50px;
}

/* -------- Position ---------- */
/* line 666, app/assets/stylesheets/utility-classes.scss */
.relative {
  position: relative !important;
}

/* line 669, app/assets/stylesheets/utility-classes.scss */
.absolute {
  position: absolute !important;
}

/* line 672, app/assets/stylesheets/utility-classes.scss */
.absolute-inherit {
  position: inherit !important;
}

/* line 675, app/assets/stylesheets/utility-classes.scss */
.position-relative {
  position: relative !important;
}

/* line 678, app/assets/stylesheets/utility-classes.scss */
.position-absolute {
  position: absolute !important;
}

/* line 681, app/assets/stylesheets/utility-classes.scss */
.position-static {
  position: static !important;
}

/* line 684, app/assets/stylesheets/utility-classes.scss */
.position-fixed {
  position: fixed !important;
}

/* line 687, app/assets/stylesheets/utility-classes.scss */
.position-inherit {
  position: inherit !important;
}

/* line 690, app/assets/stylesheets/utility-classes.scss */
.position-unset {
  position: unset !important;
}

/* -------- Background Image ---------- */
/* line 694, app/assets/stylesheets/utility-classes.scss */
.no-bg {
  background: none !important;
}

/* line 697, app/assets/stylesheets/utility-classes.scss */
.bg-no-repeat {
  background-repeat: no-repeat !important;
}

/* line 700, app/assets/stylesheets/utility-classes.scss */
.bg-img-fixed {
  background-attachment: fixed !important;
}

/* line 703, app/assets/stylesheets/utility-classes.scss */
.bg-img-cover {
  background-size: cover !important;
}

/* line 706, app/assets/stylesheets/utility-classes.scss */
.bg-img-center-top {
  background-position: center top !important;
}

/* line 709, app/assets/stylesheets/utility-classes.scss */
.bg-img-center-bottom {
  background-position: center bottom !important;
}

/* line 712, app/assets/stylesheets/utility-classes.scss */
.bg-img-center {
  background-position: center center !important;
}

/* line 715, app/assets/stylesheets/utility-classes.scss */
.bg-img-left-top {
  background-repeat: no-repeat;
  background-position: left top;
}

/* line 719, app/assets/stylesheets/utility-classes.scss */
.bg-img-left-bottom {
  background-repeat: no-repeat;
  background-position: left bottom;
}

/* line 723, app/assets/stylesheets/utility-classes.scss */
.bg-img-right-top {
  background-repeat: no-repeat;
  background-position: right top;
}

/* line 727, app/assets/stylesheets/utility-classes.scss */
.img-fullwidth {
  width: 100% !important;
}

/* -------- Absolute Image Positioning ---------- */
/* line 731, app/assets/stylesheets/utility-classes.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 734, app/assets/stylesheets/utility-classes.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 737, app/assets/stylesheets/utility-classes.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 740, app/assets/stylesheets/utility-classes.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 743, app/assets/stylesheets/utility-classes.scss */
.box-absolute {
  position: absolute !important;
}

/* line 746, app/assets/stylesheets/utility-classes.scss */
.img-absolute-parent {
  position: relative !important;
}

/* line 749, app/assets/stylesheets/utility-classes.scss */
.img-absolute-parent img.img-absolute {
  position: absolute !important;
}

/* line 752, app/assets/stylesheets/utility-classes.scss */
.img-absolute-parent img.img-pos-left {
  left: 0 !important;
}

/* line 755, app/assets/stylesheets/utility-classes.scss */
.img-absolute-parent img.img-pos-top {
  top: 0 !important;
}

/* line 758, app/assets/stylesheets/utility-classes.scss */
.img-absolute-parent img.img-pos-bottom {
  bottom: 0 !important;
}

/* line 761, app/assets/stylesheets/utility-classes.scss */
.img-absolute-parent img.img-pos-right {
  right: 0 !important;
}

/* line 764, app/assets/stylesheets/utility-classes.scss */
.img-absolute-parent img.img-pos-center {
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}

/* -------- Responsive Classes ---------- */
/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  /* line 772, app/assets/stylesheets/utility-classes.scss */
  .sm-display-block {
    display: block !important;
  }
  /* line 775, app/assets/stylesheets/utility-classes.scss */
  .sm-text-center {
    text-align: center !important;
  }
  /* line 778, app/assets/stylesheets/utility-classes.scss */
  .sm-text-right {
    text-align: right !important;
  }
  /* line 781, app/assets/stylesheets/utility-classes.scss */
  .sm-text-left {
    text-align: left !important;
  }
  /* line 784, app/assets/stylesheets/utility-classes.scss */
  .sm-pull-none,
.pull-left.flip.sm-pull-none,
.pull-right.flip.sm-pull-none {
    float: none !important;
  }
  /* line 789, app/assets/stylesheets/utility-classes.scss */
  .sm-pull-left {
    float: left !important;
  }
  /* line 792, app/assets/stylesheets/utility-classes.scss */
  .sm-pull-right {
    float: right !important;
  }
  /* line 795, app/assets/stylesheets/utility-classes.scss */
  .sm-pull-center {
    display: table;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 801, app/assets/stylesheets/utility-classes.scss */
  .sm-fullwidth {
    width: 100%;
  }
  /* line 804, app/assets/stylesheets/utility-classes.scss */
  .sm-height-auto {
    min-height: auto !important;
  }
  /* line 807, app/assets/stylesheets/utility-classes.scss */
  .sm-hide-bg-img {
    background: none !important;
  }
  /* line 810, app/assets/stylesheets/utility-classes.scss */
  .maxwidth400 {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
  /* line 815, app/assets/stylesheets/utility-classes.scss */
  .maxwidth500 {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  /* line 820, app/assets/stylesheets/utility-classes.scss */
  .maxwidth600 {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /* line 828, app/assets/stylesheets/utility-classes.scss */
  .xs-display-block {
    display: block;
  }
  /* line 831, app/assets/stylesheets/utility-classes.scss */
  .xs-text-center {
    text-align: center !important;
  }
  /* line 834, app/assets/stylesheets/utility-classes.scss */
  .xs-text-right {
    text-align: right !important;
  }
  /* line 837, app/assets/stylesheets/utility-classes.scss */
  .xs-text-left {
    text-align: left !important;
  }
  /* line 840, app/assets/stylesheets/utility-classes.scss */
  .xs-fullwidth {
    width: 100%;
  }
  /* line 843, app/assets/stylesheets/utility-classes.scss */
  .xs-height-auto {
    min-height: auto !important;
  }
  /* line 846, app/assets/stylesheets/utility-classes.scss */
  .xs-hide-bg-img {
    background: none !important;
  }
  /* line 849, app/assets/stylesheets/utility-classes.scss */
  .xs-pull-none {
    float: none !important;
  }
  /* line 852, app/assets/stylesheets/utility-classes.scss */
  .xs-pull-left {
    float: left !important;
  }
  /* line 855, app/assets/stylesheets/utility-classes.scss */
  .xs-pull-right {
    float: right !important;
  }
  /* line 858, app/assets/stylesheets/utility-classes.scss */
  .xs-pull-center {
    display: table;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 864, app/assets/stylesheets/utility-classes.scss */
  .xs-list-inline-none li {
    display: table;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
    padding-left: 0 !important;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  /* line 874, app/assets/stylesheets/utility-classes.scss */
  .xxs-text-center {
    text-align: center !important;
  }
  /* line 877, app/assets/stylesheets/utility-classes.scss */
  .xxs-height-auto {
    min-height: auto !important;
  }
}

/* -------- Opening Hourse ---------- */
/* line 882, app/assets/stylesheets/utility-classes.scss */
.opening-hours ul li {
  padding-bottom: 10px !important;
}

/* -------- Multi Row Clearfix ---------- */
/* line 886, app/assets/stylesheets/utility-classes.scss */
.multi-row-clearfix .col-xs-6:nth-child(2n + 3) {
  clear: left;
}

/* line 889, app/assets/stylesheets/utility-classes.scss */
.multi-row-clearfix .col-xs-4:nth-child(3n + 4) {
  clear: left;
}

/* line 892, app/assets/stylesheets/utility-classes.scss */
.multi-row-clearfix .col-xs-3:nth-child(4n + 5) {
  clear: left;
}

/* line 895, app/assets/stylesheets/utility-classes.scss */
.multi-row-clearfix .col-xs-2:nth-child(6n + 7) {
  clear: left;
}

/* line 898, app/assets/stylesheets/utility-classes.scss */
.multi-row-clearfix .col-xs-1:nth-child(12n + 13) {
  clear: left;
}

@media (min-width: 768px) {
  /* reset previous grid */
  /* line 903, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-xs-6:nth-child(2n + 3) {
    clear: none;
  }
  /* line 906, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-xs-4:nth-child(3n + 4) {
    clear: none;
  }
  /* line 909, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-xs-3:nth-child(4n + 5) {
    clear: none;
  }
  /* line 912, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-xs-2:nth-child(6n + 7) {
    clear: none;
  }
  /* line 915, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-xs-1:nth-child(12n + 13) {
    clear: none;
  }
  /* clear first in row for small columns */
  /* line 919, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-sm-6:nth-child(2n + 3) {
    clear: left;
  }
  /* line 922, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-sm-4:nth-child(3n + 4) {
    clear: left;
  }
  /* line 925, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-sm-3:nth-child(4n + 5) {
    clear: left;
  }
  /* line 928, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-sm-2:nth-child(6n + 7) {
    clear: left;
  }
  /* line 931, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-sm-1:nth-child(12n + 13) {
    clear: left;
  }
}

@media (min-width: 992px) {
  /* reset previous grid */
  /* line 937, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-sm-6:nth-child(2n + 3) {
    clear: none;
  }
  /* line 940, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-sm-4:nth-child(3n + 4) {
    clear: none;
  }
  /* line 943, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-sm-3:nth-child(4n + 5) {
    clear: none;
  }
  /* line 946, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-sm-2:nth-child(6n + 7) {
    clear: none;
  }
  /* line 949, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-sm-1:nth-child(12n + 13) {
    clear: none;
  }
  /* clear first in row for medium columns */
  /* line 953, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-md-6:nth-child(2n + 3) {
    clear: left;
  }
  /* line 956, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-md-4:nth-child(3n + 4) {
    clear: left;
  }
  /* line 959, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-md-3:nth-child(4n + 5) {
    clear: left;
  }
  /* line 962, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-md-2:nth-child(6n + 7) {
    clear: left;
  }
  /* line 965, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-md-1:nth-child(12n + 13) {
    clear: left;
  }
}

@media (min-width: 1200px) {
  /* reset previous grid */
  /* line 971, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-md-6:nth-child(2n + 3) {
    clear: none;
  }
  /* line 974, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-md-4:nth-child(3n + 4) {
    clear: none;
  }
  /* line 977, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-md-3:nth-child(4n + 5) {
    clear: none;
  }
  /* line 980, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-md-2:nth-child(6n + 7) {
    clear: none;
  }
  /* line 983, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-md-1:nth-child(12n + 13) {
    clear: none;
  }
  /* clear first in row for large columns */
  /* line 987, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-lg-6:nth-child(2n + 3) {
    clear: left;
  }
  /* line 990, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-lg-4:nth-child(3n + 4) {
    clear: left;
  }
  /* line 993, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-lg-3:nth-child(4n + 5) {
    clear: left;
  }
  /* line 996, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-lg-2:nth-child(6n + 7) {
    clear: left;
  }
  /* line 999, app/assets/stylesheets/utility-classes.scss */
  .multi-row-clearfix .col-lg-1:nth-child(12n + 13) {
    clear: left;
  }
}

/*
 * Typography.less
 * -----------------------------------------------
*/
/* line 93, app/assets/stylesheets/style-main.scss */
::selection {
  background: #333333;
  color: #fff;
  text-shadow: none;
}

/* line 98, app/assets/stylesheets/style-main.scss */
::-moz-selection {
  background: #333333;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

/* line 104, app/assets/stylesheets/style-main.scss */
::-webkit-selection {
  background: #333333;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

/* line 110, app/assets/stylesheets/style-main.scss */
:active,
:focus {
  outline: none !important;
}

/* line 114, app/assets/stylesheets/style-main.scss */
html {
  font-size: 100%;
}

/* line 117, app/assets/stylesheets/style-main.scss */
body {
  line-height: 1.7;
  color: #777777;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
}

/* line 124, app/assets/stylesheets/style-main.scss */
a {
  color: #4285F4;
  text-decoration: none;
}

/* line 128, app/assets/stylesheets/style-main.scss */
a:hover,
a:focus {
  color: #0032CC;
  text-decoration: underline;
}

/* line 133, app/assets/stylesheets/style-main.scss */
a img {
  border: none;
}

/* line 136, app/assets/stylesheets/style-main.scss */
img {
  max-width: 100%;
}

/* line 139, app/assets/stylesheets/style-main.scss */
iframe {
  border: none !important;
}

/* -------- Headings ---------- */
/* line 143, app/assets/stylesheets/style-main.scss */
h1,
.h1 {
  font-size: 3.4rem;
}

/* line 147, app/assets/stylesheets/style-main.scss */
h2,
.h2 {
  font-size: 2rem;
}

/* line 151, app/assets/stylesheets/style-main.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 155, app/assets/stylesheets/style-main.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 159, app/assets/stylesheets/style-main.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 163, app/assets/stylesheets/style-main.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 167, app/assets/stylesheets/style-main.scss */
h1,
h2,
.h1,
.h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  line-height: 1.42857143;
  color: #333333;
}

/* line 176, app/assets/stylesheets/style-main.scss */
h1 small,
h2 small,
.h1 small,
.h2 small,
h1 .small,
h2 .small,
.h1 .small,
.h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #333333;
}

/* line 188, app/assets/stylesheets/style-main.scss */
h1 a,
h2 a,
.h1 a,
.h2 a {
  color: #333333;
}

/* line 194, app/assets/stylesheets/style-main.scss */
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
}

/* line 207, app/assets/stylesheets/style-main.scss */
h3 small,
h4 small,
h5 small,
h6 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #333333;
}

/* line 227, app/assets/stylesheets/style-main.scss */
h3 a,
h4 a,
h5 a,
h6 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #333333;
}

/* -------- Body Text ---------- */
/* line 238, app/assets/stylesheets/style-main.scss */
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 10px;
}

/* -------- Custom Font Family ---------- */
/* line 252, app/assets/stylesheets/style-main.scss */
.font-roboto {
  font-family: 'Roboto', sans-serif;
}

/* line 255, app/assets/stylesheets/style-main.scss */
.font-roboto-slab {
  font-family: 'Roboto Slab', serif;
}

/* breadcrumb */
/* line 259, app/assets/stylesheets/style-main.scss */
.breadcrumb {
  background-color: transparent;
  padding-left: 0;
}

/* line 263, app/assets/stylesheets/style-main.scss */
.breadcrumb > li + li::before {
  content: "\f04b";
  font-family: fontawesome;
  font-size: 9px;
  margin-right: 5px;
}

/* line 269, app/assets/stylesheets/style-main.scss */
.breadcrumb li.active {
  font-weight: 600;
}

/* line 272, app/assets/stylesheets/style-main.scss */
.breadcrumb.white li.active {
  color: #fff;
}

/* line 275, app/assets/stylesheets/style-main.scss */
.breadcrumb.white li a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  /* line 279, app/assets/stylesheets/style-main.scss */
  .breadcrumb.text-right {
    text-align: right;
  }
}

/*Drop Caps*/
/* line 284, app/assets/stylesheets/style-main.scss */
.drop-caps p {
  text-align: justify;
}

/* line 287, app/assets/stylesheets/style-main.scss */
.drop-caps p:first-child:first-letter {
  color: #111111;
  display: block;
  float: left;
  font-size: 48px;
  line-height: 48px;
  margin: 6px 3px;
  padding: 10px 18px;
}

/* line 296, app/assets/stylesheets/style-main.scss */
.drop-caps.text-colored p:first-child:first-letter {
  display: block;
  float: left;
  font-size: 48px;
  line-height: 48px;
  margin: 6px 3px;
  padding: 10px 18px;
}

/* line 304, app/assets/stylesheets/style-main.scss */
.drop-caps.border p:first-child:first-letter {
  border: 1px solid;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}

/* line 309, app/assets/stylesheets/style-main.scss */
.drop-caps.border-rounded p:first-child:first-letter {
  border: 1px solid;
  border-radius: 50%;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}

/* line 315, app/assets/stylesheets/style-main.scss */
.drop-caps.colored-square p:first-child:first-letter {
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}

/* line 320, app/assets/stylesheets/style-main.scss */
.drop-caps.colored-rounded p:first-child:first-letter {
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
  border-radius: 50%;
}

/* line 326, app/assets/stylesheets/style-main.scss */
.drop-caps.dark-square p:first-child:first-letter {
  background: #222222;
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}

/* line 332, app/assets/stylesheets/style-main.scss */
.drop-caps.dark-rounded p:first-child:first-letter {
  background: #222222;
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
  border-radius: 50%;
}

/*Text Highlight*/
/* line 340, app/assets/stylesheets/style-main.scss */
.text-highlight {
  background: none repeat scroll 0 0 #111111;
  border-radius: 4px;
  color: #fff;
  padding: 0 5px 3px;
}

/* line 346, app/assets/stylesheets/style-main.scss */
.text-highlight.light {
  background: #808080;
}

/*
 * common.less
 * -----------------------------------------------
*/
/* -------- Basic Structure ---------- */
/* line 354, app/assets/stylesheets/style-main.scss */
html {
  font-size: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  /* line 359, app/assets/stylesheets/style-main.scss */
  html {
    font-size: 90%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 364, app/assets/stylesheets/style-main.scss */
  html {
    font-size: 85%;
  }
}

@media only screen and (max-width: 479px) {
  /* line 369, app/assets/stylesheets/style-main.scss */
  html {
    font-size: 80%;
  }
}

/* line 373, app/assets/stylesheets/style-main.scss */
html,
html a {
  -webkit-font-smoothing: antialiased;
}

/* line 377, app/assets/stylesheets/style-main.scss */
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* line 381, app/assets/stylesheets/style-main.scss */
img {
  max-width: 100%;
}

/* line 384, app/assets/stylesheets/style-main.scss */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 390, app/assets/stylesheets/style-main.scss */
.fluid-video-wrapper {
  padding: 0;
  position: relative;
  width: 100%;
}

/* line 395, app/assets/stylesheets/style-main.scss */
iframe {
  border: none;
  width: 100%;
}

/* line 399, app/assets/stylesheets/style-main.scss */
.lead {
  font-size: 18px;
}

/* line 402, app/assets/stylesheets/style-main.scss */
.text-highlight {
  background: none repeat scroll 0 0 #111111;
  border-radius: 4px;
  color: #fff;
  padding: 0 5px 3px;
}

/* line 408, app/assets/stylesheets/style-main.scss */
.text-highlight.light {
  background: #808080;
}

/* line 411, app/assets/stylesheets/style-main.scss */
.inline-block {
  display: inline-block;
}

/* line 414, app/assets/stylesheets/style-main.scss */
.display-block {
  display: block;
}

/* line 417, app/assets/stylesheets/style-main.scss */
.fullwidth {
  width: 100%;
}

/* line 420, app/assets/stylesheets/style-main.scss */
.bg-hover-theme-colored {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Text-decoration */
/* line 426, app/assets/stylesheets/style-main.scss */
.text-underline {
  text-decoration: underline;
}

/* -------- Line-Bottom ---------- */
/* line 430, app/assets/stylesheets/style-main.scss */
.heading-line-bottom {
  border-bottom: 1px dashed #808080;
  display: inline-block;
  margin: 0;
  position: relative;
  margin: 20px 0;
}

/* line 437, app/assets/stylesheets/style-main.scss */
.heading-line-bottom::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 20px;
}

/* line 445, app/assets/stylesheets/style-main.scss */
.heading-title {
  margin-top: 10px;
}

/* line 448, app/assets/stylesheets/style-main.scss */
.line-bottom {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

/* line 453, app/assets/stylesheets/style-main.scss */
.line-bottom:after {
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

/* line 461, app/assets/stylesheets/style-main.scss */
.title-icon [class^="flaticon-"]::after,
.title-icon [class^="flaticon-"]::before {
  font-size: 48px;
  margin-left: 10px;
}

/* line 466, app/assets/stylesheets/style-main.scss */
.title-icon {
  margin: 0 auto;
  max-width: 160px;
  position: relative;
}

/* line 471, app/assets/stylesheets/style-main.scss */
.title-icon::after {
  content: "";
  height: 2px;
  left: 24px;
  position: absolute;
  top: 10px;
  width: 30px;
}

/* line 479, app/assets/stylesheets/style-main.scss */
.title-icon::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 30px;
}

/* -------- List ---------- */
/* line 488, app/assets/stylesheets/style-main.scss */
ul {
  list-style: circle;
  margin: 0;
  padding: 0;
}

/* line 493, app/assets/stylesheets/style-main.scss */
ol {
  list-style: decimal;
  margin: 0;
  padding: 0;
}

/* line 498, app/assets/stylesheets/style-main.scss */
ul ul,
ol ul {
  margin-left: 15px;
}

/* line 502, app/assets/stylesheets/style-main.scss */
ul.list {
  list-style: outside none none;
  margin-top: 13px;
  padding-left: 0;
}

/* line 507, app/assets/stylesheets/style-main.scss */
ul.list li {
  margin: 5px 0;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}

/* line 513, app/assets/stylesheets/style-main.scss */
ul.list li:before {
  border: none;
  color: #a9a9a9;
  content: "\f111";
  display: inline-block;
  font-family: fontawesome;
  font-size: 9px;
  margin-right: 10px;
  padding: 0;
  left: 0;
  position: absolute;
  top: 1px;
}

/* line 526, app/assets/stylesheets/style-main.scss */
ul.list li:hover:before {
  background: none;
  border-color: transparent;
}

/* line 530, app/assets/stylesheets/style-main.scss */
ul.list li a {
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

/* -------- List White ---------- */
/* line 537, app/assets/stylesheets/style-main.scss */
ul.list.list-white li:before {
  color: #fff;
}

/* line 540, app/assets/stylesheets/style-main.scss */
ul.list.list-white li:hover:before {
  background: none;
  border-color: transparent;
}

/* line 544, app/assets/stylesheets/style-main.scss */
ul.list.list-white li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

/* -------- List border bottom ---------- */
/* line 552, app/assets/stylesheets/style-main.scss */
ul.list-border-bottom li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

/* line 556, app/assets/stylesheets/style-main.scss */
ul.list.list-border-bottom li:last-child {
  border-bottom: none;
}

/* line 559, app/assets/stylesheets/style-main.scss */
ul.list-border-bottom.no-padding li {
  padding-bottom: 0px;
}

/* line 562, app/assets/stylesheets/style-main.scss */
ul.list-border-bottom.no-padding li:last-child {
  border-bottom: none;
}

/* -------- List Icons ---------- */
/* line 566, app/assets/stylesheets/style-main.scss */
.list-border li {
  border-bottom: 1px dashed #d3d3d3;
  padding: 10px 0;
}

/* line 570, app/assets/stylesheets/style-main.scss */
.dark .list-border li {
  border-bottom: 1px dashed #333333;
}

/* line 573, app/assets/stylesheets/style-main.scss */
.list-icon li {
  font-size: 14px;
  margin: 0;
}

/* line 577, app/assets/stylesheets/style-main.scss */
.list-icon li i {
  color: #555555;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}

/* line 586, app/assets/stylesheets/style-main.scss */
.list-icon.square li i {
  background: #c0c0c0;
  color: #555555;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}

/* line 596, app/assets/stylesheets/style-main.scss */
.list-icon.rounded li i {
  color: #555555;
  background: #c0c0c0;
  border-radius: 50%;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}

/* line 607, app/assets/stylesheets/style-main.scss */
.list-icon.theme-colored.square li i {
  color: #fff;
}

/* line 610, app/assets/stylesheets/style-main.scss */
.list-icon.theme-colored.rounded li i {
  color: #fff;
}

/* -------- Personal Info List ---------- */
/* line 614, app/assets/stylesheets/style-main.scss */
.list-info li {
  clear: both;
  position: relative;
}

/* line 618, app/assets/stylesheets/style-main.scss */
.list-info li label {
  display: inline-block;
  font-weight: bold;
  padding: 5px 0 0;
}

/* line 623, app/assets/stylesheets/style-main.scss */
.list-info li span {
  left: 110px;
  padding: 5px 0;
  position: absolute;
}

/* line 628, app/assets/stylesheets/style-main.scss */
.list-features {
  -moz-column-count: 3;
  column-count: 3;
}

/* line 632, app/assets/stylesheets/style-main.scss */
.list-dashed > article {
  border-bottom: 1px dashed #d3d3d3 !important;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

/* line 637, app/assets/stylesheets/style-main.scss */
.list-dashed > div {
  border-bottom: 1px dashed #d3d3d3 !important;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

/* line 642, app/assets/stylesheets/style-main.scss */
.list-dashed > li {
  border-bottom: 1px dashed #d3d3d3 !important;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

/* line 647, app/assets/stylesheets/style-main.scss */
.list-dashed.dark-dash > article {
  border-bottom: 1px dashed #333333 !important;
}

/* line 650, app/assets/stylesheets/style-main.scss */
.list-dashed.dark-dash > div {
  border-bottom: 1px dashed #333333 !important;
}

/* line 653, app/assets/stylesheets/style-main.scss */
.list-dashed.dark-dash > li {
  border-bottom: 1px dashed #333333 !important;
}

/* line 656, app/assets/stylesheets/style-main.scss */
ul.list.check li:before {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 12px;
}

/* line 661, app/assets/stylesheets/style-main.scss */
ul.list.angle-double-right li:before {
  content: "\f101";
  font-family: fontawesome;
  font-size: 12px;
}

/* line 666, app/assets/stylesheets/style-main.scss */
ul.list.angle-right li:before {
  content: "\f105";
  font-family: fontawesome;
}

/* line 670, app/assets/stylesheets/style-main.scss */
ul.list.check-circle li:before {
  content: "\f058";
  font-family: fontawesome;
  font-size: 14px;
}

/* -------- Call To Actions ---------- */
/* line 676, app/assets/stylesheets/style-main.scss */
.call-to-action {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}

/* -------- Section & Divider ---------- */
/* line 682, app/assets/stylesheets/style-main.scss */
section {
  position: relative;
}

/* line 685, app/assets/stylesheets/style-main.scss */
section > .container,
section > .container-fluid {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* -------- Background Video ---------- */
/* line 691, app/assets/stylesheets/style-main.scss */
.bg-video {
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: -1;
}

/* line 698, app/assets/stylesheets/style-main.scss */
.bg-video .video {
  height: 100%;
  left: 0;
  margin: 0 !important;
  position: relative;
  top: 0;
  width: 100%;
}

/* line 706, app/assets/stylesheets/style-main.scss */
.bg-video .video .mbYTP_wrapper {
  z-index: -1 !important;
}

/* -------- Box Table ---------- */
/* line 710, app/assets/stylesheets/style-main.scss */
.display-table-parent {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 717, app/assets/stylesheets/style-main.scss */
.display-table {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}

/* line 723, app/assets/stylesheets/style-main.scss */
.display-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

/* -------- Scroll To Top ---------- */
/* line 729, app/assets/stylesheets/style-main.scss */
.scrollToTop {
  background: rgba(0, 0, 0, 0.1);
  bottom: 15px;
  display: none;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
}

/* line 742, app/assets/stylesheets/style-main.scss */
.scrollToTop i {
  color: #fff;
  font-size: 42px;
}

/* line 746, app/assets/stylesheets/style-main.scss */
.scrollToTop:hover {
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

/* -------- magnific popup ---------- */
/* line 751, app/assets/stylesheets/style-main.scss */
.mfp-close-btn-in .mfp-close {
  color: #eee;
  font-size: 64px;
}

/*  
 * extra.less 
 * -----------------------------------------------
*/
/* -------- Heading Style ---------- */
/* line 760, app/assets/stylesheets/style-main.scss */
.heading-border {
  border-bottom: 1px solid #d3d3d3;
  margin: 30px 0;
  padding: 20px 0;
}

/* -------- FullCalendar - Plugin ---------- */
/* line 766, app/assets/stylesheets/style-main.scss */
.fc-day-number {
  color: #333333;
}

/* line 769, app/assets/stylesheets/style-main.scss */
.fc-day-number.fc-other-month {
  opacity: 0.4;
}

/* scrolltofixed-container */
/* line 773, app/assets/stylesheets/style-main.scss */
.scrolltofixed-container {
  position: static;
}

@media only screen and (max-width: 767px) {
  /* line 777, app/assets/stylesheets/style-main.scss */
  .scrolltofixed-container .scrolltofixed {
    position: static !important;
  }
  /* line 780, app/assets/stylesheets/style-main.scss */
  .scrolltofixed-container .scrolltofixed + div {
    display: none !important;
  }
}

/* slider revolution */
/* line 785, app/assets/stylesheets/style-main.scss */
.tp-bannertimer {
  z-index: 21;
}

/* line 788, app/assets/stylesheets/style-main.scss */
.mfp-close-btn-in .mfp-close {
  color: #fff;
  font-size: 48px;
}

/* line 792, app/assets/stylesheets/style-main.scss */
.mfp-bg {
  z-index: 1112;
}

/* line 795, app/assets/stylesheets/style-main.scss */
.mfp-wrap {
  z-index: 1113;
}

/*
 * overlays.less
 * -----------------------------------------------
*/
/* line 802, app/assets/stylesheets/style-main.scss */
.layer-overlay {
  position: relative;
  /* overlay-dark */
  /* overlay-white */
}

/* line 807, app/assets/stylesheets/style-main.scss */
.layer-overlay::before {
  background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/* line 817, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-light::before {
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 820, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-lighter::before {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 823, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-deep::before {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 826, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-dark::before {
  background-color: rgba(17, 17, 17, 0.85);
}

/* line 829, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-dark-1::before {
  background-color: rgba(17, 17, 17, 0.1);
}

/* line 832, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-dark-2::before {
  background-color: rgba(17, 17, 17, 0.2);
}

/* line 835, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-dark-3::before {
  background-color: rgba(17, 17, 17, 0.3);
}

/* line 838, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-dark-4::before {
  background-color: rgba(17, 17, 17, 0.4);
}

/* line 841, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-dark-5::before {
  background-color: rgba(17, 17, 17, 0.5);
}

/* line 844, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-dark-6::before {
  background-color: rgba(17, 17, 17, 0.6);
}

/* line 847, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-dark-7::before {
  background-color: rgba(17, 17, 17, 0.7);
}

/* line 850, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-dark-8::before {
  background-color: rgba(17, 17, 17, 0.8);
}

/* line 853, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-dark-9::before {
  background-color: rgba(17, 17, 17, 0.9);
}

/* line 856, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-white::before {
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 859, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-white-1::before {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 862, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-white-2::before {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 865, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-white-3::before {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 868, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-white-4::before {
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 871, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-white-5::before {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 874, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-white-6::before {
  background-color: rgba(255, 255, 255, 0.6);
}

/* line 877, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-white-7::before {
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 880, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-white-8::before {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 883, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-white-9::before {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 886, app/assets/stylesheets/style-main.scss */
.layer-overlay.layer-pattern::before {
  background-image: url(/url(/images/pattern1.png));
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 890, app/assets/stylesheets/style-main.scss */
.layer-overlay.layer-pattern2::before {
  background-image: url(/url(/images/pattern2.png));
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 894, app/assets/stylesheets/style-main.scss */
.layer-overlay.layer-pattern3::before {
  background-image: url(/url(/images/pattern3.png));
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 898, app/assets/stylesheets/style-main.scss */
.layer-overlay.maximage-layer-overlay::before {
  z-index: 1;
}

/* line 901, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-blue::before {
  background-color: rgba(1, 162, 208, 0.9);
}

/* line 904, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-blue-light::before {
  background-color: rgba(1, 162, 208, 0.45);
}

/* line 907, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-pink::before {
  background-color: rgba(235, 110, 142, 0.9);
}

/* line 910, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-pink-light::before {
  background-color: rgba(235, 110, 142, 0.45);
}

/* line 913, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-brown::before {
  background-color: rgba(60, 171, 111, 0.9);
}

/* line 916, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-brown-light::before {
  background-color: rgba(60, 171, 111, 0.45);
}

/* line 919, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-yellow::before {
  background-color: rgba(255, 187, 34, 0.9);
}

/* line 922, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-yellow-light::before {
  background-color: rgba(255, 187, 34, 0.45);
}

/* line 925, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-green::before {
  background-color: rgba(16, 196, 92, 0.9);
}

/* line 928, app/assets/stylesheets/style-main.scss */
.layer-overlay.overlay-green-light::before {
  background-color: rgba(16, 196, 92, 0.45);
}

/* line 931, app/assets/stylesheets/style-main.scss */
.half-divider .overlay-theme-color-1,
.half-divider .overlay-theme-color-2,
.half-divider .overlay-theme-color-3 {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

/*
 * header.less
 * -----------------------------------------------
*/
/* line 945, app/assets/stylesheets/style-main.scss */
.navbar-scrolltofixed {
  z-index: 999 !important;
}

/* line 948, app/assets/stylesheets/style-main.scss */
.header-top {
  padding: 0;
}

/* line 951, app/assets/stylesheets/style-main.scss */
.header-top .widget {
  line-height: 2.5rem;
  margin-bottom: 0;
  font-size: 13px;
}

/* line 956, app/assets/stylesheets/style-main.scss */
.header-top .widget ul li {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 960, app/assets/stylesheets/style-main.scss */
.header-top .widget ul li:first-child {
  padding-left: 0;
}

/* line 963, app/assets/stylesheets/style-main.scss */
.header-top .widget .styled-icons {
  line-height: 1;
}

/* line 966, app/assets/stylesheets/style-main.scss */
.header-top.style-bordered {
  border-bottom: 1px solid #ccc;
}

/* line 969, app/assets/stylesheets/style-main.scss */
.header-top.style-bordered .widget ul.list-bordered li {
  padding-left: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #ccc;
}

@media only screen and (max-width: 1000px) {
  /* line 975, app/assets/stylesheets/style-main.scss */
  .header-top.style-bordered .widget ul.list-bordered li {
    border: none;
  }
}

/* line 979, app/assets/stylesheets/style-main.scss */
.header-top.style-bordered .widget ul.list-bordered li:first-child {
  border-left: 1px solid #ccc;
}

@media only screen and (max-width: 1000px) {
  /* line 983, app/assets/stylesheets/style-main.scss */
  .header-top.style-bordered .widget ul.list-bordered li:first-child {
    border: none;
  }
}

/* line 987, app/assets/stylesheets/style-main.scss */
.header-top.style-bordered .widget ul.list-bordered.navbar-nav li {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 1000px) {
  /* line 992, app/assets/stylesheets/style-main.scss */
  .header-top .language-switcher {
    background-color: #ddd;
  }
}

/* line 996, app/assets/stylesheets/style-main.scss */
.header-top .language-switcher li a {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 1000, app/assets/stylesheets/style-main.scss */
.menuzord-brand img {
  max-height: 38px;
}

@media only screen and (max-width: 767px) {
  /* line 1004, app/assets/stylesheets/style-main.scss */
  .menuzord-brand img {
    max-height: 30px;
  }
}

/* -------- Inner Header ---------- */
/* line 1009, app/assets/stylesheets/style-main.scss */
.inner-header .title {
  text-transform: uppercase;
}

/* -------- Custom theme style ---------- */
/* line 1013, app/assets/stylesheets/style-main.scss */
.header-nav .header-nav-wrapper .menuzord {
  padding: 0;
}

/* Transparent Header */
/* line 1017, app/assets/stylesheets/style-main.scss */
.header {
  /* -------- Header floating ---------- */
}

/* line 1020, app/assets/stylesheets/style-main.scss */
.header.header-floating {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1111;
  /* -------- Header Transparent Dark ---------- */
  /* -------- Header Transparent Dark ---------- */
  /* -------- Header Transparent White ---------- */
  /* -------- Header Transparent Dark ---------- */
}

/* line 1031, app/assets/stylesheets/style-main.scss */
.header.header-floating .header-top,
.header.header-floating .header-mid {
  color: #fff;
}

/* line 1035, app/assets/stylesheets/style-main.scss */
.header.header-floating .header-top .widget a,
.header.header-floating .header-mid .widget a {
  color: #fff;
}

@media only screen and (min-width: 1001px) {
  /* line 1040, app/assets/stylesheets/style-main.scss */
  .header.header-floating .header-nav.navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #fff;
  }
}

@media only screen and (min-width: 1001px) {
  /* line 1045, app/assets/stylesheets/style-main.scss */
  .header.header-floating .sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #fff;
  }
}

/* line 1049, app/assets/stylesheets/style-main.scss */
.header.header-floating .header-nav .header-nav-wrapper {
  box-shadow: none;
}

/* line 1052, app/assets/stylesheets/style-main.scss */
.header.header-floating .sticky-wrapper.is-sticky .header-nav.navbar-sticky {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* line 1055, app/assets/stylesheets/style-main.scss */
.header.header-floating .sticky-wrapper.is-sticky .header-nav.navbar-sticky .header-nav-wrapper {
  box-shadow: none;
}

/* line 1058, app/assets/stylesheets/style-main.scss */
.header.header-floating .header-nav.scroll-to-fixed-fixed .header-nav-wrapper {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* line 1061, app/assets/stylesheets/style-main.scss */
.header.header-floating.bottom-box-shadow .header-nav .header-nav-wrapper {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* line 1064, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-floating-text-dark .header-top,
.header.header-floating.header-floating-text-dark .header-mid {
  color: #333;
}

/* line 1068, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-floating-text-dark .header-top .widget a,
.header.header-floating.header-floating-text-dark .header-mid .widget a {
  color: #333;
}

@media only screen and (min-width: 1001px) {
  /* line 1073, app/assets/stylesheets/style-main.scss */
  .header.header-floating.header-floating-text-dark .header-nav.navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #333;
  }
}

@media only screen and (min-width: 1001px) {
  /* line 1078, app/assets/stylesheets/style-main.scss */
  .header.header-floating.header-floating-text-dark .sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #333;
  }
}

/* line 1082, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-floating-text-white .header-top,
.header.header-floating.header-floating-text-white .header-mid {
  color: #fff;
}

/* line 1086, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-floating-text-white .header-top .widget a,
.header.header-floating.header-floating-text-white .header-mid .widget a {
  color: #fff;
}

@media only screen and (min-width: 1001px) {
  /* line 1091, app/assets/stylesheets/style-main.scss */
  .header.header-floating.header-floating-text-white .header-nav.navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #fff;
  }
}

@media only screen and (min-width: 1001px) {
  /* line 1096, app/assets/stylesheets/style-main.scss */
  .header.header-floating.header-floating-text-white .sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #fff;
  }
}

/* line 1100, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-white .header-top,
.header.header-floating.header-transparent-white .header-mid,
.header.header-floating.header-transparent-white .header-nav {
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 1105, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-white .header-top,
.header.header-floating.header-transparent-white .header-mid {
  color: #333;
}

/* line 1109, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-white .header-top .widget a,
.header.header-floating.header-transparent-white .header-mid .widget a {
  color: #333;
}

@media only screen and (min-width: 1001px) {
  /* line 1114, app/assets/stylesheets/style-main.scss */
  .header.header-floating.header-transparent-white .header-nav.navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #333;
  }
}

@media only screen and (min-width: 1001px) {
  /* line 1119, app/assets/stylesheets/style-main.scss */
  .header.header-floating.header-transparent-white .sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #333;
  }
}

/* line 1123, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-white .header-top.style-bordered {
  border-bottom: 1px solid #ddd;
}

/* line 1126, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-white .header-top.style-bordered .widget ul.list-bordered li {
  padding-left: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #ddd;
}

@media only screen and (max-width: 1000px) {
  /* line 1132, app/assets/stylesheets/style-main.scss */
  .header.header-floating.header-transparent-white .header-top.style-bordered .widget ul.list-bordered li {
    border: none;
  }
}

/* line 1136, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-white .header-top.style-bordered .widget ul.list-bordered li:first-child {
  border-left: 1px solid #ddd;
}

@media only screen and (max-width: 1000px) {
  /* line 1140, app/assets/stylesheets/style-main.scss */
  .header.header-floating.header-transparent-white .header-top.style-bordered .widget ul.list-bordered li:first-child {
    border: none;
  }
}

/* line 1144, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-white .header-top.style-bordered .widget ul.list-bordered.navbar-nav li {
  padding-left: 0;
  padding-right: 0;
}

/* line 1148, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-white .header-nav.scroll-to-fixed-fixed {
  background-color: #ffffff;
}

/* line 1151, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-dark .header-top,
.header.header-floating.header-transparent-dark .header-mid,
.header.header-floating.header-transparent-dark .header-nav {
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1156, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-dark .header-top,
.header.header-floating.header-transparent-dark .header-mid {
  color: #fff;
}

/* line 1160, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-dark .header-top .widget a,
.header.header-floating.header-transparent-dark .header-mid .widget a {
  color: #fff;
}

@media only screen and (min-width: 1001px) {
  /* line 1165, app/assets/stylesheets/style-main.scss */
  .header.header-floating.header-transparent-dark .header-nav.navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #fff;
  }
}

@media only screen and (min-width: 1001px) {
  /* line 1170, app/assets/stylesheets/style-main.scss */
  .header.header-floating.header-transparent-dark .sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #fff;
  }
}

/* line 1174, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-dark .header-top.style-bordered {
  border-bottom: 1px solid #333;
}

/* line 1177, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-dark .header-top.style-bordered .widget ul.list-bordered li {
  padding-left: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #333;
}

@media only screen and (max-width: 1000px) {
  /* line 1183, app/assets/stylesheets/style-main.scss */
  .header.header-floating.header-transparent-dark .header-top.style-bordered .widget ul.list-bordered li {
    border: none;
  }
}

/* line 1187, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-dark .header-top.style-bordered .widget ul.list-bordered li:first-child {
  border-left: 1px solid #333;
}

@media only screen and (max-width: 1000px) {
  /* line 1191, app/assets/stylesheets/style-main.scss */
  .header.header-floating.header-transparent-dark .header-top.style-bordered .widget ul.list-bordered li:first-child {
    border: none;
  }
}

/* line 1195, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-dark .header-top.style-bordered .widget ul.list-bordered.navbar-nav li {
  padding-left: 0;
  padding-right: 0;
}

/* line 1199, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-dark .header-nav.scroll-to-fixed-fixed {
  background-color: #161616;
}

/* line 1202, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-transparent-dark .sticky-wrapper.is-sticky .header-nav.navbar-sticky {
  background-color: #161616;
}

@media only screen and (max-width: 1000px) {
  /* line 1206, app/assets/stylesheets/style-main.scss */
  .header.header-floating {
    position: relative;
    background-color: #333;
  }
  /* line 1210, app/assets/stylesheets/style-main.scss */
  .header.header-floating.header-floating-text-dark {
    background-color: #333;
  }
  /* line 1213, app/assets/stylesheets/style-main.scss */
  .header.header-floating.header-transparent-white {
    background-color: #fff;
  }
}

/* -------- Scrolltofixed ---------- */
/* line 1218, app/assets/stylesheets/style-main.scss */
.header-nav {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  /* -------- Navbar Sticky Animated ---------- */
}

/* line 1224, app/assets/stylesheets/style-main.scss */
.header-nav.navbar-scrolltofixed.scroll-to-fixed-fixed {
  background-color: #fff;
}

/* line 1227, app/assets/stylesheets/style-main.scss */
.header-nav.navbar-sticky-animated .container {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* line 1232, app/assets/stylesheets/style-main.scss */
.header-nav.navbar-sticky-animated:not(.scroll-to-fixed-fixed) .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* -------- sticky.js ---------- */
/* line 1237, app/assets/stylesheets/style-main.scss */
.sticky-wrapper .header-nav.navbar-sticky.navbar-sticky-animated .container {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* line 1242, app/assets/stylesheets/style-main.scss */
.sticky-wrapper.is-sticky .header-nav.navbar-sticky {
  background-color: #fff;
}

/* line 1245, app/assets/stylesheets/style-main.scss */
.sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky.navbar-sticky-animated .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* -------- Switchable Logo ---------- */
/* line 1250, app/assets/stylesheets/style-main.scss */
.header-nav .switchable-logo .logo-scrolled-to-fixed {
  display: none;
}

/* line 1253, app/assets/stylesheets/style-main.scss */
.header-nav.scroll-to-fixed-fixed .switchable-logo .logo-default,
.header-nav .scroll-to-fixed-fixed .switchable-logo .logo-default {
  display: none;
}

/* line 1257, app/assets/stylesheets/style-main.scss */
.header-nav.scroll-to-fixed-fixed .switchable-logo .logo-scrolled-to-fixed,
.header-nav .scroll-to-fixed-fixed .switchable-logo .logo-scrolled-to-fixed {
  display: inline-block;
}

/* line 1261, app/assets/stylesheets/style-main.scss */
.sticky-wrapper.is-sticky .header-nav.navbar-sticky .switchable-logo .logo-default {
  display: none;
}

/* line 1264, app/assets/stylesheets/style-main.scss */
.sticky-wrapper.is-sticky .header-nav.navbar-sticky .switchable-logo .logo-scrolled-to-fixed {
  display: inline-block;
}

/* Modern Header */
/* line 1268, app/assets/stylesheets/style-main.scss */
.modern-header .header-nav .header-nav-wrapper {
  margin-top: -35px;
  position: absolute;
  z-index: 1111;
  left: 0;
  right: 0;
}

/* line 1275, app/assets/stylesheets/style-main.scss */
.modern-header .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) {
  box-shadow: none;
}

/* line 1278, app/assets/stylesheets/style-main.scss */
.modern-header .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
  background: #222;
}

@media only screen and (max-width: 1000px) {
  /* line 1282, app/assets/stylesheets/style-main.scss */
  .modern-header .header-nav .header-nav-wrapper {
    position: relative;
    margin-top: 0;
  }
  /* line 1286, app/assets/stylesheets/style-main.scss */
  .modern-header .header-nav .header-nav-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1001px) {
  /* line 1292, app/assets/stylesheets/style-main.scss */
  .modern-header .header-nav .header-nav-wrapper .menuzord-menu > li > a {
    color: #fff;
  }
}

/* line 1296, app/assets/stylesheets/style-main.scss */
.modern-header .header-nav .header-nav-wrapper .menuzord-menu > li.home > a {
  padding: 20px 30px;
}

/* line 1299, app/assets/stylesheets/style-main.scss */
.modern-header .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
  margin-top: 0;
  background: #222;
}

/* line 1303, app/assets/stylesheets/style-main.scss */
.modern-header .header-nav .header-nav-wrapper.scroll-to-fixed-fixed nav {
  background: transparent;
}

/* line 1306, app/assets/stylesheets/style-main.scss */
.modern-header:not(.modern-header-nav-autopadding) .menuzord-menu > li {
  padding: 0;
}

/* line 1309, app/assets/stylesheets/style-main.scss */
.modern-header:not(.modern-header-nav-autopadding) .menuzord-menu > li > a {
  padding: 25px 30px;
}

/* line 1312, app/assets/stylesheets/style-main.scss */
.modern-header.modern-header-white .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
  background: #fff;
}

@media only screen and (min-width: 1001px) {
  /* line 1316, app/assets/stylesheets/style-main.scss */
  .modern-header.modern-header-white .header-nav .header-nav-wrapper .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #222;
  }
}

/* line 1320, app/assets/stylesheets/style-main.scss */
.modern-header.modern-header-white .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
  background: #fff;
}

/* line 1323, app/assets/stylesheets/style-main.scss */
.modern-header .navbar-sticky-animated .container nav {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* line 1328, app/assets/stylesheets/style-main.scss */
.modern-header .navbar-sticky-animated:not(.scroll-to-fixed-fixed) .container nav {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 1332, app/assets/stylesheets/style-main.scss */
.styled-icon-info i {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 30px;
}

/* header widget contact info box */
/* line 1344, app/assets/stylesheets/style-main.scss */
.header-widget-contact-info-box {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  /* line 1349, app/assets/stylesheets/style-main.scss */
  .header-widget-contact-info-box {
    display: block;
  }
}

/* line 1353, app/assets/stylesheets/style-main.scss */
.header-widget-contact-info-box .element {
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-right: 10px;
  margin-left: 20px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  /* line 1362, app/assets/stylesheets/style-main.scss */
  .header-widget-contact-info-box .element {
    display: block;
  }
}

/* line 1366, app/assets/stylesheets/style-main.scss */
.header-widget-contact-info-box .contact-info {
  float: right;
}

@media only screen and (max-width: 1079px) {
  /* line 1370, app/assets/stylesheets/style-main.scss */
  .header-widget-contact-info-box .contact-info {
    float: none;
  }
}

/* line 1374, app/assets/stylesheets/style-main.scss */
.header-widget-contact-info-box .contact-info.media {
  margin-top: 10px;
}

/* line 1377, app/assets/stylesheets/style-main.scss */
.header-widget-contact-info-box .contact-info .media-body {
  width: auto;
}

@media only screen and (max-width: 991px) {
  /* line 1381, app/assets/stylesheets/style-main.scss */
  .header-widget-contact-info-box .contact-info .media-body,
.header-widget-contact-info-box .contact-info .media-left,
.header-widget-contact-info-box .contact-info .media-right {
    display: block;
    padding-right: 0;
  }
}

/* line 1388, app/assets/stylesheets/style-main.scss */
.header-widget-contact-info-box .contact-info .font-icon {
  font-size: 30px;
  margin-top: 5px;
}

/* line 1392, app/assets/stylesheets/style-main.scss */
.header-widget-contact-info-box .contact-info .title {
  color: #808080;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 1397, app/assets/stylesheets/style-main.scss */
.header-widget-contact-info-box .contact-info .subtitle {
  font-size: 12px;
  margin: 0;
}

/* line 1401, app/assets/stylesheets/style-main.scss */
.header-widget-contact-info-box .contact-info.small-icon .font-icon {
  font-size: 15px;
  margin-top: 0;
}

/* line 1405, app/assets/stylesheets/style-main.scss */
.header-widget-contact-info-box .contact-info.small-icon .icon {
  font-size: inherit;
  font-weight: bold;
  padding-right: 5px;
  margin-top: 0;
}

/* line 1411, app/assets/stylesheets/style-main.scss */
.header-widget-contact-info-box .contact-info.small-icon .title {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 1417, app/assets/stylesheets/style-main.scss */
.header-widget-contact-info-box .contact-info.small-icon .subtitle {
  color: #808080;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

/*
 * nav.less
 * -----------------------------------------------
*/
/* -------- nav sidebar ---------- */
/* line 1428, app/assets/stylesheets/style-main.scss */
.nav-sidebar li {
  background: #f1f1f1;
  padding-bottom: 0;
}

/* line 1432, app/assets/stylesheets/style-main.scss */
.nav-sidebar li a {
  border-radius: 0;
}

/* line 1435, app/assets/stylesheets/style-main.scss */
.nav-pills li a:hover,
.nav-pills li.active > a,
.nav-pills li.active > a:hover,
.nav-pills li.active > a:focus {
  background: #d3d3d3;
  color: #777777;
}

/* -------- Header Nav ---------- */
/* line 1443, app/assets/stylesheets/style-main.scss */
.header-nav {
  position: relative;
}

/* line 1446, app/assets/stylesheets/style-main.scss */
.header-nav .header-nav-wrapper {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* line 1449, app/assets/stylesheets/style-main.scss */
.header-nav .header-nav-absolute-wrapper {
  width: 100%;
}

/* line 1452, app/assets/stylesheets/style-main.scss */
.header-nav .header-nav-wrapper .menuzord {
  padding: 0;
}

/* -------- Menuzord ---------- */
/* line 1456, app/assets/stylesheets/style-main.scss */
.menuzord-menu > li.home > a > i {
  float: none;
  line-height: 1;
  margin: 0;
}

@media only screen and (min-width: 901px) {
  /* line 1462, app/assets/stylesheets/style-main.scss */
  .menuzord-menu ul.dropdown {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
}

/* line 1466, app/assets/stylesheets/style-main.scss */
.menuzord-menu ul.dropdown li {
  margin: 0;
}

/* line 1469, app/assets/stylesheets/style-main.scss */
.menuzord-menu ul.dropdown li a {
  color: #666666;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 25px 7px 22px;
}

/* line 1475, app/assets/stylesheets/style-main.scss */
.menuzord-menu ul.dropdown li .indicator {
  top: 4px;
}

/* line 1478, app/assets/stylesheets/style-main.scss */
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  min-width: 230px;
}

/* -------- Megamenu-Row ---------- */
/* line 1483, app/assets/stylesheets/style-main.scss */
.menuzord-menu > li > .megamenu {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: bottom right;
}

/* line 1488, app/assets/stylesheets/style-main.scss */
.menuzord-menu > li > .megamenu.megamenu-bg-img {
  background-image: url(/url(/images/megamenu-dropdown.jpg));
}

/* line 1491, app/assets/stylesheets/style-main.scss */
.menuzord-menu > li > .megamenu .megamenu-row ul {
  margin-left: 0;
}

/* line 1494, app/assets/stylesheets/style-main.scss */
.menuzord-menu > li > .megamenu .megamenu-row ul li {
  border: 0 none;
  clear: both;
  font-size: 12px;
  margin: 0;
  padding: 2px 0 2px 15px;
  position: relative;
  width: 100%;
}

/* line 1503, app/assets/stylesheets/style-main.scss */
.menuzord-menu > li > .megamenu .megamenu-row ul li a {
  display: block;
  padding: 8px 0;
  -webkit-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}

/* line 1510, app/assets/stylesheets/style-main.scss */
.menuzord-menu > li > .megamenu .megamenu-row ul li.active > a,
.menuzord-menu > li > .megamenu .megamenu-row ul li:hover > a {
  color: #111;
  padding-left: 5px;
}

/* line 1515, app/assets/stylesheets/style-main.scss */
.menuzord-menu > li > .megamenu .megamenu-row ul li a i {
  color: #444;
}

/* line 1518, app/assets/stylesheets/style-main.scss */
.menuzord-menu > li > .megamenu .megamenu-row ul li.active a i,
.menuzord-menu > li > .menuzord-menu > li > .megamenu .megamenu-row ul li:hover a i {
  color: #fff;
}

/* line 1522, app/assets/stylesheets/style-main.scss */
.menuzord-menu > li > .megamenu .megamenu-row ul.list-icon li:before {
  content: "\f101";
  font-family: fontawesome;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 10px;
}

/* line 1530, app/assets/stylesheets/style-main.scss */
.menuzord-menu > li > .megamenu .megamenu-row .megamenu-col-title {
  margin-bottom: 15px;
}

@media only screen and (max-width: 900px) {
  /* line 1534, app/assets/stylesheets/style-main.scss */
  .menuzord-menu {
    background: #fff;
  }
}

/*
 * inner-header-title.less
 * -----------------------------------------------
*/
/* line 1542, app/assets/stylesheets/style-main.scss */
.inner-header .title {
  font-size: 36px;
  text-transform: uppercase;
}

/*
 *	Vertical-Nav.less
 * -----------------------------------------------
*/
/* line 1550, app/assets/stylesheets/style-main.scss */
body.vertical-nav .container {
  max-width: 1100px;
}

/* line 1553, app/assets/stylesheets/style-main.scss */
body.vertical-nav header#header {
  width: 260px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f5f5f5;
  background-size: cover;
  color: #555;
  z-index: 101;
  border-right: 1px solid #ddd;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 1568, app/assets/stylesheets/style-main.scss */
body.vertical-nav header#header .container {
  max-width: 100%;
  padding: 0;
}

/* line 1572, app/assets/stylesheets/style-main.scss */
body.vertical-nav header#header .header-nav-wrapper {
  background: none;
}

@media only screen and (min-width: 901px) {
  /* line 1576, app/assets/stylesheets/style-main.scss */
  body.vertical-nav header#header .header-nav-wrapper {
    box-shadow: none;
  }
}

/* line 1580, app/assets/stylesheets/style-main.scss */
body.vertical-nav header#header.vertical-nav-black {
  border-right: 1px solid #222;
}

/* line 1583, app/assets/stylesheets/style-main.scss */
body.vertical-nav .main-content,
body.vertical-nav .footer {
  margin-left: 260px;
}

/* line 1587, app/assets/stylesheets/style-main.scss */
body.vertical-nav .menuzord {
  background: none;
}

@media only screen and (min-width: 901px) {
  /* line 1591, app/assets/stylesheets/style-main.scss */
  body.vertical-nav .menuzord {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 901px) {
  /* line 1596, app/assets/stylesheets/style-main.scss */
  body.vertical-nav .menuzord .menuzord-brand {
    padding: 15px;
    margin-bottom: 30px;
  }
}

/* line 1601, app/assets/stylesheets/style-main.scss */
body.vertical-nav .menuzord .menuzord-menu ul.dropdown li:hover > a {
  background: #eeeeee none repeat scroll 0 0;
  color: #111111;
}

/* line 1605, app/assets/stylesheets/style-main.scss */
body.vertical-nav .menuzord .menuzord-menu li {
  padding: 0;
  position: relative;
  width: 100%;
}

/* line 1610, app/assets/stylesheets/style-main.scss */
body.vertical-nav .menuzord .menuzord-menu li .indicator {
  float: right;
  display: block;
  margin-right: 15px;
}

/* line 1615, app/assets/stylesheets/style-main.scss */
body.vertical-nav .menuzord .menuzord-menu li a {
  width: 100%;
}

/* line 1618, app/assets/stylesheets/style-main.scss */
body.vertical-nav .menuzord .menuzord-menu > li {
  padding: 5px 0;
}

/* line 1621, app/assets/stylesheets/style-main.scss */
body.vertical-nav .menuzord .menuzord-menu > li.active > a,
body.vertical-nav .menuzord .menuzord-menu > li:hover > a {
  background: none;
  color: #333;
}

/* line 1626, app/assets/stylesheets/style-main.scss */
body.vertical-nav .menuzord .menuzord-menu ul.dropdown,
body.vertical-nav .menuzord .menuzord-menu .megamenu {
  left: 100%;
  top: 4px;
}

/* line 1631, app/assets/stylesheets/style-main.scss */
body.vertical-nav .menuzord .vertical-nav-widget {
  padding: 15px;
}

/* line 1634, app/assets/stylesheets/style-main.scss */
body.vertical-nav.vertical-nav-right header#header {
  left: auto;
  right: 0;
}

/* line 1638, app/assets/stylesheets/style-main.scss */
body.vertical-nav.vertical-nav-right .main-content,
body.vertical-nav.vertical-nav-right .footer {
  padding-left: auto;
  margin-right: 260px;
  padding-top: 0;
}

/* line 1644, app/assets/stylesheets/style-main.scss */
body.vertical-nav.vertical-nav-right .menuzord .menuzord-menu ul.dropdown,
body.vertical-nav.vertical-nav-right .menuzord .menuzord-menu .megamenu {
  left: auto;
  right: 100%;
  top: 0;
}

/* line 1650, app/assets/stylesheets/style-main.scss */
body.vertical-nav .rev_slider_wrapper {
  left: 0 !important;
  width: 100% !important;
}

@media only screen and (max-width: 1199px) {
  /* line 1655, app/assets/stylesheets/style-main.scss */
  body.vertical-nav .container {
    width: 100%;
  }
}

@media only screen and (min-width: 901px) {
  /* line 1660, app/assets/stylesheets/style-main.scss */
  body.vertical-nav header#header .site-brand {
    display: block;
    float: none;
    margin: 50px 0 30px;
    text-align: center;
  }
  /* line 1666, app/assets/stylesheets/style-main.scss */
  body.vertical-nav .megamenu {
    left: 100% !important;
    right: 0 !important;
    width: 800px !important;
  }
  /* line 1671, app/assets/stylesheets/style-main.scss */
  body.vertical-nav .menuzord .menuzord-menu {
    padding: 0;
    margin-left: 15px;
  }
  /* line 1675, app/assets/stylesheets/style-main.scss */
  body.vertical-nav .menuzord-menu > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1679, app/assets/stylesheets/style-main.scss */
  body.vertical-nav .vertical-nav-sidebar-widget-wrapper {
    padding: 30px 15px 5px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 1684, app/assets/stylesheets/style-main.scss */
  body.vertical-nav header#header {
    border: 0;
    padding: 0;
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    background: #fff !important;
  }
  /* line 1693, app/assets/stylesheets/style-main.scss */
  body.vertical-nav .menuzord .menuzord-menu > li {
    padding: 0;
  }
  /* line 1696, app/assets/stylesheets/style-main.scss */
  body.vertical-nav .vertical-nav-widget {
    display: none;
  }
  /* line 1699, app/assets/stylesheets/style-main.scss */
  body.vertical-nav .main-content,
body.vertical-nav .footer {
    margin-left: 0;
  }
  /* line 1703, app/assets/stylesheets/style-main.scss */
  body.vertical-nav.vertical-nav-right .main-content,
body.vertical-nav.vertical-nav-right .footer {
    margin-right: 0;
  }
  /* line 1707, app/assets/stylesheets/style-main.scss */
  body.vertical-nav .vertical-nav-sidebar-widget-wrapper {
    display: none;
  }
}

/*
 *	menu-full-page.less
 * -----------------------------------------------
*/
/* menu-full-page plugin code */
/* line 1716, app/assets/stylesheets/style-main.scss */
.menu-full-page #fullpage-nav {
  background: rgba(255, 255, 255, 0.97);
  z-index: -1;
  position: fixed;
  /*left: -100%;*/
  /*left or right and the width of your navigation panel*/
  left: 0 !important;
  /*left or right and the width of your navigation panel*/
  opacity: 0;
  width: 100%;
  /*should match the above value*/
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

/* line 1731, app/assets/stylesheets/style-main.scss */
.menu-full-page #fullpage-nav ul {
  list-style: none;
  margin-top: 50px;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

/* line 1738, app/assets/stylesheets/style-main.scss */
.menu-full-page #fullpage-nav ul li {
  text-align: center;
  transition: all 0.4s ease;
  padding: 10px 0;
  position: relative;
}

/* line 1744, app/assets/stylesheets/style-main.scss */
.menu-full-page #fullpage-nav ul li a {
  color: #111;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}

/* line 1754, app/assets/stylesheets/style-main.scss */
.menu-full-page #fullpage-nav ul li a:hover {
  color: #888;
  -webkit-transition: color 2s time;
  -o-transition: color 2s time;
  transition: color 2s time;
}

/* line 1760, app/assets/stylesheets/style-main.scss */
.menu-full-page #fullpage-nav ul li:hover:after a {
  position: absolute;
  content: '';
  color: #FFF;
}

/* line 1765, app/assets/stylesheets/style-main.scss */
.menu-full-page #fullpage-nav ul ul {
  display: none;
}

/* line 1768, app/assets/stylesheets/style-main.scss */
.menu-full-page #fullpage-nav ul ul li a {
  font-size: 13px;
}

/* line 1771, app/assets/stylesheets/style-main.scss */
.menu-full-page #fullpage-nav ul ul li a:hover {
  color: #888;
}

/* line 1774, app/assets/stylesheets/style-main.scss */
.menu-full-page .fullpage-nav-toggle.menu-open + #fullpage-nav {
  opacity: 1;
  z-index: 1111;
}

/* line 1778, app/assets/stylesheets/style-main.scss */
.menu-full-page .fullpage-nav-toggle.menu-open + #fullpage-nav > ul {
  margin-top: 70px;
}

/* line 1781, app/assets/stylesheets/style-main.scss */
.menu-full-page .fullpage-nav-toggle {
  z-index: 1112;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  background-color: transparent;
  /* active state, i.e. menu open */
}

/* line 1807, app/assets/stylesheets/style-main.scss */
.menu-full-page .fullpage-nav-toggle i {
  text-decoration: none;
  font-size: 40px;
  color: #fff;
}

/* line 1812, app/assets/stylesheets/style-main.scss */
.menu-full-page .fullpage-nav-toggle:focus {
  outline: none;
}

/* line 1815, app/assets/stylesheets/style-main.scss */
.menu-full-page .fullpage-nav-toggle span {
  display: block;
  position: absolute;
  top: 45px;
  left: 18px;
  right: 18px;
  height: 4px;
  border-radius: 2px;
  background: #888;
  -webkit-transition: background 0 0.3s;
  -o-transition: background 0 0.3s;
  transition: background 0 0.3s;
}

/* line 1828, app/assets/stylesheets/style-main.scss */
.menu-full-page .fullpage-nav-toggle span:before,
.menu-full-page .fullpage-nav-toggle span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background-color: #888;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}

/* line 1843, app/assets/stylesheets/style-main.scss */
.menu-full-page .fullpage-nav-toggle span:before {
  top: -12px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

/* line 1848, app/assets/stylesheets/style-main.scss */
.menu-full-page .fullpage-nav-toggle span:after {
  bottom: -12px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

/* line 1853, app/assets/stylesheets/style-main.scss */
.menu-full-page .fullpage-nav-toggle.menu-open {
  background-color: transparent;
}

/* line 1856, app/assets/stylesheets/style-main.scss */
.menu-full-page .fullpage-nav-toggle.menu-open span {
  background: none;
}

/* line 1859, app/assets/stylesheets/style-main.scss */
.menu-full-page .fullpage-nav-toggle.menu-open span:before,
.menu-full-page .fullpage-nav-toggle.menu-open span:after {
  background-color: #111;
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}

/* line 1865, app/assets/stylesheets/style-main.scss */
.menu-full-page .fullpage-nav-toggle.menu-open span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1872, app/assets/stylesheets/style-main.scss */
.menu-full-page .fullpage-nav-toggle.menu-open span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* menu-full-page custom code */
/* line 1880, app/assets/stylesheets/style-main.scss */
.menu-full-page .header #fullpage-nav li {
  padding: 5px 0;
}

/* line 1883, app/assets/stylesheets/style-main.scss */
.menu-full-page .header #fullpage-nav li a {
  background: none;
  display: inline;
  font-size: 18px;
  text-transform: none;
}

/* line 1889, app/assets/stylesheets/style-main.scss */
.menu-full-page .header #fullpage-nav ul ul {
  margin-top: 0;
}

/* line 1892, app/assets/stylesheets/style-main.scss */
.menu-full-page .header #fullpage-nav ul ul li {
  padding: 3px 0;
}

/* line 1895, app/assets/stylesheets/style-main.scss */
.menu-full-page .header #fullpage-nav ul ul li a {
  font-size: 12px;
}

/* line 1898, app/assets/stylesheets/style-main.scss */
.menu-full-page .header #fullpage-nav ul li .dropdown {
  background: none;
  box-shadow: none;
  border: none;
  float: none;
  padding: 0;
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  -moz-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  -ms-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  -o-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  display: block !important;
  visibility: visible;
}

/* line 1915, app/assets/stylesheets/style-main.scss */
.menu-full-page .header #fullpage-nav ul li:hover .dropdown {
  max-height: 700px;
}

/*
 *	boxed-layout.less
 * -----------------------------------------------
*/
/* line 1922, app/assets/stylesheets/style-main.scss */
.boxed-layout {
  background-color: #404040;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1929, app/assets/stylesheets/style-main.scss */
.boxed-layout.layer-overlay:before {
  z-index: -1;
}

/* line 1932, app/assets/stylesheets/style-main.scss */
.boxed-layout #wrapper {
  margin: 0 auto;
}

@media (min-width: 1200px) {
  /* line 1936, app/assets/stylesheets/style-main.scss */
  .boxed-layout #wrapper {
    width: calc(1170px);
  }
}

/* line 1940, app/assets/stylesheets/style-main.scss */
.boxed-layout .container .container {
  width: 100%;
}

@media (min-width: 1200px) {
  /* line 1944, app/assets/stylesheets/style-main.scss */
  .boxed-layout .container {
    width: 1140px;
  }
}

@media (min-width: 992px) {
  /* line 1949, app/assets/stylesheets/style-main.scss */
  .boxed-layout.container-970px #wrapper {
    width: calc(970px);
  }
}

/* line 1953, app/assets/stylesheets/style-main.scss */
.boxed-layout.container-970px .container,
.boxed-layout.container-970px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 1959, app/assets/stylesheets/style-main.scss */
.boxed-layout.container-970px .container .container,
.boxed-layout.container-970px .container-fluid .container,
.boxed-layout.container-970px .container .container-fluid,
.boxed-layout.container-970px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* line 1966, app/assets/stylesheets/style-main.scss */
.boxed-layout.container-100pr #wrapper {
  width: 95%;
}

/* line 1969, app/assets/stylesheets/style-main.scss */
.boxed-layout.container-100pr #wrapper .container,
.boxed-layout.container-100pr #wrapper .container-fluid {
  width: 100%;
}

/* line 1973, app/assets/stylesheets/style-main.scss */
.boxed-layout.container-shadow #wrapper {
  -webkit-box-shadow: 0 0 25px 0 #777;
  box-shadow: 0 0 25px 0 #777;
}

/* line 1977, app/assets/stylesheets/style-main.scss */
.boxed-layout .header,
.boxed-layout section,
.boxed-layout .footer {
  background-color: #fff;
}

/* line 1982, app/assets/stylesheets/style-main.scss */
.boxed-layout .header .navbar-default {
  background-color: #fff;
  border-color: #fff;
  padding: 0;
}

/* line 1987, app/assets/stylesheets/style-main.scss */
.boxed-layout .header .navbar-default .navbar-nav > li > a {
  padding: 30px 5px;
}

/* line 1990, app/assets/stylesheets/style-main.scss */
.boxed-layout .header .navbar-default .navbar-collapse {
  background-color: #fff;
  border-color: #fff;
  margin-right: 30px;
}

/* line 1995, app/assets/stylesheets/style-main.scss */
.boxed-layout .header #header-logo {
  margin: 0;
  padding-top: 27px;
}

@media only screen and (max-width: 991px) {
  /* line 2000, app/assets/stylesheets/style-main.scss */
  .boxed-layout {
    padding-top: 15px;
  }
  /* line 2003, app/assets/stylesheets/style-main.scss */
  .boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  /* line 2006, app/assets/stylesheets/style-main.scss */
  .boxed-layout .header .navbar-default .navbar-collapse {
    margin-right: 15px;
  }
  /* line 2009, app/assets/stylesheets/style-main.scss */
  .boxed-layout .navbar-header {
    padding: 15px 0;
  }
  /* line 2012, app/assets/stylesheets/style-main.scss */
  .boxed-layout .navbar-collapse .navbar-nav li a .caret {
    margin-right: 0;
  }
}

/*
 * form.less
 * -----------------------------------------------
*/
/* -------- Form ---------- */
/* line 2021, app/assets/stylesheets/style-main.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 14px;
}

/* line 2026, app/assets/stylesheets/style-main.scss */
.form-control {
  box-shadow: none;
  height: 45px;
  border: 1px solid #eeeeee;
}

/* line 2031, app/assets/stylesheets/style-main.scss */
label {
  font-weight: normal;
}

/* line 2034, app/assets/stylesheets/style-main.scss */
.form-control:focus,
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="password"]:focus,
form input[type="date"]:focus,
form input[type="color"]:focus,
form select:focus,
form textarea:focus {
  color: #404040;
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  outline: none;
}

/* line 2053, app/assets/stylesheets/style-main.scss */
.form-transparent .form-control {
  background: transparent;
  color: #f7f7f7;
}

/* line 2057, app/assets/stylesheets/style-main.scss */
.form-transparent .form-control:focus,
.form-transparent form input[type="text"]:focus,
.form-transparent form input[type="email"]:focus,
.form-transparent form input[type="number"]:focus,
.form-transparent form input[type="url"]:focus,
.form-transparent form input[type="search"]:focus,
.form-transparent form input[type="tel"]:focus,
.form-transparent form input[type="password"]:focus,
.form-transparent form input[type="date"]:focus,
.form-transparent form input[type="color"]:focus,
.form-transparent form select:focus,
.form-transparent form textarea:focus {
  color: #f7f7f7;
}

/* line 2071, app/assets/stylesheets/style-main.scss */
.form-transparent textarea.form-control,
.form-white textarea.form-control {
  height: 150px;
}

/* line 2075, app/assets/stylesheets/style-main.scss */
.form-white .form-control {
  background: #fff;
}

/* line 2078, app/assets/stylesheets/style-main.scss */
.form-transparent.form-line .form-control {
  border: none;
  border-bottom: 1px solid #c0c0c0;
  padding-left: 0;
}

/* line 2083, app/assets/stylesheets/style-main.scss */
.form-transparent.form-line textarea.form-control {
  height: 70px;
}

/* line 2086, app/assets/stylesheets/style-main.scss */
form label {
  font-weight: bold;
}

/* form error */
/* line 2090, app/assets/stylesheets/style-main.scss */
form .form-control.error {
  border: 2px solid #ee163b;
}

/* line 2093, app/assets/stylesheets/style-main.scss */
form .error {
  color: #ee163b;
}

/* -------- Donation Form ---------- */
/* line 2097, app/assets/stylesheets/style-main.scss */
.donation-form .form-group label.radio-inline {
  color: #808080;
}

/*-------- form-text-white ---------*/
/* line 2101, app/assets/stylesheets/style-main.scss */
.form-text-white .form-group label {
  color: #fff;
}

/*
 *  side-push-panel.less
 * -----------------------------------------------
*/
/* line 2108, app/assets/stylesheets/style-main.scss */
.side-push-panel {
  overflow-x: hidden;
}

/* line 2111, app/assets/stylesheets/style-main.scss */
.side-push-panel.fullwidth-page #wrapper {
  right: 0;
  position: relative;
}

/* line 2115, app/assets/stylesheets/style-main.scss */
.side-push-panel.fullwidth-page header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  right: 0;
}

/* line 2118, app/assets/stylesheets/style-main.scss */
.side-push-panel.fullwidth-page.side-panel-left #wrapper {
  left: 0;
  right: auto;
}

/* line 2122, app/assets/stylesheets/style-main.scss */
.side-push-panel.fullwidth-page.side-panel-left header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  left: 0;
  right: auto;
}

/* line 2126, app/assets/stylesheets/style-main.scss */
.side-push-panel.fullwidth-page.side-panel-open #wrapper {
  right: 350px;
}

/* line 2129, app/assets/stylesheets/style-main.scss */
.side-push-panel.fullwidth-page.side-panel-open header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  right: 350px;
}

/* line 2132, app/assets/stylesheets/style-main.scss */
.side-push-panel.fullwidth-page.side-panel-left.side-panel-open #wrapper {
  left: 350px;
  right: auto;
}

/* line 2136, app/assets/stylesheets/style-main.scss */
.side-push-panel.fullwidth-page.side-panel-left.side-panel-open header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  left: 350px;
  right: auto;
}

/* -------- Has Side Panel ---------- */
/* line 2141, app/assets/stylesheets/style-main.scss */
.side-push-panel.has-side-panel .menuzord .showhide {
  float: left;
}

/* -------- Body Overlay ---------- */
/* line 2145, app/assets/stylesheets/style-main.scss */
.has-side-panel .body-overlay {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* line 2159, app/assets/stylesheets/style-main.scss */
.has-side-panel.side-panel-open .body-overlay {
  opacity: 1;
  pointer-events: auto;
  z-index: 1111;
}

/* line 2164, app/assets/stylesheets/style-main.scss */
.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover {
  cursor: url(/../images/close.png) 15 15, default;
}

/* -------- Side Panel ---------- */
/* line 2168, app/assets/stylesheets/style-main.scss */
#side-panel {
  -webkit-backface-visibility: hidden;
  background-color: #f3f3f3;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: -350px;
  top: 0;
  width: 350px;
  z-index: 1112;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 900px) {
  /* line 2183, app/assets/stylesheets/style-main.scss */
  #side-panel {
    width: 300px;
  }
}

/* line 2187, app/assets/stylesheets/style-main.scss */
#side-panel .side-panel-wrap {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 2197, app/assets/stylesheets/style-main.scss */
#side-panel .widget {
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}

/* line 2202, app/assets/stylesheets/style-main.scss */
.side-panel-open #side-panel {
  right: 0;
}

/* line 2205, app/assets/stylesheets/style-main.scss */
.side-panel-left #side-panel {
  left: -350px;
  right: auto;
}

/* line 2209, app/assets/stylesheets/style-main.scss */
.side-panel-left.side-panel-open #side-panel {
  left: 0;
  right: auto;
}

/* line 2213, app/assets/stylesheets/style-main.scss */
.device-touch #side-panel .side-panel-wrap {
  overflow-y: scroll;
}

/* -------- Side-Panel-Nav ---------- */
/* line 2217, app/assets/stylesheets/style-main.scss */
#side-panel .side-panel-nav .nav li a,
#side-panel .side-panel-widget .nav li a {
  padding: 3px 0;
}

/* line 2221, app/assets/stylesheets/style-main.scss */
#side-panel .side-panel-nav .nav li a:hover,
#side-panel .side-panel-widget .nav li a:hover {
  background-color: transparent;
  color: #a9a9a9;
}

/* line 2226, app/assets/stylesheets/style-main.scss */
#side-panel .side-panel-nav .nav ul.tree,
#side-panel .side-panel-widget .nav ul.tree {
  display: none;
  margin-left: 15px;
}

/* -------- Side-Panel-Trigger And Close ---------- */
/* line 2232, app/assets/stylesheets/style-main.scss */
#side-panel-trigger {
  cursor: pointer;
  display: block;
  float: right;
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 22px;
  z-index: 11;
}

@media only screen and (max-width: 900px) {
  /* line 2242, app/assets/stylesheets/style-main.scss */
  #side-panel-trigger {
    margin-top: 13px;
  }
}

/* line 2246, app/assets/stylesheets/style-main.scss */
#side-panel-trigger-close {
  left: 0;
  margin: 10px;
  position: absolute;
  top: 0;
}

/* -------- Transition ---------- */
/* line 2253, app/assets/stylesheets/style-main.scss */
.side-push-panel.fullwidth-page #wrapper,
.side-push-panel.fullwidth-page header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*
 *  box-hover-effect.less
 * -----------------------------------------------
*/
/* line 2263, app/assets/stylesheets/style-main.scss */
.box-hover-effect {
  display: inline-block;
  vertical-align: middle;
}

/* line 2267, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  /* Icons Holder */
  /* Icons Holder middle */
  /* Icons Holder top left */
  /* Icons Holder top right */
  /* Icons Holder bottom left */
  /* Icons Holder bottom right */
  /* Text Holder */
  /* Text Holder middle */
  /* Text Holder top */
  /* Text Holder bottom */
}

/* line 2283, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .thumb {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 2295, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .thumb.gradient-effect:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 10px, transparent);
}

/* line 2304, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .hover-link {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: none !important;
  color: transparent !important;
  z-index: 11;
}

/* line 2315, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .overlay-shade {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 2330, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .overlay-shade.shade-white {
  background-color: #fff;
}

/* line 2333, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .icons-holder {
  display: inline-block;
  opacity: 0;
  position: absolute;
  z-index: 13;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 2342, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .icons-holder .icons-holder-inner {
  position: relative;
  margin: 0;
}

/* line 2346, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .icons-holder .icons-holder-inner a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 2351, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .icons-holder-middle {
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: 40%;
  vertical-align: middle;
  width: 80%;
}

/* line 2360, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .icons-holder-middle .icons-holder-inner {
  display: inline-block;
  vertical-align: middle;
}

/* line 2364, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .icons-holder-middle .icons-holder-inner a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 2369, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .icons-holder-top-left {
  top: -20%;
  left: 0;
  padding: 15px;
}

/* line 2374, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .icons-holder-top-left .icons-holder-inner {
  display: block;
}

/* line 2377, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .icons-holder-top-right {
  top: -20%;
  right: 0;
  padding: 15px;
}

/* line 2382, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .icons-holder-top-right .icons-holder-inner {
  display: block;
}

/* line 2385, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .icons-holder-bottom-left {
  bottom: -20%;
  left: 0;
  padding: 5px 15px;
}

/* line 2390, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .icons-holder-bottom-left .icons-holder-inner {
  display: block;
}

/* line 2393, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .icons-holder-bottom-right {
  bottom: -20%;
  right: 0;
  padding: 5px 15px;
}

/* line 2398, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .icons-holder-bottom-right .icons-holder-inner {
  display: block;
}

/* line 2401, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .text-holder {
  display: inline-block;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 13;
}

/* line 2411, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .text-holder .title {
  color: #fff;
}

/* line 2414, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .text-holder .text_holder_inner {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}

/* line 2420, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .text-holder .text_holder_inner2 {
  display: table-cell;
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

/* line 2428, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .overlay-shade.shade-white + .text-holder .title {
  color: #333;
}

/* line 2431, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .text-holder-middle {
  display: block;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: 30%;
  vertical-align: middle;
  width: 80%;
}

/* line 2441, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .text-holder-top {
  display: block;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: -40px;
  vertical-align: middle;
  width: 80%;
}

/* line 2451, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .text-holder-bottom {
  display: block;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  bottom: -40px;
  vertical-align: middle;
  width: 80%;
}

/* line 2461, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .text-holder-top-left {
  left: 0;
  padding: 5px 15px;
  top: -40px;
  width: auto;
}

/* line 2467, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .text-holder-top-right {
  right: 0;
  padding: 5px 15px;
  top: -40px;
  width: auto;
}

/* line 2473, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .text-holder-bottom-left {
  left: 0;
  padding: 5px 15px;
  bottom: -40px;
  width: auto;
}

/* line 2479, app/assets/stylesheets/style-main.scss */
.box-hover-effect .effect-wrapper .text-holder-bottom-right {
  right: 0;
  padding: 5px 15px;
  bottom: -40px;
  width: auto;
}

/* line 2485, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .thumb {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 2491, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .overlay-shade {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 2495, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .icons-holder {
  opacity: 1;
}

/* line 2498, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .icons-holder-middle {
  top: 45%;
}

/* line 2501, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .icons-holder-top-left {
  top: 0;
}

/* line 2504, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .icons-holder-top-right {
  top: 0;
}

/* line 2507, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .icons-holder-bottom-left {
  bottom: 2%;
}

/* line 2510, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .icons-holder-bottom-right {
  bottom: 2%;
}

/* line 2513, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .text-holder {
  opacity: 1;
}

/* line 2516, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .text-holder-middle {
  top: 40%;
}

/* line 2519, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .text-holder-top {
  top: 20px;
}

/* line 2522, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .text-holder-bottom {
  bottom: 20px;
}

/* line 2525, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .text-holder-top-left {
  top: 0;
}

/* line 2528, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .text-holder-top-right {
  top: 0;
}

/* line 2531, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .text-holder-bottom-left {
  bottom: 0;
}

/* line 2534, app/assets/stylesheets/style-main.scss */
.box-hover-effect:hover .effect-wrapper .text-holder-bottom-right {
  bottom: 0;
}

/* line 2537, app/assets/stylesheets/style-main.scss */
.shadow-overlay {
  background-image: url(/url(/images/shadow-overlay.png));
  background-position: center bottom;
  background-repeat: repeat-x;
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

/* Individual effects */
/* Individual effect = image-zoom-in */
/* line 2550, app/assets/stylesheets/style-main.scss */
.box-hover-effect.image-zoom-in .thumb {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 2556, app/assets/stylesheets/style-main.scss */
.box-hover-effect.image-zoom-in:hover .thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Individual effect = image-zoom-out */
/* line 2563, app/assets/stylesheets/style-main.scss */
.box-hover-effect.image-zoom-out .thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 2569, app/assets/stylesheets/style-main.scss */
.box-hover-effect.image-zoom-out:hover .thumb {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* Individual effect = play button */
/* line 2576, app/assets/stylesheets/style-main.scss */
.box-hover-effect.play-button {
  /* Text Holder */
}

/* line 2579, app/assets/stylesheets/style-main.scss */
.box-hover-effect.play-button .thumb {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 2585, app/assets/stylesheets/style-main.scss */
.box-hover-effect.play-button:hover .thumb {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 2591, app/assets/stylesheets/style-main.scss */
.box-hover-effect.play-button .text-holder {
  opacity: 1;
}

/* line 2594, app/assets/stylesheets/style-main.scss */
.box-hover-effect.play-button .text-holder-middle {
  top: 34%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 2601, app/assets/stylesheets/style-main.scss */
.box-hover-effect.play-button:hover .text-holder-middle {
  top: 34%;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 2608, app/assets/stylesheets/style-main.scss */
.box-hover-effect.play-button .video-button {
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 2624, app/assets/stylesheets/style-main.scss */
.box-hover-effect.play-button .video-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #666;
  -webkit-transform: translate(-15%, -50%);
  transform: translate(-15%, -50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 2642, app/assets/stylesheets/style-main.scss */
.box-hover-effect.play-button:hover .video-button {
  background: rgba(255, 51, 51, 0.9);
  width: 80px;
  height: 80px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

/* line 2648, app/assets/stylesheets/style-main.scss */
.box-hover-effect.play-button:hover .video-button:before {
  border-left: 10px solid #fff;
}

/* Individual effect = alaska */
/* line 2652, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-alaska .bottom-info-box {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 15px 30px 0;
  position: absolute;
  right: 0;
  top: 75%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 2664, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-alaska .bottom-info-box .invisible-parts {
  display: none;
}

/* line 2667, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-alaska:hover .bottom-info-box {
  padding-top: 38px;
  top: 0;
}

/* line 2671, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-alaska:hover .bottom-info-box .invisible-parts {
  display: block;
}

/* Individual effect = siberia */
/* line 2675, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-siberia .info-box .info-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 70px 15px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* line 2690, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-siberia .info-box .info-title:before {
  color: #fff;
  content: "\f054";
  font-family: "fontAwesome";
  position: absolute;
  text-align: center;
  line-height: 50px;
  bottom: 5px;
  top: 7px;
  right: 7px;
  width: 50px;
  height: 50px;
  background-color: rgba(9, 9, 9, 0.3);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

/* line 2706, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-siberia .info-box .info-content {
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 2733, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-siberia:hover .info-box .info-title {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 2740, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-siberia:hover .info-box .info-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

/* Individual effect = florida */
/* line 2755, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-florida .info-box .info-title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 15px 70px 15px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 2770, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-florida .info-box .info-title:before {
  color: #fff;
  content: "\f054";
  font-family: "fontAwesome";
  position: absolute;
  text-align: center;
  line-height: 50px;
  bottom: 5px;
  top: 7px;
  right: 7px;
  width: 50px;
  height: 50px;
  background-color: rgba(9, 9, 9, 0.3);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

/* line 2786, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-florida .info-box .info-content {
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 2813, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-florida:hover .info-box .info-title {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 2820, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-florida:hover .info-box .info-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

/* Individual effect = london */
/* line 2835, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-london .text-holder {
  top: -30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 2841, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-london:hover .text-holder {
  top: 0;
}

/* Individual effect = rome */
/* line 2845, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-rome:hover .text-holder {
  top: auto;
  bottom: 0;
}

/* Individual effect = paris */
/* line 2850, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-paris:hover .thumb {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate(0, -70px);
  -ms-transform: translate(0, -70px);
  -o-transform: translate(0, -70px);
  transform: translate(0, -70px);
}

/* line 2860, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-paris .text-holder {
  background: #333;
  padding: 5px 15px 5px;
  top: auto;
  bottom: -30px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 2870, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-paris:hover .text-holder {
  top: auto;
  bottom: 0;
}

/* Individual effect = barlin */
/* line 2875, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-barlin:hover .thumb {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 2881, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-barlin .text-holder-middle {
  bottom: 0;
  padding: 50px;
  top: 0;
}

/* line 2886, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-barlin .text-holder-middle .text_holder_inner .text_holder_inner2 .title1 {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}

/* line 2896, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-barlin .text-holder-middle .text_holder_inner .text_holder_inner2 .title2 {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.4s ease 0.3s;
  -o-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
}

/* line 2906, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-barlin:hover .text-holder-middle {
  top: 0;
}

/* line 2909, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-barlin:hover .text-holder-middle .text_holder_inner .text_holder_inner2 .title1 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 2916, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-barlin:hover .text-holder-middle .text_holder_inner .text_holder_inner2 .title2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 2923, app/assets/stylesheets/style-main.scss */
.box-hover-effect.effect-barlin .hover-link {
  z-index: 13;
}

/* Individual effect = thumb-angle-effect */
/* line 2927, app/assets/stylesheets/style-main.scss */
.box-hover-effect.thumb-angle-effect .thumb:before {
  background-color: rgba(255, 255, 255, 0.6);
  left: -40%;
  content: "";
  height: 150%;
  opacity: 0;
  position: absolute;
  top: -40%;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  -o-transform: rotate(-70deg);
  transform: rotate(-70deg);
  z-index: 1;
}

/* line 2945, app/assets/stylesheets/style-main.scss */
.box-hover-effect.thumb-angle-effect:hover .thumb:before {
  opacity: 1;
}

/* line 2948, app/assets/stylesheets/style-main.scss */
.box-hover-effect.thumb-angle-effect:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* Individual effect = thumb-cross-effect */
/* line 2958, app/assets/stylesheets/style-main.scss */
.box-hover-effect.thumb-cross-effect .thumb:after {
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
}

/* line 2970, app/assets/stylesheets/style-main.scss */
.box-hover-effect.thumb-cross-effect .thumb:before {
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: 1;
}

/* line 2983, app/assets/stylesheets/style-main.scss */
.box-hover-effect.thumb-cross-effect:hover .thumb:before,
.box-hover-effect.thumb-cross-effect:hover .thumb:after {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/*
 * gallery-isotope.less
 * -----------------------------------------------
*/
/* -------- Portfolio Isotop Filter ---------- */
/* line 2996, app/assets/stylesheets/style-main.scss */
.portfolio-filter {
  margin-bottom: 30px;
}

/* line 2999, app/assets/stylesheets/style-main.scss */
.portfolio-filter a {
  border-left: 3px solid transparent;
  background-color: #f8f8f8;
  display: inline-block;
  float: none;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-right: 5px;
  outline: medium none;
  padding: 5px 15px;
  -webkit-transition: all 100ms ease-in-out 0s;
  -o-transition: all 100ms ease-in-out 0s;
  transition: all 100ms ease-in-out 0s;
}

/* line 3014, app/assets/stylesheets/style-main.scss */
.portfolio-filter a.active,
.portfolio-filter a:hover {
  color: #fff;
}

@media only screen and (max-width: 479px) {
  /* line 3019, app/assets/stylesheets/style-main.scss */
  .portfolio-filter a {
    margin-bottom: 10px;
  }
}

/* -------- Portfolio Isotop Gallery ---------- */
/* line 3024, app/assets/stylesheets/style-main.scss */
.gallery-isotope {
  /*gutter*/
  /* item sizer */
  /* by default 4 grids */
  /*portfolio 2 grids*/
  /*portfolio 2 grids*/
  /*portfolio 3 grids*/
  /*portfolio 4 grids*/
  /*portfolio 5 grids*/
  /*portfolio 6 grids*/
  /*portfolio 7 grids*/
  /*portfolio 8 grids*/
  /*portfolio 9 grids*/
  /*portfolio 10 grids*/
}

/* line 3039, app/assets/stylesheets/style-main.scss */
.gallery-isotope.gutter .gallery-item {
  padding-right: 5px;
  padding-bottom: 5px;
}

/* line 3043, app/assets/stylesheets/style-main.scss */
.gallery-isotope.gutter-small .gallery-item {
  padding-right: 2px;
  padding-bottom: 2px;
}

/* line 3047, app/assets/stylesheets/style-main.scss */
.gallery-isotope.gutter-0 .gallery-item {
  padding-right: 0;
  padding-bottom: 0;
}

/* line 3051, app/assets/stylesheets/style-main.scss */
.gallery-isotope.gutter-5 .gallery-item {
  padding-right: 5px;
  padding-bottom: 5px;
}

/* line 3055, app/assets/stylesheets/style-main.scss */
.gallery-isotope.gutter-10 .gallery-item {
  padding-right: 10px;
  padding-bottom: 10px;
}

/* line 3059, app/assets/stylesheets/style-main.scss */
.gallery-isotope.gutter-20 .gallery-item {
  padding-right: 20px;
  padding-bottom: 20px;
}

/* line 3063, app/assets/stylesheets/style-main.scss */
.gallery-isotope.gutter-30 .gallery-item {
  padding-right: 30px;
  padding-bottom: 30px;
}

/* line 3067, app/assets/stylesheets/style-main.scss */
.gallery-isotope.gutter-40 .gallery-item {
  padding-right: 40px;
  padding-bottom: 40px;
}

/* line 3071, app/assets/stylesheets/style-main.scss */
.gallery-isotope.gutter-50 .gallery-item {
  padding-right: 50px;
  padding-bottom: 50px;
}

/* line 3075, app/assets/stylesheets/style-main.scss */
.gallery-isotope.gutter-60 .gallery-item {
  padding-right: 60px;
  padding-bottom: 60px;
}

/* line 3079, app/assets/stylesheets/style-main.scss */
.gallery-isotope .gallery-item-sizer {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  width: 25%;
}

/* line 3084, app/assets/stylesheets/style-main.scss */
.gallery-isotope .gallery-item-sizer.wide {
  width: 50%;
}

/* line 3087, app/assets/stylesheets/style-main.scss */
.gallery-isotope .gallery-item {
  padding-right: 0;
  padding-bottom: 0;
  width: 25%;
}

/* line 3092, app/assets/stylesheets/style-main.scss */
.gallery-isotope .gallery-item.wide {
  width: 50%;
}

/* line 3095, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-1 .gallery-item {
  width: 100%;
}

/* line 3098, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-1 .gallery-item.wide {
  width: 100%;
}

/* line 3101, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-2 .gallery-item {
  width: 50%;
}

/* line 3104, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-2 .gallery-item.wide {
  width: 100%;
}

/* line 3107, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-3 .gallery-item {
  width: 33.3333%;
}

/* line 3110, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-3 .gallery-item.wide {
  width: 66.6667%;
}

/* line 3113, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-4 .gallery-item {
  width: 25%;
}

/* line 3116, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-4 .gallery-item.wide {
  width: 50%;
}

/* line 3119, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-5 .gallery-item {
  width: 20%;
}

/* line 3122, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-5 .gallery-item.wide {
  width: 40%;
}

/* line 3125, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-6 .gallery-item {
  width: 16.666666667%;
}

/* line 3128, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-6 .gallery-item.wide {
  width: 33.333%;
}

/* line 3131, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-7 .gallery-item {
  width: 14.2857143%;
}

/* line 3134, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-7 .gallery-item.wide {
  width: 28.5714286%;
}

/* line 3137, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-8 .gallery-item {
  width: 12.5%;
}

/* line 3140, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-8 .gallery-item.wide {
  width: 25%;
}

/* line 3143, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-9 .gallery-item {
  width: 11.11%;
}

/* line 3146, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-9 .gallery-item.wide {
  width: 22.22%;
}

/* line 3149, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-10 .gallery-item {
  width: 10%;
}

/* line 3152, app/assets/stylesheets/style-main.scss */
.gallery-isotope.grid-10 .gallery-item.wide {
  width: 20%;
}

/* -------- Portfolio Isotop Item Media Query ---------- */
@media only screen and (max-width: 991px) {
  /* line 3157, app/assets/stylesheets/style-main.scss */
  .gallery-isotope .gallery-item {
    width: 33.333% !important;
  }
  /* line 3160, app/assets/stylesheets/style-main.scss */
  .gallery-isotope .gallery-item.wide {
    width: 66.6667% !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 3165, app/assets/stylesheets/style-main.scss */
  .gallery-isotope .gallery-item {
    width: 50% !important;
  }
  /* line 3168, app/assets/stylesheets/style-main.scss */
  .gallery-isotope .gallery-item.wide {
    width: 100% !important;
  }
}

@media only screen and (max-width: 479px) {
  /* line 3173, app/assets/stylesheets/style-main.scss */
  .gallery-isotope .gallery-item {
    width: 100% !important;
  }
  /* line 3176, app/assets/stylesheets/style-main.scss */
  .gallery-isotope .gallery-item.wide {
    width: 100% !important;
  }
}

/* -------- Portfolio Isotop Overlay Effect ---------- */
/* line 3181, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item {
  overflow: hidden;
}

/* line 3184, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item .thumb {
  position: relative;
  overflow: hidden;
}

/* line 3188, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: none !important;
  color: transparent !important;
  z-index: 11;
}

/* line 3200, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item .overlay-shade {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: #333;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 3216, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item:hover .overlay-shade {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 3220, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item .icons-holder {
  position: absolute;
  top: 0%;
  left: 50%;
  display: inline-block;
  width: auto;
  height: 36px;
  vertical-align: middle;
  z-index: 13;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 3233, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item .icons-holder .icons-holder-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -18px 0 0 -50%;
}

/* line 3239, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item .icons-holder .icons-holder-inner a {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 3246, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item:hover .icons-holder {
  top: 50%;
}

/* line 3249, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item:hover .icons-holder .icons-holder-inner a {
  opacity: 1;
  filter: alpha(opacity=1);
}

/* line 3253, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item .portfolio-description {
  padding: 10px 15px;
  background-color: #f8f8f8;
}

/* line 3257, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item .portfolio-description .title {
  margin: 0;
}

/* line 3260, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item .portfolio-description .title a {
  color: #333333;
}

/* line 3263, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item .text-holder {
  box-sizing: border-box;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 25px 30px 60px;
  position: absolute;
  top: 100px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 13;
}

/* line 3279, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item .text-holder .title {
  color: #fff;
}

/* line 3282, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .gallery-item:hover .text-holder {
  opacity: 1;
  top: 0;
}

/* line 3286, app/assets/stylesheets/style-main.scss */
.gallery-isotope.default-animation-effect .flex-control-nav {
  z-index: 111;
}

/*
 * slider.less
 * -----------------------------------------------
*/
/* -------- Rev Slider ---------- */
/* line 3294, app/assets/stylesheets/style-main.scss */
#home .revslider-fullscreen {
  min-height: auto;
}

/* -------- Home Revolution Slider For Minimal Layouts ---------- */
/* line 3298, app/assets/stylesheets/style-main.scss */
.minimal-revslider-wrapper {
  left: 0 !important;
  width: 100% !important;
}

/* line 3302, app/assets/stylesheets/style-main.scss */
.minimal-revslider-wrapper .tp-leftarrow {
  left: 0 !important;
}

/* line 3305, app/assets/stylesheets/style-main.scss */
.minimal-revslider-wrapper .tp-rightarrow {
  right: 0 !important;
}

/* -------- Tab-Slider ---------- */
/* line 3309, app/assets/stylesheets/style-main.scss */
.tab-slider .tab-content {
  padding: 0;
  border: 0;
}

/* line 3313, app/assets/stylesheets/style-main.scss */
.tab-slider .nav.nav-pills > div {
  background-color: #fff;
  float: left;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 3321, app/assets/stylesheets/style-main.scss */
.tab-slider .nav.nav-pills i {
  color: #d3d3d3;
}

/* line 3324, app/assets/stylesheets/style-main.scss */
.tab-slider .nav.nav-pills a {
  display: block;
  padding: 40px 30px;
  background: #f3f3f3;
}

/* line 3329, app/assets/stylesheets/style-main.scss */
.tab-slider .nav.nav-pills a:hover i,
.tab-slider .nav.nav-pills a:hover h6,
.tab-slider .nav.nav-pills a.active i,
.tab-slider .nav.nav-pills a.active h6 {
  color: #fff;
}

/* -------- MaxImage Slider ---------- */
/* line 3336, app/assets/stylesheets/style-main.scss */
.maximage-slider .fullscreen-controls .img-prev,
.maximage-slider .fullscreen-controls .img-next {
  background: rgba(0, 0, 0, 0.3);
}

/* -------- Testimonial-Carousel ---------- */
/* line 3341, app/assets/stylesheets/style-main.scss */
.testimonial-carousel,
.testimonial-carousel-style2 {
  /* fullwidth */
}

/* line 3345, app/assets/stylesheets/style-main.scss */
.testimonial-carousel .quote,
.testimonial-carousel-style2 .quote,
.testimonial-carousel .thumb,
.testimonial-carousel-style2 .thumb {
  margin-bottom: 40px;
}

/* line 3351, app/assets/stylesheets/style-main.scss */
.testimonial-carousel .quote i,
.testimonial-carousel-style2 .quote i {
  background: #555555;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  height: 60px;
  line-height: 1;
  padding: 20px 0 0;
  text-align: center;
  width: 60px;
}

/* line 3363, app/assets/stylesheets/style-main.scss */
.testimonial-carousel .author,
.testimonial-carousel-style2 .author {
  margin-top: 30px;
  text-transform: uppercase;
}

/* line 3368, app/assets/stylesheets/style-main.scss */
.testimonial-carousel.owl-theme .owl-controls,
.testimonial-carousel-style2.owl-theme .owl-controls {
  margin-top: 10px;
}

/* line 3372, app/assets/stylesheets/style-main.scss */
.testimonial-carousel.fullwidth .content p,
.testimonial-carousel-style2.fullwidth .content p {
  font-size: 15px;
  font-style: italic;
  color: #fff;
}

/* line 3378, app/assets/stylesheets/style-main.scss */
.testimonial-carousel.fullwidth .content p::after,
.testimonial-carousel-style2.fullwidth .content p::after {
  content: "\f10e";
  font-family: fontawesome;
  font-size: 100px;
  left: 42%;
  opacity: 0.1;
  position: absolute;
}

/* line 3387, app/assets/stylesheets/style-main.scss */
.testimonial-carousel.bullet-white .owl-dots span,
.testimonial-carousel-style2.bullet-white .owl-dots span {
  background: #fff;
}

/* line 3391, app/assets/stylesheets/style-main.scss */
.testimonial-carousel .owl-item img,
.testimonial-carousel-style2 .owl-item img {
  display: inline-block;
  width: auto;
  max-width: 90px;
}

/* line 3397, app/assets/stylesheets/style-main.scss */
.testimonial-carousel.boxed .quote,
.testimonial-carousel-style2.boxed .quote,
.testimonial-carousel.boxed .thumb,
.testimonial-carousel-style2.boxed .thumb {
  margin-bottom: 20px;
}

/* line 3403, app/assets/stylesheets/style-main.scss */
.testimonial-carousel.boxed .owl-item img,
.testimonial-carousel-style2.boxed .owl-item img {
  display: inline-block;
  width: auto;
  max-width: 65px;
}

/* line 3409, app/assets/stylesheets/style-main.scss */
.testimonial-carousel.boxed .content::after,
.testimonial-carousel-style2.boxed .content::after {
  bottom: 12px;
  content: "\f10e";
  font-family: fontawesome;
  font-size: 55px;
  opacity: 0.2;
  position: absolute;
  right: 10px;
}

/* line 3419, app/assets/stylesheets/style-main.scss */
.testimonial-carousel.boxed .owl-controls,
.testimonial-carousel-style2.boxed .owl-controls {
  margin-top: 0;
}

/* line 3423, app/assets/stylesheets/style-main.scss */
.testimonial-carousel.boxed.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel-style2.boxed.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel.boxed.owl-theme .owl-dots .owl-dot:hover span,
.testimonial-carousel-style2.boxed.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}

/* -------- Widget-Testimonial-Carousel ---------- */
/* line 3430, app/assets/stylesheets/style-main.scss */
.widget-testimonial-carousel .item img {
  max-width: 75px;
  float: right;
}

/*
 * owl-carousel.less
 * -----------------------------------------------
*/
/* line 3438, app/assets/stylesheets/style-main.scss */
.owl-carousel {
  /* owl dots */
}

/* line 3441, app/assets/stylesheets/style-main.scss */
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

/* line 3445, app/assets/stylesheets/style-main.scss */
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}

/* line 3449, app/assets/stylesheets/style-main.scss */
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

/* line 3453, app/assets/stylesheets/style-main.scss */
.owl-carousel .owl-dots .owl-dot span {
  background: #D6D6D6;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 5px 3px;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 12px;
}

/* line 3465, app/assets/stylesheets/style-main.scss */
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* line 3469, app/assets/stylesheets/style-main.scss */
.owl-carousel .owl-nav button {
  border-radius: 0;
  display: block;
  margin: -35px auto;
  position: absolute;
  opacity: 0.4;
  top: 50%;
  z-index: 6;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/* line 3481, app/assets/stylesheets/style-main.scss */
.owl-carousel .owl-nav button i {
  color: #555;
  vertical-align: middle;
  font-size: 16px;
}

/* line 3486, app/assets/stylesheets/style-main.scss */
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  background: rgba(240, 240, 240, 0.8) !important;
  padding: 10px !important;
}

/* line 3491, app/assets/stylesheets/style-main.scss */
.owl-carousel .owl-nav button.owl-next {
  right: 0;
  background: rgba(240, 240, 240, 0.8) !important;
  padding: 10px !important;
}

/* line 3496, app/assets/stylesheets/style-main.scss */
.owl-carousel:hover .owl-nav > button {
  opacity: 1;
}

/* Owl Dots	*/
/* line 3500, app/assets/stylesheets/style-main.scss */
.owl-dots-bottom-right .owl-dots {
  bottom: -10px;
  position: absolute;
  right: 0;
}

/* line 3505, app/assets/stylesheets/style-main.scss */
.owl-dots-center-bottom .owl-dots {
  bottom: 15px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

/* Image Carousel */
/* line 3513, app/assets/stylesheets/style-main.scss */
.image-carousel .owl-controls .owl-nav > div {
  opacity: 0;
}

/* line 3516, app/assets/stylesheets/style-main.scss */
.image-carousel:hover .owl-controls .owl-nav > div {
  opacity: 1;
}

/* Owl top nav style */
/* Owl top nav style */
/* line 3521, app/assets/stylesheets/style-main.scss */
.owl-carousel.owl-nav-top.bullet-white .owl-dots span {
  background: #fff;
}

/* line 3524, app/assets/stylesheets/style-main.scss */
.owl-carousel.owl-nav-top .owl-controls .owl-nav > div {
  background-color: transparent;
  top: -60px;
  right: 0;
}

/* line 3529, app/assets/stylesheets/style-main.scss */
.owl-carousel.owl-nav-top .owl-controls .owl-nav > div:hover {
  background-color: #d3d3d3;
}

/* line 3532, app/assets/stylesheets/style-main.scss */
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev {
  right: 35px;
}

/* line 3535, app/assets/stylesheets/style-main.scss */
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
  right: 0;
}

/* line 3538, app/assets/stylesheets/style-main.scss */
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev,
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
  background: #eeeeee;
  border: none;
  line-height: 28px;
  padding: 0 12px;
  text-align: center;
}

/* line 3546, app/assets/stylesheets/style-main.scss */
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev i,
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next i {
  color: #888;
  font-size: 14px;
}

/* line 3551, app/assets/stylesheets/style-main.scss */
.owl-carousel.no-bullet .owl-nav {
  display: none;
}

/* line 3554, app/assets/stylesheets/style-main.scss */
.recent-project .owl-controls .owl-nav > div {
  top: 38%;
}

/* line 3557, app/assets/stylesheets/style-main.scss */
.recent-project .owl-controls .owl-nav .owl-prev i,
.recent-project .owl-controls .owl-nav .owl-next i {
  padding: 2px 16px;
}

/* line 3561, app/assets/stylesheets/style-main.scss */
.featured-gallery.style2 {
  float: right;
  width: 92%;
}

/* line 3565, app/assets/stylesheets/style-main.scss */
.featured-gallery.style2 .owl-controls {
  bottom: 58px;
  left: -80px;
  margin: 0;
  position: absolute;
}

/* line 3571, app/assets/stylesheets/style-main.scss */
.featured-gallery.style2 .owl-controls .owl-nav > div {
  top: 95%;
}

/* line 3574, app/assets/stylesheets/style-main.scss */
.featured-gallery.style2 .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

/* line 3577, app/assets/stylesheets/style-main.scss */
.featured-gallery.style2 .owl-controls .owl-nav .owl-next {
  display: inline-table;
  left: 40px;
}

/* line 3581, app/assets/stylesheets/style-main.scss */
.featured-gallery.style2 .owl-controls .owl-nav .owl-prev i,
.featured-gallery.style2 .owl-controls .owl-nav .owl-next i {
  color: #fff;
  font-size: 35px;
}

@media only screen and (max-width: 991px) {
  /* line 3587, app/assets/stylesheets/style-main.scss */
  .featured-gallery.style2 {
    float: none;
    margin-top: 58px;
    width: 100%;
  }
  /* line 3592, app/assets/stylesheets/style-main.scss */
  .featured-gallery.style2 .owl-controls {
    bottom: auto;
    left: auto;
    top: -45px;
  }
}

/* line 3598, app/assets/stylesheets/style-main.scss */
.image-carousel .owl-controls .owl-nav > div {
  opacity: 0;
}

/* line 3601, app/assets/stylesheets/style-main.scss */
.image-carousel:hover .owl-controls .owl-nav > div {
  opacity: 1;
}

/* -------- Owl Fullwidth Carousel ---------- */
/* line 3605, app/assets/stylesheets/style-main.scss */
.fullwidth-carousel .owl-controls .owl-nav > div {
  top: 45%;
}

/* line 3608, app/assets/stylesheets/style-main.scss */
.fullwidth-carousel .carousel-item {
  min-height: 615px;
  width: 100%;
}

/* line 3612, app/assets/stylesheets/style-main.scss */
.fullwidth-carousel.blog-fullwidth-carousel .carousel-item {
  height: 600px;
  min-height: auto;
  width: 100%;
}

/* line 3617, app/assets/stylesheets/style-main.scss */
.fullwidth-carousel.blog-fullwidth-carousel .owl-controls .owl-nav > div {
  background: none;
}

/* -------- Twitter Feed Carousel ---------- */
/* line 3621, app/assets/stylesheets/style-main.scss */
.owl-dots-bottom-right .owl-dots {
  bottom: -10px;
  position: absolute;
  right: 0;
}

/* -------- Twitter Feed Carousel ---------- */
/* line 3627, app/assets/stylesheets/style-main.scss */
.twitter-feed.twitter-carousel {
  color: #111111;
  font-size: 16px;
}

/* line 3631, app/assets/stylesheets/style-main.scss */
.twitter-feed.twitter-carousel a {
  color: #111111;
}

/* line 3634, app/assets/stylesheets/style-main.scss */
.twitter-feed .date {
  font-size: 12px;
}

/* line 3637, app/assets/stylesheets/style-main.scss */
.twitter-feed.twitter-white,
.twitter-feed.twitter-white a {
  color: #fff;
}

/* -------- BX Slider ---------- */
/* line 3642, app/assets/stylesheets/style-main.scss */
.bx-wrapper {
  margin: 0 auto 7px;
  padding: 0;
  position: relative;
}

/* line 3647, app/assets/stylesheets/style-main.scss */
.bx-wrapper .bx-viewport {
  background: inherit;
  border: 0 solid #fff;
  box-shadow: 0 0 0 #ccc;
  left: 0;
  transform: translateZ(0px);
}

/* bx top nav style */
/* line 3655, app/assets/stylesheets/style-main.scss */
.bx-controls .bx-controls-direction > a {
  background: #eee none repeat scroll 0 0;
  border: medium none;
  height: auto;
  line-height: 28px;
  padding: 0 12px;
  width: auto;
  text-indent: 0;
  top: -30px;
  z-index: 0;
}

/* line 3666, app/assets/stylesheets/style-main.scss */
.bx-controls .bx-controls-direction > a:hover {
  background: #ddd;
}

/* line 3669, app/assets/stylesheets/style-main.scss */
.bx-controls .bx-controls-direction > a i {
  color: #888;
}

/* line 3672, app/assets/stylesheets/style-main.scss */
.bx-controls .bx-controls-direction .bx-prev {
  right: 35px;
  left: auto;
}

/* line 3676, app/assets/stylesheets/style-main.scss */
.bx-controls .bx-controls-direction .bx-next {
  right: 0;
}

/* -------- Typed Animation Slider ---------- */
/* line 3680, app/assets/stylesheets/style-main.scss */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
 * home.less
 * -----------------------------------------------
*/
/* -------- Setion-Bottom-Absolute-Div ---------- */
/* line 3724, app/assets/stylesheets/style-main.scss */
.setion-bottom-absolute-div {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

/*
 * contact.less
 * -----------------------------------------------
*/
/* line 3735, app/assets/stylesheets/style-main.scss */
.contact-wrapper {
  padding: 50px 50px 50px 100px;
}

/* line 3738, app/assets/stylesheets/style-main.scss */
.contact-form .form-group {
  margin-bottom: 20px;
}

/* line 3741, app/assets/stylesheets/style-main.scss */
.contact-form .form-control {
  background-image: none;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  box-shadow: none;
  height: 48px;
}

/* line 3748, app/assets/stylesheets/style-main.scss */
.contact-form .form-control:focus,
.contact-form .form-control:active {
  box-shadow: none;
  color: #333333;
}

/* line 3753, app/assets/stylesheets/style-main.scss */
.contact-form .form-control2 {
  background-color: rgba(0, 0, 0, 0.8);
  color: #c0c0c0;
}

/* line 3757, app/assets/stylesheets/style-main.scss */
.contact-form .form-group button {
  margin-top: 0;
}

/* line 3760, app/assets/stylesheets/style-main.scss */
.contact-form textarea.form-control {
  height: 110px;
  resize: none;
}

/* line 3764, app/assets/stylesheets/style-main.scss */
textarea {
  resize: none;
}

/*
 * job.less
 * -----------------------------------------------
*/
/* line 3771, app/assets/stylesheets/style-main.scss */
.job-overview {
  box-shadow: 0 0 0 2px #eee;
  padding: 20px 0 20px 20px;
}

/* line 3775, app/assets/stylesheets/style-main.scss */
.job-overview .dl-horizontal dt {
  width: auto;
}

/* line 3778, app/assets/stylesheets/style-main.scss */
.job-overview .dl-horizontal dd {
  margin-left: 40px;
}

/*
 * event.less
 * -----------------------------------------------
*/
/* line 3785, app/assets/stylesheets/style-main.scss */
.event {
  background: #f6f6f6;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/* line 3792, app/assets/stylesheets/style-main.scss */
.event:hover {
  background: #fafafa;
}

/* line 3795, app/assets/stylesheets/style-main.scss */
.event .event-content .media-heading a {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/* line 3800, app/assets/stylesheets/style-main.scss */
.event .event-content ul li {
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3806, app/assets/stylesheets/style-main.scss */
.event .event-date ul li {
  line-height: 1;
}

/* line 3809, app/assets/stylesheets/style-main.scss */
.event .event-date ul li:first-child {
  margin-bottom: 10px;
}

/* -------- Schedule-Box Style ---------- */
/* line 3813, app/assets/stylesheets/style-main.scss */
.schedule-box .thumb {
  position: relative;
  overflow-x: hidden;
}

/* line 3817, app/assets/stylesheets/style-main.scss */
.schedule-box .thumb .overlay {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out 0s;
  -o-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  top: -100%;
}

/* line 3830, app/assets/stylesheets/style-main.scss */
.schedule-box .thumb .overlay a i {
  background-color: #333;
  color: #fff;
  margin: 0 auto;
  padding: 13px 12px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.45s ease-in-out 0s;
  -o-transition: all 0.45s ease-in-out 0s;
  transition: all 0.45s ease-in-out 0s;
  top: 0;
}

/* line 3842, app/assets/stylesheets/style-main.scss */
.schedule-box .schedule-details {
  border-bottom: 1px solid #bbb;
}

/* line 3845, app/assets/stylesheets/style-main.scss */
.schedule-box .schedule-details ul li {
  margin: 0;
}

/* line 3848, app/assets/stylesheets/style-main.scss */
.schedule-box .schedule-details .title a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* line 3853, app/assets/stylesheets/style-main.scss */
.schedule-box:hover .thumb .overlay {
  opacity: 1;
  top: 0;
}

/* line 3857, app/assets/stylesheets/style-main.scss */
.schedule-box:hover .thumb .overlay a i {
  opacity: 1;
  top: 40%;
}

/* -------- Event-Table ---------- */
/* line 3862, app/assets/stylesheets/style-main.scss */
.table-schedule thead tr th {
  color: #fff;
  font-size: 16px;
  padding: 15px 25px;
  text-transform: uppercase;
}

/* line 3868, app/assets/stylesheets/style-main.scss */
.table-schedule > tbody > tr {
  background-color: #fcfcfc;
}

/* line 3871, app/assets/stylesheets/style-main.scss */
.table-schedule > tbody > tr:nth-child(2n+1) {
  background-color: #f9f9f9;
}

/* line 3874, app/assets/stylesheets/style-main.scss */
.table-schedule tbody tr td {
  border-top: 1px solid #ddd;
  color: #333;
  font-weight: 300;
  padding: 15px 25px;
}

/* line 3880, app/assets/stylesheets/style-main.scss */
.table-schedule tbody tr td .speaker-thumb {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  width: 55px;
}

/* line 3886, app/assets/stylesheets/style-main.scss */
.table-schedule tbody tr td .title {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 3px;
}

/* line 3891, app/assets/stylesheets/style-main.scss */
.table-schedule tbody tr td .name {
  font-size: 13px;
  margin: 0;
}

/* line 3895, app/assets/stylesheets/style-main.scss */
.table-schedule tbody tr td strong {
  font-weight: 700;
}

/* line 3898, app/assets/stylesheets/style-main.scss */
.table-schedule .toggle-content {
  cursor: pointer;
}

/* line 3901, app/assets/stylesheets/style-main.scss */
.table-schedule .session-details {
  display: none;
}

/*
 * shop.less
 * -----------------------------------------------
*/
/* -------- Product Details Page ---------- */
/* line 3909, app/assets/stylesheets/style-main.scss */
.product {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}

/* line 3915, app/assets/stylesheets/style-main.scss */
.products .product {
  border: 1px solid #eee;
}

/* line 3918, app/assets/stylesheets/style-main.scss */
.products .product:hover {
  border: 1px solid #eee;
}

/* line 3921, app/assets/stylesheets/style-main.scss */
.btn-add-to-cart-wrapper {
  opacity: 0.9;
  height: auto;
  margin: 0 0 15px;
  text-align: center;
  width: 100%;
  background: #ffffff;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

/* -------- Price ---------- */
/* line 3933, app/assets/stylesheets/style-main.scss */
.product .price {
  color: #333038;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0 15px;
}

/* line 3939, app/assets/stylesheets/style-main.scss */
.product .price del {
  color: #9e9d9e;
  font-size: 13px;
  margin-right: 5px;
}

/* line 3944, app/assets/stylesheets/style-main.scss */
.product .price ins {
  color: #333333;
  font-size: 16px;
  text-decoration: none;
}

/* line 3949, app/assets/stylesheets/style-main.scss */
.product .price ins,
.product .price ins {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-weight: 600;
}

/* -------- Product-Summary ---------- */
/* line 3955, app/assets/stylesheets/style-main.scss */
.product .product-summary .product-title {
  margin-top: 0;
}

/* line 3958, app/assets/stylesheets/style-main.scss */
.product .product-summary .short-description {
  margin-bottom: 15px;
}

/* line 3961, app/assets/stylesheets/style-main.scss */
.product .product-summary .cart-form-wrapper .btn {
  margin-top: 0;
}

/* line 3964, app/assets/stylesheets/style-main.scss */
.product .product-summary .variations {
  width: 100%;
}

/* line 3967, app/assets/stylesheets/style-main.scss */
.product .product-tab {
  margin-top: 30px;
}

/* line 3970, app/assets/stylesheets/style-main.scss */
.product .commentlist .comment {
  margin-top: 30px;
  position: relative;
}

/* line 3974, app/assets/stylesheets/style-main.scss */
.product .commentlist .comment .meta {
  font-size: 12px;
}

/* line 3977, app/assets/stylesheets/style-main.scss */
.product .commentlist .comment .author {
  font-size: 14px;
  font-weight: bold;
}

/* line 3981, app/assets/stylesheets/style-main.scss */
.product .product-thumb {
  position: relative;
}

/* line 3984, app/assets/stylesheets/style-main.scss */
.product .product-thumb:hover .overlay {
  opacity: 1;
}

/* line 3987, app/assets/stylesheets/style-main.scss */
.product .product-thumb .overlay .add-to-wishlist {
  color: #fff;
  right: 10px;
  top: 10px;
  position: absolute;
}

/* line 3993, app/assets/stylesheets/style-main.scss */
.product .product-summary .cart-form-wrapper .quantity,
.tbl-shopping-cart .quantity {
  display: inline-block;
  margin-right: .8571em;
  position: relative;
  width: 4.1429em;
  vertical-align: top;
}

/* line 4001, app/assets/stylesheets/style-main.scss */
.product .product-summary .cart-form-wrapper .quantity .minus,
.tbl-shopping-cart .quantity .minus,
.product .product-summary .cart-form-wrapper .quantity .plus,
.tbl-shopping-cart .quantity .plus {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  height: 18px;
  left: 3em;
  line-height: 1;
  outline: medium none;
  padding: 0;
  position: absolute;
  width: 18px;
}

/* line 4017, app/assets/stylesheets/style-main.scss */
.product .product-summary .cart-form-wrapper .quantity .minus,
.tbl-shopping-cart .quantity .minus {
  bottom: 0;
}

/* line 4021, app/assets/stylesheets/style-main.scss */
.product .product-summary .cart-form-wrapper .quantity .plus,
.tbl-shopping-cart .quantity .plus {
  top: 0;
}

/* line 4025, app/assets/stylesheets/style-main.scss */
.product .product-summary .cart-form-wrapper .quantity .qty,
.tbl-shopping-cart .quantity .qty {
  -moz-appearance: textfield;
  border: 1px solid #ccc;
  height: 41px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 40px;
}

/* -------- Star-Rating ---------- */
/* line 4036, app/assets/stylesheets/style-main.scss */
.star-rating {
  font-size: 14px;
  height: 16px;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 5px;
  width: 75px;
}

/* line 4046, app/assets/stylesheets/style-main.scss */
.star-rating::before,
.star-rating span::before {
  color: #a9a9a9;
  content: "\f005\f005\f005\f005\f005";
  float: left;
  font-family: fontawesome;
  left: 0;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
}

/* line 4057, app/assets/stylesheets/style-main.scss */
.star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}

/* line 4065, app/assets/stylesheets/style-main.scss */
.star-rating.filled {
  font-size: 16px;
  height: 20px;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 5px;
  width: 84px;
}

/* line 4075, app/assets/stylesheets/style-main.scss */
.star-rating.filled::before,
.star-rating.filled span::before {
  color: #a9a9a9;
  content: "\f005\f005\f005\f005\f005";
  float: left;
  font-family: fontawesome;
  left: 0;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
}

/* line 4086, app/assets/stylesheets/style-main.scss */
.star-rating.filled span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}

/* -------- Tag Sale ---------- */
/* line 4095, app/assets/stylesheets/style-main.scss */
.product .tag-sale {
  margin: 0;
  top: 0;
  display: block;
  left: auto;
  right: 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding: 4px 10px 4px 16px;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  z-index: 9;
}

/* line 4114, app/assets/stylesheets/style-main.scss */
.product .tag-sale .tag-sale::before {
  border-color: transparent transparent transparent #ddd;
  border-style: solid;
  border-width: 12px 13px 13px 8px;
  content: "";
  height: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 1px;
  width: 0;
}

/* -------- Cart Page ---------- */
/* line 4127, app/assets/stylesheets/style-main.scss */
.tbl-shopping-cart .product-thumbnail img {
  max-width: 72px;
  max-height: 72px;
}

/* line 4131, app/assets/stylesheets/style-main.scss */
.tbl-shopping-cart .product-remove {
  text-align: center;
}

/* line 4134, app/assets/stylesheets/style-main.scss */
.tbl-shopping-cart .variation .variation-size,
.tbl-shopping-cart .variation .variation-size span {
  font-size: 12px;
}

/* line 4138, app/assets/stylesheets/style-main.scss */
.tbl-shopping-cart tr th,
.tbl-shopping-cart tr td,
.tbl-shopping-cart .coupon label,
.tbl-shopping-cart .coupon input,
.tbl-shopping-cart .coupon button {
  vertical-align: middle !important;
}

/* line 4145, app/assets/stylesheets/style-main.scss */
.tbl-shopping-cart tr td {
  padding: 10px 12px !important;
}

/* line 4148, app/assets/stylesheets/style-main.scss */
table.no-border td {
  border: none !important;
}

/* -------- Checkout Page ---------- */
/* line 4152, app/assets/stylesheets/style-main.scss */
.payment-method .radio {
  border: 1px solid #eee;
  padding: 10px;
}

/* line 4156, app/assets/stylesheets/style-main.scss */
.payment-method .radio > label {
  color: #111;
  font-size: 17px;
}

/* line 4160, app/assets/stylesheets/style-main.scss */
.payment-method .radio input {
  margin-top: 8px;
  vertical-align: initial;
}

/* line 4164, app/assets/stylesheets/style-main.scss */
.payment-method .radio > p {
  margin-left: 20px;
}

/* line 4167, app/assets/stylesheets/style-main.scss */
#checkout-shipping-address {
  display: none;
}

/* -------- Top Nav Search And Cart ---------- */
/* line 4171, app/assets/stylesheets/style-main.scss */
.top-nav-search-box .indicator,
.top-nav-cart-box .indicator {
  display: none;
}

/* line 4175, app/assets/stylesheets/style-main.scss */
.dropdown-cart {
  padding: 10px;
}

/* line 4178, app/assets/stylesheets/style-main.scss */
.dropdown-cart .cart-table-list,
.dropdown-cart .cart-table-list i {
  color: #222;
  border: none;
}

/* line 4183, app/assets/stylesheets/style-main.scss */
.dropdown-cart .cart-table-list a {
  line-height: normal;
  color: #222;
}

/* line 4187, app/assets/stylesheets/style-main.scss */
.dropdown-cart .cart-table-list td img {
  width: 50px;
  height: auto;
}

/* line 4191, app/assets/stylesheets/style-main.scss */
.dropdown-cart .cart-table-list.table > tbody > tr > td {
  border: none;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}

/* line 4197, app/assets/stylesheets/style-main.scss */
.dropdown-cart .total-cart {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  color: #222;
  text-align: right;
}

/* line 4204, app/assets/stylesheets/style-main.scss */
.dropdown-cart .total-cart ul {
  float: right;
  list-style: none;
  padding: 0;
  width: 100%;
}

/* line 4210, app/assets/stylesheets/style-main.scss */
.dropdown-cart .total-cart ul li {
  display: block;
  overflow: hidden;
}

/* line 4214, app/assets/stylesheets/style-main.scss */
.dropdown-cart .total-cart ul li span {
  width: 100px;
  display: inline-block;
  text-align: right;
  white-space: nowrap;
}

/* line 4220, app/assets/stylesheets/style-main.scss */
.dropdown-cart .total-cart .table > tbody > tr > td,
.dropdown-cart .total-cart .table > tbody > tr > th,
.dropdown-cart .total-cart .table > tfoot > tr > td,
.dropdown-cart .total-cart .table > tfoot > tr > th,
.dropdown-cart .total-cart .table > thead > tr > td,
.dropdown-cart .total-cart .table > thead > tr > th {
  border: 0;
}

/* line 4228, app/assets/stylesheets/style-main.scss */
.dropdown-cart .cart-btn .btn {
  width: auto;
  float: none;
  padding: 5px 15px;
}

/*
 * blog.less
 * -----------------------------------------------
*/
/* line 4237, app/assets/stylesheets/style-main.scss */
.blog-posts .post {
  position: relative;
}

/* line 4240, app/assets/stylesheets/style-main.scss */
.blog-posts .post .entry-title {
  text-transform: uppercase;
}

/* line 4243, app/assets/stylesheets/style-main.scss */
.blog-posts .post .post-thumb {
  overflow: hidden;
  position: relative;
}

/* line 4247, app/assets/stylesheets/style-main.scss */
.blog-posts .post .entry-content {
  position: relative;
}

/* line 4250, app/assets/stylesheets/style-main.scss */
.blog-posts .post .entry-content .post-date,
.blog-posts .post .entry-content .post-visited {
  color: #a9a9a9;
  font-size: 13px;
}

/* line 4255, app/assets/stylesheets/style-main.scss */
.blog-posts .post .entry-content .post-date.right {
  top: -10px;
  height: 60px;
  padding: 6px 8px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60px;
}

/* line 4264, app/assets/stylesheets/style-main.scss */
.blog-posts .post .entry-content .post-date {
  background: #222222 none repeat scroll 0 0;
  display: inline-block;
  padding: 0px 14px;
  top: 0;
}

/* line 4270, app/assets/stylesheets/style-main.scss */
.blog-posts .post .entry-content ul li {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 4274, app/assets/stylesheets/style-main.scss */
.blog-posts .post .entry-meta span i {
  margin-right: 5px;
}

/* line 4277, app/assets/stylesheets/style-main.scss */
.blog-posts .post .entry-meta span {
  font-size: 12px;
  margin-right: 15px;
}

/* line 4281, app/assets/stylesheets/style-main.scss */
.blog-posts .post .post-date p,
.blog-posts .post .post-date a {
  font-size: 14px;
  color: #a9a9a9;
}

/* line 4286, app/assets/stylesheets/style-main.scss */
.blog-posts .post .post-date a:hover {
  color: #333333;
}

/* line 4289, app/assets/stylesheets/style-main.scss */
.blog-posts .post .like-comment li {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 4293, app/assets/stylesheets/style-main.scss */
.blog-posts .post .post-thumb .owl-dots {
  bottom: 0;
  position: absolute;
  right: 10px;
}

/* line 4298, app/assets/stylesheets/style-main.scss */
.blog-posts .post .post-thumb .owl-dots .owl-dot span {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

/* line 4303, app/assets/stylesheets/style-main.scss */
.like-comment li i {
  font-size: 20px;
  margin-right: 3px;
  vertical-align: middle;
}

/* line 4308, app/assets/stylesheets/style-main.scss */
.like-comment.small-font li i {
  font-size: 16px;
}

/* line 4311, app/assets/stylesheets/style-main.scss */
.blog-pull-right {
  float: right;
}

@media only screen and (max-width: 767px) {
  /* line 4315, app/assets/stylesheets/style-main.scss */
  .blog-pull-right {
    float: none;
  }
}

/* line 4319, app/assets/stylesheets/style-main.scss */
.media-post .post-thumb {
  float: left;
  margin: 0 10px 10px 0;
}

/* line 4323, app/assets/stylesheets/style-main.scss */
.media-post .post-right {
  overflow: hidden;
}

/* line 4326, app/assets/stylesheets/style-main.scss */
.media-post .post-title a {
  font-size: 13px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 991px) {
  /* line 4331, app/assets/stylesheets/style-main.scss */
  .blog-posts .post {
    margin-bottom: 30px;
  }
}

/* -------- Entry-Meta Absolute ---------- */
/* line 4336, app/assets/stylesheets/style-main.scss */
.post .entry-header {
  position: relative;
  overflow: hidden;
}

/* line 4340, app/assets/stylesheets/style-main.scss */
.post .entry-meta.meta-absolute {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 4346, app/assets/stylesheets/style-main.scss */
.post .entry-meta.meta-absolute i {
  display: block;
  font-size: 28px;
}

/* line 4350, app/assets/stylesheets/style-main.scss */
.post:hover .entry-header .entry-date {
  right: 0;
  transform: rotate(0deg);
}

/* line 4354, app/assets/stylesheets/style-main.scss */
.post .entry-header .entry-date {
  position: absolute;
  right: -47px;
  top: 0;
  transform: rotate(45deg);
  transition: all 200ms ease-in-out 0s;
}

/* line 4361, app/assets/stylesheets/style-main.scss */
.post-overlay::after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  top: -100%;
  transition: all 300ms ease-in-out 0s;
  width: 100%;
}

/* line 4371, app/assets/stylesheets/style-main.scss */
.post:hover .post-overlay::after {
  opacity: 1;
  top: 0;
}

/* line 4375, app/assets/stylesheets/style-main.scss */
.post .entry-header .post-link {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  top: 0;
  transition: all 300ms ease-in-out 0s;
  opacity: 0;
}

/* line 4386, app/assets/stylesheets/style-main.scss */
.post:hover .entry-header .post-link {
  opacity: 1;
  top: 45%;
}

/* line 4390, app/assets/stylesheets/style-main.scss */
.post .entry-header .post-link a {
  border: 1px solid #fff;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 32px;
}

/* line 4397, app/assets/stylesheets/style-main.scss */
.post .entry-header .post-link i {
  color: #fff;
  font-size: 14px;
}

/* line 4401, app/assets/stylesheets/style-main.scss */
.post .entry-header .post-link a:hover i {
  color: #fff;
}

/* -------- Blog Single ---------- */
/* line 4405, app/assets/stylesheets/style-main.scss */
.single-post article {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

/* line 4410, app/assets/stylesheets/style-main.scss */
.single-post article .entry-title {
  font-family: "Open Sans", sans-serif;
  padding: 15px 0 0;
  text-transform: capitalize;
}

/* line 4415, app/assets/stylesheets/style-main.scss */
.single-post .entry-content {
  border: none;
}

/* line 4418, app/assets/stylesheets/style-main.scss */
.single-post .author-details {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin: 20px 0;
  padding: 20px 0;
}

/* line 4424, app/assets/stylesheets/style-main.scss */
.single-post .post-share ul {
  margin-bottom: 15px;
}

/* line 4427, app/assets/stylesheets/style-main.scss */
.single-post .post-share ul li {
  display: inline-block;
  margin-right: 5px;
}

/* line 4431, app/assets/stylesheets/style-main.scss */
.single-post .post-share ul li a {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 0;
}

/* line 4436, app/assets/stylesheets/style-main.scss */
.single-post .post-share ul li a i {
  color: #555555;
}

/* line 4439, app/assets/stylesheets/style-main.scss */
.single-post .post-share ul li a:hover i {
  color: #111111;
}

/* line 4442, app/assets/stylesheets/style-main.scss */
.single-post .media-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

/* line 4446, app/assets/stylesheets/style-main.scss */
.single-post .comments-title {
  margin-bottom: 15px;
}

/* line 4449, app/assets/stylesheets/style-main.scss */
.single-post .comment-list {
  padding-left: 0;
}

/* line 4452, app/assets/stylesheets/style-main.scss */
.single-post .comment-list h6 {
  font-family: helvetica;
}

/* line 4455, app/assets/stylesheets/style-main.scss */
.single-post .comment-list li {
  list-style: none;
}

/* line 4458, app/assets/stylesheets/style-main.scss */
.single-post .comment-list .comment-author {
  margin-top: 30px;
}

/* line 4461, app/assets/stylesheets/style-main.scss */
.single-post .comment-list .comment-date,
.single-post .comment-list .comment-heading {
  font-size: 13px;
}

/* line 4465, app/assets/stylesheets/style-main.scss */
.single-post .reply-box h4 {
  margin-bottom: 15px;
}

/* line 4468, app/assets/stylesheets/style-main.scss */
.single-post .reply-box .form-group input {
  border-radius: 0;
  height: 45px;
  margin-bottom: 28px;
}

/* line 4473, app/assets/stylesheets/style-main.scss */
.single-post .reply-box .form-group textarea {
  border-radius: 0;
}

/* line 4476, app/assets/stylesheets/style-main.scss */
.single-post .reply-box #comment-form button.btn {
  margin-right: 0;
}

/* line 4479, app/assets/stylesheets/style-main.scss */
.single-post .reply-box .btn-primary {
  margin-right: 0;
}

/* line 4482, app/assets/stylesheets/style-main.scss */
.single-post .reply-box .tagline {
  border-top: 1px solid #d3d3d3;
}

/* line 4485, app/assets/stylesheets/style-main.scss */
.reply-box .form-group input {
  border-radius: 0;
  height: 45px;
  margin-bottom: 30px;
}

/* line 4490, app/assets/stylesheets/style-main.scss */
.post .entry-content {
  border: 1px solid #f7f8f7;
  transition: all 300ms ease-in-out 0s;
}

/* line 4494, app/assets/stylesheets/style-main.scss */
.blog-posts.single-post .post .entry-content {
  border: medium none;
}

/* line 4497, app/assets/stylesheets/style-main.scss */
.blog-posts.single-post .post:hover .entry-content {
  box-shadow: none;
}

/*
 * shortcode.less
 * -----------------------------------------------
*/
/*
 * Shortcode: Alerts.less
 * -----------------------------------------------
*/
/*
 * Shortcode: Buttons.less
 * -----------------------------------------------
*/
/* -------- Btn-Default ---------- */
/* line 4513, app/assets/stylesheets/style-main.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 4518, app/assets/stylesheets/style-main.scss */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 4524, app/assets/stylesheets/style-main.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 4529, app/assets/stylesheets/style-main.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 4536, app/assets/stylesheets/style-main.scss */
.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.focus:active,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 4549, app/assets/stylesheets/style-main.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 4554, app/assets/stylesheets/style-main.scss */
.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.focus[disabled],
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 4566, app/assets/stylesheets/style-main.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 4570, app/assets/stylesheets/style-main.scss */
.btn-default:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
}

/* -------- Btn-Border ---------- */
/* line 4575, app/assets/stylesheets/style-main.scss */
.btn-border {
  color: #222222;
  background-color: #fff;
  border-color: #222222;
}

/* line 4580, app/assets/stylesheets/style-main.scss */
.btn-border:focus,
.btn-border.focus {
  color: #222222;
  background-color: #e6e6e6;
  border-color: #000000;
}

/* line 4586, app/assets/stylesheets/style-main.scss */
.btn-border:hover {
  color: #222222;
  background-color: #e6e6e6;
  border-color: #040404;
}

/* line 4591, app/assets/stylesheets/style-main.scss */
.btn-border:active,
.btn-border.active,
.open > .dropdown-toggle.btn-border {
  color: #222222;
  background-color: #e6e6e6;
  border-color: #040404;
}

/* line 4598, app/assets/stylesheets/style-main.scss */
.btn-border:active:hover,
.btn-border.active:hover,
.open > .dropdown-toggle.btn-border:hover,
.btn-border:active:focus,
.btn-border.active:focus,
.open > .dropdown-toggle.btn-border:focus,
.btn-border.focus:active,
.btn-border.active.focus,
.open > .dropdown-toggle.btn-border.focus {
  color: #222222;
  background-color: #d4d4d4;
  border-color: #000000;
}

/* line 4611, app/assets/stylesheets/style-main.scss */
.btn-border:active,
.btn-border.active,
.open > .dropdown-toggle.btn-border {
  background-image: none;
}

/* line 4616, app/assets/stylesheets/style-main.scss */
.btn-border.disabled:hover,
.btn-border[disabled]:hover,
fieldset[disabled] .btn-border:hover,
.btn-border.disabled:focus,
.btn-border[disabled]:focus,
fieldset[disabled] .btn-border:focus,
.btn-border.disabled.focus,
.btn-border.focus[disabled],
fieldset[disabled] .btn-border.focus {
  background-color: #fff;
  border-color: #222222;
}

/* line 4628, app/assets/stylesheets/style-main.scss */
.btn-border .badge {
  color: #fff;
  background-color: #222222;
}

/* line 4632, app/assets/stylesheets/style-main.scss */
.btn-border {
  border-width: 2px;
}

/* line 4635, app/assets/stylesheets/style-main.scss */
.btn-border:hover,
.btn-border:active,
.btn-border:focus {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}

/* -------- Btn-Dark ---------- */
/* line 4643, app/assets/stylesheets/style-main.scss */
.btn-dark {
  color: #fff;
  background-color: #48ab0b;
  border-color: #222222;
}

/* line 4648, app/assets/stylesheets/style-main.scss */
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #090909;
  border-color: #000000;
}

/* line 4654, app/assets/stylesheets/style-main.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #090909;
  border-color: #040404;
}

/* line 4659, app/assets/stylesheets/style-main.scss */
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #090909;
  border-color: #040404;
}

/* line 4666, app/assets/stylesheets/style-main.scss */
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark.focus:active,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

/* line 4679, app/assets/stylesheets/style-main.scss */
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}

/* line 4684, app/assets/stylesheets/style-main.scss */
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark.focus[disabled],
fieldset[disabled] .btn-dark.focus {
  background-color: #222222;
  border-color: #222222;
}

/* line 4696, app/assets/stylesheets/style-main.scss */
.btn-dark .badge {
  color: #222222;
  background-color: #fff;
}

/* -------- Btn-admin ---------- */
/* line 4702, app/assets/stylesheets/style-main.scss */
.btn-admin {
  color: #fff;
  background-color: #c42727;
  border-color: #222222;
}

/* line 4707, app/assets/stylesheets/style-main.scss */
.btn-admin:focus,
.btn-admin.focus {
  color: #fff;
  background-color: #090909;
  border-color: #000000;
}

/* line 4713, app/assets/stylesheets/style-main.scss */
.btn-admin:hover {
  color: #fff;
  background-color: #090909;
  border-color: #040404;
}

/* line 4718, app/assets/stylesheets/style-main.scss */
.btn-admin:active,
.btn-admin.active,
.open > .dropdown-toggle.btn-admin {
  color: #fff;
  background-color: #090909;
  border-color: #040404;
}

/* line 4725, app/assets/stylesheets/style-main.scss */
.btn-admin:active:hover,
.btn-admin.active:hover,
.open > .dropdown-toggle.btn-admin:hover,
.btn-admin:active:focus,
.btn-admin.active:focus,
.open > .dropdown-toggle.btn-admin:focus,
.btn-admin.focus:active,
.btn-admin.active.focus,
.open > .dropdown-toggle.btn-admin.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

/* line 4738, app/assets/stylesheets/style-main.scss */
.btn-admin:active,
.btn-admin.active,
.open > .dropdown-toggle.btn-admin {
  background-image: none;
}

/* line 4743, app/assets/stylesheets/style-main.scss */
.btn-admin.disabled:hover,
.btn-admin[disabled]:hover,
fieldset[disabled] .btn-admin:hover,
.btn-admin.disabled:focus,
.btn-admin[disabled]:focus,
fieldset[disabled] .btn-admin:focus,
.btn-admin.disabled.focus,
.btn-admin.focus[disabled],
fieldset[disabled] .btn-admin.focus {
  background-color: #222222;
  border-color: #222222;
}

/* line 4755, app/assets/stylesheets/style-main.scss */
.btn-admin .badge {
  color: #222222;
  background-color: #fff;
}

/* -------- Btn-Gray ---------- */
/* line 4762, app/assets/stylesheets/style-main.scss */
.btn-gray {
  color: #333333;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

/* line 4767, app/assets/stylesheets/style-main.scss */
.btn-gray:focus,
.btn-gray.focus {
  color: #333333;
  background-color: #d5d5d5;
  border-color: #afafaf;
}

/* line 4773, app/assets/stylesheets/style-main.scss */
.btn-gray:hover {
  color: #333333;
  background-color: #d5d5d5;
  border-color: #d0d0d0;
}

/* line 4778, app/assets/stylesheets/style-main.scss */
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #333333;
  background-color: #d5d5d5;
  border-color: #d0d0d0;
}

/* line 4785, app/assets/stylesheets/style-main.scss */
.btn-gray:active:hover,
.btn-gray.active:hover,
.open > .dropdown-toggle.btn-gray:hover,
.btn-gray:active:focus,
.btn-gray.active:focus,
.open > .dropdown-toggle.btn-gray:focus,
.btn-gray.focus:active,
.btn-gray.active.focus,
.open > .dropdown-toggle.btn-gray.focus {
  color: #333333;
  background-color: #c3c3c3;
  border-color: #afafaf;
}

/* line 4798, app/assets/stylesheets/style-main.scss */
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-image: none;
}

/* line 4803, app/assets/stylesheets/style-main.scss */
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray.focus[disabled],
fieldset[disabled] .btn-gray.focus {
  background-color: #eeeeee;
  border-color: #eeeeee;
}

/* line 4815, app/assets/stylesheets/style-main.scss */
.btn-gray .badge {
  color: #eeeeee;
  background-color: #333333;
}

/* line 4819, app/assets/stylesheets/style-main.scss */
.btn-circled {
  border-radius: 25px;
}

/* line 4822, app/assets/stylesheets/style-main.scss */
.btn-flat {
  border-radius: 0;
}

/* -------- Btn-Default ---------- */
/* line 4826, app/assets/stylesheets/style-main.scss */
.btn {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 22px;
  line-height: 1.38;
}

/* -------- Btn-xs ---------- */
/* line 4833, app/assets/stylesheets/style-main.scss */
.btn-xs {
  font-size: 10px;
  padding: 2px 10px;
}

/* -------- Btn-sm ---------- */
/* line 4838, app/assets/stylesheets/style-main.scss */
.btn-sm {
  font-size: 12px;
  padding: 5px 17px;
}

/* -------- Btn-lg ---------- */
/* line 4843, app/assets/stylesheets/style-main.scss */
.btn-lg {
  font-size: 14px;
  padding: 10px 26px;
}

/* -------- Btn-xl ---------- */
/* line 4848, app/assets/stylesheets/style-main.scss */
.btn-xl {
  font-size: 16px;
  padding: 13px 32px;
}

/* -------- Btn-transparent ---------- */
/* line 4853, app/assets/stylesheets/style-main.scss */
.btn-transparent {
  background-color: transparent;
  color: #fff;
}

/* line 4857, app/assets/stylesheets/style-main.scss */
.hvr-shutter-out-horizontal::before {
  background: #000;
}

/*
 * Blockquote.less
 * -----------------------------------------------
*/
/* line 4864, app/assets/stylesheets/style-main.scss */
blockquote {
  border-left: 3px solid #eeeeee;
  margin: 20px 0;
  padding: 30px;
}

/* line 4869, app/assets/stylesheets/style-main.scss */
blockquote.gray {
  border-left: 3px solid #666666;
  background-color: #eeeeee;
  color: #333333;
}

/* line 4874, app/assets/stylesheets/style-main.scss */
blockquote.gray.bg-theme-colored {
  background-color: #eeeeee;
}

/* line 4877, app/assets/stylesheets/style-main.scss */
blockquote.dark {
  border-left: 3px solid #3c3c3c;
  background-color: #555555;
  color: #fff;
}

/* line 4882, app/assets/stylesheets/style-main.scss */
blockquote.dark footer {
  color: #d3d3d3;
}

/* line 4885, app/assets/stylesheets/style-main.scss */
blockquote p {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-style: italic;
}

/*
 * Shortcode: clients.less
 * -----------------------------------------------
*/
/* line 4894, app/assets/stylesheets/style-main.scss */
.clients-logo .item {
  padding: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 4900, app/assets/stylesheets/style-main.scss */
.clients-logo img {
  max-height: 90px;
  width: auto;
  display: inline;
  opacity: 0.8;
}

/* line 4906, app/assets/stylesheets/style-main.scss */
.clients-logo img:hover {
  opacity: 1;
}

/* line 4909, app/assets/stylesheets/style-main.scss */
.clients-logo.carousel {
  text-align: center;
}

/* line 4912, app/assets/stylesheets/style-main.scss */
.clients-logo.carousel .item {
  box-shadow: none;
  margin: 0 10px;
}

/* line 4916, app/assets/stylesheets/style-main.scss */
.clients-logo.style2 .item {
  box-shadow: none;
}

/* line 4919, app/assets/stylesheets/style-main.scss */
.clients-logo.style2 .item img {
  max-height: 120px;
}

/* line 4922, app/assets/stylesheets/style-main.scss */
.client-img {
  opacity: 0.6;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 4929, app/assets/stylesheets/style-main.scss */
.client-img:hover {
  opacity: 1;
}

/* line 4932, app/assets/stylesheets/style-main.scss */
.client-img img {
  max-height: 90px;
}

/* line 4935, app/assets/stylesheets/style-main.scss */
.clients-logo.carousel {
  text-align: center;
}

/* line 4938, app/assets/stylesheets/style-main.scss */
.clients-logo.carousel .item {
  box-shadow: none;
  margin: 0 10px;
}

/*
 * Shortcode: Countdown.less
 * -----------------------------------------------
*/
/* line 4946, app/assets/stylesheets/style-main.scss */
.countdown-timer li {
  color: #808080;
  display: inline-block;
  padding: 30px 20px;
  background-color: #f1f1f1;
  margin-right: 15px;
  font-size: 40px;
  text-align: center;
  min-width: 120px;
  min-height: 120px;
}

/* line 4957, app/assets/stylesheets/style-main.scss */
.countdown-timer li span {
  color: #c0c0c0;
  display: block;
  font-size: 15px;
  margin-top: 5px;
}

/* line 4963, app/assets/stylesheets/style-main.scss */
.countdown-timer.timer-box {
  padding: 20px;
  padding-top: 40px;
  text-align: center;
}

/* line 4968, app/assets/stylesheets/style-main.scss */
.countdown-timer.timer-box li {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}

/* line 4973, app/assets/stylesheets/style-main.scss */
.countdown-timer.timer-box li span {
  color: #eeeeee;
}

/* line 4976, app/assets/stylesheets/style-main.scss */
.countdown-timer.timer-deep-bg li {
  background-color: rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 767px) {
  /* line 4980, app/assets/stylesheets/style-main.scss */
  .timer-responsive li {
    margin-top: 30px;
    font-size: 20px;
    min-width: 60px;
    min-height: 60px;
    padding: 20px 10px;
  }
  /* line 4987, app/assets/stylesheets/style-main.scss */
  .countdown-timer li span {
    font-size: 12px;
  }
}

/*
 * Shortcode: Countdown-Timer.less
 * -----------------------------------------------
*/
/*
 * Shortcode: Dividers.less
 * -----------------------------------------------
*/
/* line 4999, app/assets/stylesheets/style-main.scss */
.divider,
.parallax {
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-image: url(/url(/assets/footer-d396226415005f7304f7bb5dcf6ac71c0b6c86c8f099e7792bbab51d81848fa5.jpg));
}

/* -------- Parallax ---------- */
/* line 5017, app/assets/stylesheets/style-main.scss */
.parallax {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: top center;
}

/* line 5026, app/assets/stylesheets/style-main.scss */
.mobile-parallax {
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}

/* line 5031, app/assets/stylesheets/style-main.scss */
.divider .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 5035, app/assets/stylesheets/style-main.scss */
.divider .container.small-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 5039, app/assets/stylesheets/style-main.scss */
.divider .container.extra-padding {
  padding-top: 180px;
  padding-bottom: 180px;
}

/*
 * Shortcode: Facebook-Disqus-Comments.less
 * -----------------------------------------------
*/
/* line 5047, app/assets/stylesheets/style-main.scss */
.fb-comments,
.fb_iframe_widget,
.fb-comments > span,
.fb_iframe_widget > span,
.fb-comments > span > iframe,
.fb_iframe_widget > span > iframe {
  display: block;
  margin: 0;
  width: 100%;
}

/*
 * Shortcode: Flexslider.less
 * -----------------------------------------------
*/
/* line 5061, app/assets/stylesheets/style-main.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
  border: none;
}

/* line 5068, app/assets/stylesheets/style-main.scss */
.flex-direction-nav {
  display: none;
}

/* line 5071, app/assets/stylesheets/style-main.scss */
.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 5077, app/assets/stylesheets/style-main.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 5083, app/assets/stylesheets/style-main.scss */
.flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  width: auto;
  position: absolute;
  z-index: 10;
  text-align: center;
  bottom: 15px;
  right: 15px;
}

/* line 5095, app/assets/stylesheets/style-main.scss */
.flex-control-nav li {
  float: left;
  display: block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
}

/* line 5102, app/assets/stylesheets/style-main.scss */
.flex-control-nav li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 5114, app/assets/stylesheets/style-main.scss */
.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
  background-color: #fff;
}

/*
 * Shortcode: Flip Box
 * -----------------------------------------------
*/
/* line 5122, app/assets/stylesheets/style-main.scss */
.card {
  float: left;
  min-height: 300px;
  padding-bottom: 5%;
  position: relative;
  text-align: center;
  width: 100%;
}

/* line 5130, app/assets/stylesheets/style-main.scss */
.card:nth-child(1) {
  margin-left: -3px;
  margin-right: 1px;
}

/* line 5134, app/assets/stylesheets/style-main.scss */
.card:nth-child(1),
.card .card:nth-child(3) {
  margin-right: 1px;
}

/* line 5138, app/assets/stylesheets/style-main.scss */
.card .card__front,
.card .card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 5150, app/assets/stylesheets/style-main.scss */
.card .card__back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

/* line 5154, app/assets/stylesheets/style-main.scss */
.card .card__text {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 20px;
}

/* line 5164, app/assets/stylesheets/style-main.scss */
.card.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

/* line 5168, app/assets/stylesheets/style-main.scss */
.card.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

/* line 5172, app/assets/stylesheets/style-main.scss */
.card.effect__click.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

/* line 5176, app/assets/stylesheets/style-main.scss */
.card.effect__click.flipped .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

/* line 5180, app/assets/stylesheets/style-main.scss */
.card.effect__random.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

/* line 5184, app/assets/stylesheets/style-main.scss */
.card.effect__random.flipped .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

/*
 * Responsive : Flip Box
 * -----------------------------------------------
*/
@media only screen and (max-width: 767px) {
  /* line 5193, app/assets/stylesheets/style-main.scss */
  .card {
    margin-bottom: 30px;
    min-height: 489px;
  }
}

@media only screen and (min-width: 501px) and (max-width: 600px) {
  /* line 5199, app/assets/stylesheets/style-main.scss */
  .card {
    margin-bottom: 30px;
    min-height: 400px;
  }
}

@media only screen and (min-width: 450px) and (max-width: 500px) {
  /* line 5205, app/assets/stylesheets/style-main.scss */
  .card {
    margin-bottom: 30px;
    min-height: 350px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 449px) {
  /* line 5211, app/assets/stylesheets/style-main.scss */
  .card {
    margin-bottom: 30px;
    min-height: 300px;
  }
}

/*
 * Shortcode: funfacts.less
 * -----------------------------------------------
*/
/* line 5220, app/assets/stylesheets/style-main.scss */
.funfact {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 5225, app/assets/stylesheets/style-main.scss */
.funfact.border {
  border: 1px solid #d3d3d3;
}

/* line 5228, app/assets/stylesheets/style-main.scss */
.funfact.no-border {
  border: 0;
}

/* line 5231, app/assets/stylesheets/style-main.scss */
.funfact.border {
  border: 1px solid #d3d3d3;
}

/* line 5234, app/assets/stylesheets/style-main.scss */
.funfact i {
  font-size: 45px;
}

/* line 5237, app/assets/stylesheets/style-main.scss */
.funfact h2 {
  position: relative;
}

/* line 5240, app/assets/stylesheets/style-main.scss */
.funfact h2:after {
  bottom: 0;
}

/* line 5243, app/assets/stylesheets/style-main.scss */
.funfact .animate-number {
  line-height: 1;
}

/* funfact style-1*/
/* line 5247, app/assets/stylesheets/style-main.scss */
.funfact.style-1 i,
.funfact.style-1 .funfact-title {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 5253, app/assets/stylesheets/style-main.scss */
.funfact.style-1 .funfact-title {
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 5258, app/assets/stylesheets/style-main.scss */
.funfact.style-1:hover i {
  font-size: 40px;
  opacity: 0.3;
}

/* line 5262, app/assets/stylesheets/style-main.scss */
.funfact.style-1:hover .funfact-title {
  color: #333333;
}

/*
 * Shortcode: Icon Boxes
 * -----------------------------------------------
*/
/* line 5269, app/assets/stylesheets/style-main.scss */
.icon-box {
  margin-bottom: 30px;
}

/* line 5272, app/assets/stylesheets/style-main.scss */
.icon-box .icon {
  display: inline-block;
  height: 70px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 70px;
  text-align: center;
}

/* line 5282, app/assets/stylesheets/style-main.scss */
.icon-box .icon i {
  line-height: 70px;
}

/* line 5285, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-gray {
  background-color: #eeeeee;
  color: #555555;
}

/* line 5289, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-gray:hover {
  background-color: #d5d5d5;
  color: #bbbbbb;
}

/* line 5293, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-gray.icon-bordered {
  background-color: transparent;
  border: 2px solid #eeeeee;
}

/* line 5297, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-gray.icon-bordered:hover {
  background-color: #eeeeee;
  color: #555555;
}

/* line 5301, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-dark {
  background-color: #111111;
  color: #fff;
}

/* line 5305, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-dark:hover {
  color: #5e5e5e;
}

/* line 5308, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border: 2px solid #111111;
  color: #111111;
}

/* line 5313, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-dark.icon-bordered:hover {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
}

/* line 5318, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-white {
  background-color: #fff;
  color: #333333;
}

/* line 5322, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-white:hover {
  background-color: #b3b3b3;
  color: #000000;
}

/* line 5326, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-white.icon-bordered {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

/* line 5331, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-white.icon-bordered:hover {
  background-color: #fff;
  border-color: #fff;
  color: #111111;
}

/* line 5336, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-white.icon-border-effect {
  position: relative;
}

/* line 5339, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-white.icon-border-effect::after {
  box-shadow: 0 0 0 3px #fff;
}

/* line 5342, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-bordered {
  border: 1px solid #777777;
}

/* line 5345, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-bordered:hover {
  background-color: #777777;
  color: #fff;
}

/* line 5349, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-rounded {
  border-radius: 3px;
}

/* line 5352, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-circled {
  border-radius: 50%;
}

/* line 5355, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-xs {
  height: 30px;
  width: 30px;
}

/* line 5359, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-xs i {
  font-size: 18px;
  line-height: 30px;
}

/* line 5363, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-sm {
  height: 50px;
  width: 50px;
}

/* line 5367, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-sm i {
  font-size: 22px;
  line-height: 50px;
}

/* line 5371, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-md {
  height: 75px;
  width: 75px;
}

/* line 5375, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-md i {
  font-size: 36px;
  line-height: 75px;
}

/* line 5379, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-lg {
  height: 90px;
  width: 90px;
}

/* line 5383, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-lg i {
  font-size: 48px;
  line-height: 90px;
}

/* line 5387, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-xl {
  height: 120px;
  width: 120px;
}

/* line 5391, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-xl i {
  font-size: 60px;
  line-height: 120px;
}

/* line 5395, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-border-effect {
  position: relative;
}

/* line 5398, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-border-effect::after {
  border-radius: 50%;
  box-shadow: 0 0 0 3px;
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: -4px;
  opacity: 0;
  padding: 4px;
  top: -4px;
  transform: scale(0.8);
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

/* line 5414, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-border-effect.effect-flat::after {
  border-radius: 0;
}

/* line 5417, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-border-effect.effect-rounded::after {
  border-radius: 3px;
}

/* line 5420, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-border-effect.effect-circled::after {
  border-radius: 50%;
}

/* line 5423, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-border-effect.icon-gray::after {
  box-shadow: 0 0 0 3px #eeeeee;
}

/* line 5426, app/assets/stylesheets/style-main.scss */
.icon-box .icon.icon-top {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -32px;
}

/* line 5433, app/assets/stylesheets/style-main.scss */
.icon-box i {
  display: inline-block;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 5440, app/assets/stylesheets/style-main.scss */
.icon-box i[class*="pe-7s-"] {
  vertical-align: text-bottom;
}

/* line 5443, app/assets/stylesheets/style-main.scss */
.icon-box.left {
  text-align: left;
}

/* line 5446, app/assets/stylesheets/style-main.scss */
.icon-box.left a {
  margin-right: 30px;
  padding: 0;
}

/* line 5450, app/assets/stylesheets/style-main.scss */
.icon-box.iconbox-border {
  border: 1px solid #dcdcdc;
}

/* line 5453, app/assets/stylesheets/style-main.scss */
.icon-box.iconbox-bg {
  background-color: #fafafa;
}

/* line 5456, app/assets/stylesheets/style-main.scss */
.icon-box.iconbox-bg.iconbox-bg-dark {
  background-color: #333333;
}

/* line 5459, app/assets/stylesheets/style-main.scss */
.icon-box.icon-left .icon {
  float: left;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  /* line 5464, app/assets/stylesheets/style-main.scss */
  .icon-box.icon-left .icon {
    float: none !important;
    margin-right: 0;
  }
}

/* line 5469, app/assets/stylesheets/style-main.scss */
.icon-box.icon-left .icon.no-bg {
  width: auto;
  height: auto;
}

/* line 5473, app/assets/stylesheets/style-main.scss */
.rotate {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 700ms ease-in-out 0s;
  -o-transition: all 700ms ease-in-out 0s;
  transition: all 700ms ease-in-out 0s;
}

/* line 5482, app/assets/stylesheets/style-main.scss */
.no-rotate {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 700ms ease-in-out 0s;
  -o-transition: all 700ms ease-in-out 0s;
  transition: all 700ms ease-in-out 0s;
}

/* line 5491, app/assets/stylesheets/style-main.scss */
.icon-box:hover .icon-border-effect::after {
  opacity: 1;
  transform: scale(1);
}

/* line 5495, app/assets/stylesheets/style-main.scss */
.icon-box .icon-border-effect:hover::after {
  opacity: 1;
  transform: scale(1);
}

/*
 * 5.0 -> Img Icon Box
 * -----------------------------------------------
*/
/* line 5503, app/assets/stylesheets/style-main.scss */
.img-icon-box {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

/* line 5510, app/assets/stylesheets/style-main.scss */
.img-icon-box:before {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  display: block;
}

/* line 5518, app/assets/stylesheets/style-main.scss */
.img-icon-box i,
.img-icon-box .img-icon-box h3 {
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

/* line 5524, app/assets/stylesheets/style-main.scss */
.img-icon-box .img-icon-details {
  position: relative;
  min-height: 330px;
}

/* line 5528, app/assets/stylesheets/style-main.scss */
.img-icon-box .img-icon-details i {
  color: #FFF;
}

/* line 5531, app/assets/stylesheets/style-main.scss */
.img-icon-box .img-icon-content {
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

/* line 5537, app/assets/stylesheets/style-main.scss */
.img-icon-box:hover i {
  font-size: 0;
}

/* line 5540, app/assets/stylesheets/style-main.scss */
.img-icon-box:hover .img-icon-content {
  opacity: 1;
}

/* -------- Icon Box Services ---------- */
/* line 5544, app/assets/stylesheets/style-main.scss */
.service-icon-box {
  margin-bottom: 30px;
  overflow: hidden;
}

/* line 5548, app/assets/stylesheets/style-main.scss */
.service-icon-box a {
  background: #eeeeee;
  color: #fff;
  display: inline-block;
  height: 70px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 70px;
}

/* line 5561, app/assets/stylesheets/style-main.scss */
.service-icon-box a i {
  font-size: 28px;
}

/* line 5564, app/assets/stylesheets/style-main.scss */
.service-icon-box:hover a i {
  color: #fff;
}

/* -------- Features Services -------
--- */
/* line 5569, app/assets/stylesheets/style-main.scss */
.feature-icon-box {
  border: 1px solid #f1f1f1;
}

/* line 5572, app/assets/stylesheets/style-main.scss */
.feature-icon-box .feature-icon {
  border: 4px solid #f1f1f1;
  padding: 10px 15px;
  position: absolute;
  top: -30px;
}

/*
 * Shortcode: Infinitescroll.less
 * -----------------------------------------------
*/
/* line 5582, app/assets/stylesheets/style-main.scss */
#infscr-loading {
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  left: 48%;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 100;
}

/* line 5596, app/assets/stylesheets/style-main.scss */
#infscr-loading img {
  display: none;
}

/*
 * Shortcode: Instagram.less
 * -----------------------------------------------
*/
/* -------- Instagram-Feed ---------- */
/* line 5604, app/assets/stylesheets/style-main.scss */
.instagram-feed-carousel figure,
.instagram-feed figure {
  position: relative;
}

/* line 5608, app/assets/stylesheets/style-main.scss */
.instagram-feed-carousel figure .link-out,
.instagram-feed figure .link-out {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.45);
  color: #f8f8f8;
  line-height: 1;
  padding: 10px;
  font-weight: 300;
  opacity: 0;
}

/* line 5620, app/assets/stylesheets/style-main.scss */
.instagram-feed-carousel figure .link-out:hover,
.instagram-feed figure .link-out:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #f8f8f8;
}

/* line 5625, app/assets/stylesheets/style-main.scss */
.instagram-feed-carousel figure:hover .link-out,
.instagram-feed figure:hover .link-out {
  opacity: 1;
}

/* -------- Instagram-Feed ---------- */
/* line 5630, app/assets/stylesheets/style-main.scss */
.instagram-feed .item {
  width: 100px;
  float: left;
  margin-bottom: 2px;
  margin-right: 2px;
}

/* -------- Widget - Instagram-Feed ---------- */
/* line 5637, app/assets/stylesheets/style-main.scss */
.widget .instagram-feed .item {
  margin-bottom: 5px;
  margin-right: 5px;
  width: 70px;
}

/*
 * Shortcode: lightbox.less
 * -----------------------------------------------
*/
/* line 5646, app/assets/stylesheets/style-main.scss */
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  height: 100%;
  top: 0;
}

/* line 5650, app/assets/stylesheets/style-main.scss */
.lightbox .lb-dataContainer {
  left: 0;
  position: absolute;
  right: 0;
  top: -45px;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
/* line 5660, app/assets/stylesheets/style-main.scss */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
/* line 5673, app/assets/stylesheets/style-main.scss */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
/* line 5682, app/assets/stylesheets/style-main.scss */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
/* line 5691, app/assets/stylesheets/style-main.scss */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
/* line 5699, app/assets/stylesheets/style-main.scss */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
/* line 5703, app/assets/stylesheets/style-main.scss */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
/* line 5710, app/assets/stylesheets/style-main.scss */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
/* line 5723, app/assets/stylesheets/style-main.scss */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
/* line 5732, app/assets/stylesheets/style-main.scss */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
/* line 5741, app/assets/stylesheets/style-main.scss */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
/* line 5749, app/assets/stylesheets/style-main.scss */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
/* line 5753, app/assets/stylesheets/style-main.scss */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
 * Shortcode: Map.less
 * -----------------------------------------------
*/
/* line 5760, app/assets/stylesheets/style-main.scss */
.toggle-map {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 30px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 200;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* line 5776, app/assets/stylesheets/style-main.scss */
.toggle-map:hover {
  color: #fff;
}

/* line 5779, app/assets/stylesheets/style-main.scss */
.toggle-map span:after {
  content: "\f107";
  font-family: fontawesome;
  margin-left: 10px;
}

/* line 5784, app/assets/stylesheets/style-main.scss */
.toggle-map.open span:after {
  content: "\f106";
}

/* line 5787, app/assets/stylesheets/style-main.scss */
.map-canvas {
  height: 400px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/* line 5793, app/assets/stylesheets/style-main.scss */
.map-canvas.big {
  height: 720px;
}

/* line 5796, app/assets/stylesheets/style-main.scss */
.map-canvas.map-hidden {
  height: 0;
}

/* line 5799, app/assets/stylesheets/style-main.scss */
.btn-show-map {
  color: #111111;
  font-size: 18px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 45%;
}

/* line 5809, app/assets/stylesheets/style-main.scss */
.btn-show-map i {
  font-size: 48px;
}

/*
 * Shortcode: odometer.less
 * -----------------------------------------------
*/
/* line 5816, app/assets/stylesheets/style-main.scss */
.odometer.odometer-theme-default,
.odometer.odometer-theme-minimal {
  display: block;
}

/*
 * Shortcode: opening-hours.less
 * -----------------------------------------------
*/
/* line 5824, app/assets/stylesheets/style-main.scss */
.opening-hours ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
}

/* line 5830, app/assets/stylesheets/style-main.scss */
.opening-hours ul li span {
  float: left;
}

/* line 5833, app/assets/stylesheets/style-main.scss */
.opening-hours ul li .value {
  float: right;
}

/* line 5836, app/assets/stylesheets/style-main.scss */
.opening-hours ul li .closed {
  border-radius: 4px;
  font-size: 13px;
  padding: 0 6px;
}

/*
 * Shortcode: Pegination.less
 * -----------------------------------------------
*/
/* line 5845, app/assets/stylesheets/style-main.scss */
.pagination.theme-colored li.active a {
  color: #fff;
  border: 1px solid transparent;
}

/* line 5849, app/assets/stylesheets/style-main.scss */
.pagination.theme-colored li a:hover {
  color: #fff;
  border: 1px solid transparent;
}

/* line 5853, app/assets/stylesheets/style-main.scss */
.pagination.dark li a {
  color: #333333;
}

/* line 5856, app/assets/stylesheets/style-main.scss */
.pagination.dark li.active a {
  background: #333333;
  color: #fff;
  border: 1px solid transparent;
}

/* line 5861, app/assets/stylesheets/style-main.scss */
.pager.theme-colored li.active a {
  color: #fff;
  border: 1px solid transparent;
}

/* line 5865, app/assets/stylesheets/style-main.scss */
.pager.dark li a {
  color: #fff;
  background-color: #333333;
  border: 1px solid transparent;
}

/*
 * Shortcode: Process-Steps.less
 * -----------------------------------------------
*/
/*
 * Shortcode: pie-chart.less
 * -----------------------------------------------
*/
/* line 5878, app/assets/stylesheets/style-main.scss */
.piechart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
}

/* line 5885, app/assets/stylesheets/style-main.scss */
.piechart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 5890, app/assets/stylesheets/style-main.scss */
.piechart .percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

/* line 5895, app/assets/stylesheets/style-main.scss */
.piechart .percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/*
 * Shortcode: Progress-Bar.less
 * -----------------------------------------------
*/
/* line 5904, app/assets/stylesheets/style-main.scss */
.progress-item {
  margin-top: 20px;
}

/* line 5907, app/assets/stylesheets/style-main.scss */
.progress-item .progress {
  background-color: #f8f8f8;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
  border-radius: 0;
  height: 10px;
  margin-bottom: 15px;
  overflow: visible;
}

/* line 5915, app/assets/stylesheets/style-main.scss */
.progress-item .progress-bar {
  font-size: 11px;
  padding-left: 10px;
  position: relative;
  text-align: left;
  width: 0;
  line-height: 18px;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

/* line 5926, app/assets/stylesheets/style-main.scss */
.progress-item .progress-bar .percent {
  background: none repeat scroll 0 0 #555555;
  border-radius: 8px 0 0;
  padding: 3px 5px;
  position: absolute;
  right: 0;
  top: -30px;
}

/* line 5934, app/assets/stylesheets/style-main.scss */
.progress-item.progress-white .progress {
  padding: 2px;
}

/* line 5937, app/assets/stylesheets/style-main.scss */
.progress-item.style2 .progress {
  height: 25px;
}

/* line 5940, app/assets/stylesheets/style-main.scss */
.progress-item.style2 .progress-bar .percent {
  background: none;
  color: #555555;
  font-size: 14px;
}

/* line 5945, app/assets/stylesheets/style-main.scss */
.progress-item.style3 .progress {
  height: 12px;
}

/* line 5948, app/assets/stylesheets/style-main.scss */
.progress-item.style3 .progress-bar .percent {
  display: none;
}

/*
 * Shortcode: Promo.less
 * -----------------------------------------------
*/
/* line 5955, app/assets/stylesheets/style-main.scss */
.modal-promo-box {
  max-width: 700px;
  padding: 90px 60px;
  margin: 0 auto;
}

/*
 * Shortcode: Separators.less
 * -----------------------------------------------
*/
/* line 5964, app/assets/stylesheets/style-main.scss */
.title-separator {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 16px;
  height: auto;
  line-height: 20px;
  margin: 10px 0;
  width: 70%;
}

/* line 5973, app/assets/stylesheets/style-main.scss */
.title-separator span {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  letter-spacing: 0.2em;
  padding: 2px 10px;
  position: relative;
  text-transform: uppercase;
  top: -12px;
}

/* line 5982, app/assets/stylesheets/style-main.scss */
.separator {
  color: #c0c0c0;
  line-height: 1.2em;
  margin: 30px auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

/* line 5990, app/assets/stylesheets/style-main.scss */
.separator::before,
.separator::after {
  border-bottom: 1px solid #eeeeee;
  content: "";
  display: inline-block;
  height: .65em;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  width: 50%;
}

/* line 6000, app/assets/stylesheets/style-main.scss */
.separator::after {
  margin: 0 -100% 0 0;
}

/* line 6003, app/assets/stylesheets/style-main.scss */
.separator i,
.separator span,
.separator a {
  display: inline-block;
  margin: 0 20px 0 24px;
  font-size: 20px;
}

/* line 6010, app/assets/stylesheets/style-main.scss */
.separator.separator-left,
.separator.left i {
  float: left;
  margin: 2px 50px 0 0;
}

/* line 6015, app/assets/stylesheets/style-main.scss */
.separator.right i {
  float: right;
  margin: 0 0 2px 50px;
}

/* line 6019, app/assets/stylesheets/style-main.scss */
.separator.separator-medium-line {
  margin: 10px auto;
  width: 20%;
}

/* line 6023, app/assets/stylesheets/style-main.scss */
.separator.separator-small-line {
  width: 10%;
}

/* line 6026, app/assets/stylesheets/style-main.scss */
.separator.separator-rouned i,
.separator.separator-border-rouned i {
  background-color: #f5f5f5;
  border-radius: 50%;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: -12px auto auto;
  position: absolute;
  right: 0;
  width: 40px;
}

/* line 6038, app/assets/stylesheets/style-main.scss */
.separator.separator-border-rouned i {
  background: transparent;
  border: 1px solid #f5f5f5;
}

/* line 6042, app/assets/stylesheets/style-main.scss */
.separator.separator-rouned.separator-rouned-left i {
  margin: -12px auto auto;
  right: auto;
  left: 0;
}

/* line 6047, app/assets/stylesheets/style-main.scss */
.separator.separator-rouned.separator-rouned-right i {
  margin: -12px auto auto;
  right: 0;
  left: auto;
}

/* line 6052, app/assets/stylesheets/style-main.scss */
.separator.dotted::before,
.separator.dotted::after {
  border-bottom: 2px dotted #c0c0c0;
}

/*
 * Shortcode: styled-icons.less
 * -----------------------------------------------
*/
/* line 6060, app/assets/stylesheets/style-main.scss */
.styled-icons a {
  color: #333333;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  float: left;
  margin: 5px 7px 5px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 6073, app/assets/stylesheets/style-main.scss */
.styled-icons a:hover {
  color: #666666;
}

/* line 6076, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-gray a {
  background-color: #eeeeee;
  color: #555555;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}

/* line 6085, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-gray a:hover {
  color: #bbbbbb;
}

/* line 6088, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-gray.icon-bordered a {
  background-color: transparent;
  border: 2px solid #eeeeee;
}

/* line 6092, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-gray.icon-bordered a:hover {
  border: 2px solid #d5d5d5;
}

/* line 6095, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-dark a {
  background-color: #333333;
  color: #eeeeee;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}

/* line 6104, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-dark a:hover {
  color: #5e5e5e;
}

/* line 6107, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-dark.icon-bordered a {
  background-color: transparent;
  border: 2px solid #111111;
  color: #111111;
}

/* line 6112, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-dark.icon-bordered a:hover {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
}

/* line 6117, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-bordered a {
  border: 1px solid #777777;
}

/* line 6120, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-bordered a:hover {
  background-color: #777777;
  color: #fff;
}

/* line 6124, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-rounded a {
  border-radius: 3px;
}

/* line 6127, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-circled a {
  border-radius: 50%;
}

/* line 6130, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-sm a {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 2px 7px 2px 0;
  width: 30px;
}

/* line 6137, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-md a {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

/* line 6143, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-lg a {
  font-size: 32px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}

/* line 6149, app/assets/stylesheets/style-main.scss */
.styled-icons.icon-xl a {
  font-size: 60px;
  height: 120px;
  line-height: 120px;
  width: 120px;
}

/* line 6155, app/assets/stylesheets/style-main.scss */
.styled-icons li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}

/*
 * Shortcode: Tabs.less
 * -----------------------------------------------
*/
/* line 6164, app/assets/stylesheets/style-main.scss */
.tab-content {
  padding: 15px;
  border: 1px solid #eeeeee;
}

/* line 6168, app/assets/stylesheets/style-main.scss */
.nav-tabs {
  border: none;
}

/* line 6171, app/assets/stylesheets/style-main.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 6175, app/assets/stylesheets/style-main.scss */
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  color: #333333;
}

/* line 6180, app/assets/stylesheets/style-main.scss */
.nav-tabs > li > a {
  background-color: #ff3300;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #555555;
  font-weight: 600;
  margin-right: 0;
  padding: 12px 24px;
}

/* line 6190, app/assets/stylesheets/style-main.scss */
.nav-tabs > li > a.active {
  background-color: #ff853f;
}

/* line 6193, app/assets/stylesheets/style-main.scss */
.nav-tabs > li > a .fa {
  margin-right: 10px;
}

/* line 6196, app/assets/stylesheets/style-main.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #333333;
  background-color: transparent;
}

/* line 6201, app/assets/stylesheets/style-main.scss */
.nav-tabs > li > a i {
  font-size: 32px;
  margin-right: 20px;
  vertical-align: middle;
}

/* -------- Nav Tabs ---------- */
/* line 6207, app/assets/stylesheets/style-main.scss */
.nav-tabs > li {
  text-align: center;
}

/* line 6210, app/assets/stylesheets/style-main.scss */
.nav-tabs > li > a i {
  display: block;
  font-size: 48px;
  margin-right: 0;
  margin-bottom: 10px;
  vertical-align: middle;
}

/* -------- Horizontal-Tab-Centered ---------- */
/* line 6218, app/assets/stylesheets/style-main.scss */
.horizontal-tab-centered .nav-pills {
  display: inline-block;
}

/* line 6221, app/assets/stylesheets/style-main.scss */
.horizontal-tab-centered .nav-pills > li > a {
  background: #eeeeee;
  color: #555555;
  font-size: 14px;
  padding: 8px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

/* line 6230, app/assets/stylesheets/style-main.scss */
.horizontal-tab-centered .nav-pills > li > a:hover {
  color: #fff;
}

/* line 6233, app/assets/stylesheets/style-main.scss */
.horizontal-tab-centered .nav-pills > li > a i {
  font-size: 14px;
  margin-right: 8px;
}

/* line 6237, app/assets/stylesheets/style-main.scss */
.horizontal-tab-centered .nav-pills > li.active > a,
.horizontal-tab-centered .nav-pills > li.active > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a:focus {
  color: #fff;
}

/* -------- Horizontal-Tab Fullwide ---------- */
/* line 6243, app/assets/stylesheets/style-main.scss */
.horizontal-tab.fullwide .nav-tabs > li {
  width: 20%;
}

/* -------- Vertical Nav-Tabs ---------- */
/* line 6247, app/assets/stylesheets/style-main.scss */
.vertical-tab .tab-content {
  padding: 5px 5px 20px 20px;
  border: none;
}

/* line 6251, app/assets/stylesheets/style-main.scss */
.vertical-tab .nav-tabs > li {
  float: none;
  margin-bottom: 0;
}

/* line 6255, app/assets/stylesheets/style-main.scss */
.vertical-tab .nav-tabs > li > a {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  font-size: 14px;
  padding: 30px 0 30px 15px;
}

/* line 6265, app/assets/stylesheets/style-main.scss */
.vertical-tab .nav-tabs > li:first-child > a {
  border-top: 1px solid #d3d3d3 !important;
}

/* line 6268, app/assets/stylesheets/style-main.scss */
.vertical-tab .nav-tabs > li.active > a,
.vertical-tab .nav-tabs > li.active > a:hover,
.vertical-tab .nav-tabs > li.active > a:focus {
  background: none;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #d3d3d3;
}

/* line 6277, app/assets/stylesheets/style-main.scss */
.vertical-tab .small-padding .nav-tabs > li a {
  padding: 20px 0 20px 15px;
}

/* line 6280, app/assets/stylesheets/style-main.scss */
.vertical-tab .small-padding .nav-tabs > li i {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  /* line 6284, app/assets/stylesheets/style-main.scss */
  .vertical-tab .tab-content {
    padding: 20px 5px;
  }
  /* line 6287, app/assets/stylesheets/style-main.scss */
  .nav-tabs > li > a {
    border-radius: 0;
    border-bottom: none;
    border-left: 2px solid #d3d3d3;
  }
  /* line 6292, app/assets/stylesheets/style-main.scss */
  .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-bottom: none;
    border-left: 2px solid #d3d3d3;
  }
}

/* line 6299, app/assets/stylesheets/style-main.scss */
.custom-nav-tabs {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color;
  border-image: none;
  border-style: none solid none none;
  border-width: medium 0px medium medium;
  margin-right: 53px;
}

/* line 6310, app/assets/stylesheets/style-main.scss */
.custom-nav-tabs > li {
  float: none;
  margin: 0 0 1px;
}

/* line 6314, app/assets/stylesheets/style-main.scss */
.custom-nav-tabs > li a {
  background: #eeeeee none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 59px;
  margin: 0;
  outline: medium none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

/* line 6328, app/assets/stylesheets/style-main.scss */
.custom-nav-tabs > li.active > a,
.custom-nav-tabs > li.active > a:hover,
.custom-nav-tabs > li.active > a:focus,
.custom-nav-tabs > li > a:hover,
.custom-nav-tabs > li > a:focus {
  border: medium none;
  color: #000;
  padding: 0;
}

/* -------- Services Tab ---------- */
/* line 6338, app/assets/stylesheets/style-main.scss */
.services-tab .nav-tabs {
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}

/* line 6342, app/assets/stylesheets/style-main.scss */
.services-tab .nav-tabs > li {
  border-left: 1px solid #eeeeee;
  margin-bottom: 0;
  width: 20%;
}

/* line 6347, app/assets/stylesheets/style-main.scss */
.services-tab .nav-tabs > li:first-child {
  border-left: none;
}

/* line 6350, app/assets/stylesheets/style-main.scss */
.services-tab .nav-tabs > li > a {
  background-color: #fff;
  color: #a9a9a9;
  font-size: 13px;
  margin-right: 0;
  padding: 35px 20px;
  text-transform: uppercase;
}

/* line 6358, app/assets/stylesheets/style-main.scss */
.services-tab .nav-tabs > li > a i {
  display: block;
  font-size: 36px;
  margin-right: 0;
  margin-bottom: 10px;
  vertical-align: middle;
}

/* line 6365, app/assets/stylesheets/style-main.scss */
.services-tab .nav-tabs > li.active > a,
.services-tab .nav-tabs > li.active > a:hover,
.services-tab .nav-tabs > li.active > a:focus,
.services-tab .nav-tabs > li a:hover,
.services-tab .nav-tabs > li a:focus {
  color: #fff;
}

/* line 6372, app/assets/stylesheets/style-main.scss */
.services-tab .nav-tabs > li.active > a i,
.services-tab .nav-tabs > li.active > a:hover i,
.services-tab .nav-tabs > li.active > a:focus i,
.services-tab .nav-tabs > li a:hover i,
.services-tab .nav-tabs > li a:focus i {
  color: #fff;
}

/* line 6379, app/assets/stylesheets/style-main.scss */
.services-tab .tab-content .service-content .sub-title {
  color: #c8c8c8;
  font-family: 'Playfair Display', sans-serif;
}

/* line 6383, app/assets/stylesheets/style-main.scss */
.services-tab .tab-content .service-content .title {
  color: #555555;
  font-family: 'Playfair Display', sans-serif;
}

@media only screen and (max-width: 1199px) {
  /* line 6388, app/assets/stylesheets/style-main.scss */
  .services-tab .service-content {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 6393, app/assets/stylesheets/style-main.scss */
  .services-tab .service-content {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 6398, app/assets/stylesheets/style-main.scss */
  .services-tab .nav.nav-tabs a {
    padding: 10px 0;
    font-size: 9px;
  }
  /* line 6402, app/assets/stylesheets/style-main.scss */
  .services-tab .nav.nav-tabs a i {
    font-size: 28px;
  }
}

/* line 6406, app/assets/stylesheets/style-main.scss */
.vertical-tab .nav-tabs li a:active {
  color: #d3d3d3;
}

/*
 * Shortcode: Toggles-Accordions.less
 * -----------------------------------------------
*/
/* line 6413, app/assets/stylesheets/style-main.scss */
.panel-group .panel-heading {
  padding: 0;
}

/* line 6416, app/assets/stylesheets/style-main.scss */
.panel-group .panel-heading .panel-title {
  font-size: 13px;
  position: relative;
}

/* line 6420, app/assets/stylesheets/style-main.scss */
.panel-group .panel-heading .panel-title a {
  color: #111111;
  display: block;
  padding: 10px 15px;
}

/* line 6425, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-icon-right .panel-heading .panel-title a:after {
  content: "\f068";
  font-family: fontawesome;
  font-size: 10px;
  right: 0;
  padding: 4px 10px;
  position: absolute;
}

/* line 6433, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-icon-right .panel-heading .panel-title a.collapsed::after {
  content: "\f067";
}

/* line 6436, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-icon-left .panel-heading .panel-title a {
  padding-left: 30px;
}

/* line 6439, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-icon-left .panel-heading .panel-title a:before {
  content: "\f068";
  font-family: fontawesome;
  font-size: 10px;
  left: 0;
  padding: 3px 10px;
  position: absolute;
}

/* line 6447, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-icon-left .panel-heading .panel-title a.collapsed::before {
  content: "\f067";
}

/* line 6450, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-bordered {
  border: 1px solid #dddddd;
}

/* line 6453, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-bordered .panel {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #dddddd;
}

/* line 6458, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-bordered .panel:last-child {
  border-bottom: none;
}

/* line 6461, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-bordered .panel .panel-heading {
  background-color: transparent;
}

/* line 6464, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-flat .panel {
  border-radius: 0;
}

/* line 6467, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-flat .panel .panel-heading {
  border-radius: 0;
}

/* line 6470, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-no-border {
  border: 0;
}

/* line 6473, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-no-border .panel {
  border: none;
  box-shadow: none;
}

/* line 6477, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-no-border .panel:last-child {
  border-bottom: none;
}

/* line 6480, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-no-border .panel .panel-heading {
  background-color: transparent;
}

/* line 6483, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-no-border .panel .panel-heading .panel-title {
  font-size: 14px;
}

/* line 6486, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-no-border .panel .panel-heading .panel-title a {
  padding-left: 0;
  padding-right: 0;
}

/* line 6490, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-no-border .panel .panel-body {
  border-top: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

/* line 6496, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-no-border.accordion-icon-left .panel .panel-heading .panel-title a {
  padding-left: 20px;
}

/* line 6499, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-no-border.accordion-icon-left .panel .panel-heading .panel-title a:before {
  padding-left: 0;
}

/* line 6502, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-no-border.accordion-icon-left .panel .panel-body {
  padding-left: 20px;
}

/* line 6505, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-no-border.accordion-icon-right .panel .panel-heading .panel-title a {
  padding-right: 20px;
}

/* line 6508, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-no-border.accordion-icon-right .panel .panel-heading .panel-title a:before {
  padding-right: 0;
}

/* line 6511, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-icon-filled.accordion-icon-left .panel .panel-heading .panel-title a {
  padding-left: 30px;
}

/* line 6514, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-icon-filled.accordion-icon-left .panel .panel-heading .panel-title a:before {
  background-color: #333333;
  color: #fff;
  padding: 4px 6px;
}

/* line 6519, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-icon-filled.accordion-icon-left .panel .panel-body {
  padding-left: 30px;
}

/* line 6522, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-icon-filled.accordion-icon-right .panel .panel-heading .panel-title a:after {
  background-color: #333333;
  color: #fff;
  padding: 4px 6px;
}

/* line 6527, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-icon-filled.accordion-icon-right .panel .panel-body {
  padding-right: 30px;
}

/* line 6530, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-stylished-left-border .panel {
  box-shadow: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  position: relative;
}

/* line 6539, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-stylished-left-border .panel:not(:last-child):before {
  border-left: 1px dashed #cccccc;
  content: "";
  height: 100%;
  left: 14px;
  position: absolute;
  top: 15px;
  width: 1px;
  z-index: 0;
}

/* line 6549, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-stylished-left-border.accordion-icon-left .panel .panel-heading {
  padding-bottom: 15px;
}

/* line 6552, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-stylished-left-border.accordion-icon-left .panel .panel-heading .panel-title a {
  padding-left: 40px;
}

/* line 6555, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-stylished-left-border.accordion-icon-left .panel .panel-heading .panel-title a:before {
  border-radius: 5px;
  font-size: 12px;
  padding: 6px 10px;
  top: 5px;
}

/* line 6561, app/assets/stylesheets/style-main.scss */
.panel-group.accordion-stylished-left-border.accordion-icon-left .panel .panel-body {
  padding-left: 40px;
}

/* -------- Toggle ---------- */
/*
 * Shortcode: timetable-fullcalendar.less
 * -----------------------------------------------
*/
/* line 6569, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-scroller {
  height: auto;
  overflow: hidden;
}

/* line 6573, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-toolbar {
  display: none;
  height: 38px;
  margin-bottom: 20px;
}

/* line 6578, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-toolbar h2 {
  color: #7f7f7f;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;
}

/* line 6586, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-toolbar .fc-button {
  -moz-box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  box-sizing: border-box;
  height: 38px;
  line-height: 36px;
  transition: all 0.3s ease;
  width: 40px;
}

/* line 6601, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-toolbar .fc-button:hover {
  background: #5fc7ae;
  border-color: #5fc7ae;
}

/* line 6605, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-toolbar .fc-button:hover .fc-icon.fc-icon-left-single-arrow {
  background-position: -108px -50px;
}

/* line 6608, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-toolbar .fc-button:hover .fc-icon.fc-icon-right-single-arrow {
  background-position: -115px -50px;
}

/* line 6611, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-toolbar .fc-button .fc-icon {
  height: 11px;
  top: -1px;
  width: 6px;
}

/* line 6616, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-toolbar .fc-button .fc-icon:after {
  display: none;
}

/* line 6619, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-toolbar .fc-button .fc-icon.fc-icon-left-single-arrow {
  background-position: -100px -50px;
}

/* line 6622, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-toolbar .fc-button .fc-icon.fc-icon-right-single-arrow {
  background-position: -122px -50px;
}

/* line 6625, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-day-header {
  background: #ffffff;
  color: #7f7f7f;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 52px;
}

/* line 6633, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-time-grid .fc-day.fc-widget-content {
  background: #ffffff;
}

/* line 6636, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-axis {
  background: #ffffff;
}

/* line 6639, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .filter-departments {
  margin-bottom: 20px;
}

/* line 6642, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .filter-departments li {
  margin-bottom: 20px;
}

/* line 6645, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .filter-departments a {
  background: #eeeeee;
  border-color: #eeeeee;
  border-radius: 5px;
  color: #333333;
  padding: 5px;
  padding: 7px 15px;
}

/* line 6653, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .filter-departments .active {
  background: #888888;
  border-color: #888888;
  color: #ffffff;
}

/* line 6658, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .filter-departments .fc-departments-orthopaedics {
  background: #72a230;
  border-color: #72a230;
}

/* line 6662, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .filter-departments .fc-departments-cardiology {
  background: #ffab00;
  border-color: #ffab00;
}

/* line 6666, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .filter-departments .fc-departments-neurology {
  background: #fd4084;
  border-color: #fd4084;
}

/* line 6670, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .filter-departments .fc-departments-dental {
  background: #00a4ef;
  border-color: #00a4ef;
}

/* line 6674, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .filter-departments .fc-departments-haematology {
  background: #80acdd;
  border-color: #80acdd;
}

/* line 6678, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-event {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 0;
  border: 0;
  border: 2px solid #5fc7ae;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.3s ease;
}

/* line 6691, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-event .fc-bg {
  opacity: 0;
}

/* line 6694, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-event .fc-content {
  padding-left: 10px;
  padding-top: 10px;
}

/* line 6698, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-event .fc-content div.fc-time {
  display: none;
}

/* line 6701, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-event.hide {
  opacity: 0;
  z-index: -2;
}

/* line 6705, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-event.fc-departments-orthopaedics {
  background: #72a230;
  border-color: #72a230;
}

/* line 6709, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-event.fc-departments-cardiology {
  background: #ffab00;
  border-color: #ffab00;
}

/* line 6713, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-event.fc-departments-neurology {
  background: #fd4084;
  border-color: #fd4084;
}

/* line 6717, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-event.fc-departments-dental {
  background: #00a4ef;
  border-color: #00a4ef;
}

/* line 6721, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-event.fc-departments-haematology {
  background: #80acdd;
  border-color: #80acdd;
}

/* line 6725, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper td.fc-time {
  color: #7f7f7f;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 70px;
  text-align: center;
}

/* line 6733, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-time-grid-container {
  height: auto;
}

/* line 6736, app/assets/stylesheets/style-main.scss */
.fc-timetable-wrapper .fc-content-skeleton .fc-event-container {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  /* line 6740, app/assets/stylesheets/style-main.scss */
  .fc-timetable-wrapper .fc-day-header {
    font-size: 10px;
  }
  /* line 6743, app/assets/stylesheets/style-main.scss */
  .fc-timetable-wrapper .fc-time-grid-event .fc-time,
.fc-timetable-wrapper .fc-time-grid-event .fc-title {
    font-size: 12px;
  }
  /* line 6747, app/assets/stylesheets/style-main.scss */
  .fc-timetable-wrapper .fc-event .fc-content {
    padding-left: 0;
    padding-top: 0;
  }
}

/*
 * Shortcode: Vertical-Timeline.less
 * -----------------------------------------------
*/
/* line 6756, app/assets/stylesheets/style-main.scss */
.cd-timeline-content {
  background: #f1f1f1;
}

/* line 6759, app/assets/stylesheets/style-main.scss */
.cd-timeline-content::before {
  border-color: transparent transparent transparent #eee;
}

/* line 6762, app/assets/stylesheets/style-main.scss */
.cd-timeline-block:nth-child(2n) .cd-timeline-content::before {
  border-color: transparent #eee transparent transparent;
}

/* line 6765, app/assets/stylesheets/style-main.scss */
#cd-timeline.cd-timeline-simple::before {
  background: #ccc none repeat scroll 0 0;
  height: 82%;
  top: 65px;
  width: 2px;
}

/* line 6771, app/assets/stylesheets/style-main.scss */
#cd-timeline.cd-timeline-simple.time-line-media::before {
  height: 65%;
}

/* line 6774, app/assets/stylesheets/style-main.scss */
.cd-timeline-simple .cd-timeline-block {
  margin: 38px 0 20px 0;
}

/* line 6777, app/assets/stylesheets/style-main.scss */
.cd-timeline-simple .cd-timeline-block .cd-timeline-content::before {
  display: none;
}

/* line 6780, app/assets/stylesheets/style-main.scss */
.cd-timeline-simple .cd-timeline-block .cd-timeline-content {
  padding-top: 0;
  background: none;
  box-shadow: none;
}

/* line 6785, app/assets/stylesheets/style-main.scss */
.cd-timeline-simple .cd-timeline-block .cd-timeline-content p {
  font-size: 14px;
}

/* line 6788, app/assets/stylesheets/style-main.scss */
.cd-timeline-simple .cd-timeline-block .cd-timeline-img {
  background: #333 none repeat scroll 0 0;
  box-shadow: 0 0 0 4px #ccc, 0 3px 0 rgba(0, 0, 0, 0.06) inset, 0 0px 0 3px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 992px) {
  /* line 6793, app/assets/stylesheets/style-main.scss */
  .cd-timeline-simple .cd-timeline-block .cd-timeline-content {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  /* line 6798, app/assets/stylesheets/style-main.scss */
  .cd-timeline-simple .cd-timeline-block .cd-timeline-content {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 6803, app/assets/stylesheets/style-main.scss */
  .cd-timeline-simple .cd-timeline-block .cd-timeline-content h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 6808, app/assets/stylesheets/style-main.scss */
  .cd-timeline-simple .cd-timeline-block .cd-timeline-content h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 6813, app/assets/stylesheets/style-main.scss */
  .cd-timeline-simple .cd-timeline-block .cd-timeline-content .cd-date {
    font-size: 14px;
  }
}

/* Vertical Masonry Timeline */
/* line 6818, app/assets/stylesheets/style-main.scss */
.vertical-masonry-timeline .each-masonry-item {
  position: relative;
  width: 50%;
  margin-bottom: 30px;
}

/* line 6823, app/assets/stylesheets/style-main.scss */
.vertical-masonry-timeline .each-masonry-item:nth-child(2) {
  margin-top: 80px;
}

/* line 6826, app/assets/stylesheets/style-main.scss */
.vertical-masonry-timeline .each-masonry-item:nth-child(2n) {
  padding-left: 50px;
}

/* line 6829, app/assets/stylesheets/style-main.scss */
.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) {
  padding-right: 50px;
}

/* line 6832, app/assets/stylesheets/style-main.scss */
.vertical-masonry-timeline .each-masonry-item .timeline-block {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d7e4ed;
  height: 100%;
  padding: 20px;
  position: relative;
  width: 100%;
}

/* line 6840, app/assets/stylesheets/style-main.scss */
.vertical-masonry-timeline .each-masonry-item .timeline-block:before,
.vertical-masonry-timeline .each-masonry-item .timeline-block:after {
  border-style: solid;
  border-width: 8px;
  content: "";
  display: block;
  position: absolute;
  top: 20px;
}

/* line 6849, app/assets/stylesheets/style-main.scss */
.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6d2db;
  left: auto;
  right: -16px;
}

/* line 6854, app/assets/stylesheets/style-main.scss */
.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
  left: auto;
  right: -15px;
}

/* line 6859, app/assets/stylesheets/style-main.scss */
.vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-block:before {
  border-color: rgba(0, 0, 0, 0) #c6d2db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  left: -16px;
  right: auto;
}

/* line 6864, app/assets/stylesheets/style-main.scss */
.vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-block:after {
  border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  left: -15px;
  right: auto;
}

/* line 6869, app/assets/stylesheets/style-main.scss */
.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-post-format {
  left: auto;
  right: -82px;
}

/* line 6873, app/assets/stylesheets/style-main.scss */
.vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-post-format {
  left: -80px;
  right: auto;
}

/* line 6877, app/assets/stylesheets/style-main.scss */
.timeline-post-format {
  border: 3px solid #bbb;
  border-radius: 100%;
  color: #bbb;
  height: 60px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  width: 60px;
  z-index: 1;
}

/* line 6888, app/assets/stylesheets/style-main.scss */
.timeline-post-format:after {
  background: #fff none repeat scroll 0 0;
  color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6899, app/assets/stylesheets/style-main.scss */
.timeline-post-format i {
  font-size: 18px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/* line 6907, app/assets/stylesheets/style-main.scss */
.vertical-masonry-timeline-wrapper:before {
  background: #ddd none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: 0px;
  position: absolute;
  width: 4px;
}

/* line 6917, app/assets/stylesheets/style-main.scss */
.vertical-masonry-timeline-wrapper:after {
  background: rgba(0, 0, 0, 0) linear-gradient(#ddd, transparent) repeat scroll 0 0;
  bottom: -100px;
  content: "";
  height: 100px;
  left: 50%;
  margin-left: 0px;
  position: absolute;
  width: 4px;
}

/* line 6927, app/assets/stylesheets/style-main.scss */
.vertical-masonry-timeline::after {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent, #ddd) repeat scroll 0 0;
  content: "";
  height: 100px;
  left: 50%;
  position: absolute;
  top: -65px;
  width: 4px;
}

@media only screen and (min-width: 768px) {
  /* line 6937, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item.item-right {
    padding-right: 0px;
    padding-left: 50px;
  }
  /* line 6941, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item.item-right .timeline-block:before {
    border-color: rgba(0, 0, 0, 0) #c6d2db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: -16px;
    right: auto;
  }
  /* line 6946, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item.item-right .timeline-block:after {
    border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: -15px;
    right: auto;
  }
  /* line 6951, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item.item-right .timeline-post-format {
    left: -80px;
    right: auto;
  }
  /* line 6955, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item.item-left {
    padding-right: 50px;
    padding-left: 0px;
  }
  /* line 6959, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item.item-left .timeline-block:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6d2db;
    right: -16px;
    left: auto;
  }
  /* line 6964, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item.item-left .timeline-block:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    right: -15px;
    left: auto;
  }
  /* line 6969, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item.item-left .timeline-post-format {
    right: -81px;
    left: auto;
  }
}

@media only screen and (max-width: 768px) {
  /* line 6975, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item {
    width: 100%;
  }
  /* line 6978, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) {
    padding-right: 0px;
    padding-left: 71px;
  }
  /* line 6982, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item:nth-child(2n) {
    padding-left: 71px;
    padding-right: inherit;
  }
  /* line 6986, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item:nth-child(2) {
    margin-top: 0;
  }
  /* line 6989, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-post-format {
    left: -72px;
    right: auto;
  }
  /* line 6993, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-post-format {
    left: -72px;
  }
  /* line 6996, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block::before {
    border-color: rgba(0, 0, 0, 0) #c6d2db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: -16px;
    right: auto;
  }
  /* line 7001, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block::after {
    border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: -15px;
    right: auto;
  }
  /* line 7006, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline:after {
    left: 29px;
  }
  /* line 7009, app/assets/stylesheets/style-main.scss */
  .vertical-masonry-timeline-wrapper:before,
.vertical-masonry-timeline-wrapper:after {
    left: 44px;
  }
}

/*
 * Shortcode: slick-slider.less
 * -----------------------------------------------
*/
/* line 7018, app/assets/stylesheets/style-main.scss */
.slick-slider .slick-slide {
  margin: 0px 20px;
  transition: all ease-in-out 0.3s;
  opacity: .2;
}

/* line 7023, app/assets/stylesheets/style-main.scss */
.slick-slider .slick-slide img {
  width: 100%;
}

/* line 7026, app/assets/stylesheets/style-main.scss */
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  color: black;
}

/* line 7030, app/assets/stylesheets/style-main.scss */
.slick-slider .slick-active {
  opacity: .5;
}

/* line 7033, app/assets/stylesheets/style-main.scss */
.slick-slider .slick-current {
  opacity: 1;
}

/*
 * Widgets.less
 * -----------------------------------------------
*/
/* -------- Top Search Bar ---------- */
/* line 7041, app/assets/stylesheets/style-main.scss */
.search-form-wrapper {
  position: relative;
  /* form absolute */
}

/* line 7045, app/assets/stylesheets/style-main.scss */
.search-form-wrapper.toggle {
  display: none;
}

/* line 7048, app/assets/stylesheets/style-main.scss */
.search-form-wrapper.toggle.active {
  display: block;
}

/* line 7051, app/assets/stylesheets/style-main.scss */
.search-form-wrapper form {
  padding: 10px;
  position: relative;
}

/* line 7055, app/assets/stylesheets/style-main.scss */
.search-form-wrapper form label {
  margin: 0px;
  position: absolute;
  right: 11px;
  top: 11px;
}

/* line 7061, app/assets/stylesheets/style-main.scss */
.search-form-wrapper form label:before {
  color: #555555;
  cursor: pointer;
  content: "\f002";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  right: 13px;
  top: 6px;
}

/* line 7071, app/assets/stylesheets/style-main.scss */
.search-form-wrapper form input[type="text"] {
  background-color: #fff;
  border: 1px solid #c0c0c0;
  height: 46px;
  padding: 8px 17px;
  width: 100%;
}

/* line 7078, app/assets/stylesheets/style-main.scss */
.search-form-wrapper form input[type="submit"] {
  background-color: #fff;
  border-left: 1px solid #c0c0c0;
  border: none;
  height: 44px;
  width: 50px;
  text-indent: -999px;
}

/* line 7086, app/assets/stylesheets/style-main.scss */
.search-form-wrapper.form-absolute form {
  background-color: #333333;
  position: absolute;
  right: 0px;
  top: 12px;
  width: 370px;
  z-index: 99;
}

/* -------- Form Round ---------- */
/* line 7095, app/assets/stylesheets/style-main.scss */
.search-form-wrapper.round form input[type="text"] {
  border-radius: 30px;
  border-width: 4px;
}

/* line 7099, app/assets/stylesheets/style-main.scss */
.search-form-wrapper.round form input[type="submit"] {
  height: auto;
  width: auto;
  margin-right: 10px;
  margin-top: 10px;
}

/* line 7105, app/assets/stylesheets/style-main.scss */
.search-form-wrapper.round form label::before {
  color: #c0c0c0;
}

/* -------- Footer & Sidebar Widgets ---------- */
/* line 7109, app/assets/stylesheets/style-main.scss */
.widget {
  margin-bottom: 40px;
}

/* line 7112, app/assets/stylesheets/style-main.scss */
.widget .widget-title {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 7116, app/assets/stylesheets/style-main.scss */
.widget ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* line 7120, app/assets/stylesheets/style-main.scss */
.widget ul.list li,
.widget .post {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* line 7125, app/assets/stylesheets/style-main.scss */
.widget .list-border li {
  margin-bottom: 0;
  padding: 10px 0;
}

/* line 7129, app/assets/stylesheets/style-main.scss */
.widget.brochures > li {
  margin-bottom: 10px;
  padding: 10px;
}

/* line 7133, app/assets/stylesheets/style-main.scss */
.widget.brochures i {
  color: #666666;
  font-size: 16px;
  margin-right: 10px;
}

/* line 7138, app/assets/stylesheets/style-main.scss */
.widget.address > li {
  font-size: 13px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

/* line 7143, app/assets/stylesheets/style-main.scss */
.widget.address > li i {
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
}

/* line 7148, app/assets/stylesheets/style-main.scss */
.widget .twitter-feed li,
.widget .twitter-feed-carousel li {
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-left: 30px;
}

/* line 7155, app/assets/stylesheets/style-main.scss */
.widget .twitter-feed li.item,
.widget .twitter-feed-carousel li.item {
  position: relative;
}

/* line 7159, app/assets/stylesheets/style-main.scss */
.widget .twitter-feed li::after,
.widget .twitter-feed-carousel li::after {
  content: "\f099";
  font-size: 24px;
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 7168, app/assets/stylesheets/style-main.scss */
.widget .styled-icons li {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 7172, app/assets/stylesheets/style-main.scss */
.widget .styled-icons li a {
  margin-bottom: 0;
}

/* line 7175, app/assets/stylesheets/style-main.scss */
.widget .tags a {
  border: 1px solid #d3d3d3;
  display: inline-block;
  font-size: 11px;
  margin: 5px 4px 5px -2px;
  padding: 5px 10px;
}

/* line 7182, app/assets/stylesheets/style-main.scss */
.widget .tags a:hover {
  color: #fff;
}

/* line 7185, app/assets/stylesheets/style-main.scss */
.widget .search-input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #c0c0c0;
  border-radius: initial;
  box-shadow: none;
  height: 45px;
  padding: 10px;
}

/* line 7193, app/assets/stylesheets/style-main.scss */
.widget .search-button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  height: 45px;
}

/* line 7199, app/assets/stylesheets/style-main.scss */
.widget .nav-tabs li {
  border-bottom: 1px solid transparent;
  margin-bottom: -2px;
  padding-bottom: 0;
}

/* line 7204, app/assets/stylesheets/style-main.scss */
.widget .nav-tabs li:hover {
  border-bottom: 1px solid transparent;
}

/* line 7207, app/assets/stylesheets/style-main.scss */
.widget .post-title a {
  font-size: 13px;
  letter-spacing: 0;
}

/* line 7211, app/assets/stylesheets/style-main.scss */
.widget .quick-contact-form .form-control {
  background-color: rgba(241, 241, 241, 0.8);
  border-color: #d3d3d3;
  color: #a9a9a9;
}

/* line 7216, app/assets/stylesheets/style-main.scss */
.widget .product-list .product-title {
  font-size: 14px;
  font-weight: 400;
}

/* line 7220, app/assets/stylesheets/style-main.scss */
.widget .testimonial-widget-carousel .item img {
  display: inline;
  width: auto;
  float: right;
}

/* line 7225, app/assets/stylesheets/style-main.scss */
.widget.dark .widget-title {
  color: #fff;
}

/* line 7228, app/assets/stylesheets/style-main.scss */
.widget.dark .tags a {
  border: 1px solid #777777;
}

/* line 7231, app/assets/stylesheets/style-main.scss */
.widget.dark .widget-image-carousel .title {
  color: #fff;
}

/* line 7234, app/assets/stylesheets/style-main.scss */
.widget.dark .search-input {
  border: 1px solid #333333;
}

/* line 7237, app/assets/stylesheets/style-main.scss */
.widget.dark .styled-icons li a:hover i {
  color: #fff;
}

/* line 7240, app/assets/stylesheets/style-main.scss */
.widget.dark .search-button {
  border: 1px solid #333333;
}

/* line 7243, app/assets/stylesheets/style-main.scss */
.widget.dark .widget-subscribe .subscribe-title {
  color: #fff;
}

/* line 7246, app/assets/stylesheets/style-main.scss */
.widget.dark .widget-subscribe .subscribe-sub-title {
  color: #666666;
}

/* line 7249, app/assets/stylesheets/style-main.scss */
.widget.dark .nav-tabs li {
  border-bottom: 1px solid transparent;
  margin-bottom: -2px;
  padding-bottom: 0;
}

/* line 7254, app/assets/stylesheets/style-main.scss */
.widget.dark .nav-tabs li:hover {
  border-bottom: 1px solid transparent;
}

/* line 7257, app/assets/stylesheets/style-main.scss */
.widget.dark .nav-tabs li:hover a {
  border: 1px solid #555555;
}

/* line 7260, app/assets/stylesheets/style-main.scss */
.widget.dark .nav-tabs li.active a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #333333 none repeat scroll 0 0;
  border-color: #555555 #555555 transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
}

/* line 7271, app/assets/stylesheets/style-main.scss */
.widget.dark .product-title a {
  color: #808080;
}

/* line 7274, app/assets/stylesheets/style-main.scss */
.widget.dark .post-title a {
  color: #c0c0c0;
}

/* line 7277, app/assets/stylesheets/style-main.scss */
.widget.dark .tab-content {
  background: #333333 none repeat scroll 0 0;
  border: 1px solid #555555;
}

/* line 7281, app/assets/stylesheets/style-main.scss */
.widget.dark .quick-contact-form .form-control {
  background-color: rgba(51, 51, 51, 0.3);
  border-color: #333333;
}

/* line 7285, app/assets/stylesheets/style-main.scss */
.widget.no-border ul li {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 7290, app/assets/stylesheets/style-main.scss */
.widget ul.list li::before {
  display: none;
}

/* line 7293, app/assets/stylesheets/style-main.scss */
.widget.dark ul.list li::before {
  display: none;
}

/* --------Horizontal Contact Widget  ---------- */
/* line 7297, app/assets/stylesheets/style-main.scss */
.horizontal-contact-widget {
  border-top: 1px dashed #d3d3d3;
}

/* line 7300, app/assets/stylesheets/style-main.scss */
.horizontal-contact-widget .each-widget::before {
  content: "\f111";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  right: 0;
  top: -42px;
}

/* -------- Horizontal Contact Widget Dark ---------- */
/* line 7309, app/assets/stylesheets/style-main.scss */
.horizontal-contact-widget.dark {
  border-top: 1px dashed #333333;
}

/* line 7312, app/assets/stylesheets/style-main.scss */
.widget.dark .btn.btn-default {
  border-color: #333;
}

/* -------- Flickr-Feed ---------- */
/* line 7316, app/assets/stylesheets/style-main.scss */
#flickr-feed img {
  background: none repeat scroll 0 0 #000;
  float: left;
  height: 60px;
  margin: 0 5px 5px 0;
  padding: 0;
  width: 70px;
}

/* line 7324, app/assets/stylesheets/style-main.scss */
.text-hover-theme-colored {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* @import "team.less"; */
/*
 * testimonials.less
 * -----------------------------------------------
*/
/* line 7334, app/assets/stylesheets/style-main.scss */
.testimonial .item {
  position: relative;
  overflow: hidden;
}

/* line 7338, app/assets/stylesheets/style-main.scss */
.testimonial .item .thumb img {
  margin: auto;
  max-width: 75px;
}

/* line 7342, app/assets/stylesheets/style-main.scss */
.testimonial .comment p {
  color: #a9a9a9;
  font-weight: 400;
}

/* -------- Testimonial-Style1 ---------- */
/* line 7347, app/assets/stylesheets/style-main.scss */
.testimonials.attorney-details .thumb img {
  width: auto;
}

/* -------- Testimonial-Style2 ---------- */
/* line 7351, app/assets/stylesheets/style-main.scss */
.testimonial.style2 {
  text-align: center;
}

/* line 7354, app/assets/stylesheets/style-main.scss */
.testimonial.style2 .thumb img {
  display: inline-block;
  width: auto;
  width: 75px;
}

/* -------- Testimonial-Style1 ---------- */
/* line 7360, app/assets/stylesheets/style-main.scss */
.testimonial.style1 .item {
  border: none;
}

/* line 7363, app/assets/stylesheets/style-main.scss */
.testimonial.style1 .item::before {
  display: none;
}

/* line 7366, app/assets/stylesheets/style-main.scss */
.testimonial.style1 .quote,
.testimonial.style1 .thumb {
  margin-bottom: 30px;
}

/* line 7370, app/assets/stylesheets/style-main.scss */
.testimonial.style1 .author {
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* line 7374, app/assets/stylesheets/style-main.scss */
.testimonial.style1 .title {
  color: #c0c0c0;
  margin-bottom: 20px;
}

/* line 7378, app/assets/stylesheets/style-main.scss */
.testimonial.style1 .comment {
  padding: 35px 25px;
}

/* line 7381, app/assets/stylesheets/style-main.scss */
.testimonial.style1 .comment p {
  font-weight: 500;
  margin-left: 30px;
}

/* line 7385, app/assets/stylesheets/style-main.scss */
.testimonial.style1 .comment {
  background: #f8f8f8;
  color: #777777;
  border: 3px solid white;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 1px;
  position: relative;
}

/* line 7394, app/assets/stylesheets/style-main.scss */
.testimonial.style1 .comment::before {
  color: #d3d3d3;
  content: "\f10d";
  font-family: fontawesome;
  font-size: 30px;
  left: 20px;
  position: absolute;
  top: 7px;
}

/*.testimonial.style1 .comment::after {
  bottom: -18px;
  right: 19px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: fade(@black, 04%) transparent transparent transparent;
}*/
/* line 7414, app/assets/stylesheets/style-main.scss */
.testimonial.style1 .comment::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 30px;
  background: url(/../images/testimonials/quote_arrow.png) 0px 0px no-repeat;
  top: 97%;
}

/* line 7423, app/assets/stylesheets/style-main.scss */
.owl-carousel .owl-item .testimonial img {
  display: inline;
  width: auto;
}

/* line 7427, app/assets/stylesheets/style-main.scss */
.testimonial .signature {
  width: 60px;
}

/* line 7430, app/assets/stylesheets/style-main.scss */
.testimonial-content::after {
  content: "\f10d";
  font-family: fontawesome;
  font-size: 80px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: -65px;
}

/* line 7439, app/assets/stylesheets/style-main.scss */
.testimonial-content {
  margin-top: 30px;
  margin-left: 140px;
  position: relative;
}

/*
 * blog.less
 * -----------------------------------------------
*/
/* line 7448, app/assets/stylesheets/style-main.scss */
.blog-posts .post .entry-content {
  border: 1px solid transparent;
  position: relative;
}

/*
 * clients.less
 * -----------------------------------------------
*/
/* line 7456, app/assets/stylesheets/style-main.scss */
.clients-logo .item {
  padding: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 7462, app/assets/stylesheets/style-main.scss */
.clients-logo img {
  max-height: 90px;
  width: auto;
  display: inline;
  opacity: 0.8;
}

/* line 7468, app/assets/stylesheets/style-main.scss */
.clients-logo img:hover {
  opacity: 1;
}

/* line 7471, app/assets/stylesheets/style-main.scss */
.clients-logo.carousel {
  text-align: center;
}

/* line 7474, app/assets/stylesheets/style-main.scss */
.clients-logo.carousel .item {
  box-shadow: none;
  margin: 0 10px;
}

/* line 7478, app/assets/stylesheets/style-main.scss */
.clients-logo.style2 .item {
  box-shadow: none;
}

/* line 7481, app/assets/stylesheets/style-main.scss */
.clients-logo.style2 .item img {
  max-height: 120px;
}

/* line 7484, app/assets/stylesheets/style-main.scss */
.client-img {
  opacity: 0.6;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 7491, app/assets/stylesheets/style-main.scss */
.client-img:hover {
  opacity: 1;
}

/* line 7494, app/assets/stylesheets/style-main.scss */
.client-img img {
  max-height: 90px;
}

/* line 7497, app/assets/stylesheets/style-main.scss */
.clients-logo.carousel {
  text-align: center;
}

/* line 7500, app/assets/stylesheets/style-main.scss */
.clients-logo.carousel .item {
  box-shadow: none;
  margin: 0 10px;
}

/*
 * faqs.less
 * -----------------------------------------------
*/
/*
 * Shortcode: pricing.less
 * -----------------------------------------------
*/
/* line 7512, app/assets/stylesheets/style-main.scss */
.pricing-table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  position: relative;
}

/* line 7517, app/assets/stylesheets/style-main.scss */
.pricing-table .table-price {
  color: #111111;
  font-size: 45px;
}

/* line 7521, app/assets/stylesheets/style-main.scss */
.pricing-table .table-price span {
  font-size: 13px;
  vertical-align: middle;
}

/* line 7525, app/assets/stylesheets/style-main.scss */
.pricing-table.featured {
  border: 1px solid #111111;
}

/* line 7528, app/assets/stylesheets/style-main.scss */
.pricing-table .table-type {
  display: inline;
}

/* line 7531, app/assets/stylesheets/style-main.scss */
.pricing-table .btn-signup {
  margin-right: 0;
  width: 100%;
}

/* line 7535, app/assets/stylesheets/style-main.scss */
.pricing-table .table-list {
  list-style: outside none none;
  padding: 10px 0 10px 20px;
}

/* line 7539, app/assets/stylesheets/style-main.scss */
.pricing-table .table-list li {
  border-bottom: 0;
  font-size: 13px;
  padding: 10px 0;
}

/* line 7544, app/assets/stylesheets/style-main.scss */
.pricing-table .table-list li i {
  margin-right: 8px;
}

/* line 7547, app/assets/stylesheets/style-main.scss */
.pricing-table .package-type span {
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
}

/* line 7552, app/assets/stylesheets/style-main.scss */
.pricing-table .package-type span::after {
  background: #2d915b;
  content: "";
  height: 20px;
  left: -20px;
  position: absolute;
  top: 11px;
  width: 20px;
}

/* line 7561, app/assets/stylesheets/style-main.scss */
.pricing-table .price-list li::before {
  left: 18px;
  position: absolute;
  top: 11px;
}

/* line 7566, app/assets/stylesheets/style-main.scss */
.pricing-table .price-list li {
  border-top: 1px solid #eee;
  padding: 10px 45px;
}

/* line 7570, app/assets/stylesheets/style-main.scss */
.pricing-table .price-list li:first-child {
  margin-top: 0;
}

/*
 * section-title.less
 * -----------------------------------------------
*/
/* line 7577, app/assets/stylesheets/style-main.scss */
.small-title {
  position: relative;
}

/* line 7580, app/assets/stylesheets/style-main.scss */
.small-title i {
  font-size: 36px;
  margin-top: 7px;
  padding-top: 0px;
}

/* line 7585, app/assets/stylesheets/style-main.scss */
.small-title .title {
  margin-left: 15px;
}

/* line 7588, app/assets/stylesheets/style-main.scss */
.small-title .title:after {
  bottom: -6px;
  content: "";
  height: 1px;
  left: 45px;
  position: absolute;
  width: 45px;
}

/* line 7596, app/assets/stylesheets/style-main.scss */
.section-title .both-side-line::after {
  content: "";
  height: 2px;
  position: absolute;
  right: -40px;
  top: 10px;
  width: 30px;
}

/* line 7604, app/assets/stylesheets/style-main.scss */
.section-title .both-side-line::before {
  content: "";
  height: 2px;
  position: absolute;
  left: -40px;
  top: 10px;
  width: 30px;
}

/* line 7612, app/assets/stylesheets/style-main.scss */
.section-title .top-side-line::after {
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -8px;
  width: 40px;
}

/* line 7622, app/assets/stylesheets/style-main.scss */
.section-title .left-side-line::before {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -8px;
  width: 35px;
}

/* line 7630, app/assets/stylesheets/style-main.scss */
.section-title .right-side-line::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: -8px;
  width: 35px;
}

/* line 7638, app/assets/stylesheets/style-main.scss */
.section-title .sub-title {
  margin: 0;
  position: relative;
  display: inline-block;
}

/* line 7643, app/assets/stylesheets/style-main.scss */
.section-title .title {
  margin-top: 0;
  position: relative;
  line-height: 1;
}

/* line 7648, app/assets/stylesheets/style-main.scss */
.section-title .icon i {
  font-size: 50px;
  position: absolute;
  top: -3px;
  left: 14px;
  opacity: 0.10;
}

/* line 7655, app/assets/stylesheets/style-main.scss */
.section-title p {
  font-size: 14px;
}

/* line 7658, app/assets/stylesheets/style-main.scss */
.section-title p.left-bordered {
  border-left: 2px solid #c0c0c0;
  padding-left: 10px;
}

/* line 7662, app/assets/stylesheets/style-main.scss */
.section-title p.right-bordered {
  border-right: 2px solid #c0c0c0;
  padding-right: 10px;
}

/*Theme Section Title*/
/* line 7667, app/assets/stylesheets/style-main.scss */
.section-title {
  margin-bottom: 30px;
}

/* line 7670, app/assets/stylesheets/style-main.scss */
.section-title.title-border {
  padding-left: 30px;
}

/* line 7673, app/assets/stylesheets/style-main.scss */
.section-title.title-border.title-right {
  border-left: 0;
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}

/* line 7679, app/assets/stylesheets/style-main.scss */
.section-title.icon-bg p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}

/* line 7684, app/assets/stylesheets/style-main.scss */
.section-title.icon-bg .page-title {
  font-size: 38px;
  line-height: 52px;
}

/* line 7688, app/assets/stylesheets/style-main.scss */
.section-title.icon-bg .page-title i {
  font-size: 42px;
  line-height: 1.3;
  position: absolute;
  opacity: 0.15;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 7697, app/assets/stylesheets/style-main.scss */
.title-border {
  position: relative;
}

/* line 7700, app/assets/stylesheets/style-main.scss */
.title-border::after {
  content: "";
  height: 100%;
  left: -14px;
  position: absolute;
  top: 0;
  width: 2px;
}

/*
 * team.less
 * -----------------------------------------------
*/
/* line 7712, app/assets/stylesheets/style-main.scss */
.team-members {
  overflow: hidden;
  position: relative;
}

/* line 7716, app/assets/stylesheets/style-main.scss */
.team-members .team-details {
  background: #fff none repeat scroll 0 0;
  bottom: -100px;
  padding: 10px 15px;
  position: absolute;
  transition: all 300ms ease-in-out 0s;
  width: 100%;
}

/* line 7724, app/assets/stylesheets/style-main.scss */
.team-members:hover .team-details {
  bottom: 0;
}

/* line 7727, app/assets/stylesheets/style-main.scss */
.team-social {
  opacity: 0;
  padding: 14px 0;
  position: absolute;
  right: 0;
  top: -140px;
  transition: all 300ms ease-in-out 0s;
}

/* line 7735, app/assets/stylesheets/style-main.scss */
.team-social li {
  display: block;
}

/* line 7738, app/assets/stylesheets/style-main.scss */
.team-members:hover .team-social {
  opacity: 1;
  top: 0;
}

/* line 7742, app/assets/stylesheets/style-main.scss */
.team-members .team-social li a {
  margin: 0;
}

/* line 7745, app/assets/stylesheets/style-main.scss */
.team-social li a i {
  color: #fff;
}

/* line 7748, app/assets/stylesheets/style-main.scss */
.team-social li a:hover i {
  color: #212331;
}

@media only screen and (max-width: 1199px) {
  /* line 7752, app/assets/stylesheets/style-main.scss */
  .team-members .team-details {
    bottom: -45px;
  }
  /* line 7755, app/assets/stylesheets/style-main.scss */
  .team-members:hover .team-details {
    bottom: -18px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  /* line 7761, app/assets/stylesheets/style-main.scss */
  .team-members .team-details {
    bottom: -100px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /* line 7767, app/assets/stylesheets/style-main.scss */
  .team-members .team-details {
    bottom: -75px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  /* line 7773, app/assets/stylesheets/style-main.scss */
  .team-members .team-details {
    bottom: -98px;
  }
}

/*
 * Working-Process.less
 * -----------------------------------------------
*/
/* line 7781, app/assets/stylesheets/style-main.scss */
.working-process > li {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 7787, app/assets/stylesheets/style-main.scss */
.working-process > li::after {
  border-top: 1px dashed #333333;
  content: "";
  left: 6px;
  margin-left: -32px;
  overflow: hidden;
  position: absolute;
  top: 25px;
  width: 50%;
}

/* line 7797, app/assets/stylesheets/style-main.scss */
.working-process > li::before {
  border-top: 1px dashed #333333;
  content: "";
  margin-right: -25px;
  position: absolute;
  right: 0;
  top: 25px;
  width: 50%;
}

/* line 7806, app/assets/stylesheets/style-main.scss */
.working-process > li :first-child::after {
  border-top: medium none;
}

/* line 7809, app/assets/stylesheets/style-main.scss */
.working-process > li :last-child::before {
  border-top: medium none;
}

/* line 7812, app/assets/stylesheets/style-main.scss */
.working-process li a {
  border: 1px solid;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  width: 50px;
  border-radius: 50%;
}

/* line 7821, app/assets/stylesheets/style-main.scss */
.working-process li a:hover {
  background: #333333 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
}

/* line 7826, app/assets/stylesheets/style-main.scss */
.working-process li a i {
  font-size: 18px;
}

/* line 7829, app/assets/stylesheets/style-main.scss */
.working-process.square li a,
.working-process.square.large-circle li a {
  border-radius: 0;
}

/* line 7833, app/assets/stylesheets/style-main.scss */
.working-process.large-circle li a {
  height: 120px;
  line-height: 130px;
  width: 120px;
  border-radius: 50%;
}

/* line 7839, app/assets/stylesheets/style-main.scss */
.working-process.large-circle li a i {
  font-size: 28px;
}

/* line 7842, app/assets/stylesheets/style-main.scss */
.working-process.large-circle > li::before {
  margin-right: -60px;
  top: 60px;
}

/* line 7846, app/assets/stylesheets/style-main.scss */
.working-process.large-circle > li::after {
  margin-left: -64px;
  top: 60px;
}

/* line 7850, app/assets/stylesheets/style-main.scss */
.working-process.theme-colored li a {
  color: #fff;
}

/*
 * event.less
 * -----------------------------------------------
*/
/* line 7857, app/assets/stylesheets/style-main.scss */
.event-block {
  margin: 4px 0;
  position: relative;
}

/* line 7861, app/assets/stylesheets/style-main.scss */
.event-block .event-date {
  padding: 6px 18px;
  position: absolute;
  top: 24px;
  -webkit-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}

/* line 7869, app/assets/stylesheets/style-main.scss */
.event-block .event-meta {
  background: #f7f6f2 none repeat scroll 0 0;
  display: inline-block;
  margin-left: 40px;
  padding: 12px 16px 8px 14px;
  z-index: -1;
}

/* line 7876, app/assets/stylesheets/style-main.scss */
.event-block:hover .event-date {
  top: 16px;
}

/* line 7879, app/assets/stylesheets/style-main.scss */
.event-small .event-date {
  float: left;
  margin-right: 20px;
  padding: 0 16px 5px 20px;
  text-align: center;
}

/* -------- event Style ---------- */
/* line 7886, app/assets/stylesheets/style-main.scss */
.event-list .thumb {
  position: relative;
  overflow: hidden;
}

/* line 7890, app/assets/stylesheets/style-main.scss */
.event-list .thumb img {
  transition: all 500ms ease 0s;
}

/* line 7893, app/assets/stylesheets/style-main.scss */
.event-list:hover .thumb img {
  transform: scale(1.1);
}

/* line 7896, app/assets/stylesheets/style-main.scss */
.event-list .thumb .overlay-donate-now {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -50px;
  transition: all 400ms ease 0s;
}

/* line 7905, app/assets/stylesheets/style-main.scss */
.event-list:hover .thumb .overlay-donate-now {
  top: 10%;
}

/* line 7908, app/assets/stylesheets/style-main.scss */
.event-list .thumb .entry-date {
  bottom: 0;
  position: absolute;
  right: -44px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 7916, app/assets/stylesheets/style-main.scss */
.event-list:hover .thumb .entry-date {
  right: 0;
}

/*
 * practice-area.less
 * -----------------------------------------------
*/
/* line 7923, app/assets/stylesheets/style-main.scss */
.practice-area {
  overflow: hidden;
  position: relative;
}

/* line 7927, app/assets/stylesheets/style-main.scss */
.practice-area:hover .practice-name {
  opacity: 1;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*
 * services.less
 * -----------------------------------------------
*/
/* line 7938, app/assets/stylesheets/style-main.scss */
.rotated-service-box {
  position: relative;
}

/* line 7941, app/assets/stylesheets/style-main.scss */
.rotated-service-box .icon {
  background-color: #d3d3d3;
  display: inline-block;
  height: 90px;
  left: 0;
  margin: 0 auto;
  padding: 30px;
  position: absolute;
  right: 0;
  top: -45px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 90px;
}

/* line 7957, app/assets/stylesheets/style-main.scss */
.rotated-service-box .icon i {
  color: #fff;
  font-size: 32px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 7965, app/assets/stylesheets/style-main.scss */
.rotated-service-box .heading {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 7970, app/assets/stylesheets/style-main.scss */
.services-list li {
  border: medium none;
  padding: 0 !important;
}

/* line 7974, app/assets/stylesheets/style-main.scss */
.services-list li.active {
  position: relative;
  padding-left: 30px;
}

/* line 7978, app/assets/stylesheets/style-main.scss */
.services-list ul li a {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  color: #111111;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 45px;
  width: 100%;
  -webkit-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  transition: all 50ms ease;
}

/* line 7991, app/assets/stylesheets/style-main.scss */
.services-list li.active a {
  border: 1px solid transparent;
  color: #fff;
  font-weight: 600;
}

/* line 7996, app/assets/stylesheets/style-main.scss */
.services-list li.active::after {
  color: #fff;
  content: "\e686";
  font-family: "Pe-icon-7-stroke";
  font-size: 35px;
  right: 10px;
  position: absolute;
  top: 5px;
}

/* line 8005, app/assets/stylesheets/style-main.scss */
.brochured li a {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  display: inline-block;
  padding: 16px 30px;
  width: 100%;
  -webkit-transition: all 0.1s ease !important;
  -o-transition: all 0.1s ease !important;
  transition: all 0.1s ease !important;
}

/* line 8015, app/assets/stylesheets/style-main.scss */
.brochured li a i {
  font-size: 18px;
  margin-right: 12px;
  vertical-align: middle;
}

/*
 * work-gallery.less
 * -----------------------------------------------
*/
/* line 8024, app/assets/stylesheets/style-main.scss */
.work-gallery {
  margin: 0 auto 30px;
  max-width: 400px;
}

/* line 8028, app/assets/stylesheets/style-main.scss */
.work-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
}

/* line 8032, app/assets/stylesheets/style-main.scss */
.work-gallery .gallery-bottom-part {
  background-color: #f7f7f7;
  padding: 10px 10px 16px;
}

/* line 8036, app/assets/stylesheets/style-main.scss */
.work-gallery .gallery-thumb .gallery-overlay {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  width: 100%;
}

/* line 8050, app/assets/stylesheets/style-main.scss */
.work-gallery:hover .gallery-thumb .gallery-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 8057, app/assets/stylesheets/style-main.scss */
.gallery-contect {
  height: 100%;
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 100ms ease-in-out 0s;
  -o-transition: all 100ms ease-in-out 0s;
  transition: all 100ms ease-in-out 0s;
  width: 100%;
}

/* line 8072, app/assets/stylesheets/style-main.scss */
.work-gallery:hover .gallery-thumb .gallery-contect {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 8079, app/assets/stylesheets/style-main.scss */
.work-gallery .gallery-thumb .styled-icons a {
  border-color: #fff;
  height: 36px;
  width: 36px;
  line-height: 34px;
}

/* line 8085, app/assets/stylesheets/style-main.scss */
.work-gallery .gallery-thumb .styled-icons a i {
  color: #fff;
}

/* line 8088, app/assets/stylesheets/style-main.scss */
.work-gallery .gallery-thumb .styled-icons a:hover i {
  color: #fff;
}

/* line 8091, app/assets/stylesheets/style-main.scss */
.work-gallery .gallery-thumb .styled-icons a:hover {
  color: #fff;
  -webkit-transition: all 100ms ease-in-out 0s;
  -o-transition: all 100ms ease-in-out 0s;
  transition: all 100ms ease-in-out 0s;
}

/* line 8097, app/assets/stylesheets/style-main.scss */
.work-gallery .gallery-thumb .gallery-contect .styled-icons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 45%;
}

/* line 8104, app/assets/stylesheets/style-main.scss */
.work-gallery:hover .gallery-bottom-part {
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

/* line 8109, app/assets/stylesheets/style-main.scss */
.work-gallery:hover .gallery-bottom-part .title {
  color: #fff;
}

/* line 8112, app/assets/stylesheets/style-main.scss */
.work-gallery:hover .gallery-bottom-part .sub-title {
  color: #fff;
}

/*
 * about.less
 * -----------------------------------------------
*/
/* line 8119, app/assets/stylesheets/style-main.scss */
.top-course-thumb {
  position: relative;
}

/* line 8122, app/assets/stylesheets/style-main.scss */
.top-course-thumb::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
  width: 100%;
}

/* line 8136, app/assets/stylesheets/style-main.scss */
.top-course-thumb:hover::after {
  opacity: 0.8;
  border: 8px solid rgba(255, 255, 255, 0.15);
}

/* line 8140, app/assets/stylesheets/style-main.scss */
.top-course-thumb .desc-box {
  left: 0;
  margin: -15px auto;
  position: absolute;
  right: 0;
  height: 100%;
  text-align: center;
  top: 30px;
}

/* line 8149, app/assets/stylesheets/style-main.scss */
.top-course-thumb .desc-box .title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  left: 0;
  margin: -15px auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 35%;
  z-index: 1;
}

/* line 8161, app/assets/stylesheets/style-main.scss */
.top-course-thumb .desc-box .off {
  font-size: 42px;
  font-weight: 600;
  left: 0;
  margin: -15px auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 45%;
  z-index: 1;
}

/* line 8172, app/assets/stylesheets/style-main.scss */
.top-course-thumb .desc-box .signup {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  left: 0;
  margin: -15px auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: underline;
  top: 64%;
  z-index: 1;
}

/* Individual effect = play button */
/* line 8186, app/assets/stylesheets/style-main.scss */
.about-video {
  /* Text Holder */
}

/* line 8189, app/assets/stylesheets/style-main.scss */
.about-video .thumb {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 8195, app/assets/stylesheets/style-main.scss */
.about-video:hover .thumb {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}

/* line 8201, app/assets/stylesheets/style-main.scss */
.about-video .text-holder {
  opacity: 1;
}

/* line 8204, app/assets/stylesheets/style-main.scss */
.about-video .text-holder-middle {
  top: 34%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 8211, app/assets/stylesheets/style-main.scss */
.about-video:hover .text-holder-middle {
  top: 34%;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 8218, app/assets/stylesheets/style-main.scss */
.about-video .video-button {
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

/* line 8234, app/assets/stylesheets/style-main.scss */
.about-video .video-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #666;
  -webkit-transform: translate(-15%, -50%);
  transform: translate(-15%, -50%);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

/* line 8252, app/assets/stylesheets/style-main.scss */
.about-video:hover .video-button {
  width: 65px;
  height: 65px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

/* line 8257, app/assets/stylesheets/style-main.scss */
.about-video:hover .video-button:before {
  border-left: 10px solid #fff;
}

/*
 * features.less
 * -----------------------------------------------
*/
/* line 8264, app/assets/stylesheets/style-main.scss */
.feature-icon {
  float: left;
}

/* line 8267, app/assets/stylesheets/style-main.scss */
.feature-icon > img {
  width: 65px;
}

/* line 8270, app/assets/stylesheets/style-main.scss */
.feature-title {
  padding-left: 90px;
  text-align: left;
}

/* line 8274, app/assets/stylesheets/style-main.scss */
.feature-box {
  width: 265px;
}

/* line 8277, app/assets/stylesheets/style-main.scss */
.feature-box:hover .feature-icon {
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: bounce;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /* line 8284, app/assets/stylesheets/style-main.scss */
  .feature-box {
    width: 100%;
  }
}

/* line 8288, app/assets/stylesheets/style-main.scss */
.features-box-colored {
  position: relative;
}

/* line 8291, app/assets/stylesheets/style-main.scss */
.features-box-colored .shadow-icon i {
  bottom: -28px;
  color: #fff;
  font-size: 72px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 70%;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

/* line 8304, app/assets/stylesheets/style-main.scss */
.features-box-colored:hover .shadow-icon i {
  font-size: 95px;
}

/* line 8307, app/assets/stylesheets/style-main.scss */
.icon-box.hover-effect {
  -webkit-transition: all 120ms ease-in-out 0s;
  -o-transition: all 120ms ease-in-out 0s;
  transition: all 120ms ease-in-out 0s;
}

/* line 8312, app/assets/stylesheets/style-main.scss */
.icon-box.hover-effect:hover {
  box-shadow: 3px 4px 14px 0 #ccc;
  margin-top: -10px;
}

/*
 * causes.less
 * -----------------------------------------------
*/
/* line 8320, app/assets/stylesheets/style-main.scss */
.course-thumb {
  position: relative;
}

/* line 8323, app/assets/stylesheets/style-main.scss */
.price-tag {
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0 10px;
  position: absolute;
  right: -7px;
  text-transform: capitalize;
  top: 16px;
  -webkit-transition: all 150ms ease-in-out 0s;
  -o-transition: all 150ms ease-in-out 0s;
  transition: all 150ms ease-in-out 0s;
}

/* line 8338, app/assets/stylesheets/style-main.scss */
.course-single-item:hover .price-tag {
  padding: 2px 16px;
}

/* line 8341, app/assets/stylesheets/style-main.scss */
.price-tag::before {
  border-left: 7px solid rgba(0, 0, 0, 0.45);
  border-top: 7px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -1px;
  top: 0;
  transform: translateY(-100%);
  width: 0;
}

/* line 8352, app/assets/stylesheets/style-main.scss */
.course-meta li {
  border-right: 1px solid #ddd;
  padding: 0 18px;
}

/* line 8356, app/assets/stylesheets/style-main.scss */
.course-meta li:last-child {
  border-right: medium none;
}

/* line 8359, app/assets/stylesheets/style-main.scss */
.course-meta li h6 {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0 0;
}

/* line 8365, app/assets/stylesheets/style-main.scss */
.course-meta li span {
  font-size: 13px;
  margin: 0;
}

/* line 8369, app/assets/stylesheets/style-main.scss */
.course-info-title {
  color: #555555;
  float: left;
  font-weight: 600;
  width: 25%;
}

/* line 8375, app/assets/stylesheets/style-main.scss */
.course-info-list > li {
  clear: both;
  margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
  /* line 8380, app/assets/stylesheets/style-main.scss */
  .top-course-thumb .desc-box .title {
    font-size: 18px;
    top: 35%;
  }
  /* line 8384, app/assets/stylesheets/style-main.scss */
  .top-course-thumb .desc-box .off {
    font-size: 35px;
    top: 46%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  /* line 8391, app/assets/stylesheets/style-main.scss */
  .top-course-thumb {
    max-width: 430px;
  }
  /* line 8394, app/assets/stylesheets/style-main.scss */
  .top-course-thumb .desc-box .off {
    font-size: 46px;
    top: 46%;
  }
  /* line 8398, app/assets/stylesheets/style-main.scss */
  .top-course-thumb .desc-box .title {
    font-size: 24px;
    top: 38%;
  }
  /* line 8402, app/assets/stylesheets/style-main.scss */
  .top-course-thumb .desc-box .signup {
    top: 60%;
  }
}

/* line 8406, app/assets/stylesheets/style-main.scss */
.course-single-item.style2 .course-details .author-thumb {
  left: 0;
  position: absolute;
  right: 0;
  top: -30px;
}

/* line 8412, app/assets/stylesheets/style-main.scss */
.course-single-item.style2 .course-details {
  position: relative;
}

/* line 8415, app/assets/stylesheets/style-main.scss */
.course-single-item.style2 .course-meta li {
  border-right: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  padding: 10px 6px 10px 10px;
}

/* line 8421, app/assets/stylesheets/style-main.scss */
.course-single-item.style2 .course-meta li:last-child {
  border-right: medium none;
}

/* line 8424, app/assets/stylesheets/style-main.scss */
.course-single-item.style2 .course-thumb img {
  border-radius: 8px 8px 0 0;
}

/* line 8427, app/assets/stylesheets/style-main.scss */
.course-single-item.style2 .course-meta {
  border-bottom: 1px solid #eee;
  border-image: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 0 0 8px 8px;
}

/* line 8434, app/assets/stylesheets/style-main.scss */
.single-course-thumb {
  position: relative;
}

/* line 8437, app/assets/stylesheets/style-main.scss */
.single-course-thumb .overlay-shade {
  border-radius: 8px;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 150ms ease-in-out 0s;
  -o-transition: all 150ms ease-in-out 0s;
  transition: all 150ms ease-in-out 0s;
}

/* line 8449, app/assets/stylesheets/style-main.scss */
.single-course-thumb .course-info {
  color: #fff;
  left: 0;
  margin: -32px auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 150ms ease-in-out 0s;
  -o-transition: all 150ms ease-in-out 0s;
  transition: all 150ms ease-in-out 0s;
}

/* line 8462, app/assets/stylesheets/style-main.scss */
.single-course-thumb:hover .overlay-shade {
  opacity: 0.75;
}

/* line 8465, app/assets/stylesheets/style-main.scss */
.single-course-thumb:hover .course-info {
  opacity: 1;
}

/* line 8468, app/assets/stylesheets/style-main.scss */
.order-btn {
  left: 15px;
  position: absolute;
  top: 15px;
}

/*
 * volunteer.less
 * -----------------------------------------------
*/
/* line 8477, app/assets/stylesheets/style-main.scss */
.volunteer {
  position: relative;
}

/* line 8480, app/assets/stylesheets/style-main.scss */
.volunteer .overlay {
  height: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* line 8492, app/assets/stylesheets/style-main.scss */
.volunteer .content {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

/* line 8502, app/assets/stylesheets/style-main.scss */
.volunteer:hover .overlay {
  opacity: 1;
  height: 100%;
}

/* line 8506, app/assets/stylesheets/style-main.scss */
.volunteer:hover .content {
  opacity: 1;
  top: 30%;
}

/* line 8510, app/assets/stylesheets/style-main.scss */
.volunteer.border {
  border: 3px solid #fff;
}

/* line 8513, app/assets/stylesheets/style-main.scss */
.volunteer .info {
  padding: 15px 0;
  padding-bottom: 0;
  text-align: center;
}

/* line 8518, app/assets/stylesheets/style-main.scss */
.volunteer .info .name {
  font-weight: 700;
  margin: 0px;
}

/* line 8522, app/assets/stylesheets/style-main.scss */
.volunteer .info .name a {
  text-transform: uppercase;
}

/* line 8525, app/assets/stylesheets/style-main.scss */
.volunteer .info .occupation {
  color: #999;
  margin-bottom: 10px;
  margin-top: 0px;
  text-transform: uppercase;
}

/*
 * line-bottom.less
 * -----------------------------------------------
*/
/* line 8535, app/assets/stylesheets/style-main.scss */
.line-bottom-theme-colored-2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

/* line 8540, app/assets/stylesheets/style-main.scss */
.line-bottom-theme-colored-2:after {
  border-radius: 10px;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

/* line 8549, app/assets/stylesheets/style-main.scss */
.double-line-bottom-theme-colored-2 {
  margin-bottom: 20px;
  margin-top: 8px;
  padding-bottom: 5px;
  position: relative;
}

/* line 8555, app/assets/stylesheets/style-main.scss */
.double-line-bottom-theme-colored-2:after {
  border-radius: 8px;
  bottom: 1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 64px;
}

/* line 8564, app/assets/stylesheets/style-main.scss */
.double-line-bottom-theme-colored-2:before {
  border-radius: 8px;
  bottom: -1px;
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 24px;
}

/* line 8573, app/assets/stylesheets/style-main.scss */
.double-line-bottom-centered-theme-colored-2 {
  margin-bottom: 20px;
  margin-top: 8px;
  padding-bottom: 5px;
  position: relative;
}

/* line 8579, app/assets/stylesheets/style-main.scss */
.double-line-bottom-centered-theme-colored-2:after {
  border-radius: 8px;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  position: absolute;
  width: 64px;
}

/* line 8590, app/assets/stylesheets/style-main.scss */
.double-line-bottom-centered-theme-colored-2:before {
  border-radius: 8px;
  bottom: 0;
  content: "";
  height: 6px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  position: absolute;
  width: 24px;
}

/* line 8602, app/assets/stylesheets/style-main.scss */
.line-bottom-centered {
  position: relative;
  margin: 10px 0 20px;
}

/* line 8606, app/assets/stylesheets/style-main.scss */
.line-bottom-centered:after {
  bottom: -13px;
  content: "";
  height: 3px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: absolute;
  right: 0;
  width: 40px;
}

/*
 * nav.less
 * -----------------------------------------------
*/
/* line 8622, app/assets/stylesheets/style-main.scss */
.menuzord-menu > li > a {
  color: #404040;
  font-size: 13px;
}

/*
 * common.less
 * -----------------------------------------------
*/
/* line 8630, app/assets/stylesheets/style-main.scss */
.header-nav .nav-lg .menuzord .menuzord-menu > li {
  padding: 28px 0;
}

/* line 8633, app/assets/stylesheets/style-main.scss */
.header-nav .nav-lg .menuzord .menuzord-menu ul.dropdown {
  top: 90px;
}

/* line 8636, app/assets/stylesheets/style-main.scss */
.header-nav .nav-lg .menuzord .menuzord-menu ul.dropdown li ul.dropdown {
  top: auto;
}

/* line 8639, app/assets/stylesheets/style-main.scss */
.read-more {
  position: relative;
}

/* line 8642, app/assets/stylesheets/style-main.scss */
.read-more::after {
  content: "\f054";
  font-family: fontawesome;
  font-size: 11px;
  margin-left: 5px;
  vertical-align: middle;
}

/* line 8649, app/assets/stylesheets/style-main.scss */
.read-more:hover::after {
  margin-left: 8px;
  -webkit-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}

/* line 8655, app/assets/stylesheets/style-main.scss */
input.input-circled {
  border-radius: 40px;
}

/* line 8658, app/assets/stylesheets/style-main.scss */
.mfp-close-btn-in .mfp-close {
  right: 5px;
  top: 5px;
}

/* line 8662, app/assets/stylesheets/style-main.scss */
.portfolio-filter a {
  color: #333333;
}

/* line 8665, app/assets/stylesheets/style-main.scss */
.play-btn {
  border-radius: 50%;
  font-size: 72px;
  height: 56px;
  line-height: 56px;
  transition: all 100ms ease-in-out 0s;
  width: 56px;
}

/* line 8673, app/assets/stylesheets/style-main.scss */
.vertical-align-middle {
  vertical-align: middle;
}

/* line 8676, app/assets/stylesheets/style-main.scss */
.call-to-action {
  display: inline-flex;
}

/* line 8679, app/assets/stylesheets/style-main.scss */
.header-search {
  cursor: pointer;
  display: inline-block;
  margin-left: 18px;
}

/* line 8684, app/assets/stylesheets/style-main.scss */
.search-menu {
  border-radius: 4px;
  display: block;
  height: 36px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 36px;
}

/* line 8693, app/assets/stylesheets/style-main.scss */
.search {
  border: medium none;
  box-shadow: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 71px;
  width: auto;
  z-index: 9999;
}

/* line 8703, app/assets/stylesheets/style-main.scss */
.search-menu i.search {
  font-size: 16px;
  color: #ffffff;
  height: inherit;
  line-height: 36px;
  margin: 0;
  position: static;
  width: inherit;
}

/* line 8712, app/assets/stylesheets/style-main.scss */
.search .search-form {
  transform: scaleY(0);
  transition: all 150ms ease-in-out 0s;
}

/* line 8716, app/assets/stylesheets/style-main.scss */
.search.open .search-form {
  transform: scaleY(1);
}

/* line 8719, app/assets/stylesheets/style-main.scss */
.search .search-form input[type="text"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  height: 49px;
  padding: 0 50px 0 40px;
  width: 100%;
}

/* line 8730, app/assets/stylesheets/style-main.scss */
.search .search-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  display: block;
  font-size: 18px;
  height: 50px;
  left: 0;
  line-height: 48px;
  padding: 0 15px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.3s ease 0s;
}

/* line 8744, app/assets/stylesheets/style-main.scss */
.header.header-floating .header-nav .header-nav-wrapper {
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: none;
}

/* line 8749, app/assets/stylesheets/style-main.scss */
.header.header-floating.header-floating-text-dark .sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky .menuzord-menu > li:not(.active):not(:hover) > a {
  color: #fff;
}

/* line 8752, app/assets/stylesheets/style-main.scss */
.header.header-floating .sticky-wrapper.is-sticky .header-nav.navbar-sticky .header-nav-wrapper {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

/* line 8755, app/assets/stylesheets/style-main.scss */
.hover-effect-box-shadow {
  -webkit-transition: all 120ms ease-in-out 0s;
  -o-transition: all 120ms ease-in-out 0s;
  transition: all 120ms ease-in-out 0s;
}

/* line 8760, app/assets/stylesheets/style-main.scss */
.hover-effect-box-shadow:hover {
  box-shadow: 3px 4px 14px 0 #ccc;
}

/* line 8763, app/assets/stylesheets/style-main.scss */
.subscribe-newsletter {
  background-image: url(/url(/images/bg/bg11.jpg));
  background-size: cover;
  padding: 290px 100px 45px;
}

/* line 8768, app/assets/stylesheets/style-main.scss */
.newsletter-form {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  /* line 8775, app/assets/stylesheets/style-main.scss */
  .subscribe-newsletter {
    padding: 215px 100px 30px;
  }
}

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /* line 8782, app/assets/stylesheets/style-main.scss */
  .subscribe-newsletter p {
    display: none;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  /* line 8788, app/assets/stylesheets/style-main.scss */
  .subscribe-newsletter {
    padding: 100px 90px 25px;
  }
}

/*
 * utilities.less
 * -----------------------------------------------
*/
/* line 8796, app/assets/stylesheets/style-main.scss */
.border-radius-5px {
  border-radius: 5px;
}

/* line 8799, app/assets/stylesheets/style-main.scss */
.border-radius-8px {
  border-radius: 8px;
}

/* line 8802, app/assets/stylesheets/style-main.scss */
.border-radius-10px {
  border-radius: 10px;
}

/*
 * footer.less
 * -----------------------------------------------
*/
/* line 8809, app/assets/stylesheets/style-main.scss */
.footer a {
  color: #808080;
}

/* line 8812, app/assets/stylesheets/style-main.scss */
.footer a:focus,
.footer a:hover,
.footer a:active {
  color: #666666;
}

/* line 8817, app/assets/stylesheets/style-main.scss */
.footer .widget .widget-title {
  margin-top: 0px;
}

/* line 8820, app/assets/stylesheets/style-main.scss */
.footer .widget.dark .quick-contact-form button {
  border-color: #333333;
  color: #909090;
}

/* line 8824, app/assets/stylesheets/style-main.scss */
.footer .widget.dark .quick-contact-form button:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #333333;
}

/* fixed footer */
/* line 8830, app/assets/stylesheets/style-main.scss */
footer#footer.fixed-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  /* line 8838, app/assets/stylesheets/style-main.scss */
  footer#footer.fixed-footer {
    position: relative;
  }
}

/* line 8842, app/assets/stylesheets/style-main.scss */
body.has-fixed-footer .main-content {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  /* line 8848, app/assets/stylesheets/style-main.scss */
  body.has-fixed-footer .main-content {
    margin-bottom: 0 !important;
  }
}

/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

*/
/* Your Preloader css codes start here: */
/*
 * 2.0 -> Preloader
 * -----------------------------------------------
*/
/* line 13, app/assets/stylesheets/preloader.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}

/* line 22, app/assets/stylesheets/preloader.scss */
#spinner {
  display: block;
  height: 110px;
  left: 50%;
  margin: -55px;
  position: relative;
  top: 50%;
  width: 110px;
}

/* line 31, app/assets/stylesheets/preloader.scss */
#preloader #disable-preloader {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

/*=======Markup=====

<div class="preloader-whirlpool">
	<div class="whirlpool"></div>
</div>

 */
/* line 47, app/assets/stylesheets/preloader.scss */
.preloader-whirlpool {
  position: relative;
}

/* line 50, app/assets/stylesheets/preloader.scss */
.preloader-whirlpool .whirlpool,
.preloader-whirlpool .whirlpool::before,
.preloader-whirlpool .whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #cccccc;
  border-left-color: black;
  border-radius: 974px;
  -o-border-radius: 974px;
  -ms-border-radius: 974px;
  -webkit-border-radius: 974px;
  -moz-border-radius: 974px;
}

/* line 64, app/assets/stylesheets/preloader.scss */
.preloader-whirlpool .whirlpool {
  margin: -24px 0 0 -24px;
  height: 49px;
  width: 49px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}

/* line 75, app/assets/stylesheets/preloader.scss */
.preloader-whirlpool .whirlpool::before {
  content: "";
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}

/* line 86, app/assets/stylesheets/preloader.scss */
.preloader-whirlpool .whirlpool::after {
  content: "";
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  animation: cssload-rotate 2300ms linear infinite;
  -o-animation: cssload-rotate 2300ms linear infinite;
  -ms-animation: cssload-rotate 2300ms linear infinite;
  -webkit-animation: cssload-rotate 2300ms linear infinite;
  -moz-animation: cssload-rotate 2300ms linear infinite;
}

@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-rotate {
  /* line 108, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: rotate(360deg);
  }
}

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

@-moz-keyframes cssload-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}

/*===== Preloader Two =======*/
/*=======Markup=====

<div class="preloader-floating-circles">
	<div class="f_circleG" id="frotateG_01"></div>
	<div class="f_circleG" id="frotateG_02"></div>
	<div class="f_circleG" id="frotateG_03"></div>
	<div class="f_circleG" id="frotateG_04"></div>
	<div class="f_circleG" id="frotateG_05"></div>
	<div class="f_circleG" id="frotateG_06"></div>
	<div class="f_circleG" id="frotateG_07"></div>
	<div class="f_circleG" id="frotateG_08"></div>
</div>

 */
/* line 139, app/assets/stylesheets/preloader.scss */
.preloader-floating-circles {
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
}

/* line 150, app/assets/stylesheets/preloader.scss */
.preloader-floating-circles .f_circleG {
  position: absolute;
  background-color: white;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  animation-name: f_fadeG;
  -o-animation-name: f_fadeG;
  -ms-animation-name: f_fadeG;
  -webkit-animation-name: f_fadeG;
  -moz-animation-name: f_fadeG;
  animation-duration: 0.672s;
  -o-animation-duration: 0.672s;
  -ms-animation-duration: 0.672s;
  -webkit-animation-duration: 0.672s;
  -moz-animation-duration: 0.672s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

/* line 181, app/assets/stylesheets/preloader.scss */
.preloader-floating-circles #frotateG_01 {
  left: 0;
  top: 32px;
  animation-delay: 0.2495s;
  -o-animation-delay: 0.2495s;
  -ms-animation-delay: 0.2495s;
  -webkit-animation-delay: 0.2495s;
  -moz-animation-delay: 0.2495s;
}

/* line 190, app/assets/stylesheets/preloader.scss */
.preloader-floating-circles #frotateG_02 {
  left: 9px;
  top: 9px;
  animation-delay: 0.336s;
  -o-animation-delay: 0.336s;
  -ms-animation-delay: 0.336s;
  -webkit-animation-delay: 0.336s;
  -moz-animation-delay: 0.336s;
}

/* line 199, app/assets/stylesheets/preloader.scss */
.preloader-floating-circles #frotateG_03 {
  left: 32px;
  top: 0;
  animation-delay: 0.4225s;
  -o-animation-delay: 0.4225s;
  -ms-animation-delay: 0.4225s;
  -webkit-animation-delay: 0.4225s;
  -moz-animation-delay: 0.4225s;
}

/* line 208, app/assets/stylesheets/preloader.scss */
.preloader-floating-circles #frotateG_04 {
  right: 9px;
  top: 9px;
  animation-delay: 0.509s;
  -o-animation-delay: 0.509s;
  -ms-animation-delay: 0.509s;
  -webkit-animation-delay: 0.509s;
  -moz-animation-delay: 0.509s;
}

/* line 217, app/assets/stylesheets/preloader.scss */
.preloader-floating-circles #frotateG_05 {
  right: 0;
  top: 32px;
  animation-delay: 0.5955s;
  -o-animation-delay: 0.5955s;
  -ms-animation-delay: 0.5955s;
  -webkit-animation-delay: 0.5955s;
  -moz-animation-delay: 0.5955s;
}

/* line 226, app/assets/stylesheets/preloader.scss */
.preloader-floating-circles #frotateG_06 {
  right: 9px;
  bottom: 9px;
  animation-delay: 0.672s;
  -o-animation-delay: 0.672s;
  -ms-animation-delay: 0.672s;
  -webkit-animation-delay: 0.672s;
  -moz-animation-delay: 0.672s;
}

/* line 235, app/assets/stylesheets/preloader.scss */
.preloader-floating-circles #frotateG_07 {
  left: 32px;
  bottom: 0;
  animation-delay: 0.7585s;
  -o-animation-delay: 0.7585s;
  -ms-animation-delay: 0.7585s;
  -webkit-animation-delay: 0.7585s;
  -moz-animation-delay: 0.7585s;
}

/* line 244, app/assets/stylesheets/preloader.scss */
.preloader-floating-circles #frotateG_08 {
  left: 9px;
  bottom: 9px;
  animation-delay: 0.845s;
  -o-animation-delay: 0.845s;
  -ms-animation-delay: 0.845s;
  -webkit-animation-delay: 0.845s;
  -moz-animation-delay: 0.845s;
}

@keyframes f_fadeG {
  0% {
    background-color: black;
  }
  100% {
    background-color: white;
  }
}

@-o-keyframes f_fadeG {
  0% {
    background-color: black;
  }
  100% {
    background-color: white;
  }
}

@-ms-keyframes f_fadeG {
  /* line 272, app/assets/stylesheets/preloader.scss */
  0% {
    background-color: black;
  }
  /* line 276, app/assets/stylesheets/preloader.scss */
  100% {
    background-color: white;
  }
}

@-webkit-keyframes f_fadeG {
  0% {
    background-color: black;
  }
  100% {
    background-color: white;
  }
}

@-moz-keyframes f_fadeG {
  0% {
    background-color: black;
  }
  100% {
    background-color: white;
  }
}

/*===== Preloader Three =======*/
/*=======Markup=====

<div class="preloader-eight-spinning">
	<div class="cssload-lt"></div>
	<div class="cssload-rt"></div>
	<div class="cssload-lb"></div>
	<div class="cssload-rb"></div>
</div>

 */
/* line 311, app/assets/stylesheets/preloader.scss */
.preloader-eight-spinning {
  width: 72px;
  margin: 0px auto;
  font-size: 0;
  position: relative;
  transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  animation: cssload-clockwise 6.9s linear infinite;
  -o-animation: cssload-clockwise 6.9s linear infinite;
  -ms-animation: cssload-clockwise 6.9s linear infinite;
  -webkit-animation: cssload-clockwise 6.9s linear infinite;
  -moz-animation: cssload-clockwise 6.9s linear infinite;
}

/* line 327, app/assets/stylesheets/preloader.scss */
.preloader-eight-spinning:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 39px;
  height: 39px;
  border: 6px solid #e5e5e5;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 346, app/assets/stylesheets/preloader.scss */
.preloader-eight-spinning:after {
  position: absolute;
  content: '';
  z-index: -1;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
  border: 6px solid #e5e5e5;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 367, app/assets/stylesheets/preloader.scss */
.preloader-eight-spinning .cssload-lt, .preloader-eight-spinning .cssload-rt, .preloader-eight-spinning .cssload-lb, .preloader-eight-spinning .cssload-rb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 39px;
  height: 19px;
  opacity: 1;
}

/* line 375, app/assets/stylesheets/preloader.scss */
.preloader-eight-spinning .cssload-lt:before, .preloader-eight-spinning .cssload-rt:before,
.preloader-eight-spinning .cssload-lb:before, .preloader-eight-spinning .cssload-rb:before {
  position: absolute;
  content: '';
  width: 39px;
  height: 39px;
  border-top: 6px solid #574357;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 398, app/assets/stylesheets/preloader.scss */
.preloader-eight-spinning .cssload-lt {
  margin-right: -6px;
  animation: cssload-lt 2.3s linear -2300ms infinite;
  -o-animation: cssload-lt 2.3s linear -2300ms infinite;
  -ms-animation: cssload-lt 2.3s linear -2300ms infinite;
  -webkit-animation: cssload-lt 2.3s linear -2300ms infinite;
  -moz-animation: cssload-lt 2.3s linear -2300ms infinite;
}

/* line 406, app/assets/stylesheets/preloader.scss */
.preloader-eight-spinning .cssload-lt:before {
  top: 0;
  left: 0;
  animation: cssload-not-clockwise 1.15s linear infinite;
  -o-animation: cssload-not-clockwise 1.15s linear infinite;
  -ms-animation: cssload-not-clockwise 1.15s linear infinite;
  -webkit-animation: cssload-not-clockwise 1.15s linear infinite;
  -moz-animation: cssload-not-clockwise 1.15s linear infinite;
}

/* line 416, app/assets/stylesheets/preloader.scss */
.preloader-eight-spinning .cssload-rt {
  animation: cssload-lt 2.3s linear -1150ms infinite;
  -o-animation: cssload-lt 2.3s linear -1150ms infinite;
  -ms-animation: cssload-lt 2.3s linear -1150ms infinite;
  -webkit-animation: cssload-lt 2.3s linear -1150ms infinite;
  -moz-animation: cssload-lt 2.3s linear -1150ms infinite;
}

/* line 423, app/assets/stylesheets/preloader.scss */
.preloader-eight-spinning .cssload-rt:before {
  top: 0;
  right: 0;
  animation: cssload-clockwise 1.15s linear infinite;
  -o-animation: cssload-clockwise 1.15s linear infinite;
  -ms-animation: cssload-clockwise 1.15s linear infinite;
  -webkit-animation: cssload-clockwise 1.15s linear infinite;
  -moz-animation: cssload-clockwise 1.15s linear infinite;
}

/* line 433, app/assets/stylesheets/preloader.scss */
.preloader-eight-spinning .cssload-lb {
  margin-right: -6px;
  animation: cssload-lt 2.3s linear -1725ms infinite;
  -o-animation: cssload-lt 2.3s linear -1725ms infinite;
  -ms-animation: cssload-lt 2.3s linear -1725ms infinite;
  -webkit-animation: cssload-lt 2.3s linear -1725ms infinite;
  -moz-animation: cssload-lt 2.3s linear -1725ms infinite;
}

/* line 441, app/assets/stylesheets/preloader.scss */
.preloader-eight-spinning .cssload-lb:before {
  bottom: 0;
  left: 0;
  animation: cssload-not-clockwise 1.15s linear infinite;
  -o-animation: cssload-not-clockwise 1.15s linear infinite;
  -ms-animation: cssload-not-clockwise 1.15s linear infinite;
  -webkit-animation: cssload-not-clockwise 1.15s linear infinite;
  -moz-animation: cssload-not-clockwise 1.15s linear infinite;
}

/* line 451, app/assets/stylesheets/preloader.scss */
.preloader-eight-spinning .cssload-rb {
  animation: cssload-lt 2.3s linear -575ms infinite;
  -o-animation: cssload-lt 2.3s linear -575ms infinite;
  -ms-animation: cssload-lt 2.3s linear -575ms infinite;
  -webkit-animation: cssload-lt 2.3s linear -575ms infinite;
  -moz-animation: cssload-lt 2.3s linear -575ms infinite;
}

/* line 458, app/assets/stylesheets/preloader.scss */
.preloader-eight-spinning .cssload-rb:before {
  bottom: 0;
  right: 0;
  animation: cssload-clockwise 1.15s linear infinite;
  -o-animation: cssload-clockwise 1.15s linear infinite;
  -ms-animation: cssload-clockwise 1.15s linear infinite;
  -webkit-animation: cssload-clockwise 1.15s linear infinite;
  -moz-animation: cssload-clockwise 1.15s linear infinite;
}

@keyframes cssload-clockwise {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(315deg);
  }
}

@-o-keyframes cssload-clockwise {
  0% {
    -o-transform: rotate(-45deg);
  }
  100% {
    -o-transform: rotate(315deg);
  }
}

@-ms-keyframes cssload-clockwise {
  /* line 487, app/assets/stylesheets/preloader.scss */
  0% {
    -ms-transform: rotate(-45deg);
  }
  /* line 490, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: rotate(315deg);
  }
}

@-webkit-keyframes cssload-clockwise {
  0% {
    -webkit-transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
  }
}

@-moz-keyframes cssload-clockwise {
  0% {
    -moz-transform: rotate(-45deg);
  }
  100% {
    -moz-transform: rotate(315deg);
  }
}

@keyframes cssload-not-clockwise {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}

@-o-keyframes cssload-not-clockwise {
  0% {
    -o-transform: rotate(45deg);
  }
  100% {
    -o-transform: rotate(-315deg);
  }
}

@-ms-keyframes cssload-not-clockwise {
  /* line 529, app/assets/stylesheets/preloader.scss */
  0% {
    -ms-transform: rotate(45deg);
  }
  /* line 532, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: rotate(-315deg);
  }
}

@-webkit-keyframes cssload-not-clockwise {
  0% {
    -webkit-transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
  }
}

@-moz-keyframes cssload-not-clockwise {
  0% {
    -moz-transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(-315deg);
  }
}

@keyframes cssload-lt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes cssload-lt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes cssload-lt {
  /* line 594, app/assets/stylesheets/preloader.scss */
  0% {
    opacity: 1;
  }
  /* line 597, app/assets/stylesheets/preloader.scss */
  25% {
    opacity: 1;
  }
  /* line 600, app/assets/stylesheets/preloader.scss */
  26% {
    opacity: 0;
  }
  /* line 603, app/assets/stylesheets/preloader.scss */
  75% {
    opacity: 0;
  }
  /* line 606, app/assets/stylesheets/preloader.scss */
  76% {
    opacity: 1;
  }
  /* line 609, app/assets/stylesheets/preloader.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes cssload-lt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes cssload-lt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/*===== Preloader Four =======*/
/*=======Markup=====

<div class="preloader-double-torus"></div>

 */
/* line 660, app/assets/stylesheets/preloader.scss */
.preloader-double-torus {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 4px double;
  border-radius: 50%;
  border-color: transparent rgba(0, 0, 0, 0.9) rgba(0, 0, 0, 0.9);
  animation: cssload-spin 960ms infinite linear;
  -o-animation: cssload-spin 960ms infinite linear;
  -ms-animation: cssload-spin 960ms infinite linear;
  -webkit-animation: cssload-spin 960ms infinite linear;
  -moz-animation: cssload-spin 960ms infinite linear;
}

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

@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spin {
  /* line 683, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*===== Preloader Five =======*/
/*=======Markup=====

<div class="preloader-tube-tunnel"></div>

 */
/* line 701, app/assets/stylesheets/preloader.scss */
.preloader-tube-tunnel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 4px solid;
  border-radius: 50%;
  border-color: black;
  animation: cssload-scale 1035ms infinite linear;
  -o-animation: cssload-scale 1035ms infinite linear;
  -ms-animation: cssload-scale 1035ms infinite linear;
  -webkit-animation: cssload-scale 1035ms infinite linear;
  -moz-animation: cssload-scale 1035ms infinite linear;
}

@keyframes cssload-scale {
  0% {
    transform: scale(0);
    transform: scale(0);
  }
  90% {
    transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes cssload-scale {
  0% {
    -o-transform: scale(0);
    transform: scale(0);
  }
  90% {
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes cssload-scale {
  /* line 727, app/assets/stylesheets/preloader.scss */
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
  }
  /* line 728, app/assets/stylesheets/preloader.scss */
  90% {
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  /* line 729, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes cssload-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  90% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes cssload-scale {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  90% {
    -moz-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

/*===== Preloader Six =======*/
/*=======Markup=====

<div class="preloader-speeding-wheel"></div>

 */
/* line 751, app/assets/stylesheets/preloader.scss */
.preloader-speeding-wheel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid black;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
}

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

@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spin {
  /* line 774, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*===== Preloader Seven =======*/
/*=======Markup=====

<div class="preloader-loading-wrapper">
	<div class="cssload-loading"><i></i><i></i></div>
</div>

 */
/* line 794, app/assets/stylesheets/preloader.scss */
.preloader-loading-wrapper {
  display: block;
  margin: 0px auto;
  width: 97px;
}

/* line 799, app/assets/stylesheets/preloader.scss */
.preloader-loading-wrapper .cssload-loading i {
  width: 49px;
  height: 49px;
  display: inline-block;
  background: #ff5954;
  border-radius: 50%;
}

/* line 806, app/assets/stylesheets/preloader.scss */
.preloader-loading-wrapper .cssload-loading i:nth-child(1) {
  animation: cssload-loading-ani1 1.15s ease-in-out infinite;
  -o-animation: cssload-loading-ani1 1.15s ease-in-out infinite;
  -ms-animation: cssload-loading-ani1 1.15s ease-in-out infinite;
  -webkit-animation: cssload-loading-ani1 1.15s ease-in-out infinite;
  -moz-animation: cssload-loading-ani1 1.15s ease-in-out infinite;
}

/* line 814, app/assets/stylesheets/preloader.scss */
.preloader-loading-wrapper .cssload-loading i:nth-child(2) {
  background: #00a8ce;
  margin-left: -10px;
  animation: cssload-loading-ani1 1.15s ease-in-out 0.58s infinite;
  -o-animation: cssload-loading-ani1 1.15s ease-in-out 0.58s infinite;
  -ms-animation: cssload-loading-ani1 1.15s ease-in-out 0.58s infinite;
  -webkit-animation: cssload-loading-ani1 1.15s ease-in-out 0.58s infinite;
  -moz-animation: cssload-loading-ani1 1.15s ease-in-out 0.58s infinite;
}

@keyframes cssload-loading-ani1 {
  70% {
    transform: scale(0.5);
  }
}

@-o-keyframes cssload-loading-ani1 {
  70% {
    -o-transform: scale(0.5);
  }
}

@-ms-keyframes cssload-loading-ani1 {
  /* line 837, app/assets/stylesheets/preloader.scss */
  70% {
    -ms-transform: scale(0.5);
  }
}

@-webkit-keyframes cssload-loading-ani1 {
  70% {
    -webkit-transform: scale(0.5);
  }
}

@-moz-keyframes cssload-loading-ani1 {
  70% {
    -moz-transform: scale(0.5);
  }
}

/*===== Preloader Eight =======*/
/*=======Markup=====

<div class="preloader-dot-loading">
	<div class="cssload-loading"><i></i><i></i><i></i><i></i></div>
</div>

 */
/* line 863, app/assets/stylesheets/preloader.scss */
.preloader-dot-loading {
  display: block;
  margin: 0px auto;
  width: 97px;
}

/* line 869, app/assets/stylesheets/preloader.scss */
.preloader-dot-loading .cssload-loading i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: #2a2b26;
}

/* line 876, app/assets/stylesheets/preloader.scss */
.preloader-dot-loading .cssload-loading i:first-child {
  opacity: 0;
  animation: cssload-loading-ani2 0.58s linear infinite;
  -o-animation: cssload-loading-ani2 0.58s linear infinite;
  -ms-animation: cssload-loading-ani2 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
  -moz-animation: cssload-loading-ani2 0.58s linear infinite;
  transform: translate(-19px);
  -o-transform: translate(-19px);
  -ms-transform: translate(-19px);
  -webkit-transform: translate(-19px);
  -moz-transform: translate(-19px);
}

/* line 889, app/assets/stylesheets/preloader.scss */
.preloader-dot-loading .cssload-loading i:nth-child(2),
.preloader-dot-loading .cssload-loading i:nth-child(3) {
  animation: cssload-loading-ani3 0.58s linear infinite;
  -o-animation: cssload-loading-ani3 0.58s linear infinite;
  -ms-animation: cssload-loading-ani3 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
  -moz-animation: cssload-loading-ani3 0.58s linear infinite;
}

/* line 897, app/assets/stylesheets/preloader.scss */
.preloader-dot-loading .cssload-loading i:last-child {
  animation: cssload-loading-ani1 0.58s linear infinite;
  -o-animation: cssload-loading-ani1 0.58s linear infinite;
  -ms-animation: cssload-loading-ani1 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
  -moz-animation: cssload-loading-ani1 0.58s linear infinite;
}

@keyframes cssload-loading-ani1 {
  100% {
    transform: translate(39px);
    opacity: 0;
  }
}

@-o-keyframes cssload-loading-ani1 {
  100% {
    -o-transform: translate(39px);
    opacity: 0;
  }
}

@-ms-keyframes cssload-loading-ani1 {
  /* line 918, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: translate(39px);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    opacity: 0;
  }
}

@-moz-keyframes cssload-loading-ani1 {
  100% {
    -moz-transform: translate(39px);
    opacity: 0;
  }
}

@keyframes cssload-loading-ani2 {
  100% {
    transform: translate(19px);
    opacity: 1;
  }
}

@-o-keyframes cssload-loading-ani2 {
  100% {
    -o-transform: translate(19px);
    opacity: 1;
  }
}

@-ms-keyframes cssload-loading-ani2 {
  /* line 953, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: translate(19px);
    opacity: 1;
  }
}

@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
    opacity: 1;
  }
}

@-moz-keyframes cssload-loading-ani2 {
  100% {
    -moz-transform: translate(19px);
    opacity: 1;
  }
}

@keyframes cssload-loading-ani3 {
  100% {
    transform: translate(19px);
  }
}

@-o-keyframes cssload-loading-ani3 {
  100% {
    -o-transform: translate(19px);
  }
}

@-ms-keyframes cssload-loading-ani3 {
  /* line 986, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: translate(19px);
  }
}

@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px);
  }
}

@-moz-keyframes cssload-loading-ani3 {
  100% {
    -moz-transform: translate(19px);
  }
}

/*===== Preloader Nine =======*/
/*=======Markup=====

<div class="preloader-fountainTextG">
	<div id="fountainTextG_1" class="fountainTextG">L</div>
	<div id="fountainTextG_2" class="fountainTextG">o</div>
	<div id="fountainTextG_3" class="fountainTextG">a</div>
	<div id="fountainTextG_4" class="fountainTextG">d</div>
	<div id="fountainTextG_5" class="fountainTextG">i</div>
	<div id="fountainTextG_6" class="fountainTextG">n</div>
	<div id="fountainTextG_7" class="fountainTextG">g</div>
</div>

*/
/* line 1017, app/assets/stylesheets/preloader.scss */
.preloader-fountainTextG {
  width: 300px;
  margin: auto;
}

/* line 1022, app/assets/stylesheets/preloader.scss */
.preloader-fountainTextG .fountainTextG {
  color: black;
  font-family: Arial;
  font-size: 31px;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  float: left;
  animation-name: bounce_fountainTextG;
  -o-animation-name: bounce_fountainTextG;
  -ms-animation-name: bounce_fountainTextG;
  -webkit-animation-name: bounce_fountainTextG;
  -moz-animation-name: bounce_fountainTextG;
  animation-duration: 2.09s;
  -o-animation-duration: 2.09s;
  -ms-animation-duration: 2.09s;
  -webkit-animation-duration: 2.09s;
  -moz-animation-duration: 2.09s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
}

/* line 1055, app/assets/stylesheets/preloader.scss */
.preloader-fountainTextG #fountainTextG_1 {
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

/* line 1062, app/assets/stylesheets/preloader.scss */
.preloader-fountainTextG #fountainTextG_2 {
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

/* line 1069, app/assets/stylesheets/preloader.scss */
.preloader-fountainTextG #fountainTextG_3 {
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

/* line 1076, app/assets/stylesheets/preloader.scss */
.preloader-fountainTextG #fountainTextG_4 {
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

/* line 1083, app/assets/stylesheets/preloader.scss */
.preloader-fountainTextG #fountainTextG_5 {
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

/* line 1090, app/assets/stylesheets/preloader.scss */
.preloader-fountainTextG #fountainTextG_6 {
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

/* line 1097, app/assets/stylesheets/preloader.scss */
.preloader-fountainTextG #fountainTextG_7 {
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainTextG {
  0% {
    transform: scale(1);
    color: black;
  }
  100% {
    transform: scale(0.5);
    color: white;
  }
}

@-o-keyframes bounce_fountainTextG {
  0% {
    -o-transform: scale(1);
    color: black;
  }
  100% {
    -o-transform: scale(0.5);
    color: white;
  }
}

@-ms-keyframes bounce_fountainTextG {
  /* line 1129, app/assets/stylesheets/preloader.scss */
  0% {
    -ms-transform: scale(1);
    color: black;
  }
  /* line 1134, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: scale(0.5);
    color: white;
  }
}

@-webkit-keyframes bounce_fountainTextG {
  0% {
    -webkit-transform: scale(1);
    color: black;
  }
  100% {
    -webkit-transform: scale(0.5);
    color: white;
  }
}

@-moz-keyframes bounce_fountainTextG {
  0% {
    -moz-transform: scale(1);
    color: black;
  }
  100% {
    -moz-transform: scale(0.5);
    color: white;
  }
}

/*===== Preloader Ten =======*/
/*=======Markup=====

<div class="preloader-circle-loading-wrapper">
	<div class="cssload-loader"></div>
</div>

 */
/* line 1172, app/assets/stylesheets/preloader.scss */
.preloader-circle-loading-wrapper {
  margin: 0px auto;
  display: block;
  width: 97px;
}

/* line 1177, app/assets/stylesheets/preloader.scss */
.preloader-circle-loading-wrapper .cssload-loader {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

/* line 1186, app/assets/stylesheets/preloader.scss */
.preloader-circle-loading-wrapper .cssload-loader {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: lightgray;
}

/* line 1196, app/assets/stylesheets/preloader.scss */
.preloader-circle-loading-wrapper .cssload-loader,
.preloader-circle-loading-wrapper .cssload-loader:before,
.preloader-circle-loading-wrapper .cssload-loader:after {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -ms-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
}

/* line 1205, app/assets/stylesheets/preloader.scss */
.preloader-circle-loading-wrapper .cssload-loader:before,
.preloader-circle-loading-wrapper .cssload-loader:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1215, app/assets/stylesheets/preloader.scss */
.preloader-circle-loading-wrapper .cssload-loader:before,
.preloader-circle-loading-wrapper .cssload-loader:after {
  content: "";
}

/* line 1219, app/assets/stylesheets/preloader.scss */
.preloader-circle-loading-wrapper .cssload-loader:before {
  content: '';
  border: 10px solid white;
  top: 0px;
  left: 0px;
  animation-name: cssload-animation;
  -o-animation-name: cssload-animation;
  -ms-animation-name: cssload-animation;
  -webkit-animation-name: cssload-animation;
  -moz-animation-name: cssload-animation;
}

@keyframes cssload-animation {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@-o-keyframes cssload-animation {
  0% {
    -o-transform: scale(0);
  }
  100% {
    -o-transform: scale(1);
  }
}

@-ms-keyframes cssload-animation {
  /* line 1241, app/assets/stylesheets/preloader.scss */
  0% {
    -ms-transform: scale(0);
  }
  /* line 1242, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: scale(1);
  }
}

@-webkit-keyframes cssload-animation {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes cssload-animation {
  0% {
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
  }
}

/*===== Preloader Eleven =======*/
/*=======Markup=====

<div class="preloader-dot-circle-rotator"></div>

*/
/* line 1262, app/assets/stylesheets/preloader.scss */
.preloader-dot-circle-rotator {
  position: relative;
  width: 12px;
  height: 12px;
  left: 46%;
  left: calc(50% - 6px);
  left: -o-calc(50% - 6px);
  left: -ms-calc(50% - 6px);
  left: -webkit-calc(50% - 6px);
  left: -moz-calc(50% - 6px);
  border-radius: 12px;
  background-color: black;
  transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  animation: cssload-loader 1.15s ease-in-out infinite;
  -o-animation: cssload-loader 1.15s ease-in-out infinite;
  -ms-animation: cssload-loader 1.15s ease-in-out infinite;
  -webkit-animation: cssload-loader 1.15s ease-in-out infinite;
  -moz-animation: cssload-loader 1.15s ease-in-out infinite;
}

/* line 1287, app/assets/stylesheets/preloader.scss */
.preloader-dot-circle-rotator:before {
  content: "";
  position: absolute;
  background-color: black;
  top: 0px;
  left: -24px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}

/* line 1298, app/assets/stylesheets/preloader.scss */
.preloader-dot-circle-rotator:after {
  content: "";
  position: absolute;
  background-color: black;
  top: 0px;
  left: 24px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}

@keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@-o-keyframes cssload-loader {
  0% {
    -o-transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(180deg);
  }
}

@-ms-keyframes cssload-loader {
  /* line 1322, app/assets/stylesheets/preloader.scss */
  0% {
    -ms-transform: rotate(0deg);
  }
  /* line 1323, app/assets/stylesheets/preloader.scss */
  50% {
    -ms-transform: rotate(180deg);
  }
  /* line 1324, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: rotate(180deg);
  }
}

@-webkit-keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}

@-moz-keyframes cssload-loader {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(180deg);
  }
}

/*===== Preloader Twelve =======*/
/*=======Markup=====

<div class="preloader-bubblingG">
	<span id="bubblingG_1">
	</span>
	<span id="bubblingG_2">
	</span>
	<span id="bubblingG_3">
	</span>
</div>
*/
/* line 1352, app/assets/stylesheets/preloader.scss */
.preloader-bubblingG {
  text-align: center;
  width: 78px;
  height: 49px;
  margin: auto;
}

/* line 1358, app/assets/stylesheets/preloader.scss */
.preloader-bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 24px auto;
  background: black;
  border-radius: 49px;
  -o-border-radius: 49px;
  -ms-border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  animation: bubblingG 1.5s infinite alternate;
  -o-animation: bubblingG 1.5s infinite alternate;
  -ms-animation: bubblingG 1.5s infinite alternate;
  -webkit-animation: bubblingG 1.5s infinite alternate;
  -moz-animation: bubblingG 1.5s infinite alternate;
}

/* line 1376, app/assets/stylesheets/preloader.scss */
.preloader-bubblingG #bubblingG_1 {
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
}

/* line 1384, app/assets/stylesheets/preloader.scss */
.preloader-bubblingG #bubblingG_2 {
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}

/* line 1391, app/assets/stylesheets/preloader.scss */
.preloader-bubblingG #bubblingG_3 {
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

@keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    transform: translateY(-20px);
  }
}

@-o-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    -o-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    -o-transform: translateY(-20px);
  }
}

@-ms-keyframes bubblingG {
  /* line 1431, app/assets/stylesheets/preloader.scss */
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    -ms-transform: translateY(0);
  }
  /* line 1438, app/assets/stylesheets/preloader.scss */
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    -ms-transform: translateY(-20px);
  }
}

@-webkit-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    -webkit-transform: translateY(-20px);
  }
}

@-moz-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    -moz-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    -moz-transform: translateY(-20px);
  }
}

/*===== Preloader Thirteen =======*/
/*=======Markup=====

<div class="preloader-coffee"></div>
*/
/* line 1484, app/assets/stylesheets/preloader.scss */
.preloader-coffee {
  text-align: left;
  height: 49px;
  width: 39px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  left: 50%;
  z-index: 999;
  background: linear-gradient(to bottom left, #f7941e, #c26c07);
  background: -o-linear-gradient(to bottom left, #f7941e, #c26c07);
  background: -ms-linear-gradient(to bottom left, #f7941e, #c26c07);
  background: -webkit-linear-gradient(to bottom left, #f7941e, #c26c07);
  background: -moz-linear-gradient(to bottom left, #f7941e, #c26c07);
}

/* line 1499, app/assets/stylesheets/preloader.scss */
.preloader-coffee:before {
  position: absolute;
  content: "";
  right: -15px;
  top: 5px;
  height: 24px;
  width: 10px;
  background: transparent;
  border: 5px solid #f7941e;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #e78108;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
}

/* line 1514, app/assets/stylesheets/preloader.scss */
.preloader-coffee:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 29px;
  background: #e1e1e1;
  border-radius: 4px;
  top: -29px;
  box-shadow: 34px 0px 0 #e1e1e1, 17.5px -15px 0 #e1e1e1;
  opacity: 1;
  animation: cssload-steam 3.45s ease infinite;
  -o-animation: cssload-steam 3.45s ease infinite;
  -ms-animation: cssload-steam 3.45s ease infinite;
  -webkit-animation: cssload-steam 3.45s ease infinite;
  -moz-animation: cssload-steam 3.45s ease infinite;
}

@keyframes cssload-steam {
  100% {
    top: -39px;
    background: #eeeeee;
    box-shadow: 34px 0px 0 #eeeeee, 17.5px -15px 0 #eeeeee;
    opacity: 0.25;
  }
}

@-o-keyframes cssload-steam {
  100% {
    top: -39px;
    background: #eeeeee;
    box-shadow: 34px 0px 0 #eeeeee, 17.5px -15px 0 #eeeeee;
    opacity: 0.25;
  }
}

@-ms-keyframes cssload-steam {
  /* line 1552, app/assets/stylesheets/preloader.scss */
  100% {
    top: -39px;
    background: #eeeeee;
    box-shadow: 34px 0px 0 #eeeeee, 17.5px -15px 0 #eeeeee;
    opacity: 0.25;
  }
}

@-webkit-keyframes cssload-steam {
  100% {
    top: -39px;
    background: #eeeeee;
    box-shadow: 34px 0px 0 #eeeeee, 17.5px -15px 0 #eeeeee;
    opacity: 0.25;
  }
}

@-moz-keyframes cssload-steam {
  100% {
    top: -39px;
    background: #eeeeee;
    box-shadow: 34px 0px 0 #eeeeee, 17.5px -15px 0 #eeeeee;
    opacity: 0.25;
  }
}

/*===== Preloader Fourteen =======*/
/*=======Markup=====

<div class="preloader-orbit-loading">
	<div class="cssload-inner cssload-one"></div>
	<div class="cssload-inner cssload-two"></div>
	<div class="cssload-inner cssload-three"></div>
</div>
*/
/* line 1588, app/assets/stylesheets/preloader.scss */
.preloader-orbit-loading {
  position: relative;
  left: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}

/* line 1601, app/assets/stylesheets/preloader.scss */
.preloader-orbit-loading .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/* line 1617, app/assets/stylesheets/preloader.scss */
.preloader-orbit-loading .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid black;
}

/* line 1628, app/assets/stylesheets/preloader.scss */
.preloader-orbit-loading .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid black;
}

/* line 1639, app/assets/stylesheets/preloader.scss */
.preloader-orbit-loading .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid black;
}

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-ms-keyframes cssload-rotate-one {
  /* line 1668, app/assets/stylesheets/preloader.scss */
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  /* line 1671, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-ms-keyframes cssload-rotate-two {
  /* line 1713, app/assets/stylesheets/preloader.scss */
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  /* line 1716, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-ms-keyframes cssload-rotate-three {
  /* line 1758, app/assets/stylesheets/preloader.scss */
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  /* line 1761, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

/*===== Preloader Fifteen =======*/
/*=======Markup=====

<div class="preloader-battery">
	<div class="cssload-liquid"></div>
</div>
*/
/* line 1792, app/assets/stylesheets/preloader.scss */
.preloader-battery {
  display: block;
  margin: 0px auto;
  position: relative;
  width: 2.25rem;
  height: 4.5rem;
  box-shadow: 0 0 0 0.2rem #425c77;
  -o-box-shadow: 0 0 0 0.2rem #425c77;
  -ms-box-shadow: 0 0 0 0.2rem #425c77;
  -webkit-box-shadow: 0 0 0 0.2rem #425c77;
  -moz-box-shadow: 0 0 0 0.2rem #425c77;
  border-radius: 0.09rem;
  -o-border-radius: 0.09rem;
  -ms-border-radius: 0.09rem;
  -webkit-border-radius: 0.09rem;
  -moz-border-radius: 0.09rem;
  background: white;
}

/* line 1810, app/assets/stylesheets/preloader.scss */
.preloader-battery:before {
  content: '';
  position: absolute;
  left: 0.5625rem;
  right: 0.5625rem;
  top: -0.3375rem;
  height: 0.3375rem;
  width: 1.125rem;
  background: #425c77;
  border-radius: 0.18rem;
  -o-border-radius: 0.18rem;
  -ms-border-radius: 0.18rem;
  -webkit-border-radius: 0.18rem;
  -moz-border-radius: 0.18rem;
}

/* line 1825, app/assets/stylesheets/preloader.scss */
.preloader-battery:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-right: 2.25rem solid transparent;
  border-bottom: 4.05rem solid rgba(255, 255, 255, 0.32);
}

/* line 1836, app/assets/stylesheets/preloader.scss */
.preloader-battery .cssload-liquid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2.25rem;
  background: #71fb85;
  animation: load 2.59s infinite;
  -o-animation: load 2.59s infinite;
  -ms-animation: load 2.59s infinite;
  -webkit-animation: load 2.59s infinite;
  -moz-animation: load 2.59s infinite;
}

/* line 1850, app/assets/stylesheets/preloader.scss */
.preloader-battery .cssload-liquid:after, .preloader-battery .cssload-liquid:before {
  content: '';
  position: absolute;
  top: -0.5rem;
  height: 1.125rem;
  width: 1.4625rem;
  background: #71fb85;
  opacity: 0;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/* line 1864, app/assets/stylesheets/preloader.scss */
.preloader-battery .cssload-liquid:after {
  right: 0;
  animation: cssload-liquid-1 2.59s infinite;
  -o-animation: cssload-liquid-1 2.59s infinite;
  -ms-animation: cssload-liquid-1 2.59s infinite;
  -webkit-animation: cssload-liquid-1 2.59s infinite;
  -moz-animation: cssload-liquid-1 2.59s infinite;
}

/* line 1872, app/assets/stylesheets/preloader.scss */
.preloader-battery .cssload-liquid:before {
  left: 0;
  animation: cssload-liquid-2 2.59s infinite;
  -o-animation: cssload-liquid-2 2.59s infinite;
  -ms-animation: cssload-liquid-2 2.59s infinite;
  -webkit-animation: cssload-liquid-2 2.59s infinite;
  -moz-animation: cssload-liquid-2 2.59s infinite;
}

@keyframes load {
  0% {
    top: 4.5rem;
  }
  70% {
    top: 1.125rem;
  }
  90% {
    top: 0;
  }
  95% {
    top: 0;
  }
  100% {
    top: 4.5rem;
  }
}

@-o-keyframes load {
  0% {
    top: 4.5rem;
  }
  70% {
    top: 1.125rem;
  }
  90% {
    top: 0;
  }
  95% {
    top: 0;
  }
  100% {
    top: 4.5rem;
  }
}

@-ms-keyframes load {
  /* line 1918, app/assets/stylesheets/preloader.scss */
  0% {
    top: 4.5rem;
  }
  /* line 1921, app/assets/stylesheets/preloader.scss */
  70% {
    top: 1.125rem;
  }
  /* line 1924, app/assets/stylesheets/preloader.scss */
  90% {
    top: 0;
  }
  /* line 1927, app/assets/stylesheets/preloader.scss */
  95% {
    top: 0;
  }
  /* line 1930, app/assets/stylesheets/preloader.scss */
  100% {
    top: 4.5rem;
  }
}

@-webkit-keyframes load {
  0% {
    top: 4.5rem;
  }
  70% {
    top: 1.125rem;
  }
  90% {
    top: 0;
  }
  95% {
    top: 0;
  }
  100% {
    top: 4.5rem;
  }
}

@-moz-keyframes load {
  0% {
    top: 4.5rem;
  }
  70% {
    top: 1.125rem;
  }
  90% {
    top: 0;
  }
  95% {
    top: 0;
  }
  100% {
    top: 4.5rem;
  }
}

@keyframes cssload-liquid-1 {
  0% {
    height: 0;
    opacity: 0;
    top: -0.5rem;
  }
  22% {
    height: 0.28125rem;
    top: 0.375rem;
    opacity: 1;
  }
  25% {
    top: -0.25rem;
  }
  35% {
    height: 1.125rem;
    top: -0.5rem;
  }
  55% {
    height: 0.28125rem;
    top: -0.125rem;
  }
  60% {
    height: 0.61875rem;
    opacity: 1;
    top: -0.275rem;
  }
  96% {
    height: 0.84375rem;
    opacity: 0;
    top: 0.5rem;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@-o-keyframes cssload-liquid-1 {
  0% {
    height: 0;
    opacity: 0;
    top: -0.5rem;
  }
  22% {
    height: 0.28125rem;
    top: 0.375rem;
    opacity: 1;
  }
  25% {
    top: -0.25rem;
  }
  35% {
    height: 1.125rem;
    top: -0.5rem;
  }
  55% {
    height: 0.28125rem;
    top: -0.125rem;
  }
  60% {
    height: 0.61875rem;
    opacity: 1;
    top: -0.275rem;
  }
  96% {
    height: 0.84375rem;
    opacity: 0;
    top: 0.5rem;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@-ms-keyframes cssload-liquid-1 {
  /* line 2048, app/assets/stylesheets/preloader.scss */
  0% {
    height: 0;
    opacity: 0;
    top: -0.5rem;
  }
  /* line 2053, app/assets/stylesheets/preloader.scss */
  22% {
    height: 0.28125rem;
    top: 0.375rem;
    opacity: 1;
  }
  /* line 2058, app/assets/stylesheets/preloader.scss */
  25% {
    top: -0.25rem;
  }
  /* line 2061, app/assets/stylesheets/preloader.scss */
  35% {
    height: 1.125rem;
    top: -0.5rem;
  }
  /* line 2065, app/assets/stylesheets/preloader.scss */
  55% {
    height: 0.28125rem;
    top: -0.125rem;
  }
  /* line 2069, app/assets/stylesheets/preloader.scss */
  60% {
    height: 0.61875rem;
    opacity: 1;
    top: -0.275rem;
  }
  /* line 2074, app/assets/stylesheets/preloader.scss */
  96% {
    height: 0.84375rem;
    opacity: 0;
    top: 0.5rem;
  }
  /* line 2079, app/assets/stylesheets/preloader.scss */
  100% {
    height: 0;
    opacity: 0;
  }
}

@-webkit-keyframes cssload-liquid-1 {
  0% {
    height: 0;
    opacity: 0;
    top: -0.5rem;
  }
  22% {
    height: 0.28125rem;
    top: 0.375rem;
    opacity: 1;
  }
  25% {
    top: -0.25rem;
  }
  35% {
    height: 1.125rem;
    top: -0.5rem;
  }
  55% {
    height: 0.28125rem;
    top: -0.125rem;
  }
  60% {
    height: 0.61875rem;
    opacity: 1;
    top: -0.275rem;
  }
  96% {
    height: 0.84375rem;
    opacity: 0;
    top: 0.5rem;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@-moz-keyframes cssload-liquid-1 {
  0% {
    height: 0;
    opacity: 0;
    top: -0.5rem;
  }
  22% {
    height: 0.28125rem;
    top: 0.375rem;
    opacity: 1;
  }
  25% {
    top: -0.25rem;
  }
  35% {
    height: 1.125rem;
    top: -0.5rem;
  }
  55% {
    height: 0.28125rem;
    top: -0.125rem;
  }
  60% {
    height: 0.61875rem;
    opacity: 1;
    top: -0.275rem;
  }
  96% {
    height: 0.84375rem;
    opacity: 0;
    top: 0.5rem;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@keyframes cssload-liquid-2 {
  0% {
    height: 0;
    opacity: 0;
    top: -0.5rem;
  }
  17.5% {
    height: 0.28125rem;
    top: 0.2rem;
    opacity: 1;
  }
  20% {
    top: -0.25rem;
  }
  25% {
    height: 1.40625rem;
    top: -0.625rem;
  }
  45% {
    height: 0.28125rem;
    top: -0.125rem;
  }
  60% {
    height: 1.40625rem;
    opacity: 1;
    top: -0.5rem;
  }
  96% {
    height: 0.84375rem;
    opacity: 0;
    top: 0.5rem;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@-o-keyframes cssload-liquid-2 {
  0% {
    height: 0;
    opacity: 0;
    top: -0.5rem;
  }
  17.5% {
    height: 0.28125rem;
    top: 0.2rem;
    opacity: 1;
  }
  20% {
    top: -0.25rem;
  }
  25% {
    height: 1.40625rem;
    top: -0.625rem;
  }
  45% {
    height: 0.28125rem;
    top: -0.125rem;
  }
  60% {
    height: 1.40625rem;
    opacity: 1;
    top: -0.5rem;
  }
  96% {
    height: 0.84375rem;
    opacity: 0;
    top: 0.5rem;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@-ms-keyframes cssload-liquid-2 {
  /* line 2238, app/assets/stylesheets/preloader.scss */
  0% {
    height: 0;
    opacity: 0;
    top: -0.5rem;
  }
  /* line 2243, app/assets/stylesheets/preloader.scss */
  17.5% {
    height: 0.28125rem;
    top: 0.2rem;
    opacity: 1;
  }
  /* line 2248, app/assets/stylesheets/preloader.scss */
  20% {
    top: -0.25rem;
  }
  /* line 2251, app/assets/stylesheets/preloader.scss */
  25% {
    height: 1.40625rem;
    top: -0.625rem;
  }
  /* line 2255, app/assets/stylesheets/preloader.scss */
  45% {
    height: 0.28125rem;
    top: -0.125rem;
  }
  /* line 2259, app/assets/stylesheets/preloader.scss */
  60% {
    height: 1.40625rem;
    opacity: 1;
    top: -0.5rem;
  }
  /* line 2264, app/assets/stylesheets/preloader.scss */
  96% {
    height: 0.84375rem;
    opacity: 0;
    top: 0.5rem;
  }
  /* line 2269, app/assets/stylesheets/preloader.scss */
  100% {
    height: 0;
    opacity: 0;
  }
}

@-webkit-keyframes cssload-liquid-2 {
  0% {
    height: 0;
    opacity: 0;
    top: -0.5rem;
  }
  17.5% {
    height: 0.28125rem;
    top: 0.2rem;
    opacity: 1;
  }
  20% {
    top: -0.25rem;
  }
  25% {
    height: 1.40625rem;
    top: -0.625rem;
  }
  45% {
    height: 0.28125rem;
    top: -0.125rem;
  }
  60% {
    height: 1.40625rem;
    opacity: 1;
    top: -0.5rem;
  }
  96% {
    height: 0.84375rem;
    opacity: 0;
    top: 0.5rem;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@-moz-keyframes cssload-liquid-2 {
  0% {
    height: 0;
    opacity: 0;
    top: -0.5rem;
  }
  17.5% {
    height: 0.28125rem;
    top: 0.2rem;
    opacity: 1;
  }
  20% {
    top: -0.25rem;
  }
  25% {
    height: 1.40625rem;
    top: -0.625rem;
  }
  45% {
    height: 0.28125rem;
    top: -0.125rem;
  }
  60% {
    height: 1.40625rem;
    opacity: 1;
    top: -0.5rem;
  }
  96% {
    height: 0.84375rem;
    opacity: 0;
    top: 0.5rem;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

/*===== Preloader Sixteen =======*/
/*=======Markup=====

<div class="preloader-equalizer">
	<ul>
		<li></li>
		<li></li>
		<li></li>
		<li></li>
		<li></li>
		<li></li>
	</ul>
</div>
*/
/* line 2366, app/assets/stylesheets/preloader.scss */
.preloader-equalizer {
  position: absolute;
  margin: 50px auto;
  left: 0;
  right: 0;
  width: 88px;
}

/* line 2373, app/assets/stylesheets/preloader.scss */
.preloader-equalizer ul {
  margin: 0;
  list-style: none;
  width: 88px;
  height: 63px;
  position: relative;
  padding: 0;
  height: 10px;
}

/* line 2382, app/assets/stylesheets/preloader.scss */
.preloader-equalizer ul li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: black;
  bottom: 0;
}

/* line 2389, app/assets/stylesheets/preloader.scss */
.preloader-equalizer li:nth-child(1) {
  left: 0;
  animation: cssload-sequence1 1.15s ease infinite 0;
  -o-animation: cssload-sequence1 1.15s ease infinite 0;
  -ms-animation: cssload-sequence1 1.15s ease infinite 0;
  -webkit-animation: cssload-sequence1 1.15s ease infinite 0;
  -moz-animation: cssload-sequence1 1.15s ease infinite 0;
}

/* line 2397, app/assets/stylesheets/preloader.scss */
.preloader-equalizer li:nth-child(2) {
  left: 15px;
  animation: cssload-sequence2 1.15s ease infinite 0.12s;
  -o-animation: cssload-sequence2 1.15s ease infinite 0.12s;
  -ms-animation: cssload-sequence2 1.15s ease infinite 0.12s;
  -webkit-animation: cssload-sequence2 1.15s ease infinite 0.12s;
  -moz-animation: cssload-sequence2 1.15s ease infinite 0.12s;
}

/* line 2405, app/assets/stylesheets/preloader.scss */
.preloader-equalizer li:nth-child(3) {
  left: 29px;
  animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
  -o-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
  -ms-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
  -webkit-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
  -moz-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
}

/* line 2413, app/assets/stylesheets/preloader.scss */
.preloader-equalizer li:nth-child(4) {
  left: 44px;
  animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
  -o-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
  -ms-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
  -webkit-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
  -moz-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
}

/* line 2421, app/assets/stylesheets/preloader.scss */
.preloader-equalizer li:nth-child(5) {
  left: 58px;
  animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
  -o-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
  -ms-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
  -webkit-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
  -moz-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
}

/* line 2429, app/assets/stylesheets/preloader.scss */
.preloader-equalizer li:nth-child(6) {
  left: 73px;
  animation: cssload-sequence2 1.15s ease infinite 0.58s;
  -o-animation: cssload-sequence2 1.15s ease infinite 0.58s;
  -ms-animation: cssload-sequence2 1.15s ease infinite 0.58s;
  -webkit-animation: cssload-sequence2 1.15s ease infinite 0.58s;
  -moz-animation: cssload-sequence2 1.15s ease infinite 0.58s;
}

@keyframes cssload-sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 49px;
  }
  100% {
    height: 10px;
  }
}

@-o-keyframes cssload-sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 49px;
  }
  100% {
    height: 10px;
  }
}

@-ms-keyframes cssload-sequence1 {
  /* line 2463, app/assets/stylesheets/preloader.scss */
  0% {
    height: 10px;
  }
  /* line 2466, app/assets/stylesheets/preloader.scss */
  50% {
    height: 49px;
  }
  /* line 2469, app/assets/stylesheets/preloader.scss */
  100% {
    height: 10px;
  }
}

@-webkit-keyframes cssload-sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 49px;
  }
  100% {
    height: 10px;
  }
}

@-moz-keyframes cssload-sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 49px;
  }
  100% {
    height: 10px;
  }
}

@keyframes cssload-sequence2 {
  0% {
    height: 19px;
  }
  50% {
    height: 63px;
  }
  100% {
    height: 19px;
  }
}

@-o-keyframes cssload-sequence2 {
  0% {
    height: 19px;
  }
  50% {
    height: 63px;
  }
  100% {
    height: 19px;
  }
}

@-ms-keyframes cssload-sequence2 {
  /* line 2523, app/assets/stylesheets/preloader.scss */
  0% {
    height: 19px;
  }
  /* line 2526, app/assets/stylesheets/preloader.scss */
  50% {
    height: 63px;
  }
  /* line 2529, app/assets/stylesheets/preloader.scss */
  100% {
    height: 19px;
  }
}

@-webkit-keyframes cssload-sequence2 {
  0% {
    height: 19px;
  }
  50% {
    height: 63px;
  }
  100% {
    height: 19px;
  }
}

@-moz-keyframes cssload-sequence2 {
  0% {
    height: 19px;
  }
  50% {
    height: 63px;
  }
  100% {
    height: 19px;
  }
}

/*===== Preloader Seventeen =======*/
/*=======Markup=====

<div class="preloader-square-swapping">
	<div class="cssload-square-part cssload-square-green"></div>
	<div class="cssload-square-part cssload-square-pink"></div>
	<div class="cssload-square-blend"></div>
</div>
*/
/* line 2568, app/assets/stylesheets/preloader.scss */
.preloader-square-swapping {
  margin: 30px auto;
  width: 19px;
  height: 19px;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

/* line 2579, app/assets/stylesheets/preloader.scss */
.preloader-square-swapping .cssload-square-part {
  position: absolute;
  width: 19px;
  height: 19px;
  z-index: 1;
  animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -ms-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -moz-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}

/* line 2591, app/assets/stylesheets/preloader.scss */
.preloader-square-swapping .cssload-square-green {
  background: #54fad4;
  right: 0;
  bottom: 0;
  animation-direction: alternate-reverse;
  -o-animation-direction: alternate-reverse;
  -ms-animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
  -moz-animation-direction: alternate-reverse;
}

/* line 2602, app/assets/stylesheets/preloader.scss */
.preloader-square-swapping .cssload-square-pink {
  background: #e96f92;
  left: 0;
  top: 0;
}

/* line 2608, app/assets/stylesheets/preloader.scss */
.preloader-square-swapping .cssload-square-blend {
  background: #75517d;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  animation: blend-anim 0.92s ease-in infinite;
  -o-animation: blend-anim 0.92s ease-in infinite;
  -ms-animation: blend-anim 0.92s ease-in infinite;
  -webkit-animation: blend-anim 0.92s ease-in infinite;
  -moz-animation: blend-anim 0.92s ease-in infinite;
}

@keyframes blend-anim {
  0% {
    transform: scale(0.01, 0.01) rotateY(0);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    transform: scale(1, 1) rotateY(0);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    transform: scale(0.01, 0.01) rotateY(0);
  }
}

@-o-keyframes blend-anim {
  0% {
    -o-transform: scale(0.01, 0.01) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -o-transform: scale(1, 1) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -o-transform: scale(0.01, 0.01) rotateY(0);
  }
}

@-ms-keyframes blend-anim {
  /* line 2652, app/assets/stylesheets/preloader.scss */
  0% {
    -ms-transform: scale(0.01, 0.01) rotateY(0);
    -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  /* line 2656, app/assets/stylesheets/preloader.scss */
  50% {
    -ms-transform: scale(1, 1) rotateY(0);
    -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  /* line 2660, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: scale(0.01, 0.01) rotateY(0);
  }
}

@-webkit-keyframes blend-anim {
  0% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -webkit-transform: scale(1, 1) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
  }
}

@-moz-keyframes blend-anim {
  0% {
    -moz-transform: scale(0.01, 0.01) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -moz-transform: scale(1, 1) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -moz-transform: scale(0.01, 0.01) rotateY(0);
  }
}

@keyframes cssload-part-anim {
  0% {
    transform: translate3d(-10px, -10px, 0);
  }
  100% {
    transform: translate3d(10px, 10px, 0);
  }
}

@-o-keyframes cssload-part-anim {
  0% {
    -o-transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -o-transform: translate3d(10px, 10px, 0);
  }
}

@-ms-keyframes cssload-part-anim {
  /* line 2712, app/assets/stylesheets/preloader.scss */
  0% {
    -ms-transform: translate3d(-10px, -10px, 0);
  }
  /* line 2715, app/assets/stylesheets/preloader.scss */
  100% {
    -ms-transform: translate3d(10px, 10px, 0);
  }
}

@-webkit-keyframes cssload-part-anim {
  0% {
    -webkit-transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(10px, 10px, 0);
  }
}

@-moz-keyframes cssload-part-anim {
  0% {
    -moz-transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -moz-transform: translate3d(10px, 10px, 0);
  }
}

/*===== Preloader Eighteen =======*/
/*=======Markup=====

<div class="preloader-jackhammer">
	<ul class="cssload-flex-container">
		<li>
			<span class="cssload-loading"></span>
		</li>
	</div>
</div>
*/
/* line 2750, app/assets/stylesheets/preloader.scss */
.preloader-jackhammer * {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 2757, app/assets/stylesheets/preloader.scss */
.preloader-jackhammer {
  margin: 0 auto;
  max-width: 545px;
}

/* line 2762, app/assets/stylesheets/preloader.scss */
.preloader-jackhammer ul li {
  list-style: none;
}

/* line 2766, app/assets/stylesheets/preloader.scss */
.preloader-jackhammer .cssload-flex-container {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: space-around;
}

/* line 2784, app/assets/stylesheets/preloader.scss */
.preloader-jackhammer .cssload-flex-container li {
  padding: 10px;
  height: 97px;
  width: 97px;
  margin: 0;
  position: relative;
  text-align: center;
}

/* line 2793, app/assets/stylesheets/preloader.scss */
.preloader-jackhammer .cssload-loading, .preloader-jackhammer .cssload-loading:after, .preloader-jackhammer .cssload-loading:before {
  display: inline-block;
  position: relative;
  width: 5px;
  height: 49px;
  background: black;
  margin-top: 5px;
  border-radius: 975px;
  -o-border-radius: 975px;
  -ms-border-radius: 975px;
  -webkit-border-radius: 975px;
  -moz-border-radius: 975px;
  animation: cssload-upDown2 1.15s ease infinite;
  -o-animation: cssload-upDown2 1.15s ease infinite;
  -ms-animation: cssload-upDown2 1.15s ease infinite;
  -webkit-animation: cssload-upDown2 1.15s ease infinite;
  -moz-animation: cssload-upDown2 1.15s ease infinite;
  animation-direction: alternate;
  -o-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-delay: 0.29s;
  -o-animation-delay: 0.29s;
  -ms-animation-delay: 0.29s;
  -webkit-animation-delay: 0.29s;
  -moz-animation-delay: 0.29s;
}

/* line 2821, app/assets/stylesheets/preloader.scss */
.preloader-jackhammer .cssload-loading:after, .preloader-jackhammer .cssload-loading:before {
  position: absolute;
  content: '';
  animation: cssload-upDown 1.15s ease infinite;
  -o-animation: cssload-upDown 1.15s ease infinite;
  -ms-animation: cssload-upDown 1.15s ease infinite;
  -webkit-animation: cssload-upDown 1.15s ease infinite;
  -moz-animation: cssload-upDown 1.15s ease infinite;
  animation-direction: alternate;
  -o-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
}

/* line 2835, app/assets/stylesheets/preloader.scss */
.preloader-jackhammer .cssload-loading:before {
  left: -10px;
}

/* line 2838, app/assets/stylesheets/preloader.scss */
.preloader-jackhammer .cssload-loading:after {
  left: 10px;
  animation-delay: 0.58s;
  -o-animation-delay: 0.58s;
  -ms-animation-delay: 0.58s;
  -webkit-animation-delay: 0.58s;
  -moz-animation-delay: 0.58s;
}

@keyframes cssload-upDown {
  from {
    transform: translateY(19px);
  }
  to {
    transform: translateY(-19px);
  }
}

@-o-keyframes cssload-upDown {
  from {
    -o-transform: translateY(19px);
  }
  to {
    -o-transform: translateY(-19px);
  }
}

@-ms-keyframes cssload-upDown {
  /* line 2865, app/assets/stylesheets/preloader.scss */
  from {
    -ms-transform: translateY(19px);
  }
  /* line 2868, app/assets/stylesheets/preloader.scss */
  to {
    -ms-transform: translateY(-19px);
  }
}

@-webkit-keyframes cssload-upDown {
  from {
    -webkit-transform: translateY(19px);
  }
  to {
    -webkit-transform: translateY(-19px);
  }
}

@-moz-keyframes cssload-upDown {
  from {
    -moz-transform: translateY(19px);
  }
  to {
    -moz-transform: translateY(-19px);
  }
}

@keyframes cssload-upDown2 {
  from {
    transform: translateY(29px);
  }
  to {
    transform: translateY(-19px);
  }
}

@-o-keyframes cssload-upDown2 {
  from {
    -o-transform: translateY(29px);
  }
  to {
    -o-transform: translateY(-19px);
  }
}

@-ms-keyframes cssload-upDown2 {
  /* line 2910, app/assets/stylesheets/preloader.scss */
  from {
    -ms-transform: translateY(29px);
  }
  /* line 2913, app/assets/stylesheets/preloader.scss */
  to {
    -ms-transform: translateY(-19px);
  }
}

@-webkit-keyframes cssload-upDown2 {
  from {
    -webkit-transform: translateY(29px);
  }
  to {
    -webkit-transform: translateY(-19px);
  }
}

@-moz-keyframes cssload-upDown2 {
  from {
    -moz-transform: translateY(29px);
  }
  to {
    -moz-transform: translateY(-19px);
  }
}

/* -------- Preloader animation ---------- */
/* 
 * Custom Bootstrap Margin Padding
 * Author - Md Ismail Hossain
 * Git    - https://github.com/ismailcseku/Custom-Bootstrap-Margin-Padding
 * Web    - http://ismail-hossain.me/
 * Email  - ismailcseku@gmail.com
 */
/**
 * Table of Contents:
 *
 * 1   -> Basic margin padding
 * 1.1 -> Basic Margin
 * 1.2 -> Basic Padding
 * 1.3 -> Margin top
 * 1.4 -> Margin right
 * 1.5 -> Margin bottom
 * 1.6 -> Margin left
 * 1.7 -> Padding top
 * 1.8 -> Padding right
 * 1.9 -> Padding bottom
 * 1.10 -> Padding left
 * 2 -> lg: min-width:1200px
 * 3 -> md: max-width:1199px
 * 4 -> sm: max-width:991px
 * 5 -> xs: max-width 767px
 * 6 -> xxs: max-width 479px
 * ===============================================
 */
/* min even, max odd*/
/*
 * 1.1 -> Basic Margin
 * -----------------------------------------------
*/
/* line 37, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-0 {
  margin: 0px !important;
}

/* line 38, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-5 {
  margin: 5px !important;
}

/* line 39, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-10 {
  margin: 10px !important;
}

/* line 40, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-15 {
  margin: 15px !important;
}

/* line 41, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-20 {
  margin: 20px !important;
}

/* line 42, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-30 {
  margin: 30px !important;
}

/* line 43, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-40 {
  margin: 40px !important;
}

/* line 44, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-50 {
  margin: 50px !important;
}

/* line 45, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-60 {
  margin: 60px !important;
}

/* line 46, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-70 {
  margin: 70px !important;
}

/* line 47, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-80 {
  margin: 80px !important;
}

/* line 48, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-90 {
  margin: 90px !important;
}

/* line 49, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-100 {
  margin: 100px !important;
}

/* line 50, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-110 {
  margin: 110px !important;
}

/* line 51, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-120 {
  margin: 120px !important;
}

/* line 52, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-130 {
  margin: 130px !important;
}

/* line 53, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-140 {
  margin: 140px !important;
}

/* line 54, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-150 {
  margin: 150px !important;
}

/* line 55, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-160 {
  margin: 160px !important;
}

/* line 56, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-170 {
  margin: 170px !important;
}

/* line 57, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-180 {
  margin: 180px !important;
}

/* line 58, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-190 {
  margin: 190px !important;
}

/* line 59, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.m-200 {
  margin: 200px !important;
}

/*
 * 1.2 -> Basic Padding
 * -----------------------------------------------
*/
/* line 65, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-0 {
  padding: 0 !important;
}

/* line 66, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-5 {
  padding: 5px !important;
}

/* line 67, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-10 {
  padding: 10px !important;
}

/* line 68, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-15 {
  padding: 15px !important;
}

/* line 69, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-20 {
  padding: 20px !important;
}

/* line 70, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-30 {
  padding: 30px !important;
}

/* line 71, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-40 {
  padding: 40px !important;
}

/* line 72, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-50 {
  padding: 50px !important;
}

/* line 73, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-60 {
  padding: 60px !important;
}

/* line 74, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-70 {
  padding: 70px !important;
}

/* line 75, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-80 {
  padding: 80px !important;
}

/* line 76, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-90 {
  padding: 90px !important;
}

/* line 77, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-100 {
  padding: 100px !important;
}

/* line 78, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-110 {
  padding: 110px !important;
}

/* line 79, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-120 {
  padding: 120px !important;
}

/* line 80, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-130 {
  padding: 130px !important;
}

/* line 81, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-140 {
  padding: 140px !important;
}

/* line 82, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-150 {
  padding: 150px !important;
}

/* line 83, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-160 {
  padding: 160px !important;
}

/* line 84, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-170 {
  padding: 170px !important;
}

/* line 85, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-180 {
  padding: 180px !important;
}

/* line 86, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-190 {
  padding: 190px !important;
}

/* line 87, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.p-200 {
  padding: 200px !important;
}

/*
 * 1.3 -> Margin top
 * -----------------------------------------------
*/
/* line 93, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 94, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-5 {
  margin-top: 5px !important;
}

/* line 95, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-10 {
  margin-top: 10px !important;
}

/* line 96, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-15 {
  margin-top: 15px !important;
}

/* line 97, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-20 {
  margin-top: 20px !important;
}

/* line 98, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-30 {
  margin-top: 30px !important;
}

/* line 99, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-40 {
  margin-top: 40px !important;
}

/* line 100, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-50 {
  margin-top: 50px !important;
}

/* line 101, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-60 {
  margin-top: 60px !important;
}

/* line 102, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-70 {
  margin-top: 70px !important;
}

/* line 103, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-80 {
  margin-top: 80px !important;
}

/* line 104, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-90 {
  margin-top: 90px !important;
}

/* line 105, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-100 {
  margin-top: 100px !important;
}

/* line 106, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-110 {
  margin-top: 110px !important;
}

/* line 107, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-120 {
  margin-top: 120px !important;
}

/* line 108, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-130 {
  margin-top: 130px !important;
}

/* line 109, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-140 {
  margin-top: 140px !important;
}

/* line 110, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-150 {
  margin-top: 150px !important;
}

/* line 111, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-160 {
  margin-top: 160px !important;
}

/* line 112, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-170 {
  margin-top: 170px !important;
}

/* line 113, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-180 {
  margin-top: 180px !important;
}

/* line 114, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-190 {
  margin-top: 190px !important;
}

/* line 115, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mt-200 {
  margin-top: 200px !important;
}

/*
 * 1.4 -> Margin right
 * -----------------------------------------------
*/
/* line 121, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* line 122, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-5 {
  margin-right: 5px !important;
}

/* line 123, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-10 {
  margin-right: 10px !important;
}

/* line 124, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-15 {
  margin-right: 15px !important;
}

/* line 125, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-20 {
  margin-right: 20px !important;
}

/* line 126, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-30 {
  margin-right: 30px !important;
}

/* line 127, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-40 {
  margin-right: 40px !important;
}

/* line 128, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-50 {
  margin-right: 50px !important;
}

/* line 129, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-60 {
  margin-right: 60px !important;
}

/* line 130, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-70 {
  margin-right: 70px !important;
}

/* line 131, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-80 {
  margin-right: 80px !important;
}

/* line 132, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-90 {
  margin-right: 90px !important;
}

/* line 133, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-100 {
  margin-right: 100px !important;
}

/* line 134, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-110 {
  margin-right: 110px !important;
}

/* line 135, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-120 {
  margin-right: 120px !important;
}

/* line 136, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-130 {
  margin-right: 130px !important;
}

/* line 137, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-140 {
  margin-right: 140px !important;
}

/* line 138, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-150 {
  margin-right: 150px !important;
}

/* line 139, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-160 {
  margin-right: 160px !important;
}

/* line 140, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-170 {
  margin-right: 170px !important;
}

/* line 141, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-180 {
  margin-right: 180px !important;
}

/* line 142, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-190 {
  margin-right: 190px !important;
}

/* line 143, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mr-200 {
  margin-right: 200px !important;
}

/*
 * 1.5 -> Margin bottom
 * -----------------------------------------------
*/
/* line 149, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 150, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-5 {
  margin-bottom: 5px !important;
}

/* line 151, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 152, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-15 {
  margin-bottom: 15px !important;
}

/* line 153, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-20 {
  margin-bottom: 20px !important;
}

/* line 154, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 155, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-40 {
  margin-bottom: 40px !important;
}

/* line 156, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-50 {
  margin-bottom: 50px !important;
}

/* line 157, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-60 {
  margin-bottom: 60px !important;
}

/* line 158, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-70 {
  margin-bottom: 70px !important;
}

/* line 159, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-80 {
  margin-bottom: 80px !important;
}

/* line 160, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-90 {
  margin-bottom: 90px !important;
}

/* line 161, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-100 {
  margin-bottom: 100px !important;
}

/* line 162, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-110 {
  margin-bottom: 110px !important;
}

/* line 163, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-120 {
  margin-bottom: 120px !important;
}

/* line 164, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-130 {
  margin-bottom: 130px !important;
}

/* line 165, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-140 {
  margin-bottom: 140px !important;
}

/* line 166, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-150 {
  margin-bottom: 150px !important;
}

/* line 167, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-160 {
  margin-bottom: 160px !important;
}

/* line 168, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-170 {
  margin-bottom: 170px !important;
}

/* line 169, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-180 {
  margin-bottom: 180px !important;
}

/* line 170, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-190 {
  margin-bottom: 190px !important;
}

/* line 171, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-200 {
  margin-bottom: 200px !important;
}

/* line 172, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.mb-600 {
  margin-bottom: 600px !important;
}

/*
 * 1.6 -> Margin left
 * -----------------------------------------------
*/
/* line 178, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* line 179, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-5 {
  margin-left: 5px !important;
}

/* line 180, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-10 {
  margin-left: 10px !important;
}

/* line 181, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-15 {
  margin-left: 15px !important;
}

/* line 182, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-20 {
  margin-left: 20px !important;
}

/* line 183, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-30 {
  margin-left: 30px !important;
}

/* line 184, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-40 {
  margin-left: 40px !important;
}

/* line 185, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-50 {
  margin-left: 50px !important;
}

/* line 186, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-60 {
  margin-left: 60px !important;
}

/* line 187, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-70 {
  margin-left: 70px !important;
}

/* line 188, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-80 {
  margin-left: 80px !important;
}

/* line 189, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-90 {
  margin-left: 90px !important;
}

/* line 190, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-100 {
  margin-left: 100px !important;
}

/* line 191, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-110 {
  margin-left: 110px !important;
}

/* line 192, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-120 {
  margin-left: 120px !important;
}

/* line 193, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-130 {
  margin-left: 130px !important;
}

/* line 194, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-140 {
  margin-left: 140px !important;
}

/* line 195, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-150 {
  margin-left: 150px !important;
}

/* line 196, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-160 {
  margin-left: 160px !important;
}

/* line 197, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-170 {
  margin-left: 170px !important;
}

/* line 198, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-180 {
  margin-left: 180px !important;
}

/* line 199, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-190 {
  margin-left: 190px !important;
}

/* line 200, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-200 {
  margin-left: 200px !important;
}

/* line 201, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-300 {
  margin-left: 300px !important;
}

/* line 202, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-400 {
  margin-left: 400px !important;
}

/* line 203, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-500 {
  margin-left: 500px !important;
}

/* line 204, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-600 {
  margin-left: 600px !important;
}

/* line 205, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-700 {
  margin-left: 700px !important;
}

/* line 206, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-800 {
  margin-left: 800px !important;
}

/* line 207, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-900 {
  margin-left: 900px !important;
}

/* line 208, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-1000 {
  margin-left: 1000px !important;
}

/* line 209, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.ml-1100 {
  margin-left: 1100px !important;
}

/*
 * 1.7 -> Padding top
 * -----------------------------------------------
*/
/* line 215, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 216, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-5 {
  padding-top: 5px !important;
}

/* line 217, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-10 {
  padding-top: 10px !important;
}

/* line 218, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-15 {
  padding-top: 15px !important;
}

/* line 219, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-20 {
  padding-top: 20px !important;
}

/* line 220, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-30 {
  padding-top: 30px !important;
}

/* line 221, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-40 {
  padding-top: 40px !important;
}

/* line 222, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-50 {
  padding-top: 50px !important;
}

/* line 223, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-60 {
  padding-top: 60px !important;
}

/* line 224, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-70 {
  padding-top: 70px !important;
}

/* line 225, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-80 {
  padding-top: 80px !important;
}

/* line 226, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-90 {
  padding-top: 90px !important;
}

/* line 227, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-100 {
  padding-top: 100px !important;
}

/* line 228, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-110 {
  padding-top: 110px !important;
}

/* line 229, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-120 {
  padding-top: 120px !important;
}

/* line 230, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-130 {
  padding-top: 130px !important;
}

/* line 231, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-140 {
  padding-top: 140px !important;
}

/* line 232, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-150 {
  padding-top: 150px !important;
}

/* line 233, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-160 {
  padding-top: 160px !important;
}

/* line 234, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-170 {
  padding-top: 170px !important;
}

/* line 235, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-180 {
  padding-top: 180px !important;
}

/* line 236, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-190 {
  padding-top: 190px !important;
}

/* line 237, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pt-200 {
  padding-top: 200px !important;
}

/*
 * 1.8 -> Padding right
 * -----------------------------------------------
*/
/* line 243, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* line 244, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-5 {
  padding-right: 5px !important;
}

/* line 245, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-10 {
  padding-right: 10px !important;
}

/* line 246, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-15 {
  padding-right: 15px !important;
}

/* line 247, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-20 {
  padding-right: 20px !important;
}

/* line 248, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-30 {
  padding-right: 30px !important;
}

/* line 249, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-40 {
  padding-right: 40px !important;
}

/* line 250, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-50 {
  padding-right: 50px !important;
}

/* line 251, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-60 {
  padding-right: 60px !important;
}

/* line 252, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-70 {
  padding-right: 70px !important;
}

/* line 253, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-80 {
  padding-right: 80px !important;
}

/* line 254, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-90 {
  padding-right: 90px !important;
}

/* line 255, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-100 {
  padding-right: 100px !important;
}

/* line 256, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-110 {
  padding-right: 110px !important;
}

/* line 257, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-120 {
  padding-right: 120px !important;
}

/* line 258, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-130 {
  padding-right: 130px !important;
}

/* line 259, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-140 {
  padding-right: 140px !important;
}

/* line 260, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-150 {
  padding-right: 150px !important;
}

/* line 261, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-160 {
  padding-right: 160px !important;
}

/* line 262, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-170 {
  padding-right: 170px !important;
}

/* line 263, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-180 {
  padding-right: 180px !important;
}

/* line 264, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-190 {
  padding-right: 190px !important;
}

/* line 265, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pr-200 {
  padding-right: 200px !important;
}

/*
 * 1.9 -> Padding bottom
 * -----------------------------------------------
*/
/* line 271, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 272, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-5 {
  padding-bottom: 5px !important;
}

/* line 273, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-10 {
  padding-bottom: 10px !important;
}

/* line 274, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-15 {
  padding-bottom: 15px !important;
}

/* line 275, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-20 {
  padding-bottom: 20px !important;
}

/* line 276, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-30 {
  padding-bottom: 30px !important;
}

/* line 277, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-40 {
  padding-bottom: 40px !important;
}

/* line 278, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-50 {
  padding-bottom: 50px !important;
}

/* line 279, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-60 {
  padding-bottom: 60px !important;
}

/* line 280, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-70 {
  padding-bottom: 70px !important;
}

/* line 281, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-80 {
  padding-bottom: 80px !important;
}

/* line 282, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-90 {
  padding-bottom: 90px !important;
}

/* line 283, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-100 {
  padding-bottom: 100px !important;
}

/* line 284, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-110 {
  padding-bottom: 110px !important;
}

/* line 285, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-120 {
  padding-bottom: 120px !important;
}

/* line 286, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-130 {
  padding-bottom: 130px !important;
}

/* line 287, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-140 {
  padding-bottom: 140px !important;
}

/* line 288, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-150 {
  padding-bottom: 150px !important;
}

/* line 289, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-160 {
  padding-bottom: 160px !important;
}

/* line 290, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-170 {
  padding-bottom: 170px !important;
}

/* line 291, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-180 {
  padding-bottom: 180px !important;
}

/* line 292, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-190 {
  padding-bottom: 190px !important;
}

/* line 293, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pb-200 {
  padding-bottom: 200px !important;
}

/*
 * 1.10 -> Padding left
 * -----------------------------------------------
*/
/* line 299, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 300, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-5 {
  padding-left: 5px !important;
}

/* line 301, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-10 {
  padding-left: 10px !important;
}

/* line 302, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-15 {
  padding-left: 15px !important;
}

/* line 303, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-20 {
  padding-left: 20px !important;
}

/* line 304, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-30 {
  padding-left: 30px !important;
}

/* line 305, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-40 {
  padding-left: 40px !important;
}

/* line 306, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-50 {
  padding-left: 50px !important;
}

/* line 307, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-60 {
  padding-left: 60px !important;
}

/* line 308, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-70 {
  padding-left: 70px !important;
}

/* line 309, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-80 {
  padding-left: 80px !important;
}

/* line 310, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-90 {
  padding-left: 90px !important;
}

/* line 311, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-100 {
  padding-left: 100px !important;
}

/* line 312, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-110 {
  padding-left: 110px !important;
}

/* line 313, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-120 {
  padding-left: 120px !important;
}

/* line 314, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-130 {
  padding-left: 130px !important;
}

/* line 315, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-140 {
  padding-left: 140px !important;
}

/* line 316, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-150 {
  padding-left: 150px !important;
}

/* line 317, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-160 {
  padding-left: 160px !important;
}

/* line 318, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-170 {
  padding-left: 170px !important;
}

/* line 319, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-180 {
  padding-left: 180px !important;
}

/* line 320, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-190 {
  padding-left: 190px !important;
}

/* line 321, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
.pl-200 {
  padding-left: 200px !important;
}

/*
 * 2 -> lg: min-width:1200px
 * -----------------------------------------------
*/
@media (min-width: 1200px) {
  /*
 * 2.1 -> Basic Margin
 * -----------------------------------------------
*/
  /* line 332, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-0 {
    margin: 0px !important;
  }
  /* line 333, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-5 {
    margin: 5px !important;
  }
  /* line 334, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-10 {
    margin: 10px !important;
  }
  /* line 335, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-15 {
    margin: 15px !important;
  }
  /* line 336, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-20 {
    margin: 20px !important;
  }
  /* line 337, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-30 {
    margin: 30px !important;
  }
  /* line 338, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-40 {
    margin: 40px !important;
  }
  /* line 339, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-50 {
    margin: 50px !important;
  }
  /* line 340, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-60 {
    margin: 60px !important;
  }
  /* line 341, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-70 {
    margin: 70px !important;
  }
  /* line 342, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-80 {
    margin: 80px !important;
  }
  /* line 343, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-90 {
    margin: 90px !important;
  }
  /* line 344, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-100 {
    margin: 100px !important;
  }
  /* line 345, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-110 {
    margin: 110px !important;
  }
  /* line 346, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-120 {
    margin: 120px !important;
  }
  /* line 347, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-130 {
    margin: 130px !important;
  }
  /* line 348, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-140 {
    margin: 140px !important;
  }
  /* line 349, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-150 {
    margin: 150px !important;
  }
  /* line 350, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-160 {
    margin: 160px !important;
  }
  /* line 351, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-170 {
    margin: 170px !important;
  }
  /* line 352, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-180 {
    margin: 180px !important;
  }
  /* line 353, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-190 {
    margin: 190px !important;
  }
  /* line 354, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-lg-200 {
    margin: 200px !important;
  }
  /*
 * 2.2 -> Basic Padding
 * -----------------------------------------------
*/
  /* line 360, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 361, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-5 {
    padding: 5px !important;
  }
  /* line 362, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-10 {
    padding: 10px !important;
  }
  /* line 363, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-15 {
    padding: 15px !important;
  }
  /* line 364, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-20 {
    padding: 20px !important;
  }
  /* line 365, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-30 {
    padding: 30px !important;
  }
  /* line 366, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-40 {
    padding: 40px !important;
  }
  /* line 367, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-50 {
    padding: 50px !important;
  }
  /* line 368, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-60 {
    padding: 60px !important;
  }
  /* line 369, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-70 {
    padding: 70px !important;
  }
  /* line 370, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-80 {
    padding: 80px !important;
  }
  /* line 371, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-90 {
    padding: 90px !important;
  }
  /* line 372, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-100 {
    padding: 100px !important;
  }
  /* line 373, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-110 {
    padding: 110px !important;
  }
  /* line 374, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-120 {
    padding: 120px !important;
  }
  /* line 375, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-130 {
    padding: 130px !important;
  }
  /* line 376, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-140 {
    padding: 140px !important;
  }
  /* line 377, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-150 {
    padding: 150px !important;
  }
  /* line 378, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-160 {
    padding: 160px !important;
  }
  /* line 379, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-170 {
    padding: 170px !important;
  }
  /* line 380, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-180 {
    padding: 180px !important;
  }
  /* line 381, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-190 {
    padding: 190px !important;
  }
  /* line 382, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-lg-200 {
    padding: 200px !important;
  }
  /*
 * 2.3 -> Margin top
 * -----------------------------------------------
*/
  /* line 388, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 389, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  /* line 390, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  /* line 391, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  /* line 392, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  /* line 393, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  /* line 394, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  /* line 395, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  /* line 396, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  /* line 397, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  /* line 398, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  /* line 399, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  /* line 400, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  /* line 401, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-110 {
    margin-top: 110px !important;
  }
  /* line 402, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  /* line 403, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-130 {
    margin-top: 130px !important;
  }
  /* line 404, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  /* line 405, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-150 {
    margin-top: 150px !important;
  }
  /* line 406, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  /* line 407, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-170 {
    margin-top: 170px !important;
  }
  /* line 408, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  /* line 409, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-190 {
    margin-top: 190px !important;
  }
  /* line 410, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  /*
 * 2.4 -> Margin right
 * -----------------------------------------------
*/
  /* line 416, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  /* line 417, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  /* line 418, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  /* line 419, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  /* line 420, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  /* line 421, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  /* line 422, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  /* line 423, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  /* line 424, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  /* line 425, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  /* line 426, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  /* line 427, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  /* line 428, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  /* line 429, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-110 {
    margin-right: 110px !important;
  }
  /* line 430, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-120 {
    margin-right: 120px !important;
  }
  /* line 431, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-130 {
    margin-right: 130px !important;
  }
  /* line 432, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-140 {
    margin-right: 140px !important;
  }
  /* line 433, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-150 {
    margin-right: 150px !important;
  }
  /* line 434, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-160 {
    margin-right: 160px !important;
  }
  /* line 435, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-170 {
    margin-right: 170px !important;
  }
  /* line 436, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-180 {
    margin-right: 180px !important;
  }
  /* line 437, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-190 {
    margin-right: 190px !important;
  }
  /* line 438, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-lg-200 {
    margin-right: 200px !important;
  }
  /*
 * 2.5 -> Margin bottom
 * -----------------------------------------------
*/
  /* line 444, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 445, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  /* line 446, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  /* line 447, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  /* line 448, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  /* line 449, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  /* line 450, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  /* line 451, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  /* line 452, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  /* line 453, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  /* line 454, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  /* line 455, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  /* line 456, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  /* line 457, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
  /* line 458, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  /* line 459, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-130 {
    margin-bottom: 130px !important;
  }
  /* line 460, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  /* line 461, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  /* line 462, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  /* line 463, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-170 {
    margin-bottom: 170px !important;
  }
  /* line 464, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  /* line 465, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-190 {
    margin-bottom: 190px !important;
  }
  /* line 466, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  /*
 * 2.6 -> Margin left
 * -----------------------------------------------
*/
  /* line 472, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  /* line 473, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  /* line 474, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  /* line 475, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  /* line 476, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  /* line 477, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  /* line 478, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  /* line 479, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  /* line 480, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  /* line 481, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  /* line 482, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  /* line 483, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  /* line 484, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  /* line 485, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-110 {
    margin-left: 110px !important;
  }
  /* line 486, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-120 {
    margin-left: 120px !important;
  }
  /* line 487, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-130 {
    margin-left: 130px !important;
  }
  /* line 488, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-140 {
    margin-left: 140px !important;
  }
  /* line 489, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-150 {
    margin-left: 150px !important;
  }
  /* line 490, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-160 {
    margin-left: 160px !important;
  }
  /* line 491, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-170 {
    margin-left: 170px !important;
  }
  /* line 492, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-180 {
    margin-left: 180px !important;
  }
  /* line 493, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-190 {
    margin-left: 190px !important;
  }
  /* line 494, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-lg-200 {
    margin-left: 200px !important;
  }
  /*
 * 2.7 -> Padding top
 * -----------------------------------------------
*/
  /* line 500, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 501, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  /* line 502, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  /* line 503, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  /* line 504, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  /* line 505, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  /* line 506, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  /* line 507, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  /* line 508, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  /* line 509, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  /* line 510, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  /* line 511, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  /* line 512, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  /* line 513, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-110 {
    padding-top: 110px !important;
  }
  /* line 514, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  /* line 515, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-130 {
    padding-top: 130px !important;
  }
  /* line 516, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-140 {
    padding-top: 140px !important;
  }
  /* line 517, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-150 {
    padding-top: 150px !important;
  }
  /* line 518, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-160 {
    padding-top: 160px !important;
  }
  /* line 519, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-170 {
    padding-top: 170px !important;
  }
  /* line 520, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-180 {
    padding-top: 180px !important;
  }
  /* line 521, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-190 {
    padding-top: 190px !important;
  }
  /* line 522, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-lg-200 {
    padding-top: 200px !important;
  }
  /*
 * 2.8 -> Padding right
 * -----------------------------------------------
*/
  /* line 528, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  /* line 529, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-5 {
    padding-right: 5px !important;
  }
  /* line 530, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  /* line 531, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-15 {
    padding-right: 15px !important;
  }
  /* line 532, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  /* line 533, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-30 {
    padding-right: 30px !important;
  }
  /* line 534, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  /* line 535, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-50 {
    padding-right: 50px !important;
  }
  /* line 536, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-60 {
    padding-right: 60px !important;
  }
  /* line 537, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-70 {
    padding-right: 70px !important;
  }
  /* line 538, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-80 {
    padding-right: 80px !important;
  }
  /* line 539, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-90 {
    padding-right: 90px !important;
  }
  /* line 540, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-100 {
    padding-right: 100px !important;
  }
  /* line 541, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-110 {
    padding-right: 110px !important;
  }
  /* line 542, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-120 {
    padding-right: 120px !important;
  }
  /* line 543, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-130 {
    padding-right: 130px !important;
  }
  /* line 544, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-140 {
    padding-right: 140px !important;
  }
  /* line 545, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-150 {
    padding-right: 150px !important;
  }
  /* line 546, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-160 {
    padding-right: 160px !important;
  }
  /* line 547, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-170 {
    padding-right: 170px !important;
  }
  /* line 548, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-180 {
    padding-right: 180px !important;
  }
  /* line 549, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-190 {
    padding-right: 190px !important;
  }
  /* line 550, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-lg-200 {
    padding-right: 200px !important;
  }
  /*
 * 2.9 -> Padding bottom
 * -----------------------------------------------
*/
  /* line 556, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 557, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  /* line 558, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  /* line 559, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  /* line 560, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  /* line 561, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  /* line 562, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  /* line 563, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  /* line 564, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  /* line 565, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  /* line 566, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  /* line 567, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  /* line 568, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  /* line 569, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
  /* line 570, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  /* line 571, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-130 {
    padding-bottom: 130px !important;
  }
  /* line 572, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
  /* line 573, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-150 {
    padding-bottom: 150px !important;
  }
  /* line 574, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
  /* line 575, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-170 {
    padding-bottom: 170px !important;
  }
  /* line 576, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
  /* line 577, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-190 {
    padding-bottom: 190px !important;
  }
  /* line 578, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
  /*
 * 2.10 -> Padding left
 * -----------------------------------------------
*/
  /* line 584, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  /* line 585, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-5 {
    padding-left: 5px !important;
  }
  /* line 586, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-10 {
    padding-left: 10px !important;
  }
  /* line 587, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-15 {
    padding-left: 15px !important;
  }
  /* line 588, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  /* line 589, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-30 {
    padding-left: 30px !important;
  }
  /* line 590, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  /* line 591, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-50 {
    padding-left: 50px !important;
  }
  /* line 592, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-60 {
    padding-left: 60px !important;
  }
  /* line 593, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-70 {
    padding-left: 70px !important;
  }
  /* line 594, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-80 {
    padding-left: 80px !important;
  }
  /* line 595, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-90 {
    padding-left: 90px !important;
  }
  /* line 596, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-100 {
    padding-left: 100px !important;
  }
  /* line 597, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-110 {
    padding-left: 110px !important;
  }
  /* line 598, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-120 {
    padding-left: 120px !important;
  }
  /* line 599, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-130 {
    padding-left: 130px !important;
  }
  /* line 600, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-140 {
    padding-left: 140px !important;
  }
  /* line 601, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-150 {
    padding-left: 150px !important;
  }
  /* line 602, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-160 {
    padding-left: 160px !important;
  }
  /* line 603, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-170 {
    padding-left: 170px !important;
  }
  /* line 604, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-180 {
    padding-left: 180px !important;
  }
  /* line 605, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-190 {
    padding-left: 190px !important;
  }
  /* line 606, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-lg-200 {
    padding-left: 200px !important;
  }
}

/*
 * 3 -> md: max-width:1199px
 * -----------------------------------------------
*/
@media (max-width: 1199px) {
  /*
 * 3.1 -> Basic Margin
 * -----------------------------------------------
*/
  /* line 618, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-0 {
    margin: 0px !important;
  }
  /* line 619, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-5 {
    margin: 5px !important;
  }
  /* line 620, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-10 {
    margin: 10px !important;
  }
  /* line 621, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-15 {
    margin: 15px !important;
  }
  /* line 622, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-20 {
    margin: 20px !important;
  }
  /* line 623, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-30 {
    margin: 30px !important;
  }
  /* line 624, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-40 {
    margin: 40px !important;
  }
  /* line 625, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-50 {
    margin: 50px !important;
  }
  /* line 626, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-60 {
    margin: 60px !important;
  }
  /* line 627, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-70 {
    margin: 70px !important;
  }
  /* line 628, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-80 {
    margin: 80px !important;
  }
  /* line 629, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-90 {
    margin: 90px !important;
  }
  /* line 630, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-100 {
    margin: 100px !important;
  }
  /* line 631, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-110 {
    margin: 110px !important;
  }
  /* line 632, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-120 {
    margin: 120px !important;
  }
  /* line 633, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-130 {
    margin: 130px !important;
  }
  /* line 634, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-140 {
    margin: 140px !important;
  }
  /* line 635, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-150 {
    margin: 150px !important;
  }
  /* line 636, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-160 {
    margin: 160px !important;
  }
  /* line 637, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-170 {
    margin: 170px !important;
  }
  /* line 638, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-180 {
    margin: 180px !important;
  }
  /* line 639, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-190 {
    margin: 190px !important;
  }
  /* line 640, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-md-200 {
    margin: 200px !important;
  }
  /*
 * 3.2 -> Basic Padding
 * -----------------------------------------------
*/
  /* line 646, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 647, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-5 {
    padding: 5px !important;
  }
  /* line 648, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-10 {
    padding: 10px !important;
  }
  /* line 649, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-15 {
    padding: 15px !important;
  }
  /* line 650, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-20 {
    padding: 20px !important;
  }
  /* line 651, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-30 {
    padding: 30px !important;
  }
  /* line 652, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-40 {
    padding: 40px !important;
  }
  /* line 653, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-50 {
    padding: 50px !important;
  }
  /* line 654, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-60 {
    padding: 60px !important;
  }
  /* line 655, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-70 {
    padding: 70px !important;
  }
  /* line 656, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-80 {
    padding: 80px !important;
  }
  /* line 657, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-90 {
    padding: 90px !important;
  }
  /* line 658, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-100 {
    padding: 100px !important;
  }
  /* line 659, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-110 {
    padding: 110px !important;
  }
  /* line 660, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-120 {
    padding: 120px !important;
  }
  /* line 661, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-130 {
    padding: 130px !important;
  }
  /* line 662, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-140 {
    padding: 140px !important;
  }
  /* line 663, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-150 {
    padding: 150px !important;
  }
  /* line 664, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-160 {
    padding: 160px !important;
  }
  /* line 665, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-170 {
    padding: 170px !important;
  }
  /* line 666, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-180 {
    padding: 180px !important;
  }
  /* line 667, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-190 {
    padding: 190px !important;
  }
  /* line 668, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-md-200 {
    padding: 200px !important;
  }
  /*
 * 3.3 -> Margin top
 * -----------------------------------------------
*/
  /* line 674, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 675, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-5 {
    margin-top: 5px !important;
  }
  /* line 676, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-10 {
    margin-top: 10px !important;
  }
  /* line 677, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-15 {
    margin-top: 15px !important;
  }
  /* line 678, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-20 {
    margin-top: 20px !important;
  }
  /* line 679, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-30 {
    margin-top: 30px !important;
  }
  /* line 680, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-40 {
    margin-top: 40px !important;
  }
  /* line 681, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-50 {
    margin-top: 50px !important;
  }
  /* line 682, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-60 {
    margin-top: 60px !important;
  }
  /* line 683, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-70 {
    margin-top: 70px !important;
  }
  /* line 684, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-80 {
    margin-top: 80px !important;
  }
  /* line 685, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-90 {
    margin-top: 90px !important;
  }
  /* line 686, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-100 {
    margin-top: 100px !important;
  }
  /* line 687, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-110 {
    margin-top: 110px !important;
  }
  /* line 688, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-120 {
    margin-top: 120px !important;
  }
  /* line 689, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-130 {
    margin-top: 130px !important;
  }
  /* line 690, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-140 {
    margin-top: 140px !important;
  }
  /* line 691, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-150 {
    margin-top: 150px !important;
  }
  /* line 692, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-160 {
    margin-top: 160px !important;
  }
  /* line 693, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-170 {
    margin-top: 170px !important;
  }
  /* line 694, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-180 {
    margin-top: 180px !important;
  }
  /* line 695, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-190 {
    margin-top: 190px !important;
  }
  /* line 696, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-md-200 {
    margin-top: 200px !important;
  }
  /*
 * 3.4 -> Margin right
 * -----------------------------------------------
*/
  /* line 702, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-0 {
    margin-right: 0 !important;
  }
  /* line 703, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-5 {
    margin-right: 5px !important;
  }
  /* line 704, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-10 {
    margin-right: 10px !important;
  }
  /* line 705, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-15 {
    margin-right: 15px !important;
  }
  /* line 706, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-20 {
    margin-right: 20px !important;
  }
  /* line 707, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-30 {
    margin-right: 30px !important;
  }
  /* line 708, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-40 {
    margin-right: 40px !important;
  }
  /* line 709, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-50 {
    margin-right: 50px !important;
  }
  /* line 710, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-60 {
    margin-right: 60px !important;
  }
  /* line 711, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-70 {
    margin-right: 70px !important;
  }
  /* line 712, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-80 {
    margin-right: 80px !important;
  }
  /* line 713, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-90 {
    margin-right: 90px !important;
  }
  /* line 714, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-100 {
    margin-right: 100px !important;
  }
  /* line 715, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-110 {
    margin-right: 110px !important;
  }
  /* line 716, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-120 {
    margin-right: 120px !important;
  }
  /* line 717, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-130 {
    margin-right: 130px !important;
  }
  /* line 718, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-140 {
    margin-right: 140px !important;
  }
  /* line 719, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-150 {
    margin-right: 150px !important;
  }
  /* line 720, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-160 {
    margin-right: 160px !important;
  }
  /* line 721, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-170 {
    margin-right: 170px !important;
  }
  /* line 722, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-180 {
    margin-right: 180px !important;
  }
  /* line 723, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-190 {
    margin-right: 190px !important;
  }
  /* line 724, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-md-200 {
    margin-right: 200px !important;
  }
  /*
 * 3.5 -> Margin bottom
 * -----------------------------------------------
*/
  /* line 730, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 731, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  /* line 732, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  /* line 733, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  /* line 734, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  /* line 735, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  /* line 736, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  /* line 737, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  /* line 738, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  /* line 739, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  /* line 740, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  /* line 741, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  /* line 742, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  /* line 743, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  /* line 744, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  /* line 745, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
  /* line 746, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  /* line 747, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  /* line 748, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  /* line 749, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-170 {
    margin-bottom: 170px !important;
  }
  /* line 750, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  /* line 751, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-190 {
    margin-bottom: 190px !important;
  }
  /* line 752, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  /*
 * 3.6 -> Margin left
 * -----------------------------------------------
*/
  /* line 758, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-0 {
    margin-left: 0 !important;
  }
  /* line 759, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-5 {
    margin-left: 5px !important;
  }
  /* line 760, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-10 {
    margin-left: 10px !important;
  }
  /* line 761, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-15 {
    margin-left: 15px !important;
  }
  /* line 762, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-20 {
    margin-left: 20px !important;
  }
  /* line 763, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-30 {
    margin-left: 30px !important;
  }
  /* line 764, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-40 {
    margin-left: 40px !important;
  }
  /* line 765, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-50 {
    margin-left: 50px !important;
  }
  /* line 766, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-60 {
    margin-left: 60px !important;
  }
  /* line 767, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-70 {
    margin-left: 70px !important;
  }
  /* line 768, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-80 {
    margin-left: 80px !important;
  }
  /* line 769, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-90 {
    margin-left: 90px !important;
  }
  /* line 770, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-100 {
    margin-left: 100px !important;
  }
  /* line 771, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-110 {
    margin-left: 110px !important;
  }
  /* line 772, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-120 {
    margin-left: 120px !important;
  }
  /* line 773, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-130 {
    margin-left: 130px !important;
  }
  /* line 774, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-140 {
    margin-left: 140px !important;
  }
  /* line 775, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-150 {
    margin-left: 150px !important;
  }
  /* line 776, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-160 {
    margin-left: 160px !important;
  }
  /* line 777, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-170 {
    margin-left: 170px !important;
  }
  /* line 778, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-180 {
    margin-left: 180px !important;
  }
  /* line 779, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-190 {
    margin-left: 190px !important;
  }
  /* line 780, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-md-200 {
    margin-left: 200px !important;
  }
  /*
 * 3.7 -> Padding top
 * -----------------------------------------------
*/
  /* line 786, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 787, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-5 {
    padding-top: 5px !important;
  }
  /* line 788, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-10 {
    padding-top: 10px !important;
  }
  /* line 789, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-15 {
    padding-top: 15px !important;
  }
  /* line 790, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-20 {
    padding-top: 20px !important;
  }
  /* line 791, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-30 {
    padding-top: 30px !important;
  }
  /* line 792, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-40 {
    padding-top: 40px !important;
  }
  /* line 793, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-50 {
    padding-top: 50px !important;
  }
  /* line 794, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-60 {
    padding-top: 60px !important;
  }
  /* line 795, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-70 {
    padding-top: 70px !important;
  }
  /* line 796, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-80 {
    padding-top: 80px !important;
  }
  /* line 797, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-90 {
    padding-top: 90px !important;
  }
  /* line 798, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-100 {
    padding-top: 100px !important;
  }
  /* line 799, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-110 {
    padding-top: 110px !important;
  }
  /* line 800, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-120 {
    padding-top: 120px !important;
  }
  /* line 801, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-130 {
    padding-top: 130px !important;
  }
  /* line 802, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-140 {
    padding-top: 140px !important;
  }
  /* line 803, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-150 {
    padding-top: 150px !important;
  }
  /* line 804, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-160 {
    padding-top: 160px !important;
  }
  /* line 805, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-170 {
    padding-top: 170px !important;
  }
  /* line 806, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-180 {
    padding-top: 180px !important;
  }
  /* line 807, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-190 {
    padding-top: 190px !important;
  }
  /* line 808, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-md-200 {
    padding-top: 200px !important;
  }
  /*
 * 3.8 -> Padding right
 * -----------------------------------------------
*/
  /* line 814, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-0 {
    padding-right: 0 !important;
  }
  /* line 815, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-5 {
    padding-right: 5px !important;
  }
  /* line 816, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-10 {
    padding-right: 10px !important;
  }
  /* line 817, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-15 {
    padding-right: 15px !important;
  }
  /* line 818, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-20 {
    padding-right: 20px !important;
  }
  /* line 819, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-30 {
    padding-right: 30px !important;
  }
  /* line 820, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-40 {
    padding-right: 40px !important;
  }
  /* line 821, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-50 {
    padding-right: 50px !important;
  }
  /* line 822, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-60 {
    padding-right: 60px !important;
  }
  /* line 823, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-70 {
    padding-right: 70px !important;
  }
  /* line 824, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-80 {
    padding-right: 80px !important;
  }
  /* line 825, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-90 {
    padding-right: 90px !important;
  }
  /* line 826, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-100 {
    padding-right: 100px !important;
  }
  /* line 827, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-110 {
    padding-right: 110px !important;
  }
  /* line 828, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-120 {
    padding-right: 120px !important;
  }
  /* line 829, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-130 {
    padding-right: 130px !important;
  }
  /* line 830, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-140 {
    padding-right: 140px !important;
  }
  /* line 831, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-150 {
    padding-right: 150px !important;
  }
  /* line 832, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-160 {
    padding-right: 160px !important;
  }
  /* line 833, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-170 {
    padding-right: 170px !important;
  }
  /* line 834, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-180 {
    padding-right: 180px !important;
  }
  /* line 835, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-190 {
    padding-right: 190px !important;
  }
  /* line 836, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-md-200 {
    padding-right: 200px !important;
  }
  /*
 * 3.9 -> Padding bottom
 * -----------------------------------------------
*/
  /* line 842, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 843, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  /* line 844, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  /* line 845, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  /* line 846, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  /* line 847, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  /* line 848, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  /* line 849, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  /* line 850, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  /* line 851, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  /* line 852, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  /* line 853, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  /* line 854, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  /* line 855, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-110 {
    padding-bottom: 110px !important;
  }
  /* line 856, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  /* line 857, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-130 {
    padding-bottom: 130px !important;
  }
  /* line 858, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
  /* line 859, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
  /* line 860, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  /* line 861, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-170 {
    padding-bottom: 170px !important;
  }
  /* line 862, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
  /* line 863, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-190 {
    padding-bottom: 190px !important;
  }
  /* line 864, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
  /*
 * 3.10 -> Padding left
 * -----------------------------------------------
*/
  /* line 870, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-0 {
    padding-left: 0 !important;
  }
  /* line 871, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-5 {
    padding-left: 5px !important;
  }
  /* line 872, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-10 {
    padding-left: 10px !important;
  }
  /* line 873, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-15 {
    padding-left: 15px !important;
  }
  /* line 874, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-20 {
    padding-left: 20px !important;
  }
  /* line 875, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-30 {
    padding-left: 30px !important;
  }
  /* line 876, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-40 {
    padding-left: 40px !important;
  }
  /* line 877, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-50 {
    padding-left: 50px !important;
  }
  /* line 878, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-60 {
    padding-left: 60px !important;
  }
  /* line 879, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-70 {
    padding-left: 70px !important;
  }
  /* line 880, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-80 {
    padding-left: 80px !important;
  }
  /* line 881, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-90 {
    padding-left: 90px !important;
  }
  /* line 882, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-100 {
    padding-left: 100px !important;
  }
  /* line 883, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-110 {
    padding-left: 110px !important;
  }
  /* line 884, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-120 {
    padding-left: 120px !important;
  }
  /* line 885, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-130 {
    padding-left: 130px !important;
  }
  /* line 886, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-140 {
    padding-left: 140px !important;
  }
  /* line 887, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-150 {
    padding-left: 150px !important;
  }
  /* line 888, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-160 {
    padding-left: 160px !important;
  }
  /* line 889, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-170 {
    padding-left: 170px !important;
  }
  /* line 890, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-180 {
    padding-left: 180px !important;
  }
  /* line 891, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-190 {
    padding-left: 190px !important;
  }
  /* line 892, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-md-200 {
    padding-left: 200px !important;
  }
}

/*
 * 4 -> sm: max-width:991px
 * -----------------------------------------------
*/
@media (max-width: 991px) {
  /*
 * 4.1 -> Basic Margin
 * -----------------------------------------------
*/
  /* line 904, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-0 {
    margin: 0px !important;
  }
  /* line 905, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-5 {
    margin: 5px !important;
  }
  /* line 906, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-10 {
    margin: 10px !important;
  }
  /* line 907, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-15 {
    margin: 15px !important;
  }
  /* line 908, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-20 {
    margin: 20px !important;
  }
  /* line 909, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-30 {
    margin: 30px !important;
  }
  /* line 910, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-40 {
    margin: 40px !important;
  }
  /* line 911, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-50 {
    margin: 50px !important;
  }
  /* line 912, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-60 {
    margin: 60px !important;
  }
  /* line 913, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-70 {
    margin: 70px !important;
  }
  /* line 914, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-80 {
    margin: 80px !important;
  }
  /* line 915, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-90 {
    margin: 90px !important;
  }
  /* line 916, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-100 {
    margin: 100px !important;
  }
  /* line 917, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-110 {
    margin: 110px !important;
  }
  /* line 918, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-120 {
    margin: 120px !important;
  }
  /* line 919, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-130 {
    margin: 130px !important;
  }
  /* line 920, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-140 {
    margin: 140px !important;
  }
  /* line 921, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-150 {
    margin: 150px !important;
  }
  /* line 922, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-160 {
    margin: 160px !important;
  }
  /* line 923, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-170 {
    margin: 170px !important;
  }
  /* line 924, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-180 {
    margin: 180px !important;
  }
  /* line 925, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-190 {
    margin: 190px !important;
  }
  /* line 926, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-sm-200 {
    margin: 200px !important;
  }
  /*
 * 4.2 -> Basic Padding
 * -----------------------------------------------
*/
  /* line 932, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 933, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-5 {
    padding: 5px !important;
  }
  /* line 934, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-10 {
    padding: 10px !important;
  }
  /* line 935, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-15 {
    padding: 15px !important;
  }
  /* line 936, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-20 {
    padding: 20px !important;
  }
  /* line 937, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-30 {
    padding: 30px !important;
  }
  /* line 938, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-40 {
    padding: 40px !important;
  }
  /* line 939, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-50 {
    padding: 50px !important;
  }
  /* line 940, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-60 {
    padding: 60px !important;
  }
  /* line 941, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-70 {
    padding: 70px !important;
  }
  /* line 942, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-80 {
    padding: 80px !important;
  }
  /* line 943, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-90 {
    padding: 90px !important;
  }
  /* line 944, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-100 {
    padding: 100px !important;
  }
  /* line 945, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-110 {
    padding: 110px !important;
  }
  /* line 946, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-120 {
    padding: 120px !important;
  }
  /* line 947, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-130 {
    padding: 130px !important;
  }
  /* line 948, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-140 {
    padding: 140px !important;
  }
  /* line 949, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-150 {
    padding: 150px !important;
  }
  /* line 950, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-160 {
    padding: 160px !important;
  }
  /* line 951, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-170 {
    padding: 170px !important;
  }
  /* line 952, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-180 {
    padding: 180px !important;
  }
  /* line 953, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-190 {
    padding: 190px !important;
  }
  /* line 954, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-sm-200 {
    padding: 200px !important;
  }
  /*
 * 4.3 -> Margin top
 * -----------------------------------------------
*/
  /* line 960, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 961, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  /* line 962, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  /* line 963, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  /* line 964, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  /* line 965, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  /* line 966, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  /* line 967, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  /* line 968, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  /* line 969, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  /* line 970, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  /* line 971, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  /* line 972, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  /* line 973, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  /* line 974, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  /* line 975, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  /* line 976, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  /* line 977, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  /* line 978, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  /* line 979, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-170 {
    margin-top: 170px !important;
  }
  /* line 980, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  /* line 981, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-190 {
    margin-top: 190px !important;
  }
  /* line 982, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  /*
 * 4.4 -> Margin right
 * -----------------------------------------------
*/
  /* line 988, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  /* line 989, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  /* line 990, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  /* line 991, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  /* line 992, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  /* line 993, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  /* line 994, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  /* line 995, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  /* line 996, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  /* line 997, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-70 {
    margin-right: 70px !important;
  }
  /* line 998, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  /* line 999, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-90 {
    margin-right: 90px !important;
  }
  /* line 1000, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  /* line 1001, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-110 {
    margin-right: 110px !important;
  }
  /* line 1002, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-120 {
    margin-right: 120px !important;
  }
  /* line 1003, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-130 {
    margin-right: 130px !important;
  }
  /* line 1004, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-140 {
    margin-right: 140px !important;
  }
  /* line 1005, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-150 {
    margin-right: 150px !important;
  }
  /* line 1006, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-160 {
    margin-right: 160px !important;
  }
  /* line 1007, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-170 {
    margin-right: 170px !important;
  }
  /* line 1008, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-180 {
    margin-right: 180px !important;
  }
  /* line 1009, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-190 {
    margin-right: 190px !important;
  }
  /* line 1010, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-sm-200 {
    margin-right: 200px !important;
  }
  /*
 * 4.5 -> Margin bottom
 * -----------------------------------------------
*/
  /* line 1016, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 1017, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  /* line 1018, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  /* line 1019, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  /* line 1020, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  /* line 1021, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  /* line 1022, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  /* line 1023, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  /* line 1024, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  /* line 1025, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  /* line 1026, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  /* line 1027, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  /* line 1028, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  /* line 1029, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  /* line 1030, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  /* line 1031, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  /* line 1032, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  /* line 1033, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  /* line 1034, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  /* line 1035, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-170 {
    margin-bottom: 170px !important;
  }
  /* line 1036, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  /* line 1037, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-190 {
    margin-bottom: 190px !important;
  }
  /* line 1038, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  /*
 * 4.6 -> Margin left
 * -----------------------------------------------
*/
  /* line 1044, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  /* line 1045, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  /* line 1046, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  /* line 1047, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  /* line 1048, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  /* line 1049, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  /* line 1050, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  /* line 1051, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  /* line 1052, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  /* line 1053, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-70 {
    margin-left: 70px !important;
  }
  /* line 1054, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  /* line 1055, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-90 {
    margin-left: 90px !important;
  }
  /* line 1056, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  /* line 1057, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-110 {
    margin-left: 110px !important;
  }
  /* line 1058, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-120 {
    margin-left: 120px !important;
  }
  /* line 1059, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-130 {
    margin-left: 130px !important;
  }
  /* line 1060, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-140 {
    margin-left: 140px !important;
  }
  /* line 1061, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-150 {
    margin-left: 150px !important;
  }
  /* line 1062, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-160 {
    margin-left: 160px !important;
  }
  /* line 1063, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-170 {
    margin-left: 170px !important;
  }
  /* line 1064, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-180 {
    margin-left: 180px !important;
  }
  /* line 1065, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-190 {
    margin-left: 190px !important;
  }
  /* line 1066, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-sm-200 {
    margin-left: 200px !important;
  }
  /*
 * 4.7 -> Padding top
 * -----------------------------------------------
*/
  /* line 1072, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 1073, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  /* line 1074, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  /* line 1075, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  /* line 1076, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  /* line 1077, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  /* line 1078, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  /* line 1079, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  /* line 1080, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  /* line 1081, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  /* line 1082, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  /* line 1083, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  /* line 1084, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  /* line 1085, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-110 {
    padding-top: 110px !important;
  }
  /* line 1086, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  /* line 1087, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-130 {
    padding-top: 130px !important;
  }
  /* line 1088, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  /* line 1089, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-150 {
    padding-top: 150px !important;
  }
  /* line 1090, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  /* line 1091, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-170 {
    padding-top: 170px !important;
  }
  /* line 1092, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  /* line 1093, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-190 {
    padding-top: 190px !important;
  }
  /* line 1094, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  /*
 * 4.8 -> Padding right
 * -----------------------------------------------
*/
  /* line 1100, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  /* line 1101, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  /* line 1102, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  /* line 1103, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  /* line 1104, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  /* line 1105, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  /* line 1106, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  /* line 1107, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  /* line 1108, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  /* line 1109, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-70 {
    padding-right: 70px !important;
  }
  /* line 1110, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  /* line 1111, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-90 {
    padding-right: 90px !important;
  }
  /* line 1112, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  /* line 1113, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-110 {
    padding-right: 110px !important;
  }
  /* line 1114, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-120 {
    padding-right: 120px !important;
  }
  /* line 1115, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-130 {
    padding-right: 130px !important;
  }
  /* line 1116, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-140 {
    padding-right: 140px !important;
  }
  /* line 1117, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-150 {
    padding-right: 150px !important;
  }
  /* line 1118, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-160 {
    padding-right: 160px !important;
  }
  /* line 1119, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-170 {
    padding-right: 170px !important;
  }
  /* line 1120, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-180 {
    padding-right: 180px !important;
  }
  /* line 1121, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-190 {
    padding-right: 190px !important;
  }
  /* line 1122, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-sm-200 {
    padding-right: 200px !important;
  }
  /*
 * 4.9 -> Padding bottom
 * -----------------------------------------------
*/
  /* line 1128, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 1129, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  /* line 1130, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  /* line 1131, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  /* line 1132, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  /* line 1133, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  /* line 1134, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  /* line 1135, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  /* line 1136, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  /* line 1137, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  /* line 1138, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  /* line 1139, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  /* line 1140, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  /* line 1141, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
  /* line 1142, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  /* line 1143, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
  /* line 1144, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  /* line 1145, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
  /* line 1146, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  /* line 1147, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
  /* line 1148, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  /* line 1149, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-190 {
    padding-bottom: 190px !important;
  }
  /* line 1150, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  /*
 * 4.10 -> Padding left
 * -----------------------------------------------
*/
  /* line 1156, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  /* line 1157, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  /* line 1158, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  /* line 1159, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  /* line 1160, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  /* line 1161, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  /* line 1162, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  /* line 1163, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  /* line 1164, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  /* line 1165, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-70 {
    padding-left: 70px !important;
  }
  /* line 1166, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  /* line 1167, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-90 {
    padding-left: 90px !important;
  }
  /* line 1168, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  /* line 1169, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-110 {
    padding-left: 110px !important;
  }
  /* line 1170, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-120 {
    padding-left: 120px !important;
  }
  /* line 1171, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-130 {
    padding-left: 130px !important;
  }
  /* line 1172, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-140 {
    padding-left: 140px !important;
  }
  /* line 1173, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-150 {
    padding-left: 150px !important;
  }
  /* line 1174, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-160 {
    padding-left: 160px !important;
  }
  /* line 1175, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-170 {
    padding-left: 170px !important;
  }
  /* line 1176, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-180 {
    padding-left: 180px !important;
  }
  /* line 1177, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-190 {
    padding-left: 190px !important;
  }
  /* line 1178, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-sm-200 {
    padding-left: 200px !important;
  }
}

/*
 * 5 -> xs: max-width 767px
 * -----------------------------------------------
*/
@media (max-width: 500px) {
  /*
 * 5.1 -> Basic Margin
 * -----------------------------------------------
*/
  /* line 1190, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-0 {
    margin: 0px !important;
  }
  /* line 1191, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-5 {
    margin: 5px !important;
  }
  /* line 1192, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-10 {
    margin: 10px !important;
  }
  /* line 1193, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-15 {
    margin: 15px !important;
  }
  /* line 1194, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-20 {
    margin: 20px !important;
  }
  /* line 1195, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-30 {
    margin: 30px !important;
  }
  /* line 1196, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-40 {
    margin: 40px !important;
  }
  /* line 1197, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-50 {
    margin: 50px !important;
  }
  /* line 1198, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-60 {
    margin: 60px !important;
  }
  /* line 1199, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-70 {
    margin: 70px !important;
  }
  /* line 1200, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-80 {
    margin: 80px !important;
  }
  /* line 1201, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-90 {
    margin: 90px !important;
  }
  /* line 1202, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-100 {
    margin: 100px !important;
  }
  /* line 1203, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-110 {
    margin: 110px !important;
  }
  /* line 1204, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-120 {
    margin: 120px !important;
  }
  /* line 1205, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-130 {
    margin: 130px !important;
  }
  /* line 1206, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-140 {
    margin: 140px !important;
  }
  /* line 1207, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-150 {
    margin: 150px !important;
  }
  /* line 1208, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-160 {
    margin: 160px !important;
  }
  /* line 1209, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-170 {
    margin: 170px !important;
  }
  /* line 1210, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-180 {
    margin: 180px !important;
  }
  /* line 1211, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-190 {
    margin: 190px !important;
  }
  /* line 1212, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xs-200 {
    margin: 200px !important;
  }
  /*
 * 5.2 -> Basic Padding
 * -----------------------------------------------
*/
  /* line 1218, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-0 {
    padding: 0 !important;
  }
  /* line 1219, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-5 {
    padding: 5px !important;
  }
  /* line 1220, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-10 {
    padding: 10px !important;
  }
  /* line 1221, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-15 {
    padding: 15px !important;
  }
  /* line 1222, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-20 {
    padding: 20px !important;
  }
  /* line 1223, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-30 {
    padding: 30px !important;
  }
  /* line 1224, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-40 {
    padding: 40px !important;
  }
  /* line 1225, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-50 {
    padding: 50px !important;
  }
  /* line 1226, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-60 {
    padding: 60px !important;
  }
  /* line 1227, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-70 {
    padding: 70px !important;
  }
  /* line 1228, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-80 {
    padding: 80px !important;
  }
  /* line 1229, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-90 {
    padding: 90px !important;
  }
  /* line 1230, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-100 {
    padding: 100px !important;
  }
  /* line 1231, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-110 {
    padding: 110px !important;
  }
  /* line 1232, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-120 {
    padding: 120px !important;
  }
  /* line 1233, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-130 {
    padding: 130px !important;
  }
  /* line 1234, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-140 {
    padding: 140px !important;
  }
  /* line 1235, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-150 {
    padding: 150px !important;
  }
  /* line 1236, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-160 {
    padding: 160px !important;
  }
  /* line 1237, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-170 {
    padding: 170px !important;
  }
  /* line 1238, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-180 {
    padding: 180px !important;
  }
  /* line 1239, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-190 {
    padding: 190px !important;
  }
  /* line 1240, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xs-200 {
    padding: 200px !important;
  }
  /*
 * 5.3 -> Margin top
 * -----------------------------------------------
*/
  /* line 1246, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  /* line 1247, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  /* line 1248, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  /* line 1249, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-15 {
    margin-top: 15px !important;
  }
  /* line 1250, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  /* line 1251, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  /* line 1252, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  /* line 1253, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  /* line 1254, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  /* line 1255, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  /* line 1256, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  /* line 1257, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-90 {
    margin-top: 90px !important;
  }
  /* line 1258, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-100 {
    margin-top: 100px !important;
  }
  /* line 1259, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-110 {
    margin-top: 110px !important;
  }
  /* line 1260, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-120 {
    margin-top: 120px !important;
  }
  /* line 1261, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-130 {
    margin-top: 130px !important;
  }
  /* line 1262, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-140 {
    margin-top: 140px !important;
  }
  /* line 1263, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-150 {
    margin-top: 150px !important;
  }
  /* line 1264, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-160 {
    margin-top: 160px !important;
  }
  /* line 1265, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-170 {
    margin-top: 170px !important;
  }
  /* line 1266, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-180 {
    margin-top: 180px !important;
  }
  /* line 1267, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-190 {
    margin-top: 190px !important;
  }
  /* line 1268, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xs-200 {
    margin-top: 200px !important;
  }
  /*
 * 5.4 -> Margin right
 * -----------------------------------------------
*/
  /* line 1274, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  /* line 1275, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-5 {
    margin-right: 5px !important;
  }
  /* line 1276, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-10 {
    margin-right: 10px !important;
  }
  /* line 1277, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-15 {
    margin-right: 15px !important;
  }
  /* line 1278, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-20 {
    margin-right: 20px !important;
  }
  /* line 1279, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-30 {
    margin-right: 30px !important;
  }
  /* line 1280, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-40 {
    margin-right: 40px !important;
  }
  /* line 1281, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-50 {
    margin-right: 50px !important;
  }
  /* line 1282, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-60 {
    margin-right: 60px !important;
  }
  /* line 1283, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-70 {
    margin-right: 70px !important;
  }
  /* line 1284, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-80 {
    margin-right: 80px !important;
  }
  /* line 1285, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-90 {
    margin-right: 90px !important;
  }
  /* line 1286, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-100 {
    margin-right: 100px !important;
  }
  /* line 1287, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-110 {
    margin-right: 110px !important;
  }
  /* line 1288, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-120 {
    margin-right: 120px !important;
  }
  /* line 1289, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-130 {
    margin-right: 130px !important;
  }
  /* line 1290, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-140 {
    margin-right: 140px !important;
  }
  /* line 1291, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-150 {
    margin-right: 150px !important;
  }
  /* line 1292, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-160 {
    margin-right: 160px !important;
  }
  /* line 1293, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-170 {
    margin-right: 170px !important;
  }
  /* line 1294, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-180 {
    margin-right: 180px !important;
  }
  /* line 1295, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-190 {
    margin-right: 190px !important;
  }
  /* line 1296, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xs-200 {
    margin-right: 200px !important;
  }
  /*
 * 5.5 -> Margin bottom
 * -----------------------------------------------
*/
  /* line 1302, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  /* line 1303, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  /* line 1304, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  /* line 1305, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  /* line 1306, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  /* line 1307, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  /* line 1308, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  /* line 1309, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  /* line 1310, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  /* line 1311, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  /* line 1312, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  /* line 1313, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-90 {
    margin-bottom: 90px !important;
  }
  /* line 1314, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-100 {
    margin-bottom: 100px !important;
  }
  /* line 1315, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-110 {
    margin-bottom: 110px !important;
  }
  /* line 1316, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-120 {
    margin-bottom: 120px !important;
  }
  /* line 1317, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-130 {
    margin-bottom: 130px !important;
  }
  /* line 1318, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-140 {
    margin-bottom: 140px !important;
  }
  /* line 1319, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-150 {
    margin-bottom: 150px !important;
  }
  /* line 1320, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-160 {
    margin-bottom: 160px !important;
  }
  /* line 1321, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-170 {
    margin-bottom: 170px !important;
  }
  /* line 1322, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-180 {
    margin-bottom: 180px !important;
  }
  /* line 1323, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-190 {
    margin-bottom: 190px !important;
  }
  /* line 1324, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xs-200 {
    margin-bottom: 200px !important;
  }
  /*
 * 5.6 -> Margin left
 * -----------------------------------------------
*/
  /* line 1330, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  /* line 1331, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-5 {
    margin-left: 5px !important;
  }
  /* line 1332, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-10 {
    margin-left: 10px !important;
  }
  /* line 1333, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-15 {
    margin-left: 15px !important;
  }
  /* line 1334, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-20 {
    margin-left: 20px !important;
  }
  /* line 1335, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-30 {
    margin-left: 30px !important;
  }
  /* line 1336, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-40 {
    margin-left: 40px !important;
  }
  /* line 1337, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-50 {
    margin-left: 50px !important;
  }
  /* line 1338, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-60 {
    margin-left: 60px !important;
  }
  /* line 1339, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-70 {
    margin-left: 70px !important;
  }
  /* line 1340, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-80 {
    margin-left: 80px !important;
  }
  /* line 1341, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-90 {
    margin-left: 90px !important;
  }
  /* line 1342, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-100 {
    margin-left: 100px !important;
  }
  /* line 1343, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-110 {
    margin-left: 110px !important;
  }
  /* line 1344, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-120 {
    margin-left: 120px !important;
  }
  /* line 1345, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-130 {
    margin-left: 130px !important;
  }
  /* line 1346, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-140 {
    margin-left: 140px !important;
  }
  /* line 1347, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-150 {
    margin-left: 150px !important;
  }
  /* line 1348, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-160 {
    margin-left: 160px !important;
  }
  /* line 1349, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-170 {
    margin-left: 170px !important;
  }
  /* line 1350, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-180 {
    margin-left: 180px !important;
  }
  /* line 1351, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-190 {
    margin-left: 190px !important;
  }
  /* line 1352, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xs-200 {
    margin-left: 200px !important;
  }
  /*
 * 5.7 -> Padding top
 * -----------------------------------------------
*/
  /* line 1358, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  /* line 1359, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-5 {
    padding-top: 5px !important;
  }
  /* line 1360, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-10 {
    padding-top: 10px !important;
  }
  /* line 1361, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-15 {
    padding-top: 15px !important;
  }
  /* line 1362, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-20 {
    padding-top: 20px !important;
  }
  /* line 1363, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-30 {
    padding-top: 30px !important;
  }
  /* line 1364, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-40 {
    padding-top: 40px !important;
  }
  /* line 1365, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-50 {
    padding-top: 50px !important;
  }
  /* line 1366, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-60 {
    padding-top: 60px !important;
  }
  /* line 1367, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-70 {
    padding-top: 70px !important;
  }
  /* line 1368, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-80 {
    padding-top: 80px !important;
  }
  /* line 1369, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-90 {
    padding-top: 90px !important;
  }
  /* line 1370, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-100 {
    padding-top: 100px !important;
  }
  /* line 1371, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-110 {
    padding-top: 110px !important;
  }
  /* line 1372, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-120 {
    padding-top: 120px !important;
  }
  /* line 1373, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-130 {
    padding-top: 130px !important;
  }
  /* line 1374, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-140 {
    padding-top: 140px !important;
  }
  /* line 1375, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-150 {
    padding-top: 150px !important;
  }
  /* line 1376, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-160 {
    padding-top: 160px !important;
  }
  /* line 1377, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-170 {
    padding-top: 170px !important;
  }
  /* line 1378, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-180 {
    padding-top: 180px !important;
  }
  /* line 1379, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-190 {
    padding-top: 190px !important;
  }
  /* line 1380, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xs-200 {
    padding-top: 200px !important;
  }
  /*
 * 5.8 -> Padding right
 * -----------------------------------------------
*/
  /* line 1386, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  /* line 1387, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-5 {
    padding-right: 5px !important;
  }
  /* line 1388, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-10 {
    padding-right: 10px !important;
  }
  /* line 1389, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-15 {
    padding-right: 15px !important;
  }
  /* line 1390, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-20 {
    padding-right: 20px !important;
  }
  /* line 1391, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-30 {
    padding-right: 30px !important;
  }
  /* line 1392, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-40 {
    padding-right: 40px !important;
  }
  /* line 1393, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-50 {
    padding-right: 50px !important;
  }
  /* line 1394, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-60 {
    padding-right: 60px !important;
  }
  /* line 1395, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-70 {
    padding-right: 70px !important;
  }
  /* line 1396, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-80 {
    padding-right: 80px !important;
  }
  /* line 1397, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-90 {
    padding-right: 90px !important;
  }
  /* line 1398, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-100 {
    padding-right: 100px !important;
  }
  /* line 1399, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-110 {
    padding-right: 110px !important;
  }
  /* line 1400, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-120 {
    padding-right: 120px !important;
  }
  /* line 1401, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-130 {
    padding-right: 130px !important;
  }
  /* line 1402, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-140 {
    padding-right: 140px !important;
  }
  /* line 1403, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-150 {
    padding-right: 150px !important;
  }
  /* line 1404, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-160 {
    padding-right: 160px !important;
  }
  /* line 1405, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-170 {
    padding-right: 170px !important;
  }
  /* line 1406, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-180 {
    padding-right: 180px !important;
  }
  /* line 1407, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-190 {
    padding-right: 190px !important;
  }
  /* line 1408, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xs-200 {
    padding-right: 200px !important;
  }
  /*
 * 5.9 -> Padding bottom
 * -----------------------------------------------
*/
  /* line 1414, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  /* line 1415, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
  /* line 1416, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  /* line 1417, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
  /* line 1418, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
  /* line 1419, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
  /* line 1420, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
  /* line 1421, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
  /* line 1422, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-60 {
    padding-bottom: 60px !important;
  }
  /* line 1423, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
  /* line 1424, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
  /* line 1425, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
  /* line 1426, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
  /* line 1427, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-110 {
    padding-bottom: 110px !important;
  }
  /* line 1428, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-120 {
    padding-bottom: 120px !important;
  }
  /* line 1429, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-130 {
    padding-bottom: 130px !important;
  }
  /* line 1430, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-140 {
    padding-bottom: 140px !important;
  }
  /* line 1431, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-150 {
    padding-bottom: 150px !important;
  }
  /* line 1432, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-160 {
    padding-bottom: 160px !important;
  }
  /* line 1433, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-170 {
    padding-bottom: 170px !important;
  }
  /* line 1434, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-180 {
    padding-bottom: 180px !important;
  }
  /* line 1435, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-190 {
    padding-bottom: 190px !important;
  }
  /* line 1436, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xs-200 {
    padding-bottom: 200px !important;
  }
  /*
 * 5.10 -> Padding left
 * -----------------------------------------------
*/
  /* line 1442, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  /* line 1443, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-5 {
    padding-left: 5px !important;
  }
  /* line 1444, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-10 {
    padding-left: 10px !important;
  }
  /* line 1445, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-15 {
    padding-left: 15px !important;
  }
  /* line 1446, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-20 {
    padding-left: 20px !important;
  }
  /* line 1447, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-30 {
    padding-left: 30px !important;
  }
  /* line 1448, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-40 {
    padding-left: 40px !important;
  }
  /* line 1449, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-50 {
    padding-left: 50px !important;
  }
  /* line 1450, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-60 {
    padding-left: 60px !important;
  }
  /* line 1451, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-70 {
    padding-left: 70px !important;
  }
  /* line 1452, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-80 {
    padding-left: 80px !important;
  }
  /* line 1453, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-90 {
    padding-left: 90px !important;
  }
  /* line 1454, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-100 {
    padding-left: 100px !important;
  }
  /* line 1455, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-110 {
    padding-left: 110px !important;
  }
  /* line 1456, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-120 {
    padding-left: 120px !important;
  }
  /* line 1457, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-130 {
    padding-left: 130px !important;
  }
  /* line 1458, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-140 {
    padding-left: 140px !important;
  }
  /* line 1459, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-150 {
    padding-left: 150px !important;
  }
  /* line 1460, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-160 {
    padding-left: 160px !important;
  }
  /* line 1461, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-170 {
    padding-left: 170px !important;
  }
  /* line 1462, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-180 {
    padding-left: 180px !important;
  }
  /* line 1463, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-190 {
    padding-left: 190px !important;
  }
  /* line 1464, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xs-200 {
    padding-left: 200px !important;
  }
}

/*
 * 6 -> xxs: max-width 479px
 * -----------------------------------------------
*/
@media (max-width: 479px) {
  /*
 * 6.1 -> Basic Margin
 * -----------------------------------------------
*/
  /* line 1476, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-0 {
    margin: 0px !important;
  }
  /* line 1477, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-5 {
    margin: 5px !important;
  }
  /* line 1478, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-10 {
    margin: 10px !important;
  }
  /* line 1479, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-15 {
    margin: 15px !important;
  }
  /* line 1480, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-20 {
    margin: 20px !important;
  }
  /* line 1481, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-30 {
    margin: 30px !important;
  }
  /* line 1482, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-40 {
    margin: 40px !important;
  }
  /* line 1483, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-50 {
    margin: 50px !important;
  }
  /* line 1484, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-60 {
    margin: 60px !important;
  }
  /* line 1485, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-70 {
    margin: 70px !important;
  }
  /* line 1486, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-80 {
    margin: 80px !important;
  }
  /* line 1487, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-90 {
    margin: 90px !important;
  }
  /* line 1488, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-100 {
    margin: 100px !important;
  }
  /* line 1489, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-110 {
    margin: 110px !important;
  }
  /* line 1490, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-120 {
    margin: 120px !important;
  }
  /* line 1491, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-130 {
    margin: 130px !important;
  }
  /* line 1492, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-140 {
    margin: 140px !important;
  }
  /* line 1493, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-150 {
    margin: 150px !important;
  }
  /* line 1494, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-160 {
    margin: 160px !important;
  }
  /* line 1495, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-170 {
    margin: 170px !important;
  }
  /* line 1496, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-180 {
    margin: 180px !important;
  }
  /* line 1497, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-190 {
    margin: 190px !important;
  }
  /* line 1498, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .m-xxs-200 {
    margin: 200px !important;
  }
  /*
 * 6.2 -> Basic Padding
 * -----------------------------------------------
*/
  /* line 1504, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-0 {
    padding: 0 !important;
  }
  /* line 1505, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-5 {
    padding: 5px !important;
  }
  /* line 1506, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-10 {
    padding: 10px !important;
  }
  /* line 1507, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-15 {
    padding: 15px !important;
  }
  /* line 1508, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-20 {
    padding: 20px !important;
  }
  /* line 1509, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-30 {
    padding: 30px !important;
  }
  /* line 1510, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-40 {
    padding: 40px !important;
  }
  /* line 1511, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-50 {
    padding: 50px !important;
  }
  /* line 1512, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-60 {
    padding: 60px !important;
  }
  /* line 1513, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-70 {
    padding: 70px !important;
  }
  /* line 1514, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-80 {
    padding: 80px !important;
  }
  /* line 1515, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-90 {
    padding: 90px !important;
  }
  /* line 1516, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-100 {
    padding: 100px !important;
  }
  /* line 1517, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-110 {
    padding: 110px !important;
  }
  /* line 1518, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-120 {
    padding: 120px !important;
  }
  /* line 1519, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-130 {
    padding: 130px !important;
  }
  /* line 1520, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-140 {
    padding: 140px !important;
  }
  /* line 1521, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-150 {
    padding: 150px !important;
  }
  /* line 1522, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-160 {
    padding: 160px !important;
  }
  /* line 1523, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-170 {
    padding: 170px !important;
  }
  /* line 1524, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-180 {
    padding: 180px !important;
  }
  /* line 1525, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-190 {
    padding: 190px !important;
  }
  /* line 1526, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .p-xxs-200 {
    padding: 200px !important;
  }
  /*
 * 6.3 -> Margin top
 * -----------------------------------------------
*/
  /* line 1532, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-0 {
    margin-top: 0 !important;
  }
  /* line 1533, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-5 {
    margin-top: 5px !important;
  }
  /* line 1534, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-10 {
    margin-top: 10px !important;
  }
  /* line 1535, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-15 {
    margin-top: 15px !important;
  }
  /* line 1536, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-20 {
    margin-top: 20px !important;
  }
  /* line 1537, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-30 {
    margin-top: 30px !important;
  }
  /* line 1538, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-40 {
    margin-top: 40px !important;
  }
  /* line 1539, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-50 {
    margin-top: 50px !important;
  }
  /* line 1540, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-60 {
    margin-top: 60px !important;
  }
  /* line 1541, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-70 {
    margin-top: 70px !important;
  }
  /* line 1542, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-80 {
    margin-top: 80px !important;
  }
  /* line 1543, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-90 {
    margin-top: 90px !important;
  }
  /* line 1544, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-100 {
    margin-top: 100px !important;
  }
  /* line 1545, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-110 {
    margin-top: 110px !important;
  }
  /* line 1546, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-120 {
    margin-top: 120px !important;
  }
  /* line 1547, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-130 {
    margin-top: 130px !important;
  }
  /* line 1548, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-140 {
    margin-top: 140px !important;
  }
  /* line 1549, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-150 {
    margin-top: 150px !important;
  }
  /* line 1550, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-160 {
    margin-top: 160px !important;
  }
  /* line 1551, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-170 {
    margin-top: 170px !important;
  }
  /* line 1552, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-180 {
    margin-top: 180px !important;
  }
  /* line 1553, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-190 {
    margin-top: 190px !important;
  }
  /* line 1554, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mt-xxs-200 {
    margin-top: 200px !important;
  }
  /*
 * 6.4 -> Margin right
 * -----------------------------------------------
*/
  /* line 1560, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-0 {
    margin-right: 0 !important;
  }
  /* line 1561, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-5 {
    margin-right: 5px !important;
  }
  /* line 1562, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-10 {
    margin-right: 10px !important;
  }
  /* line 1563, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-15 {
    margin-right: 15px !important;
  }
  /* line 1564, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-20 {
    margin-right: 20px !important;
  }
  /* line 1565, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-30 {
    margin-right: 30px !important;
  }
  /* line 1566, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-40 {
    margin-right: 40px !important;
  }
  /* line 1567, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-50 {
    margin-right: 50px !important;
  }
  /* line 1568, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-60 {
    margin-right: 60px !important;
  }
  /* line 1569, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-70 {
    margin-right: 70px !important;
  }
  /* line 1570, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-80 {
    margin-right: 80px !important;
  }
  /* line 1571, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-90 {
    margin-right: 90px !important;
  }
  /* line 1572, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-100 {
    margin-right: 100px !important;
  }
  /* line 1573, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-110 {
    margin-right: 110px !important;
  }
  /* line 1574, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-120 {
    margin-right: 120px !important;
  }
  /* line 1575, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-130 {
    margin-right: 130px !important;
  }
  /* line 1576, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-140 {
    margin-right: 140px !important;
  }
  /* line 1577, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-150 {
    margin-right: 150px !important;
  }
  /* line 1578, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-160 {
    margin-right: 160px !important;
  }
  /* line 1579, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-170 {
    margin-right: 170px !important;
  }
  /* line 1580, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-180 {
    margin-right: 180px !important;
  }
  /* line 1581, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-190 {
    margin-right: 190px !important;
  }
  /* line 1582, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mr-xxs-200 {
    margin-right: 200px !important;
  }
  /*
 * 6.5 -> Margin bottom
 * -----------------------------------------------
*/
  /* line 1588, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }
  /* line 1589, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-5 {
    margin-bottom: 5px !important;
  }
  /* line 1590, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-10 {
    margin-bottom: 10px !important;
  }
  /* line 1591, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-15 {
    margin-bottom: 15px !important;
  }
  /* line 1592, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-20 {
    margin-bottom: 20px !important;
  }
  /* line 1593, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-30 {
    margin-bottom: 30px !important;
  }
  /* line 1594, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-40 {
    margin-bottom: 40px !important;
  }
  /* line 1595, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-50 {
    margin-bottom: 50px !important;
  }
  /* line 1596, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-60 {
    margin-bottom: 60px !important;
  }
  /* line 1597, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-70 {
    margin-bottom: 70px !important;
  }
  /* line 1598, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-80 {
    margin-bottom: 80px !important;
  }
  /* line 1599, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-90 {
    margin-bottom: 90px !important;
  }
  /* line 1600, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-100 {
    margin-bottom: 100px !important;
  }
  /* line 1601, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-110 {
    margin-bottom: 110px !important;
  }
  /* line 1602, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-120 {
    margin-bottom: 120px !important;
  }
  /* line 1603, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-130 {
    margin-bottom: 130px !important;
  }
  /* line 1604, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-140 {
    margin-bottom: 140px !important;
  }
  /* line 1605, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-150 {
    margin-bottom: 150px !important;
  }
  /* line 1606, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-160 {
    margin-bottom: 160px !important;
  }
  /* line 1607, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-170 {
    margin-bottom: 170px !important;
  }
  /* line 1608, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-180 {
    margin-bottom: 180px !important;
  }
  /* line 1609, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-190 {
    margin-bottom: 190px !important;
  }
  /* line 1610, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .mb-xxs-200 {
    margin-bottom: 200px !important;
  }
  /*
 * 6.6 -> Margin left
 * -----------------------------------------------
*/
  /* line 1616, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-0 {
    margin-left: 0 !important;
  }
  /* line 1617, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-5 {
    margin-left: 5px !important;
  }
  /* line 1618, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-10 {
    margin-left: 10px !important;
  }
  /* line 1619, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-15 {
    margin-left: 15px !important;
  }
  /* line 1620, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-20 {
    margin-left: 20px !important;
  }
  /* line 1621, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-30 {
    margin-left: 30px !important;
  }
  /* line 1622, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-40 {
    margin-left: 40px !important;
  }
  /* line 1623, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-50 {
    margin-left: 50px !important;
  }
  /* line 1624, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-60 {
    margin-left: 60px !important;
  }
  /* line 1625, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-70 {
    margin-left: 70px !important;
  }
  /* line 1626, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-80 {
    margin-left: 80px !important;
  }
  /* line 1627, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-90 {
    margin-left: 90px !important;
  }
  /* line 1628, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-100 {
    margin-left: 100px !important;
  }
  /* line 1629, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-110 {
    margin-left: 110px !important;
  }
  /* line 1630, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-120 {
    margin-left: 120px !important;
  }
  /* line 1631, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-130 {
    margin-left: 130px !important;
  }
  /* line 1632, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-140 {
    margin-left: 140px !important;
  }
  /* line 1633, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-150 {
    margin-left: 150px !important;
  }
  /* line 1634, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-160 {
    margin-left: 160px !important;
  }
  /* line 1635, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-170 {
    margin-left: 170px !important;
  }
  /* line 1636, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-180 {
    margin-left: 180px !important;
  }
  /* line 1637, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-190 {
    margin-left: 190px !important;
  }
  /* line 1638, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .ml-xxs-200 {
    margin-left: 200px !important;
  }
  /*
 * 6.7 -> Padding top
 * -----------------------------------------------
*/
  /* line 1644, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-0 {
    padding-top: 0 !important;
  }
  /* line 1645, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-5 {
    padding-top: 5px !important;
  }
  /* line 1646, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-10 {
    padding-top: 10px !important;
  }
  /* line 1647, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-15 {
    padding-top: 15px !important;
  }
  /* line 1648, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-20 {
    padding-top: 20px !important;
  }
  /* line 1649, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-30 {
    padding-top: 30px !important;
  }
  /* line 1650, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-40 {
    padding-top: 40px !important;
  }
  /* line 1651, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-50 {
    padding-top: 50px !important;
  }
  /* line 1652, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-60 {
    padding-top: 60px !important;
  }
  /* line 1653, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-70 {
    padding-top: 70px !important;
  }
  /* line 1654, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-80 {
    padding-top: 80px !important;
  }
  /* line 1655, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-90 {
    padding-top: 90px !important;
  }
  /* line 1656, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-100 {
    padding-top: 100px !important;
  }
  /* line 1657, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-110 {
    padding-top: 110px !important;
  }
  /* line 1658, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-120 {
    padding-top: 120px !important;
  }
  /* line 1659, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-130 {
    padding-top: 130px !important;
  }
  /* line 1660, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-140 {
    padding-top: 140px !important;
  }
  /* line 1661, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-150 {
    padding-top: 150px !important;
  }
  /* line 1662, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-160 {
    padding-top: 160px !important;
  }
  /* line 1663, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-170 {
    padding-top: 170px !important;
  }
  /* line 1664, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-180 {
    padding-top: 180px !important;
  }
  /* line 1665, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-190 {
    padding-top: 190px !important;
  }
  /* line 1666, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pt-xxs-200 {
    padding-top: 200px !important;
  }
  /*
 * 6.8 -> Padding right
 * -----------------------------------------------
*/
  /* line 1672, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-0 {
    padding-right: 0 !important;
  }
  /* line 1673, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-5 {
    padding-right: 5px !important;
  }
  /* line 1674, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-10 {
    padding-right: 10px !important;
  }
  /* line 1675, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-15 {
    padding-right: 15px !important;
  }
  /* line 1676, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-20 {
    padding-right: 20px !important;
  }
  /* line 1677, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-30 {
    padding-right: 30px !important;
  }
  /* line 1678, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-40 {
    padding-right: 40px !important;
  }
  /* line 1679, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-50 {
    padding-right: 50px !important;
  }
  /* line 1680, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-60 {
    padding-right: 60px !important;
  }
  /* line 1681, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-70 {
    padding-right: 70px !important;
  }
  /* line 1682, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-80 {
    padding-right: 80px !important;
  }
  /* line 1683, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-90 {
    padding-right: 90px !important;
  }
  /* line 1684, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-100 {
    padding-right: 100px !important;
  }
  /* line 1685, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-110 {
    padding-right: 110px !important;
  }
  /* line 1686, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-120 {
    padding-right: 120px !important;
  }
  /* line 1687, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-130 {
    padding-right: 130px !important;
  }
  /* line 1688, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-140 {
    padding-right: 140px !important;
  }
  /* line 1689, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-150 {
    padding-right: 150px !important;
  }
  /* line 1690, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-160 {
    padding-right: 160px !important;
  }
  /* line 1691, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-170 {
    padding-right: 170px !important;
  }
  /* line 1692, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-180 {
    padding-right: 180px !important;
  }
  /* line 1693, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-190 {
    padding-right: 190px !important;
  }
  /* line 1694, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pr-xxs-200 {
    padding-right: 200px !important;
  }
  /*
 * 6.9 -> Padding bottom
 * -----------------------------------------------
*/
  /* line 1700, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-0 {
    padding-bottom: 0 !important;
  }
  /* line 1701, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-5 {
    padding-bottom: 5px !important;
  }
  /* line 1702, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-10 {
    padding-bottom: 10px !important;
  }
  /* line 1703, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-15 {
    padding-bottom: 15px !important;
  }
  /* line 1704, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-20 {
    padding-bottom: 20px !important;
  }
  /* line 1705, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-30 {
    padding-bottom: 30px !important;
  }
  /* line 1706, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-40 {
    padding-bottom: 40px !important;
  }
  /* line 1707, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-50 {
    padding-bottom: 50px !important;
  }
  /* line 1708, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-60 {
    padding-bottom: 60px !important;
  }
  /* line 1709, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-70 {
    padding-bottom: 70px !important;
  }
  /* line 1710, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-80 {
    padding-bottom: 80px !important;
  }
  /* line 1711, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-90 {
    padding-bottom: 90px !important;
  }
  /* line 1712, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-100 {
    padding-bottom: 100px !important;
  }
  /* line 1713, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-110 {
    padding-bottom: 110px !important;
  }
  /* line 1714, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-120 {
    padding-bottom: 120px !important;
  }
  /* line 1715, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-130 {
    padding-bottom: 130px !important;
  }
  /* line 1716, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-140 {
    padding-bottom: 140px !important;
  }
  /* line 1717, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-150 {
    padding-bottom: 150px !important;
  }
  /* line 1718, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-160 {
    padding-bottom: 160px !important;
  }
  /* line 1719, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-170 {
    padding-bottom: 170px !important;
  }
  /* line 1720, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-180 {
    padding-bottom: 180px !important;
  }
  /* line 1721, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-190 {
    padding-bottom: 190px !important;
  }
  /* line 1722, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pb-xxs-200 {
    padding-bottom: 200px !important;
  }
  /*
 * 6.10 -> Padding left
 * -----------------------------------------------
*/
  /* line 1728, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-0 {
    padding-left: 0 !important;
  }
  /* line 1729, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-5 {
    padding-left: 5px !important;
  }
  /* line 1730, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-10 {
    padding-left: 10px !important;
  }
  /* line 1731, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-15 {
    padding-left: 15px !important;
  }
  /* line 1732, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-20 {
    padding-left: 20px !important;
  }
  /* line 1733, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-30 {
    padding-left: 30px !important;
  }
  /* line 1734, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-40 {
    padding-left: 40px !important;
  }
  /* line 1735, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-50 {
    padding-left: 50px !important;
  }
  /* line 1736, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-60 {
    padding-left: 60px !important;
  }
  /* line 1737, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-70 {
    padding-left: 70px !important;
  }
  /* line 1738, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-80 {
    padding-left: 80px !important;
  }
  /* line 1739, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-90 {
    padding-left: 90px !important;
  }
  /* line 1740, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-100 {
    padding-left: 100px !important;
  }
  /* line 1741, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-110 {
    padding-left: 110px !important;
  }
  /* line 1742, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-120 {
    padding-left: 120px !important;
  }
  /* line 1743, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-130 {
    padding-left: 130px !important;
  }
  /* line 1744, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-140 {
    padding-left: 140px !important;
  }
  /* line 1745, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-150 {
    padding-left: 150px !important;
  }
  /* line 1746, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-160 {
    padding-left: 160px !important;
  }
  /* line 1747, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-170 {
    padding-left: 170px !important;
  }
  /* line 1748, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-180 {
    padding-left: 180px !important;
  }
  /* line 1749, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-190 {
    padding-left: 190px !important;
  }
  /* line 1750, app/assets/stylesheets/custom-bootstrap-margin-padding.scss */
  .pl-xxs-200 {
    padding-left: 200px !important;
  }
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* line 13, app/assets/stylesheets/settings.scss */
#debungcontrolls, .debugtimeline {
  width: 100%;
  box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_column, .rev_column .tp-parallax-wrap, .tp-svg-layer svg {
  vertical-align: top;
}

/* line 13, app/assets/stylesheets/settings.scss */
#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.debugtimeline {
  height: 10px;
  position: relative;
  margin-bottom: 3px;
  display: none;
  white-space: nowrap;
}

/* line 13, app/assets/stylesheets/settings.scss */
.debugtimeline:hover {
  height: 15px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.the_timeline_tester {
  background: #e74c3c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999999 !important;
  background: #fff !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.debugtimeline.tl_slide .the_timeline_tester {
  background: #f39c12;
}

/* line 13, app/assets/stylesheets/settings.scss */
.debugtimeline.tl_frame .the_timeline_tester {
  background: #3498db;
}

/* line 13, app/assets/stylesheets/settings.scss */
.debugtimline_txt {
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 0;
  white-space: nowrap;
  line-height: 10px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rtl {
  direction: rtl;
}

@font-face {
  font-family: revicons;
  src: url(/assets/revicons-9c8d9826ef5e75728ac969386fd5b42c3ef9d30c34b9300d16e7d351dc25ef73.eot?5510888);
  src: url(/assets/revicons-9c8d9826ef5e75728ac969386fd5b42c3ef9d30c34b9300d16e7d351dc25ef73.eot?5510888#iefix) format("embedded-opentype"), url(/assets/revicons-c36fe5de8746aa7725c5f8429a9d8f3f48f4a50e49dd17abe13de11c94f60507.woff) format("woff"), url(/assets/revicons-da9d7a2a8fca681d11f452f1c2571aa5aec75092db0d2a134c65bff8dbcc34bb.ttf) format("truetype"), url(/assets/revicons-a96d722a437ac14ea9cf6f91b152df262b05391d8cf2b9de2943dfa2fde89fc2.svg?5510888#revicons) format("svg");
  font-weight: 400;
  font-style: normal;
}

/* line 13, app/assets/stylesheets/settings.scss */
[class*=" revicon-"]:before, [class^=revicon-]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-search-1:before {
  content: '\e802';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-pencil-1:before {
  content: '\e831';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-picture-1:before {
  content: '\e803';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-cancel:before {
  content: '\e80a';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-info-circled:before {
  content: '\e80f';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-trash:before {
  content: '\e801';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-left-dir:before {
  content: '\e817';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-right-dir:before {
  content: '\e818';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-down-open:before {
  content: '\e83b';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-left-open:before {
  content: '\e819';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-right-open:before {
  content: '\e81a';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-angle-left:before {
  content: '\e820';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-angle-right:before {
  content: '\e81d';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-left-big:before {
  content: '\e81f';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-right-big:before {
  content: '\e81e';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-magic:before {
  content: '\e807';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-picture:before {
  content: '\e800';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-export:before {
  content: '\e80b';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-cog:before {
  content: '\e832';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-login:before {
  content: '\e833';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-logout:before {
  content: '\e834';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-video:before {
  content: '\e805';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-arrow-combo:before {
  content: '\e827';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-left-open-1:before {
  content: '\e82a';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-right-open-1:before {
  content: '\e82b';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-left-open-mini:before {
  content: '\e822';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-right-open-mini:before {
  content: '\e823';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-left-open-big:before {
  content: '\e824';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-right-open-big:before {
  content: '\e825';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-left:before {
  content: '\e836';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-right:before {
  content: '\e826';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-ccw:before {
  content: '\e808';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-arrows-ccw:before {
  content: '\e806';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-palette:before {
  content: '\e829';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-list-add:before {
  content: '\e80c';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-doc:before {
  content: '\e809';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-left-open-outline:before {
  content: '\e82e';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-left-open-2:before {
  content: '\e82c';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-right-open-outline:before {
  content: '\e82f';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-right-open-2:before {
  content: '\e82d';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-equalizer:before {
  content: '\e83a';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-layers-alt:before {
  content: '\e804';
}

/* line 13, app/assets/stylesheets/settings.scss */
.revicon-popup:before {
  content: '\e828';
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_slider {
  position: relative;
  overflow: visible;
}

/* line 13, app/assets/stylesheets/settings.scss */
.entry-content .rev_slider a, .rev_slider a {
  box-shadow: none;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-overflow-hidden {
  overflow: hidden !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.group_ov_hidden {
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_slider img, .tp-simpleresponsive img {
  max-width: none !important;
  transition: none;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_slider .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_slider > ul, .rev_slider > ul > li, .rev_slider > ul > li:before, .rev_slider_wrapper > ul, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before {
  list-style: none !important;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: visible;
  overflow-y: visible;
  background-image: none;
  background-position: 0 0;
  text-indent: 0;
  top: 0;
  left: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_slider > ul > li, .rev_slider > ul > li:before, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before {
  visibility: hidden;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-revslider-mainul, .tp-revslider-slidesli {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.fullscreen-container, .fullwidthbanner-container {
  padding: 0;
  position: relative;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_slider li.tp-revslider-slidesli {
  position: absolute !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption .rs-untoggled-content {
  display: block;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption .rs-toggled-content {
  display: none;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_slider .caption, .rev_slider .tp-caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  z-index: 1;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap :last-child {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-svg-layer svg {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-carousel-wrapper {
  cursor: url(/openhand.cur), move;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-carousel-wrapper.dragged {
  cursor: url(/closedhand.cur), move;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption.tp-layer-selectable {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption.tp-hidden-caption, .tp-forcenotvisible, .tp-hide-revslider, .tp-parallax-wrap.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_slider audio, .rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {
  max-width: none !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-element-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-blockmask, .tp-blockmask_in, .tp-blockmask_out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0);
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-parallax-wrap {
  transform-style: preserve-3d;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_row_zone {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_column_inner, .rev_slider .tp-caption.rev_row {
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_row_zone_top {
  top: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_row_zone_middle {
  top: 50%;
  transform: translateY(-50%);
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_row_zone_bottom {
  bottom: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_slider .tp-caption.rev_row {
  display: table;
  table-layout: fixed;
  vertical-align: top;
  height: auto !important;
  font-size: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_column {
  display: table-cell;
  position: relative;
  height: auto;
  box-sizing: border-box;
  font-size: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_column_inner {
  display: block;
  height: auto !important;
  white-space: normal !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_column_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  box-sizing: border-box;
  background-clip: content-box;
  border: 0 solid transparent;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption .backcorner, .tp-caption .backcornertop, .tp-caption .frontcorner, .tp-caption .frontcornertop {
  height: 0;
  top: 0;
  width: 0;
  position: absolute;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_column_inner .tp-loop-wrap, .rev_column_inner .tp-mask-wrap, .rev_column_inner .tp-parallax-wrap {
  text-align: inherit;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_column_inner .tp-mask-wrap {
  display: inline-block;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_column_inner .tp-parallax-wrap, .rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-video-play-button, .tp-video-play-button i {
  line-height: 50px !important;
  vertical-align: top;
  text-align: center;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_column_inner .rev_layer_in_column, .rev_column_inner .tp-parallax-wrap, .rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  vertical-align: top;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_break_columns {
  display: block !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev_break_columns .tp-parallax-wrap.rev_column {
  display: block !important;
  width: 100% !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.fullwidthbanner-container {
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/settings.scss */
.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-static-layers {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption .frontcorner {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00A8FF;
  left: -40px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption .backcorner {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  right: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption .frontcornertop {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00A8FF;
  left: -40px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption .backcornertop {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  right: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-layer-inner-rotation {
  position: relative !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}

/* line 13, app/assets/stylesheets/settings.scss */
.caption.fullscreenvideo, .rs-background-video-layer, .tp-caption.coverscreenvideo, .tp-caption.fullscreenvideo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* line 13, app/assets/stylesheets/settings.scss */
.noFilterClass {
  filter: none !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rs-background-video-layer {
  visibility: hidden;
  z-index: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.caption.fullscreenvideo audio, .caption.fullscreenvideo iframe, .caption.fullscreenvideo video, .tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe audio, .tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

/* line 13, app/assets/stylesheets/settings.scss */
.fullcoveredvideo audio, .fullscreenvideo audio .fullcoveredvideo video, .fullscreenvideo video {
  background: #000;
}

/* line 13, app/assets/stylesheets/settings.scss */
.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.videoisplaying .html5vid .tp-poster {
  display: none;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s ease-out !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-audio-html5 .tp-video-play-button, .tp-hiddenaudio {
  display: none !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption .html5vid {
  width: 100% !important;
  height: 100% !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 40px !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rs-fullvideo-cover, .tp-dottedoverlay, .tp-shadowcover {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption:hover .tp-video-play-button {
  opacity: 1;
  display: block;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption .tp-revstop {
  display: none;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  margin-top: 15px !important;
  line-height: 20px !important;
  vertical-align: top;
  font-size: 25px !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-seek-bar, .tp-video-button, .tp-volume-bar {
  outline: 0;
  line-height: 12px;
  margin: 0;
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/settings.scss */
.videoisplaying .revicon-right-dir {
  display: none;
}

/* line 13, app/assets/stylesheets/settings.scss */
.videoisplaying .tp-revstop {
  display: inline-block;
}

/* line 13, app/assets/stylesheets/settings.scss */
.videoisplaying .tp-video-play-button {
  display: none;
}

/* line 13, app/assets/stylesheets/settings.scss */
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.fullscreenvideo .fullscreenvideo audio, .fullscreenvideo .fullscreenvideo video {
  object-fit: contain !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.fullscreenvideo .fullcoveredvideo audio, .fullscreenvideo .fullcoveredvideo video {
  object-fit: cover !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  transition: opacity .3s;
  background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-btn.rev-hiddenicon i, .rev-btn.rev-withicon i {
  transition: all 0.2s ease-out !important;
  font-size: 15px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption:hover .tp-video-controls {
  opacity: .9;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  padding: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-video-button:hover {
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-video-button-wrap, .tp-video-seek-bar-wrap, .tp-video-vol-bar-wrap {
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-video-seek-bar-wrap {
  width: 80%;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-video-vol-bar-wrap {
  width: 20%;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-seek-bar, .tp-volume-bar {
  width: 100%;
  padding: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rs-fullvideo-cover {
  width: 100%;
  background: 0 0;
  z-index: 5;
}

/* line 13, app/assets/stylesheets/settings.scss */
.disabled_lc .tp-video-play-button, .rs-background-video-layer audio::-webkit-media-controls, .rs-background-video-layer video::-webkit-media-controls, .rs-background-video-layer video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-audio-html5 .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  z-index: 3;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-dottedoverlay.twoxtwo {
  background: url(/../assets/gridtile.png);
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-dottedoverlay.twoxtwowhite {
  background: url(/../assets/gridtile_white.png);
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-dottedoverlay.threexthree {
  background: url(/../assets/gridtile_3x3.png);
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-dottedoverlay.threexthreewhite {
  background: url(/../assets/gridtile_3x3_white.png);
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-shadowcover {
  width: 100%;
  background: #fff;
  z-index: -1;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-shadow2:after, .tp-shadow2:before, .tp-shadow3:before, .tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: 0 0;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-shadow2:after, .tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-shadow5:after, .tp-shadow5:before {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px/20px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  font-family: arial,sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.purchase:hover, .tp-button.big:hover, .tp-button:hover {
  background-position: bottom,15px 11px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.purchase.green, .purchase.green:hover, .tp-button.green, .tp-button.green:hover {
  background-color: #21a117;
  box-shadow: 0 3px 0 0 #104d0b;
}

/* line 13, app/assets/stylesheets/settings.scss */
.purchase.blue, .purchase.blue:hover, .tp-button.blue, .tp-button.blue:hover {
  background-color: #1d78cb;
  box-shadow: 0 3px 0 0 #0f3e68;
}

/* line 13, app/assets/stylesheets/settings.scss */
.purchase.red, .purchase.red:hover, .tp-button.red, .tp-button.red:hover {
  background-color: #cb1d1d;
  box-shadow: 0 3px 0 0 #7c1212;
}

/* line 13, app/assets/stylesheets/settings.scss */
.purchase.orange, .purchase.orange:hover, .tp-button.orange, .tp-button.orange:hover {
  background-color: #f70;
  box-shadow: 0 3px 0 0 #a34c00;
}

/* line 13, app/assets/stylesheets/settings.scss */
.purchase.darkgrey, .purchase.darkgrey:hover, .tp-button.darkgrey, .tp-button.grey, .tp-button.darkgrey:hover, .tp-button.grey:hover {
  background-color: #555;
  box-shadow: 0 3px 0 0 #222;
}

/* line 13, app/assets/stylesheets/settings.scss */
.purchase.lightgrey, .purchase.lightgrey:hover, .tp-button.lightgrey, .tp-button.lightgrey:hover {
  background-color: #888;
  box-shadow: 0 3px 0 0 #555;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-btn, .rev-btn:visited {
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  font-family: Roboto,sans-serif;
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-btn.rev-uppercase, .rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-btn.rev-withicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  margin-left: 10px !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-btn.rev-hiddenicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  opacity: 0;
  margin-left: 0 !important;
  width: 0 !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-btn.rev-medium, .rev-btn.rev-medium:visited {
  line-height: 36px;
  font-size: 14px;
  padding: 10px 30px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-btn.rev-medium.rev-hiddenicon i, .rev-btn.rev-medium.rev-withicon i {
  font-size: 14px;
  top: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-btn.rev-small, .rev-btn.rev-small:visited {
  line-height: 28px;
  font-size: 12px;
  padding: 7px 20px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-btn.rev-small.rev-hiddenicon i, .rev-btn.rev-small.rev-withicon i {
  font-size: 12px;
  top: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-maxround {
  border-radius: 30px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-minround {
  border-radius: 3px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-burger.revb-white span, .rev-burger.revb-whitenoborder span {
  background: #fff;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
#dialog_addbutton .rev-burger:hover :first-child, .open .rev-burger :first-child, .open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
}

/* line 13, app/assets/stylesheets/settings.scss */
#dialog_addbutton .rev-burger:hover :nth-child(2), .open .rev-burger :nth-child(2), .open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
#dialog_addbutton .rev-burger:hover :last-child, .open .rev-burger :last-child, .open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-burger.revb-darknoborder, .rev-burger.revb-whitenoborder {
  border: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-burger.revb-darknoborder span {
  background: #333;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-burger.revb-whitefull span {
  background: #333;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-burger.revb-darkfull span, .rev-scroll-btn.revs-fullwhite {
  background: #fff;
}

@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
  letter-spacing: 2px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-scroll-btn > .active, .rev-scroll-btn > :focus, .rev-scroll-btn > :hover {
  color: #fff;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-scroll-btn > .active, .rev-scroll-btn > :active, .rev-scroll-btn > :focus, .rev-scroll-btn > :hover {
  opacity: .8;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-scroll-btn.revs-fulldark span, .tp-bullet {
  background: #fff;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  animation: rev-ani-mouse 2.5s linear infinite;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-scroll-btn.revs-dark {
  border-color: #333;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-scroll-btn.revs-dark span {
  background: #333;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-cbutton-dark-sr, .rev-cbutton-light-sr {
  border-radius: 3px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-cbutton-light, .rev-cbutton-light-sr {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-sbutton-blue {
  background-color: #3B5998;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-sbutton-lightblue {
  background-color: #00A0D1;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rev-sbutton-red {
  background-color: #DD4B39;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0 !important;
  height: 5px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption img {
  background: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  zoom: 1;
}

/* line 13, app/assets/stylesheets/settings.scss */
.caption.slidelink a div, .tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(/../assets/coloredbg.png);
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption.slidelink a span {
  background: url(/../assets/coloredbg.png);
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-loader.spinner0, .tp-loader.spinner5 {
  background-image: url(/../assets/loader.gif);
  background-repeat: no-repeat;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-shape {
  width: 100%;
  height: 100%;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption .rs-starring {
  display: inline-block;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #FFC321 !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption .rs-starring .star-rating, .tp-caption .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-loader.spinner0, .tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption .rs-starring .star-rating:before, .tp-caption .rs-starring-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #E0DADF;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-caption .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-loader.spinner0 {
  background-position: center center;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-loader.spinner5 {
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  animation: tp-scaleout 1s infinite ease-in-out;
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-loader.spinner3 .bounce1, .tp-loader.spinner3 .bounce2, .tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-loader.spinner3 .bounce1 {
  animation-delay: -.32s;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-loader.spinner3 .bounce2 {
  animation-delay: -.16s;
}

@keyframes tp-bouncedelay {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2s infinite linear;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-loader.spinner4 .dot1, .tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-bullets.navbar, .tp-tabs.navbar, .tp-thumbs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-bullets, .tp-tabs, .tp-thumbs {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-tab, .tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: .5;
  box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-arr-imgholder, .tp-tab-image, .tp-thumb-image, .tp-videoposter {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-tab.selected, .tp-tab:hover, .tp-thumb.selected, .tp-thumb:hover {
  opacity: 1;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-tab-mask, .tp-thumb-mask {
  box-sizing: border-box !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-tabs, .tp-thumbs {
  box-sizing: content-box !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-bullet.selected, .tp-bullet:hover {
  background: #fff;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tparrows:hover {
  background: #000;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 13, app/assets/stylesheets/settings.scss */
.hginfo, .hglayerinfo {
  font-size: 12px;
  font-weight: 600;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tparrows.tp-leftarrow:before {
  content: '\e824';
}

/* line 13, app/assets/stylesheets/settings.scss */
.tparrows.tp-rightarrow:before {
  content: '\e825';
}

/* line 13, app/assets/stylesheets/settings.scss */
body.rtl .tp-kbimg {
  left: 0 !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}

/* line 13, app/assets/stylesheets/settings.scss */
.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #FFF;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}

/* line 13, app/assets/stylesheets/settings.scss */
.helpgrid, .hginfo {
  position: absolute;
}

/* line 13, app/assets/stylesheets/settings.scss */
.hginfo {
  top: -2px;
  left: -2px;
  color: #e74c3c;
  background: #000;
  padding: 2px 5px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.indebugmode .tp-caption:hover {
  border: 1px dashed #c0392b !important;
}

/* line 13, app/assets/stylesheets/settings.scss */
.helpgrid {
  border: 2px dashed #c0392b;
  top: 0;
  left: 0;
  z-index: 0;
}

/* line 13, app/assets/stylesheets/settings.scss */
#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}

/* line 13, app/assets/stylesheets/settings.scss */
.aden {
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}

/* line 13, app/assets/stylesheets/settings.scss */
.aden::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

/* line 13, app/assets/stylesheets/settings.scss */
.perpetua::after, .reyes::after {
  mix-blend-mode: soft-light;
  opacity: .5;
}

/* line 13, app/assets/stylesheets/settings.scss */
.inkwell {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}

/* line 13, app/assets/stylesheets/settings.scss */
.perpetua::after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d);
}

/* line 13, app/assets/stylesheets/settings.scss */
.reyes {
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}

/* line 13, app/assets/stylesheets/settings.scss */
.reyes::after {
  background: #efcdad;
}

/* line 13, app/assets/stylesheets/settings.scss */
.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}

/* line 13, app/assets/stylesheets/settings.scss */
.gingham::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

/* line 13, app/assets/stylesheets/settings.scss */
.toaster {
  filter: contrast(1.5) brightness(0.9);
}

/* line 13, app/assets/stylesheets/settings.scss */
.toaster::after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}

/* line 13, app/assets/stylesheets/settings.scss */
.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}

/* line 13, app/assets/stylesheets/settings.scss */
.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: .3;
}

/* line 13, app/assets/stylesheets/settings.scss */
.hudson {
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}

/* line 13, app/assets/stylesheets/settings.scss */
.hudson::after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: .5;
}

/* line 13, app/assets/stylesheets/settings.scss */
.earlybird {
  filter: contrast(0.9) sepia(0.2);
}

/* line 13, app/assets/stylesheets/settings.scss */
.earlybird::after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}

/* line 13, app/assets/stylesheets/settings.scss */
.mayfair {
  filter: contrast(1.1) saturate(1.1);
}

/* line 13, app/assets/stylesheets/settings.scss */
.mayfair::after {
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
  mix-blend-mode: overlay;
  opacity: .4;
}

/* line 13, app/assets/stylesheets/settings.scss */
.lofi {
  filter: saturate(1.1) contrast(1.5);
}

/* line 13, app/assets/stylesheets/settings.scss */
.lofi::after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply;
}

/* line 13, app/assets/stylesheets/settings.scss */
._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}

/* line 13, app/assets/stylesheets/settings.scss */
._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}

/* line 13, app/assets/stylesheets/settings.scss */
.brooklyn {
  filter: contrast(0.9) brightness(1.1);
}

/* line 13, app/assets/stylesheets/settings.scss */
.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay;
}

/* line 13, app/assets/stylesheets/settings.scss */
.xpro2 {
  filter: sepia(0.3);
}

/* line 13, app/assets/stylesheets/settings.scss */
.xpro2::after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}

/* line 13, app/assets/stylesheets/settings.scss */
.nashville {
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}

/* line 13, app/assets/stylesheets/settings.scss */
.nashville::after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}

/* line 13, app/assets/stylesheets/settings.scss */
.nashville::before {
  background: rgba(247, 176, 153, 0.56);
  mix-blend-mode: darken;
}

/* line 13, app/assets/stylesheets/settings.scss */
.lark {
  filter: contrast(0.9);
}

/* line 13, app/assets/stylesheets/settings.scss */
.lark::after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken;
}

/* line 13, app/assets/stylesheets/settings.scss */
.lark::before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}

/* line 13, app/assets/stylesheets/settings.scss */
.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}

/* line 13, app/assets/stylesheets/settings.scss */
.moon::before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}

/* line 13, app/assets/stylesheets/settings.scss */
.moon::after {
  background: #383838;
  mix-blend-mode: lighten;
}

/* line 13, app/assets/stylesheets/settings.scss */
.clarendon {
  filter: contrast(1.2) saturate(1.35);
}

/* line 13, app/assets/stylesheets/settings.scss */
.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}

/* line 13, app/assets/stylesheets/settings.scss */
.willow {
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}

/* line 13, app/assets/stylesheets/settings.scss */
.willow::before {
  background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay;
}

/* line 13, app/assets/stylesheets/settings.scss */
.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rise {
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}

/* line 13, app/assets/stylesheets/settings.scss */
.rise::after {
  background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: .6;
}

/* line 13, app/assets/stylesheets/settings.scss */
.rise::before {
  background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
  mix-blend-mode: multiply;
}

/* line 13, app/assets/stylesheets/settings.scss */
._1977:after, ._1977:before, .aden:after, .aden:before, .brooklyn:after, .brooklyn:before, .clarendon:after, .clarendon:before, .earlybird:after, .earlybird:before, .gingham:after, .gingham:before, .hudson:after, .hudson:before, .inkwell:after, .inkwell:before, .lark:after, .lark:before, .lofi:after, .lofi:before, .mayfair:after, .mayfair:before, .moon:after, .moon:before, .nashville:after, .nashville:before, .perpetua:after, .perpetua:before, .reyes:after, .reyes:before, .rise:after, .rise:before, .slumber:after, .slumber:before, .toaster:after, .toaster:before, .walden:after, .walden:before, .willow:after, .willow:before, .xpro2:after, .xpro2:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

/* line 13, app/assets/stylesheets/settings.scss */
._1977, .aden, .brooklyn, .clarendon, .earlybird, .gingham, .hudson, .inkwell, .lark, .lofi, .mayfair, .moon, .nashville, .perpetua, .reyes, .rise, .slumber, .toaster, .walden, .willow, .xpro2 {
  position: relative;
}

/* line 13, app/assets/stylesheets/settings.scss */
._1977 img, .aden img, .brooklyn img, .clarendon img, .earlybird img, .gingham img, .hudson img, .inkwell img, .lark img, .lofi img, .mayfair img, .moon img, .nashville img, .perpetua img, .reyes img, .rise img, .slumber img, .toaster img, .walden img, .willow img, .xpro2 img {
  width: 100%;
  z-index: 1;
}

/* line 13, app/assets/stylesheets/settings.scss */
._1977:before, .aden:before, .brooklyn:before, .clarendon:before, .earlybird:before, .gingham:before, .hudson:before, .inkwell:before, .lark:before, .lofi:before, .mayfair:before, .moon:before, .nashville:before, .perpetua:before, .reyes:before, .rise:before, .slumber:before, .toaster:before, .walden:before, .willow:before, .xpro2:before {
  z-index: 2;
}

/* line 13, app/assets/stylesheets/settings.scss */
._1977:after, .aden:after, .brooklyn:after, .clarendon:after, .earlybird:after, .gingham:after, .hudson:after, .inkwell:after, .lark:after, .lofi:after, .mayfair:after, .moon:after, .nashville:after, .perpetua:after, .reyes:after, .rise:after, .slumber:after, .toaster:after, .walden:after, .willow:after, .xpro2:after {
  z-index: 3;
}

/* line 13, app/assets/stylesheets/settings.scss */
.slumber {
  filter: saturate(0.66) brightness(1.05);
}

/* line 13, app/assets/stylesheets/settings.scss */
.slumber::after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}

/* line 13, app/assets/stylesheets/settings.scss */
.slumber::before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}

/* line 13, app/assets/stylesheets/settings.scss */
.tp-kbimg-wrap:after, .tp-kbimg-wrap:before {
  height: 500%;
  width: 500%;
}

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Layer Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	18/03/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* line 14, app/assets/stylesheets/layers.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 25, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 31, app/assets/stylesheets/layers.scss */
.tp-caption.medium_grey, .medium_grey {
  background-color: #888;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 2px 4px;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 48, app/assets/stylesheets/layers.scss */
.tp-caption.small_text, .small_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 63, app/assets/stylesheets/layers.scss */
.tp-caption.medium_text, .medium_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 78, app/assets/stylesheets/layers.scss */
.tp-caption.large_text, .large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 93, app/assets/stylesheets/layers.scss */
.tp-caption.very_large_text, .very_large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 60px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 109, app/assets/stylesheets/layers.scss */
.tp-caption.very_big_white, .very_big_white {
  background-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 126, app/assets/stylesheets/layers.scss */
.tp-caption.very_big_black, .very_big_black {
  background-color: #fff;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 143, app/assets/stylesheets/layers.scss */
.tp-caption.modern_medium_fat, .modern_medium_fat {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 158, app/assets/stylesheets/layers.scss */
.tp-caption.modern_medium_fat_white, .modern_medium_fat_white {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 173, app/assets/stylesheets/layers.scss */
.tp-caption.modern_medium_light, .modern_medium_light {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 188, app/assets/stylesheets/layers.scss */
.tp-caption.modern_big_bluebg, .modern_big_bluebg {
  background-color: #4e5b6c;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 3px 10px;
  position: absolute;
  text-shadow: none;
}

/* line 205, app/assets/stylesheets/layers.scss */
.tp-caption.modern_big_redbg, .modern_big_redbg {
  background-color: #de543e;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 1px 10px 3px;
  position: absolute;
  text-shadow: none;
}

/* line 222, app/assets/stylesheets/layers.scss */
.tp-caption.modern_small_text_dark, .modern_small_text_dark {
  border-style: none;
  border-width: 0;
  color: #555;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 236, app/assets/stylesheets/layers.scss */
.tp-caption.boxshadow, .boxshadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 241, app/assets/stylesheets/layers.scss */
.tp-caption.black, .black {
  color: #000;
  text-shadow: none;
}

/* line 247, app/assets/stylesheets/layers.scss */
.tp-caption.noshadow, .noshadow {
  text-shadow: none;
}

/* line 252, app/assets/stylesheets/layers.scss */
.tp-caption.thinheadline_dark, .thinheadline_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  text-shadow: none;
}

/* line 264, app/assets/stylesheets/layers.scss */
.tp-caption.thintext_dark, .thintext_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  position: absolute;
  text-shadow: none;
}

/* line 276, app/assets/stylesheets/layers.scss */
.tp-caption.largeblackbg, .largeblackbg {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

/* line 292, app/assets/stylesheets/layers.scss */
.tp-caption.largepinkbg, .largepinkbg {
  background-color: #db4360;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

/* line 308, app/assets/stylesheets/layers.scss */
.tp-caption.largewhitebg, .largewhitebg {
  background-color: #fff;
  border-radius: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

/* line 324, app/assets/stylesheets/layers.scss */
.tp-caption.largegreenbg, .largegreenbg {
  background-color: #67ae73;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

/* line 340, app/assets/stylesheets/layers.scss */
.tp-caption.excerpt, .excerpt {
  background-color: black;
  border-color: #fff;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 36px;
  font-weight: 700;
  height: auto;
  letter-spacing: -1.5px;
  line-height: 36px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
  white-space: normal !important;
  width: 150px;
}

/* line 361, app/assets/stylesheets/layers.scss */
.tp-caption.large_bold_grey, .large_bold_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 378, app/assets/stylesheets/layers.scss */
.tp-caption.medium_thin_grey, .medium_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 395, app/assets/stylesheets/layers.scss */
.tp-caption.small_thin_grey, .small_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #757575;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 412, app/assets/stylesheets/layers.scss */
.tp-caption.lightgrey_divider, .lightgrey_divider {
  background-color: #ebebeb;
  background-position: initial;
  background-repeat: initial;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 3px;
  text-decoration: none;
  width: 370px;
}

/* line 425, app/assets/stylesheets/layers.scss */
.tp-caption.large_bold_darkblue, .large_bold_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

/* line 439, app/assets/stylesheets/layers.scss */
.tp-caption.medium_bg_darkblue, .medium_bg_darkblue {
  background-color: #34495e;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 454, app/assets/stylesheets/layers.scss */
.tp-caption.medium_bold_red, .medium_bold_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 469, app/assets/stylesheets/layers.scss */
.tp-caption.medium_light_red, .medium_light_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-decoration: none;
}

/* line 484, app/assets/stylesheets/layers.scss */
.tp-caption.medium_bg_red, .medium_bg_red {
  background-color: #e33a0c;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 499, app/assets/stylesheets/layers.scss */
.tp-caption.medium_bold_orange, .medium_bold_orange {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #f39c12;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
}

/* line 513, app/assets/stylesheets/layers.scss */
.tp-caption.medium_bg_orange, .medium_bg_orange {
  background-color: #f39c12;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 528, app/assets/stylesheets/layers.scss */
.tp-caption.grassfloor, .grassfloor {
  background-color: #a0b397;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 150px;
  text-decoration: none;
  width: 4000px;
}

/* line 539, app/assets/stylesheets/layers.scss */
.tp-caption.large_bold_white, .large_bold_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

/* line 553, app/assets/stylesheets/layers.scss */
.tp-caption.medium_light_white, .medium_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}

/* line 568, app/assets/stylesheets/layers.scss */
.tp-caption.mediumlarge_light_white, .mediumlarge_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

/* line 583, app/assets/stylesheets/layers.scss */
.tp-caption.mediumlarge_light_white_center, .mediumlarge_light_white_center {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

/* line 599, app/assets/stylesheets/layers.scss */
.tp-caption.medium_bg_asbestos, .medium_bg_asbestos {
  background-color: #7f8c8d;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 614, app/assets/stylesheets/layers.scss */
.tp-caption.medium_light_black, .medium_light_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}

/* line 629, app/assets/stylesheets/layers.scss */
.tp-caption.large_bold_black, .large_bold_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

/* line 643, app/assets/stylesheets/layers.scss */
.tp-caption.mediumlarge_light_darkblue, .mediumlarge_light_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

/* line 658, app/assets/stylesheets/layers.scss */
.tp-caption.small_light_white, .small_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  padding: 0;
  text-decoration: none;
}

/* line 673, app/assets/stylesheets/layers.scss */
.tp-caption.roundedimage, .roundedimage {
  border-color: #222;
  border-style: none;
  border-width: 0;
}

/* line 680, app/assets/stylesheets/layers.scss */
.tp-caption.large_bg_black, .large_bg_black {
  background-color: #000;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  padding: 10px 20px 15px;
  text-decoration: none;
}

/* line 695, app/assets/stylesheets/layers.scss */
.tp-caption.mediumwhitebg, .mediumwhitebg {
  background-color: #fff;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  padding: 5px 15px 10px;
  text-decoration: none;
  text-shadow: none;
}

/* line 711, app/assets/stylesheets/layers.scss */
.tp-caption.maincaption, .maincaption {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #212a40;
  font-family: roboto;
  font-size: 33px;
  font-weight: 500;
  line-height: 43px;
  text-decoration: none;
  text-shadow: none;
}

/* line 726, app/assets/stylesheets/layers.scss */
.tp-caption.miami_title_60px, .miami_title_60px {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}

/* line 742, app/assets/stylesheets/layers.scss */
.tp-caption.miami_subtitle, .miami_subtitle {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Source Sans Pro";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px;
  text-decoration: none;
  text-shadow: none;
}

/* line 758, app/assets/stylesheets/layers.scss */
.tp-caption.divideline30px, .divideline30px {
  background: #fff;
  background-color: #fff;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}

/* line 770, app/assets/stylesheets/layers.scss */
.tp-caption.Miami_nostyle, .Miami_nostyle {
  border-color: #222;
  border-style: none;
  border-width: 0;
}

/* line 777, app/assets/stylesheets/layers.scss */
.tp-caption.miami_content_light, .miami_content_light {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}

/* line 793, app/assets/stylesheets/layers.scss */
.tp-caption.miami_title_60px_dark, .miami_title_60px_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #333;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}

/* line 809, app/assets/stylesheets/layers.scss */
.tp-caption.miami_content_dark, .miami_content_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}

/* line 825, app/assets/stylesheets/layers.scss */
.tp-caption.divideline30px_dark, .divideline30px_dark {
  background-color: #333;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}

/* line 836, app/assets/stylesheets/layers.scss */
.tp-caption.ellipse70px, .ellipse70px {
  background-color: rgba(0, 0, 0, 0.14902);
  border-color: #222;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: 1px;
  min-height: 70px;
  min-width: 70px;
  text-decoration: none;
}

/* line 850, app/assets/stylesheets/layers.scss */
.tp-caption.arrowicon, .arrowicon {
  border-color: #222;
  border-style: none;
  border-width: 0;
  line-height: 1px;
}

/* line 858, app/assets/stylesheets/layers.scss */
.tp-caption.MarkerDisplay, .MarkerDisplay {
  background-color: transparent;
  border-color: #000;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  font-family: "Permanent Marker";
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 872, app/assets/stylesheets/layers.scss */
.tp-caption.Restaurant-Display, .Restaurant-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 120px;
  padding: 0;
  text-decoration: none;
}

/* line 889, app/assets/stylesheets/layers.scss */
.tp-caption.Restaurant-Cursive, .Restaurant-Cursive {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Nothing you could do";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 907, app/assets/stylesheets/layers.scss */
.tp-caption.Restaurant-ScrollDownText, .Restaurant-ScrollDownText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 0;
  text-decoration: none;
}

/* line 925, app/assets/stylesheets/layers.scss */
.tp-caption.Restaurant-Description, .Restaurant-Description {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 943, app/assets/stylesheets/layers.scss */
.tp-caption.Restaurant-Price, .Restaurant-Price {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 961, app/assets/stylesheets/layers.scss */
.tp-caption.Restaurant-Menuitem, .Restaurant-Menuitem {
  background-color: black;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 980, app/assets/stylesheets/layers.scss */
.tp-caption.Furniture-LogoText, .Furniture-LogoText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #e6cfa3;
  font-family: Raleway;
  font-size: 160px;
  font-style: normal;
  font-weight: 300;
  line-height: 150px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 998, app/assets/stylesheets/layers.scss */
.tp-caption.Furniture-Plus, .Furniture-Plus {
  background-color: white;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
  color: #e6cfa3;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 7px 4px;
  text-decoration: none;
  text-shadow: none;
}

/* line 1017, app/assets/stylesheets/layers.scss */
.tp-caption.Furniture-Title, .Furniture-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 1036, app/assets/stylesheets/layers.scss */
.tp-caption.Furniture-Subtitle, .Furniture-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 1054, app/assets/stylesheets/layers.scss */
.tp-caption.Gym-Display, .Gym-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}

/* line 1071, app/assets/stylesheets/layers.scss */
.tp-caption.Gym-Subline, .Gym-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 1089, app/assets/stylesheets/layers.scss */
.tp-caption.Gym-SmallText, .Gym-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 22;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 1107, app/assets/stylesheets/layers.scss */
.tp-caption.Fashion-SmallText, .Fashion-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

/* line 1125, app/assets/stylesheets/layers.scss */
.tp-caption.Fashion-BigDisplay, .Fashion-BigDisplay {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}

/* line 1143, app/assets/stylesheets/layers.scss */
.tp-caption.Fashion-TextBlock, .Fashion-TextBlock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

/* line 1161, app/assets/stylesheets/layers.scss */
.tp-caption.Sports-Display, .Sports-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 130px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 13px;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}

/* line 1179, app/assets/stylesheets/layers.scss */
.tp-caption.Sports-DisplayFat, .Sports-DisplayFat {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 130px;
  font-style: normal;
  font-weight: 900;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}

/* line 1196, app/assets/stylesheets/layers.scss */
.tp-caption.Sports-Subline, .Sports-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 32px;
  padding: 0;
  text-decoration: none;
}

/* line 1214, app/assets/stylesheets/layers.scss */
.tp-caption.Instagram-Caption, .Instagram-Caption {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

/* line 1231, app/assets/stylesheets/layers.scss */
.tp-caption.News-Title, .News-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Roboto Slab";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}

/* line 1248, app/assets/stylesheets/layers.scss */
.tp-caption.News-Subtitle, .News-Subtitle {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Roboto Slab";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}

/* line 1265, app/assets/stylesheets/layers.scss */
.tp-caption.News-Subtitle:hover, .News-Subtitle:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

/* line 1276, app/assets/stylesheets/layers.scss */
.tp-caption.Photography-Display, .Photography-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}

/* line 1294, app/assets/stylesheets/layers.scss */
.tp-caption.Photography-Subline, .Photography-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #777777;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 1312, app/assets/stylesheets/layers.scss */
.tp-caption.Photography-ImageHover, .Photography-ImageHover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}

/* line 1328, app/assets/stylesheets/layers.scss */
.tp-caption.Photography-ImageHover:hover, .Photography-ImageHover:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 1339, app/assets/stylesheets/layers.scss */
.tp-caption.Photography-Menuitem, .Photography-Menuitem {
  background-color: rgba(0, 0, 0, 0.65);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-decoration: none;
}

/* line 1357, app/assets/stylesheets/layers.scss */
.tp-caption.Photography-Menuitem:hover, .Photography-Menuitem:hover {
  background-color: rgba(0, 255, 222, 0.65);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 1368, app/assets/stylesheets/layers.scss */
.tp-caption.Photography-Textblock, .Photography-Textblock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 1386, app/assets/stylesheets/layers.scss */
.tp-caption.Photography-Subline-2, .Photography-Subline-2 {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 1404, app/assets/stylesheets/layers.scss */
.tp-caption.Photography-ImageHover2, .Photography-ImageHover2 {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}

/* line 1421, app/assets/stylesheets/layers.scss */
.tp-caption.Photography-ImageHover2:hover, .Photography-ImageHover2:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 1432, app/assets/stylesheets/layers.scss */
.tp-caption.WebProduct-Title, .WebProduct-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #333333;
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-decoration: none;
}

/* line 1449, app/assets/stylesheets/layers.scss */
.tp-caption.WebProduct-SubTitle, .WebProduct-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

/* line 1466, app/assets/stylesheets/layers.scss */
.tp-caption.WebProduct-Content, .WebProduct-Content {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}

/* line 1483, app/assets/stylesheets/layers.scss */
.tp-caption.WebProduct-Menuitem, .WebProduct-Menuitem {
  background-color: #333333;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}

/* line 1502, app/assets/stylesheets/layers.scss */
.tp-caption.WebProduct-Menuitem:hover, .WebProduct-Menuitem:hover {
  background-color: white;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  text-decoration: none;
}

/* line 1513, app/assets/stylesheets/layers.scss */
.tp-caption.WebProduct-Title-Light, .WebProduct-Title-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1531, app/assets/stylesheets/layers.scss */
.tp-caption.WebProduct-SubTitle-Light, .WebProduct-SubTitle-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1549, app/assets/stylesheets/layers.scss */
.tp-caption.WebProduct-Content-Light, .WebProduct-Content-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1567, app/assets/stylesheets/layers.scss */
.tp-caption.FatRounded, .FatRounded {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: lightgray;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 20px 22px 20px 25px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 1586, app/assets/stylesheets/layers.scss */
.tp-caption.FatRounded:hover, .FatRounded:hover {
  background-color: black;
  border-color: lightgray;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 1597, app/assets/stylesheets/layers.scss */
.tp-caption.NotGeneric-Title, .NotGeneric-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  padding: 10px 0;
  text-decoration: none;
}

/* line 1614, app/assets/stylesheets/layers.scss */
.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1633, app/assets/stylesheets/layers.scss */
.tp-caption.NotGeneric-CallToAction, .NotGeneric-CallToAction {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 1652, app/assets/stylesheets/layers.scss */
.tp-caption.NotGeneric-CallToAction:hover, .NotGeneric-CallToAction:hover {
  background-color: transparent;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

/* line 1663, app/assets/stylesheets/layers.scss */
.tp-caption.NotGeneric-Icon, .NotGeneric-Icon {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1682, app/assets/stylesheets/layers.scss */
.tp-caption.NotGeneric-Menuitem, .NotGeneric-Menuitem {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 1701, app/assets/stylesheets/layers.scss */
.tp-caption.NotGeneric-Menuitem:hover, .NotGeneric-Menuitem:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

/* line 1712, app/assets/stylesheets/layers.scss */
.tp-caption.MarkerStyle, .MarkerStyle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Permanent Marker";
  font-size: 17px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1730, app/assets/stylesheets/layers.scss */
.tp-caption.Gym-Menuitem, .Gym-Menuitem {
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}

/* line 1749, app/assets/stylesheets/layers.scss */
.tp-caption.Gym-Menuitem:hover, .Gym-Menuitem:hover {
  background-color: black;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 1760, app/assets/stylesheets/layers.scss */
.tp-caption.Newspaper-Button, .Newspaper-Button {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 1779, app/assets/stylesheets/layers.scss */
.tp-caption.Newspaper-Button:hover, .Newspaper-Button:hover {
  background-color: white;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: black;
  text-decoration: none;
}

/* line 1790, app/assets/stylesheets/layers.scss */
.tp-caption.Newspaper-Subtitle, .Newspaper-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #a8d8ee;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1808, app/assets/stylesheets/layers.scss */
.tp-caption.Newspaper-Title, .Newspaper-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Roboto Slab";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: left;
  text-decoration: none;
}

/* line 1826, app/assets/stylesheets/layers.scss */
.tp-caption.Newspaper-Title-Centered, .Newspaper-Title-Centered {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Roboto Slab";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: center;
  text-decoration: none;
}

/* line 1844, app/assets/stylesheets/layers.scss */
.tp-caption.Hero-Button, .Hero-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 1863, app/assets/stylesheets/layers.scss */
.tp-caption.Hero-Button:hover, .Hero-Button:hover {
  background-color: white;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: black;
  text-decoration: none;
}

/* line 1874, app/assets/stylesheets/layers.scss */
.tp-caption.Video-Title, .Video-Title {
  background-color: black;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}

/* line 1892, app/assets/stylesheets/layers.scss */
.tp-caption.Video-SubTitle, .Video-SubTitle {
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 12px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}

/* line 1911, app/assets/stylesheets/layers.scss */
.tp-caption.NotGeneric-Button, .NotGeneric-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 1930, app/assets/stylesheets/layers.scss */
.tp-caption.NotGeneric-Button:hover, .NotGeneric-Button:hover {
  background-color: transparent;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

/* line 1941, app/assets/stylesheets/layers.scss */
.tp-caption.NotGeneric-BigButton, .NotGeneric-BigButton {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 1960, app/assets/stylesheets/layers.scss */
.tp-caption.NotGeneric-BigButton:hover, .NotGeneric-BigButton:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

/* line 1971, app/assets/stylesheets/layers.scss */
.tp-caption.WebProduct-Button, .WebProduct-Button {
  background-color: #333333;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 40px;
  text-align: left;
  text-decoration: none;
}

/* line 1990, app/assets/stylesheets/layers.scss */
.tp-caption.WebProduct-Button:hover, .WebProduct-Button:hover {
  background-color: white;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 2px;
  color: #333333;
  text-decoration: none;
}

/* line 2001, app/assets/stylesheets/layers.scss */
.tp-caption.Restaurant-Button, .Restaurant-Button {
  background-color: rgba(10, 10, 10, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2020, app/assets/stylesheets/layers.scss */
.tp-caption.Restaurant-Button:hover, .Restaurant-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffe081;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2031, app/assets/stylesheets/layers.scss */
.tp-caption.Gym-Button, .Gym-Button {
  background-color: #8bc027;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2050, app/assets/stylesheets/layers.scss */
.tp-caption.Gym-Button:hover, .Gym-Button:hover {
  background-color: #72a800;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 2061, app/assets/stylesheets/layers.scss */
.tp-caption.Gym-Button-Light, .Gym-Button-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2079, app/assets/stylesheets/layers.scss */
.tp-caption.Gym-Button-Light:hover, .Gym-Button-Light:hover {
  background-color: rgba(114, 168, 0, 0);
  border-color: #8bc027;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2090, app/assets/stylesheets/layers.scss */
.tp-caption.Sports-Button-Light, .Sports-Button-Light {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2109, app/assets/stylesheets/layers.scss */
.tp-caption.Sports-Button-Light:hover, .Sports-Button-Light:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2120, app/assets/stylesheets/layers.scss */
.tp-caption.Sports-Button-Red, .Sports-Button-Red {
  background-color: #db1c22;
  border-color: rgba(219, 28, 34, 0);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2139, app/assets/stylesheets/layers.scss */
.tp-caption.Sports-Button-Red:hover, .Sports-Button-Red:hover {
  background-color: black;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2150, app/assets/stylesheets/layers.scss */
.tp-caption.Photography-Button, .Photography-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2169, app/assets/stylesheets/layers.scss */
.tp-caption.Photography-Button:hover, .Photography-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

/* line 2180, app/assets/stylesheets/layers.scss */
.tp-caption.Newspaper-Button-2, .Newspaper-Button-2 {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 15px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 2198, app/assets/stylesheets/layers.scss */
.tp-caption.Newspaper-Button-2:hover, .Newspaper-Button-2:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2209, app/assets/stylesheets/layers.scss */
.tp-caption.Feature-Tour, .Feature-Tour {
  background-color: #8bc027;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2227, app/assets/stylesheets/layers.scss */
.tp-caption.Feature-Tour:hover, .Feature-Tour:hover {
  background-color: #72a800;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 2238, app/assets/stylesheets/layers.scss */
.tp-caption.Feature-Examples, .Feature-Examples {
  background-color: transparent;
  border-color: rgba(33, 42, 64, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(33, 42, 64, 0.5);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2256, app/assets/stylesheets/layers.scss */
.tp-caption.Feature-Examples:hover, .Feature-Examples:hover {
  background-color: transparent;
  border-color: #8bc027;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: #8bc027;
  text-decoration: none;
}

/* line 2267, app/assets/stylesheets/layers.scss */
.tp-caption.subcaption, .subcaption {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #6f7c82;
  font-family: roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 2286, app/assets/stylesheets/layers.scss */
.tp-caption.menutab, .menutab {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #292e31;
  font-family: roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 2305, app/assets/stylesheets/layers.scss */
.tp-caption.menutab:hover, .menutab:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #d50000;
  text-decoration: none;
}

/* line 2316, app/assets/stylesheets/layers.scss */
.tp-caption.maincontent, .maincontent {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #292e31;
  font-family: roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 2335, app/assets/stylesheets/layers.scss */
.tp-caption.minitext, .minitext {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #b9babb;
  font-family: roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 2354, app/assets/stylesheets/layers.scss */
.tp-caption.Feature-Buy, .Feature-Buy {
  background-color: #009aee;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2372, app/assets/stylesheets/layers.scss */
.tp-caption.Feature-Buy:hover, .Feature-Buy:hover {
  background-color: #0085d6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 2383, app/assets/stylesheets/layers.scss */
.tp-caption.Feature-Examples-Light, .Feature-Examples-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2401, app/assets/stylesheets/layers.scss */
.tp-caption.Feature-Examples-Light:hover, .Feature-Examples-Light:hover {
  background-color: transparent;
  border-color: white;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2412, app/assets/stylesheets/layers.scss */
.tp-caption.Facebook-Likes, .Facebook-Likes {
  background-color: #3b5999;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 15px;
  text-align: left;
  text-decoration: none;
}

/* line 2430, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Favorites, .Twitter-Favorites {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #8899a6;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 2448, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Link, .Twitter-Link {
  background-color: white;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: #8799a5;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  padding: 11px 11px 9px;
  text-align: left;
  text-decoration: none;
}

/* line 2466, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Link:hover, .Twitter-Link:hover {
  background-color: #0084b4;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 2477, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Retweet, .Twitter-Retweet {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #8899a6;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 2495, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content, .Twitter-Content {
  background-color: white;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #292f33;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 30px 30px 70px;
  text-align: left;
  text-decoration: none;
}

/* line 2513, app/assets/stylesheets/layers.scss */
.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"] {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0px;
}

/* line 2538, app/assets/stylesheets/layers.scss */
.tp-caption.BigBold-Title,
.BigBold-Title {
  color: white;
  font-size: 110px;
  line-height: 100px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 10px 0px 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2555, app/assets/stylesheets/layers.scss */
.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2573, app/assets/stylesheets/layers.scss */
.tp-caption.BigBold-Button,
.BigBold-Button {
  color: white;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2591, app/assets/stylesheets/layers.scss */
.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 2601, app/assets/stylesheets/layers.scss */
.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
  color: #292e31;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 30px 30px 30px 30px;
  text-decoration: none;
  background-color: white;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2618, app/assets/stylesheets/layers.scss */
.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 70px 15px 50px;
  text-decoration: none;
  background-color: white;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2636, app/assets/stylesheets/layers.scss */
.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 2646, app/assets/stylesheets/layers.scss */
.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
  color: #292e31;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2664, app/assets/stylesheets/layers.scss */
.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}

/* line 2674, app/assets/stylesheets/layers.scss */
.tp-caption.Video-SubTitle,
.Video-SubTitle {
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 2px;
  text-align: left;
}

/* line 2692, app/assets/stylesheets/layers.scss */
.tp-caption.Video-Title,
.Video-Title {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: black;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2709, app/assets/stylesheets/layers.scss */
.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2726, app/assets/stylesheets/layers.scss */
.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
  color: white;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2743, app/assets/stylesheets/layers.scss */
.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
  color: white;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2761, app/assets/stylesheets/layers.scss */
.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
}

/* line 2773, app/assets/stylesheets/layers.scss */
.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 0px 0px 0px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2790, app/assets/stylesheets/layers.scss */
.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 3px;
}

/* line 2808, app/assets/stylesheets/layers.scss */
.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}

/* line 2818, app/assets/stylesheets/layers.scss */
.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  text-shadow: none;
}

/* line 2840, app/assets/stylesheets/layers.scss */
.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
  color: #292e31;
  font-size: 33px;
  line-height: 45px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2857, app/assets/stylesheets/layers.scss */
.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
  color: #6f7c82;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2874, app/assets/stylesheets/layers.scss */
.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
  color: #292e31;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2891, app/assets/stylesheets/layers.scss */
.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
  color: #6f7c82;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

/* line 2901, app/assets/stylesheets/layers.scss */
.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
  color: #292e31;
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2918, app/assets/stylesheets/layers.scss */
.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
  color: #6f7c82;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2935, app/assets/stylesheets/layers.scss */
.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
  color: #6f7c82;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2952, app/assets/stylesheets/layers.scss */
.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2970, app/assets/stylesheets/layers.scss */
.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 2980, app/assets/stylesheets/layers.scss */
.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2998, app/assets/stylesheets/layers.scss */
.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}

/* line 3008, app/assets/stylesheets/layers.scss */
.tp-caption.Newspaper-Title,
.Newspaper-Title {
  color: white;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Slab";
  padding: 0 0 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 3025, app/assets/stylesheets/layers.scss */
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
  color: #a8d8ee;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 3042, app/assets/stylesheets/layers.scss */
.tp-caption.Newspaper-Button,
.Newspaper-Button {
  color: white;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
  text-align: left;
}

/* line 3060, app/assets/stylesheets/layers.scss */
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3070, app/assets/stylesheets/layers.scss */
.tp-caption.rtwhitemedium,
.rtwhitemedium {
  font-size: 22px;
  line-height: 26px;
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: black;
  border-style: none;
  text-shadow: none;
}

@media only screen and (max-width: 767px) {
  /* line 3084, app/assets/stylesheets/layers.scss */
  .revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"] {
    width: 200px !important;
  }
}

/* line 3090, app/assets/stylesheets/layers.scss */
.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {
  font-family: "Arial", sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 0 20px;
  border: 0;
  background: #009aee;
  color: #fff;
  border-radius: 0px;
}

/* line 3107, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 3111, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 3115, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-Title,
.Concept-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 5px;
}

/* line 3133, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-SubTitle,
.Concept-SubTitle {
  color: rgba(255, 255, 255, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: "" Playfair Display "";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3150, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-Content,
.Concept-Content {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3167, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-MoreBtn,
.Concept-MoreBtn {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

/* line 3186, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-MoreBtn:hover,
.Concept-MoreBtn:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}

/* line 3196, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-LessBtn,
.Concept-LessBtn {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

/* line 3215, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-LessBtn:hover,
.Concept-LessBtn:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}

/* line 3225, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-SubTitle-Dark,
.Concept-SubTitle-Dark {
  color: rgba(0, 0, 0, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3242, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-Title-Dark,
.Concept-Title-Dark {
  color: black;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 5px;
}

/* line 3260, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-MoreBtn-Dark,
.Concept-MoreBtn-Dark {
  color: black;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

/* line 3279, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-MoreBtn-Dark:hover,
.Concept-MoreBtn-Dark:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}

/* line 3289, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-Content-Dark,
.Concept-Content-Dark {
  color: black;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3306, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-Notice,
.Concept-Notice {
  color: white;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

/* line 3324, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-Content a,
.tp-caption.Concept-Content a:visited {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
  font-weight: 700 !important;
}

/* line 3330, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-Content a:hover {
  border-bottom: 1px solid transparent !important;
}

/* line 3333, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-Content-Dark a,
.tp-caption.Concept-Content-Dark a:visited {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  font-weight: 700 !important;
}

/* line 3339, app/assets/stylesheets/layers.scss */
.tp-caption.Concept-Content-Dark a:hover {
  border-bottom: 1px solid transparent !important;
}

/* line 3343, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 3347, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 3351, app/assets/stylesheets/layers.scss */
.tp-caption.Creative-Title,
.Creative-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3368, app/assets/stylesheets/layers.scss */
.tp-caption.Creative-SubTitle,
.Creative-SubTitle {
  color: #cdb083;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

/* line 3386, app/assets/stylesheets/layers.scss */
.tp-caption.Creative-Button,
.Creative-Button {
  color: #cdb083;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(205, 176, 131, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

/* line 3404, app/assets/stylesheets/layers.scss */
.tp-caption.Creative-Button:hover,
.Creative-Button:hover {
  color: #cdb083;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cdb083;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3415, app/assets/stylesheets/layers.scss */
.tp-caption.subcaption,
.subcaption {
  color: #6f7c82;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: black;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-shadow: none;
  text-align: left;
}

/* line 3433, app/assets/stylesheets/layers.scss */
.tp-caption.RedDot,
.RedDot {
  color: black;
  font-weight: 400;
  font-style: normal;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: #d50000;
  border-color: white;
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}

/* line 3447, app/assets/stylesheets/layers.scss */
.tp-caption.RedDot:hover,
.RedDot:hover {
  color: black;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.75);
  border-color: #d50000;
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}

/* line 3458, app/assets/stylesheets/layers.scss */
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3475, app/assets/stylesheets/layers.scss */
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3493, app/assets/stylesheets/layers.scss */
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
  color: black;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 3511, app/assets/stylesheets/layers.scss */
.tp-caption.Woo-Rating,
.Woo-Rating {
  color: black;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 3529, app/assets/stylesheets/layers.scss */
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
  color: black;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
}

/* line 3548, app/assets/stylesheets/layers.scss */
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
  color: black;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 3566, app/assets/stylesheets/layers.scss */
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}

/* line 3584, app/assets/stylesheets/layers.scss */
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

/* line 3594, app/assets/stylesheets/layers.scss */
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}

/* line 3612, app/assets/stylesheets/layers.scss */
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

/* line 3622, app/assets/stylesheets/layers.scss */
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
  color: black;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 3640, app/assets/stylesheets/layers.scss */
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
  color: black;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
}

/* line 3659, app/assets/stylesheets/layers.scss */
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
  color: black;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 3677, app/assets/stylesheets/layers.scss */
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}

/* line 3695, app/assets/stylesheets/layers.scss */
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

/* line 3705, app/assets/stylesheets/layers.scss */
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}

/* line 3723, app/assets/stylesheets/layers.scss */
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

/* line 3734, app/assets/stylesheets/layers.scss */
.tp-caption.FullScreen-Toggle,
.FullScreen-Toggle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 11px 8px 11px 12px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 3px;
  text-align: left;
}

/* line 3753, app/assets/stylesheets/layers.scss */
.tp-caption.FullScreen-Toggle:hover,
.FullScreen-Toggle:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3764, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-Title,
.Agency-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

/* line 3782, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 3799, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
  color: white;
  font-size: 30px;
  line-height: 71px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 3816, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 3827, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-SmallText,
.Agency-SmallText {
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 5px;
}

/* line 3845, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-Social,
.Agency-Social {
  color: #333333;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 3862, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
  color: white;
  text-decoration: none;
  background-color: #333333;
  border-color: #333333;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 3873, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 3890, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 3902, app/assets/stylesheets/layers.scss */
.tp-caption.Dining-Title,
.Dining-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

/* line 3920, app/assets/stylesheets/layers.scss */
.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 3937, app/assets/stylesheets/layers.scss */
.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  padding: 17px 73px 17px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 2px;
}

/* line 3955, app/assets/stylesheets/layers.scss */
.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3965, app/assets/stylesheets/layers.scss */
.tp-caption.Dining-Social,
.Dining-Social {
  color: white;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 3982, app/assets/stylesheets/layers.scss */
.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 3993, app/assets/stylesheets/layers.scss */
tp-caption.Team-Thumb,
.Team-Thumb {
  color: white;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4010, app/assets/stylesheets/layers.scss */
.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 4021, app/assets/stylesheets/layers.scss */
.tp-caption.Team-Name,
.Team-Name {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4038, app/assets/stylesheets/layers.scss */
.tp-caption.Team-Position,
.Team-Position {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4055, app/assets/stylesheets/layers.scss */
.tp-caption.Team-Description,
.Team-Description {
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4072, app/assets/stylesheets/layers.scss */
.tp-caption.Team-Social,
.Team-Social {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4089, app/assets/stylesheets/layers.scss */
.tp-caption.Team-Social:hover,
.Team-Social:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* line 4101, app/assets/stylesheets/layers.scss */
.tp-caption.VideoControls-Play,
.VideoControls-Play {
  color: black;
  font-size: 50px;
  line-height: 120px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 7px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 4118, app/assets/stylesheets/layers.scss */
.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 4129, app/assets/stylesheets/layers.scss */
.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
  color: white;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

/* line 4147, app/assets/stylesheets/layers.scss */
.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4164, app/assets/stylesheets/layers.scss */
.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4181, app/assets/stylesheets/layers.scss */
.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* line 4192, app/assets/stylesheets/layers.scss */
.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
  color: black;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 4209, app/assets/stylesheets/layers.scss */
.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 4220, app/assets/stylesheets/layers.scss */
.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
  color: black;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 4237, app/assets/stylesheets/layers.scss */
.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 4249, app/assets/stylesheets/layers.scss */
.soundcloudwrapper iframe {
  width: 100% !important;
}

/* line 4252, app/assets/stylesheets/layers.scss */
.tp-caption.SleekLanding-Title,
.SleekLanding-Title {
  color: white;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 5px;
}

/* line 4271, app/assets/stylesheets/layers.scss */
.tp-caption.SleekLanding-ButtonBG,
.SleekLanding-ButtonBG {
  color: black;
  font-weight: 700;
  font-style: normal;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
}

/* line 4288, app/assets/stylesheets/layers.scss */
.tp-caption.SleekLanding-SmallTitle,
.SleekLanding-SmallTitle {
  color: white;
  font-size: 13px;
  line-height: 50px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 2px;
}

/* line 4307, app/assets/stylesheets/layers.scss */
.tp-caption.SleekLanding-BottomText,
.SleekLanding-BottomText {
  color: white;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4325, app/assets/stylesheets/layers.scss */
.tp-caption.SleekLanding-Social,
.SleekLanding-Social {
  color: white;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4343, app/assets/stylesheets/layers.scss */
.tp-caption.SleekLanding-Social:hover,
.SleekLanding-Social:hover {
  color: rgba(0, 0, 0, 0.25);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 4354, app/assets/stylesheets/layers.scss */
#rev_slider_429_1_wrapper .tp-loader.spinner2 {
  background-color: #555555 !important;
}

/* line 4357, app/assets/stylesheets/layers.scss */
.tp-fat {
  font-weight: 900 !important;
}

/* line 4361, app/assets/stylesheets/layers.scss */
.tp-caption.PostSlider-Category,
.PostSlider-Category {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 3px;
  text-align: left;
}

/* line 4379, app/assets/stylesheets/layers.scss */
.tp-caption.PostSlider-Title,
.PostSlider-Title {
  color: black;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4396, app/assets/stylesheets/layers.scss */
.tp-caption.PostSlider-Content,
.PostSlider-Content {
  color: #777777;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4413, app/assets/stylesheets/layers.scss */
.tp-caption.PostSlider-Button,
.PostSlider-Button {
  color: black;
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 56px 1px 32px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
}

/* line 4430, app/assets/stylesheets/layers.scss */
.tp-caption.PostSlider-Button:hover,
.PostSlider-Button:hover {
  color: black;
  text-decoration: none;
  background-color: #eeeeee;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* media queries */
/* line 4444, app/assets/stylesheets/layers.scss */
.tp-caption.LandingPage-Title,
.LandingPage-Title {
  color: white;
  font-size: 70px;
  line-height: 80px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

/* line 4465, app/assets/stylesheets/layers.scss */
.tp-caption.LandingPage-SubTitle,
.LandingPage-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4482, app/assets/stylesheets/layers.scss */
.tp-caption.LandingPage-Button,
.LandingPage-Button {
  color: black;
  font-size: 15px;
  line-height: 54px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 35px 0px 35px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 3px;
}

/* line 4500, app/assets/stylesheets/layers.scss */
.tp-caption.LandingPage-Button:hover,
.LandingPage-Button:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* line 4511, app/assets/stylesheets/layers.scss */
.tp-caption.App-Content a,
.tp-caption.App-Content a:visited {
  color: #89124e !important;
  border-bottom: 1px solid transparent !important;
  font-weight: bold !important;
}

/* line 4517, app/assets/stylesheets/layers.scss */
.tp-caption.App-Content a:hover {
  border-bottom: 1px solid #89124e !important;
}

/* line 4520, app/assets/stylesheets/layers.scss */
.tp-caption.RockBand-LogoText,
.RockBand-LogoText {
  color: white;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Oswald;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4538, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #fff !important;
  text-decoration: underline !important;
}

/* line 4543, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

/* line 4547, app/assets/stylesheets/layers.scss */
.soundcloudwrapper iframe {
  width: 100% !important;
}

/* line 4551, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-LogoText,
.Agency-LogoText {
  color: white;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 1px;
}

/* line 4570, app/assets/stylesheets/layers.scss */
.tp-caption.ComingSoon-Highlight,
.ComingSoon-Highlight {
  color: white;
  font-size: 20px;
  line-height: 37px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 20px 3px 20px;
  text-decoration: none;
  text-align: left;
  background-color: #009aee;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4588, app/assets/stylesheets/layers.scss */
.tp-caption.ComingSoon-Count,
.ComingSoon-Count {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4606, app/assets/stylesheets/layers.scss */
.tp-caption.ComingSoon-CountUnit,
.ComingSoon-CountUnit {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4624, app/assets/stylesheets/layers.scss */
.tp-caption.ComingSoon-NotifyMe,
.ComingSoon-NotifyMe {
  color: #a49d8f;
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4643, app/assets/stylesheets/layers.scss */
#mc_embed_signup input#mce-EMAIL {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 1px solid #fff;
  width: 400px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0px;
}

/* line 4663, app/assets/stylesheets/layers.scss */
#mc_embed_signup input#mce-EMAIL[type="email"]:focus {
  background-color: #fff;
  border: 1px solid #666;
  border-right: 0;
}

/* line 4668, app/assets/stylesheets/layers.scss */
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
  font-family: "Lato", sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  padding: 0 20px;
  border: 1px solid #009aee;
  background: #009aee;
  color: #fff;
  border-radius: 0px;
}

/* line 4684, app/assets/stylesheets/layers.scss */
#mc_embed_signup input#mc-embedded-subscribe:hover {
  background: #0083d4;
}

@media only screen and (max-width: 767px) {
  /* line 4688, app/assets/stylesheets/layers.scss */
  #mc_embed_signup input#mce-EMAIL {
    width: 200px;
  }
}

/* line 4692, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-SmallTitle,
.Agency-SmallTitle {
  color: white;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 6px;
}

/* line 4711, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-SmallContent,
.Agency-SmallContent {
  color: white;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4729, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-SmallLink,
.Agency-SmallLink {
  color: #f87c09;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0px 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #f87c09 !important;
}

/* line 4749, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-SmallLink:hover,
.Agency-SmallLink:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 4760, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-NavButton,
.Agency-NavButton {
  color: #333333;
  font-size: 17px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
}

/* line 4778, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
  color: white;
  text-decoration: none;
  background-color: #333333;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* line 4789, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-SmallLinkGreen,
.Agency-SmallLinkGreen {
  color: #6db19b;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0px 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #6db19b !important;
}

/* line 4809, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-SmallLinkGreen:hover,
.Agency-SmallLinkGreen:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 4820, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-SmallLinkBlue,
.Agency-SmallLinkBlue {
  color: #999999;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0px 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #999 !important;
}

/* line 4840, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-SmallLinkBlue:hover,
.Agency-SmallLinkBlue:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 4851, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-LogoText,
.Agency-LogoText {
  color: white;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 1px;
}

/* line 4870, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-ArrowTooltip,
.Agency-ArrowTooltip {
  color: #333333;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: "Permanent Marker";
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4888, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-SmallSocial,
.Agency-SmallSocial {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4906, app/assets/stylesheets/layers.scss */
.tp-caption.Agency-SmallSocial:hover,
.Agency-SmallSocial:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* line 4917, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 4921, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 4925, app/assets/stylesheets/layers.scss */
.tp-caption.CreativeFrontPage-Btn,
.CreativeFrontPage-Btn {
  color: white;
  font-size: 14px;
  line-height: 60px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 50px 0px 50px;
  text-decoration: none;
  text-align: left;
  background-color: #00685c;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 4px 4px 4px 4px;
  letter-spacing: 2px;
}

/* line 4943, app/assets/stylesheets/layers.scss */
.tp-caption.CreativeFrontPage-Btn:hover,
.CreativeFrontPage-Btn:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

/* line 4954, app/assets/stylesheets/layers.scss */
.tp-caption.CreativeFrontPage-Menu,
.CreativeFrontPage-Menu {
  color: white;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  font-style: normal;
  font-family: roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 2px;
}

/* line 4972, app/assets/stylesheets/layers.scss */
.tp-flip-index {
  z-index: 1000 !important;
}

/* line 4975, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 4979, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 4983, app/assets/stylesheets/layers.scss */
.tp-caption.FullScreenMenu-Category,
.FullScreenMenu-Category {
  color: #111111;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: BenchNine;
  padding: 21px 30px 16px 30px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 3px;
}

/* line 5001, app/assets/stylesheets/layers.scss */
.tp-caption.FullScreenMenu-Title,
.FullScreenMenu-Title {
  color: white;
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: BenchNine;
  padding: 21px 30px 16px 30px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(17, 17, 17, 0.9);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

/* line 5018, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 5022, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 5026, app/assets/stylesheets/layers.scss */
.tp-caption.TechJournal-Button,
.TechJournal-Button {
  color: white;
  font-size: 13px;
  line-height: 40px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 1px 30px 1px 30px;
  text-decoration: none;
  text-align: left;
  background-color: #8a00ff;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 3px;
}

/* line 5044, app/assets/stylesheets/layers.scss */
.tp-caption.TechJournal-Button:hover,
.TechJournal-Button:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* line 5055, app/assets/stylesheets/layers.scss */
.tp-caption.TechJournal-Big,
.TechJournal-Big {
  color: white;
  font-size: 120px;
  line-height: 120px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 0px;
}

/* line 5073, app/assets/stylesheets/layers.scss */
.rev_slider {
  overflow: hidden;
}

/* line 5076, app/assets/stylesheets/layers.scss */
.effect_layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* line 5084, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 5088, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 5092, app/assets/stylesheets/layers.scss */
#menu_forcefullwidth {
  z-index: 5000;
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
}

/* line 5099, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: #333333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5117, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5135, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5153, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 5164, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: #333333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 5182, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border-color: #0096ff;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 5193, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: #333333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5211, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5229, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5247, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 5258, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: #333333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 5276, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border-color: #0096ff;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 5287, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: #333333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5305, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5323, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: #333333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 5341, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border-color: #0096ff;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 5352, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: #333333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5370, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5388, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5406, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 5417, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: #333333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 5435, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border-color: #0096ff;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 5446, app/assets/stylesheets/layers.scss */
.rev_slider {
  overflow: hidden;
}

/* line 5449, app/assets/stylesheets/layers.scss */
.effect_layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* line 5456, app/assets/stylesheets/layers.scss */
.gyges .tp-thumb {
  opacity: 1;
}

/* line 5459, app/assets/stylesheets/layers.scss */
.gyges .tp-thumb-img-wrap {
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 5471, app/assets/stylesheets/layers.scss */
.gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

/* line 5480, app/assets/stylesheets/layers.scss */
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
  background: -moz-linear-gradient(top, white 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, white 0%, white 100%);
  background: -o-linear-gradient(top, white 0%, white 100%);
  background: -ms-linear-gradient(top, white 0%, white 100%);
  background: linear-gradient(to bottom, white 0%, white 100%);
}

/* line 5489, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: #333333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5507, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5525, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5543, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 5554, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5572, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5590, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-FooterLink,
.FullSiteBlock-FooterLink {
  color: #555555;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 5608, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-FooterLink:hover,
.FullSiteBlock-FooterLink:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 5619, app/assets/stylesheets/layers.scss */
.fb-share-button.fb_iframe_widget iframe {
  width: 115px !important;
}

/* line 5622, app/assets/stylesheets/layers.scss */
#tp-socialwrapper {
  opacity: 0;
}

/* line 5626, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 5630, app/assets/stylesheets/layers.scss */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 5634, app/assets/stylesheets/layers.scss */
#menu_forcefullwidth {
  z-index: 5000;
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
}

/* line 5641, app/assets/stylesheets/layers.scss */
#tp-menubg {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

/* line 5654, app/assets/stylesheets/layers.scss */
#mc_embed_signup input[type="email"] {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: #888 !important;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5675, app/assets/stylesheets/layers.scss */
#mc_embed_signup input[type="email"]::-webkit-input-placeholder {
  color: #888 !important;
}

/* line 5678, app/assets/stylesheets/layers.scss */
#mc_embed_signup input[type="email"]::-moz-placeholder {
  color: #888 !important;
}

/* line 5681, app/assets/stylesheets/layers.scss */
#mc_embed_signup input[type="email"]:-ms-input-placeholder {
  color: #888 !important;
}

/* line 5684, app/assets/stylesheets/layers.scss */
#mc_embed_signup input[type="email"]:focus {
  background-color: #f5f5f5;
  color: #454545;
}

/* line 5688, app/assets/stylesheets/layers.scss */
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
  font-family: "Lato", sans-serif;
  line-height: 46px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 30px;
  border: 0;
  background: #f04531;
  text-transform: none;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5703, app/assets/stylesheets/layers.scss */
#mc_embed_signup input#mc-embedded-subscribe:hover {
  background: #e03727;
}

@media only screen and (max-width: 767px) {
  /* line 5707, app/assets/stylesheets/layers.scss */
  #mc_embed_signup input[type="email"] {
    width: 260px;
  }
}

@media only screen and (max-width: 480px) {
  /* line 5712, app/assets/stylesheets/layers.scss */
  #mc_embed_signup input[type="email"] {
    width: 160px;
  }
}

/* line 5716, app/assets/stylesheets/layers.scss */
#rev_slider_167_6 .uranus.tparrows {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
}

/* line 5721, app/assets/stylesheets/layers.scss */
#rev_slider_167_6 .uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 5729, app/assets/stylesheets/layers.scss */
#rev_slider_167_6 .uranus.tparrows:hover:before {
  opacity: 0.75;
}

/* line 5732, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5750, app/assets/stylesheets/layers.scss */
.tp-caption.ParallaxWebsite-FooterItem,
.ParallaxWebsite-FooterItem {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

/* line 5767, app/assets/stylesheets/layers.scss */
.tp-caption.ParallaxWebsite-FooterItem:hover,
.ParallaxWebsite-FooterItem:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 5778, app/assets/stylesheets/layers.scss */
.fb-share-button.fb_iframe_widget iframe {
  width: 115px !important;
}

/* line 5781, app/assets/stylesheets/layers.scss */
iframe.twitter-share-button {
  display: none;
}

/* line 5784, app/assets/stylesheets/layers.scss */
.fb-share-button.fb_iframe_widget iframe {
  display: none;
}

/* line 5788, app/assets/stylesheets/layers.scss */
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* line 11, app/assets/stylesheets/navigation.scss */
.ares.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

/* line 23, app/assets/stylesheets/navigation.scss */
.ares.tparrows:before {
  font-family: "revicons";
  font-size: 25px;
  color: #aaa;
  display: block;
  line-height: 60px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
}

/* line 36, app/assets/stylesheets/navigation.scss */
.ares.tparrows.tp-leftarrow:before {
  content: "\e81f";
}

/* line 39, app/assets/stylesheets/navigation.scss */
.ares.tparrows.tp-rightarrow:before {
  content: "\e81e";
}

/* line 42, app/assets/stylesheets/navigation.scss */
.ares.tparrows:hover:before {
  color: #000;
}

/* line 45, app/assets/stylesheets/navigation.scss */
.ares .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #fff;
  min-height: 60px;
  line-height: 60px;
  top: 0px;
  margin-left: 30px;
  border-radius: 0px 30px 30px 0px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}

/* line 63, app/assets/stylesheets/navigation.scss */
.ares.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 30px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 30px 0px 0px 30px;
}

/* line 69, app/assets/stylesheets/navigation.scss */
.ares.tparrows:hover .tp-title-wrap {
  transform: scaleX(1) scaleY(1);
  -webkit-transform: scaleX(1) scaleY(1);
}

/* line 73, app/assets/stylesheets/navigation.scss */
.ares .tp-arr-titleholder {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 10px;
  opacity: 0;
}

/* line 89, app/assets/stylesheets/navigation.scss */
.ares.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0px;
  margin-right: 10px;
}

/* line 94, app/assets/stylesheets/navigation.scss */
.ares.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* BULLETS */
/* line 104, app/assets/stylesheets/navigation.scss */
.ares.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 114, app/assets/stylesheets/navigation.scss */
.ares .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 123, app/assets/stylesheets/navigation.scss */
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
  background: #fff;
}

/* line 127, app/assets/stylesheets/navigation.scss */
.ares .tp-bullet-title {
  position: absolute;
  color: #888;
  font-size: 12px;
  padding: 0px 10px;
  font-weight: 600;
  right: 27px;
  top: -4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  line-height: 20px;
  white-space: nowrap;
}

/* line 146, app/assets/stylesheets/navigation.scss */
.ares .tp-bullet-title:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  position: absolute;
  right: -10px;
  top: 0px;
}

/* line 158, app/assets/stylesheets/navigation.scss */
.ares .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

/* line 164, app/assets/stylesheets/navigation.scss */
.ares .tp-bullet.selected:hover .tp-bullet-title {
  background: #fff;
}

/* line 167, app/assets/stylesheets/navigation.scss */
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color: transparent transparent transparent #fff;
}

/* line 170, app/assets/stylesheets/navigation.scss */
.ares.tp-bullets:hover .tp-bullet-title {
  visibility: hidden;
}

/* line 173, app/assets/stylesheets/navigation.scss */
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
}

/* TABS */
/* line 178, app/assets/stylesheets/navigation.scss */
.ares .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

/* line 185, app/assets/stylesheets/navigation.scss */
.ares .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

/* line 194, app/assets/stylesheets/navigation.scss */
.ares .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 208, app/assets/stylesheets/navigation.scss */
.ares .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

/* line 216, app/assets/stylesheets/navigation.scss */
.ares .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

/* line 226, app/assets/stylesheets/navigation.scss */
.ares .tp-tab:hover,
.ares .tp-tab.selected {
  background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 253, app/assets/stylesheets/navigation.scss */
.custom.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 10000;
}

/* line 263, app/assets/stylesheets/navigation.scss */
.custom.tparrows:hover {
  background: #000;
}

/* line 266, app/assets/stylesheets/navigation.scss */
.custom.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 274, app/assets/stylesheets/navigation.scss */
.custom.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 277, app/assets/stylesheets/navigation.scss */
.custom.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* BULLETS */
/* line 286, app/assets/stylesheets/navigation.scss */
.custom.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 296, app/assets/stylesheets/navigation.scss */
.custom .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  background: rgba(125, 125, 125, 0.5);
  cursor: pointer;
  box-sizing: content-box;
}

/* line 305, app/assets/stylesheets/navigation.scss */
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
  background: #7d7d7d;
}

/* THUMBS */
/* TABS */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 DIONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 332, app/assets/stylesheets/navigation.scss */
.dione.tparrows {
  height: 100%;
  width: 100px;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  line-height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 342, app/assets/stylesheets/navigation.scss */
.dione.tparrows:hover {
  background: rgba(0, 0, 0, 0.45);
}

/* line 345, app/assets/stylesheets/navigation.scss */
.dione .tp-arr-imgwrapper {
  width: 100px;
  left: 0px;
  position: absolute;
  height: 100%;
  top: 0px;
  overflow: hidden;
}

/* line 353, app/assets/stylesheets/navigation.scss */
.dione.tp-rightarrow .tp-arr-imgwrapper {
  left: auto;
  right: 0px;
}

/* line 358, app/assets/stylesheets/navigation.scss */
.dione .tp-arr-imgholder {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100%;
  top: 0px;
  visibility: hidden;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  left: 0px;
}

/* line 373, app/assets/stylesheets/navigation.scss */
.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right: 0px;
  left: auto;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}

/* line 380, app/assets/stylesheets/navigation.scss */
.dione.tparrows:before {
  position: absolute;
  line-height: 30px;
  margin-left: -22px;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 392, app/assets/stylesheets/navigation.scss */
.dione.tparrows.tp-rightarrow:before {
  margin-left: 6px;
}

/* line 396, app/assets/stylesheets/navigation.scss */
.dione.tparrows:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

/* line 402, app/assets/stylesheets/navigation.scss */
.dione.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}

/* line 407, app/assets/stylesheets/navigation.scss */
.dione.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

/* BULLETS */
/* line 417, app/assets/stylesheets/navigation.scss */
.dione .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 431, app/assets/stylesheets/navigation.scss */
.dione .tp-bullet-image {
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
}

/* line 443, app/assets/stylesheets/navigation.scss */
.dione .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

/* line 465, app/assets/stylesheets/navigation.scss */
.dione .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

/* line 471, app/assets/stylesheets/navigation.scss */
.dione .tp-bullet.selected,
.dione .tp-bullet:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #777777 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: -webkit-linear-gradient(top, white 0%, #777777 100%);
  background: -o-linear-gradient(top, white 0%, #777777 100%);
  background: -ms-linear-gradient(top, white 0%, #777777 100%);
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

/* line 484, app/assets/stylesheets/navigation.scss */
.dione .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ERINYEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 509, app/assets/stylesheets/navigation.scss */
.erinyen.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 35px;
}

/* line 521, app/assets/stylesheets/navigation.scss */
.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

/* line 531, app/assets/stylesheets/navigation.scss */
.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 534, app/assets/stylesheets/navigation.scss */
.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 538, app/assets/stylesheets/navigation.scss */
.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0px;
  margin-left: 0px;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

/* line 560, app/assets/stylesheets/navigation.scss */
.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/* line 568, app/assets/stylesheets/navigation.scss */
.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}

/* line 578, app/assets/stylesheets/navigation.scss */
.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}

/* line 583, app/assets/stylesheets/navigation.scss */
.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 11px;
  opacity: 0;
}

/* line 600, app/assets/stylesheets/navigation.scss */
.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}

/* line 609, app/assets/stylesheets/navigation.scss */
.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}

/* line 618, app/assets/stylesheets/navigation.scss */
.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0px;
  margin-right: 11px;
}

/* line 623, app/assets/stylesheets/navigation.scss */
.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* BULLETS */
/* line 633, app/assets/stylesheets/navigation.scss */
.erinyen.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #555555;
  /* old browsers */
  background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222));
  /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #555555 0%, #222222 100%);
  /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #555555 0%, #222222 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(top, #555555 0%, #222222 100%);
  /* ie10+ */
  background: linear-gradient(to bottom, #555555 0%, #222222 100%);
  /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 );
  /* ie6-9 */
  padding: 10px 15px;
  margin-left: -15px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 1px rgba(33, 33, 33, 0.3);
}

/* line 652, app/assets/stylesheets/navigation.scss */
.erinyen .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 661, app/assets/stylesheets/navigation.scss */
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
  background: #e5e5e5;
  /* old browsers */
  background: -moz-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #999999));
  /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* ie10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, #999999 100%);
  /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 );
  /* ie6-9 */
  border: 1px solid #555;
  width: 12px;
  height: 12px;
}

/* THUMBS */
/* line 681, app/assets/stylesheets/navigation.scss */
.erinyen .tp-thumb {
  opacity: 1;
}

/* line 685, app/assets/stylesheets/navigation.scss */
.erinyen .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 698, app/assets/stylesheets/navigation.scss */
.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

/* line 712, app/assets/stylesheets/navigation.scss */
.erinyen .tp-thumb-more:before {
  content: "\e825";
}

/* line 716, app/assets/stylesheets/navigation.scss */
.erinyen .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

/* line 738, app/assets/stylesheets/navigation.scss */
.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

/* line 744, app/assets/stylesheets/navigation.scss */
.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

/* line 748, app/assets/stylesheets/navigation.scss */
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color: #000;
}

/* TABS */
/* line 756, app/assets/stylesheets/navigation.scss */
.erinyen .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  margin-bottom: 5px;
}

/* line 765, app/assets/stylesheets/navigation.scss */
.erinyen .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab";
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 GYGES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* BULLETS */
/* line 790, app/assets/stylesheets/navigation.scss */
.gyges.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #777777;
  /* Old browsers */
  background: -moz-linear-gradient(top, #777777 0%, #666666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #666666));
  background: -webkit-linear-gradient(top, #777777 0%, #666666 100%);
  background: -o-linear-gradient(top, #777777 0%, #666666 100%);
  background: -ms-linear-gradient(top, #777777 0%, #666666 100%);
  background: linear-gradient(to bottom, #777777 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777",  endColorstr="#666666",GradientType=0 );
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
}

/* line 810, app/assets/stylesheets/navigation.scss */
.gyges .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #333;
  border: 3px solid #444;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 820, app/assets/stylesheets/navigation.scss */
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff",  endColorstr="#e1e1e1",GradientType=0 );
  /* IE6-9 */
}

/* THUMBS */
/* line 841, app/assets/stylesheets/navigation.scss */
.gyges .tp-thumb {
  opacity: 1;
}

/* line 844, app/assets/stylesheets/navigation.scss */
.gyges .tp-thumb-img-wrap {
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 858, app/assets/stylesheets/navigation.scss */
.gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

/* line 867, app/assets/stylesheets/navigation.scss */
.gyges .tp-thumb-title {
  position: absolute;
  bottom: 100%;
  display: inline-block;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  white-space: nowrap;
}

/* line 886, app/assets/stylesheets/navigation.scss */
.gyges .tp-thumb:hover .tp-thumb-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

/* line 892, app/assets/stylesheets/navigation.scss */
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #777777 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: -webkit-linear-gradient(top, white 0%, #777777 100%);
  background: -o-linear-gradient(top, white 0%, #777777 100%);
  background: -ms-linear-gradient(top, white 0%, #777777 100%);
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

/* line 904, app/assets/stylesheets/navigation.scss */
.gyges .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  bottom: -8px;
}

/* TABS */
/* line 919, app/assets/stylesheets/navigation.scss */
.gyges .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 926, app/assets/stylesheets/navigation.scss */
.gyges .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

/* line 935, app/assets/stylesheets/navigation.scss */
.gyges .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 949, app/assets/stylesheets/navigation.scss */
.gyges .tp-tab-date {
  display: block;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

/* line 957, app/assets/stylesheets/navigation.scss */
.gyges .tp-tab-title {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

/* line 967, app/assets/stylesheets/navigation.scss */
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background: rgba(0, 0, 0, 0.5);
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HADES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 994, app/assets/stylesheets/navigation.scss */
.hades.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 1005, app/assets/stylesheets/navigation.scss */
.hades.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 100px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}

/* line 1014, app/assets/stylesheets/navigation.scss */
.hades.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 1017, app/assets/stylesheets/navigation.scss */
.hades.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 1021, app/assets/stylesheets/navigation.scss */
.hades.tparrows:hover:before {
  color: #aaa;
  background: #fff;
  background: white;
}

/* line 1026, app/assets/stylesheets/navigation.scss */
.hades .tp-arr-allwrapper {
  position: absolute;
  left: 100%;
  top: 0px;
  background: #888;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

/* line 1044, app/assets/stylesheets/navigation.scss */
.hades.tp-rightarrow .tp-arr-allwrapper {
  left: auto;
  right: 100%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}

/* line 1053, app/assets/stylesheets/navigation.scss */
.hades:hover .tp-arr-allwrapper {
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
}

/* line 1066, app/assets/stylesheets/navigation.scss */
.hades .tp-arr-imgholder {
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* BULLETS */
/* line 1081, app/assets/stylesheets/navigation.scss */
.hades.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 1091, app/assets/stylesheets/navigation.scss */
.hades .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #888;
  cursor: pointer;
  border: 5px solid #fff;
  box-sizing: content-box;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-perspective: 400;
  perspective: 400;
  -webkit-transform: translatez(0.01px);
  transform: translatez(0.01px);
}

/* line 1105, app/assets/stylesheets/navigation.scss */
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
  background: #555;
}

/* line 1111, app/assets/stylesheets/navigation.scss */
.hades .tp-bullet-image {
  position: absolute;
  top: -80px;
  left: -60px;
  width: 120px;
  height: 60px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform-style: flat;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

/* line 1130, app/assets/stylesheets/navigation.scss */
.hades .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility: visible;
}

/* THUMBS */
/* line 1142, app/assets/stylesheets/navigation.scss */
.hades .tp-thumb {
  opacity: 1;
}

/* line 1145, app/assets/stylesheets/navigation.scss */
.hades .tp-thumb-img-wrap {
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 1159, app/assets/stylesheets/navigation.scss */
.hades .tp-thumb-image {
  padding: 3px;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

/* line 1171, app/assets/stylesheets/navigation.scss */
.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #777777 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: -webkit-linear-gradient(top, white 0%, #777777 100%);
  background: -o-linear-gradient(top, white 0%, #777777 100%);
  background: -ms-linear-gradient(top, white 0%, #777777 100%);
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

/* line 1184, app/assets/stylesheets/navigation.scss */
.hades .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/* TABS */
/* line 1199, app/assets/stylesheets/navigation.scss */
.hades .tp-tab {
  opacity: 1;
}

/* line 1203, app/assets/stylesheets/navigation.scss */
.hades .tp-tab-title {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}

/* line 1212, app/assets/stylesheets/navigation.scss */
.hades .tp-tab-price {
  display: block;
  text-align: center;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
}

/* line 1222, app/assets/stylesheets/navigation.scss */
.hades .tp-tab-button {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  background: #219bd7;
  border-radius: 4px;
  font-weight: 400;
}

/* line 1233, app/assets/stylesheets/navigation.scss */
.hades .tp-tab-inner {
  text-align: center;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEBE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1250, app/assets/stylesheets/navigation.scss */
.hebe.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 1261, app/assets/stylesheets/navigation.scss */
.hebe.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: #aaa;
  display: block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
}

/* line 1277, app/assets/stylesheets/navigation.scss */
.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 1280, app/assets/stylesheets/navigation.scss */
.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 1283, app/assets/stylesheets/navigation.scss */
.hebe.tparrows:hover:before {
  color: #000;
}

/* line 1286, app/assets/stylesheets/navigation.scss */
.hebe .tp-title-wrap {
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  min-height: 60px;
  line-height: 60px;
  top: -10px;
  margin-left: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}

/* line 1303, app/assets/stylesheets/navigation.scss */
.hebe.tp-rightarrow .tp-title-wrap {
  right: 0px;
  -webkit-transform-origin: 100% 50%;
}

/* line 1307, app/assets/stylesheets/navigation.scss */
.hebe.tparrows:hover .tp-title-wrap {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

/* line 1311, app/assets/stylesheets/navigation.scss */
.hebe .tp-arr-titleholder {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 90px;
  white-space: nowrap;
  padding: 0px 20px 0px 90px;
}

/* line 1322, app/assets/stylesheets/navigation.scss */
.hebe.tp-rightarrow .tp-arr-titleholder {
  margin-left: 0px;
  padding: 0px 90px 0px 20px;
}

/* line 1327, app/assets/stylesheets/navigation.scss */
.hebe.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* line 1334, app/assets/stylesheets/navigation.scss */
.hebe .tp-arr-imgholder {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  top: 0px;
  right: -90px;
}

/* line 1344, app/assets/stylesheets/navigation.scss */
.hebe.tp-rightarrow .tp-arr-imgholder {
  right: auto;
  left: -90px;
}

/* BULLETS */
/* line 1351, app/assets/stylesheets/navigation.scss */
.hebe.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 1362, app/assets/stylesheets/navigation.scss */
.hebe .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #fff;
  cursor: pointer;
  border: 5px solid #222;
  border-radius: 50%;
  box-sizing: content-box;
  -webkit-perspective: 400;
  perspective: 400;
  -webkit-transform: translateZ(0.01px);
  transform: translateZ(0.01px);
  transition: all 0.3s;
}

/* line 1377, app/assets/stylesheets/navigation.scss */
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background: #222;
  border-color: #fff;
}

/* line 1383, app/assets/stylesheets/navigation.scss */
.hebe .tp-bullet-image {
  position: absolute;
  top: -90px;
  left: -40px;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform-style: flat;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  border-radius: 6px;
}

/* line 1405, app/assets/stylesheets/navigation.scss */
.hebe .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
}

/* TABS */
/* line 1417, app/assets/stylesheets/navigation.scss */
.hebe .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  margin-bottom: 5px;
}

/* line 1426, app/assets/stylesheets/navigation.scss */
.hebe .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab";
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEPHAISTOS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1446, app/assets/stylesheets/navigation.scss */
.hephaistos.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}

/* line 1457, app/assets/stylesheets/navigation.scss */
.hephaistos.tparrows:hover {
  background: #000;
}

/* line 1460, app/assets/stylesheets/navigation.scss */
.hephaistos.tparrows:before {
  font-family: "revicons";
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 1468, app/assets/stylesheets/navigation.scss */
.hephaistos.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -2px;
}

/* line 1473, app/assets/stylesheets/navigation.scss */
.hephaistos.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -2px;
}

/* BULLETS */
/* line 1483, app/assets/stylesheets/navigation.scss */
.hephaistos.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 1493, app/assets/stylesheets/navigation.scss */
.hephaistos .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999;
  border: 3px solid #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

/* line 1505, app/assets/stylesheets/navigation.scss */
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
  background: #fff;
  border-color: #000;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1527, app/assets/stylesheets/navigation.scss */
.hermes.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 1538, app/assets/stylesheets/navigation.scss */
.hermes.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 1550, app/assets/stylesheets/navigation.scss */
.hermes.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 1553, app/assets/stylesheets/navigation.scss */
.hermes.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 1556, app/assets/stylesheets/navigation.scss */
.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

/* line 1561, app/assets/stylesheets/navigation.scss */
.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0;
}

/* line 1567, app/assets/stylesheets/navigation.scss */
.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0px;
  left: 0px;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 1580, app/assets/stylesheets/navigation.scss */
.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0px;
  left: auto;
}

/* line 1583, app/assets/stylesheets/navigation.scss */
.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}

/* line 1586, app/assets/stylesheets/navigation.scss */
.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 110px;
  transform: translateX(-180px);
  -webkit-transform: translateX(-180px);
  transition: all 0.3s;
  transition-delay: 0.3s;
}

/* line 1594, app/assets/stylesheets/navigation.scss */
.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(180px);
  -webkit-transform: translateX(180px);
}

/* line 1599, app/assets/stylesheets/navigation.scss */
.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

/* line 1603, app/assets/stylesheets/navigation.scss */
.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0px 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* line 1624, app/assets/stylesheets/navigation.scss */
.hermes.tparrows:hover .tp-arr-titleholder {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* BULLETS */
/* line 1636, app/assets/stylesheets/navigation.scss */
.hermes .tp-bullet {
  overflow: hidden;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #FFF;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: absolute;
}

/* line 1648, app/assets/stylesheets/navigation.scss */
.hermes .tp-bullet:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1651, app/assets/stylesheets/navigation.scss */
.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

/* line 1663, app/assets/stylesheets/navigation.scss */
.hermes .tp-bullet.selected:after {
  height: 100%;
}

/* TABS */
/* line 1669, app/assets/stylesheets/navigation.scss */
.hermes .tp-tab {
  opacity: 1;
  padding-right: 10px;
  box-sizing: border-box;
}

/* line 1674, app/assets/stylesheets/navigation.scss */
.hermes .tp-tab-image {
  width: 100%;
  height: 60%;
  position: relative;
}

/* line 1680, app/assets/stylesheets/navigation.scss */
.hermes .tp-tab-content {
  background: #363636;
  position: absolute;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  width: 100%;
  min-height: 40%;
  bottom: 0px;
  left: -10px;
}

/* line 1693, app/assets/stylesheets/navigation.scss */
.hermes .tp-tab-date {
  display: block;
  color: #888;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 1701, app/assets/stylesheets/navigation.scss */
.hermes .tp-tab-title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 19px;
}

/* line 1711, app/assets/stylesheets/navigation.scss */
.hermes .tp-tab.selected .tp-tab-title:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 0 30px 10px;
  border-color: transparent transparent transparent #363636;
  content: " ";
  position: absolute;
  right: -9px;
  bottom: 50%;
  margin-bottom: -30px;
}

/* line 1723, app/assets/stylesheets/navigation.scss */
.hermes .tp-tab-mask {
  padding-right: 10px !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  /* line 1729, app/assets/stylesheets/navigation.scss */
  .hermes .tp-tab .tp-tab-title {
    font-size: 14px;
    line-height: 16px;
  }
  /* line 1730, app/assets/stylesheets/navigation.scss */
  .hermes .tp-tab-date {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
  }
  /* line 1731, app/assets/stylesheets/navigation.scss */
  .hermes .tp-tab-content {
    padding: 15px 15px 15px 25px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 1734, app/assets/stylesheets/navigation.scss */
  .hermes .tp-tab .tp-tab-title {
    font-size: 12px;
    line-height: 14px;
  }
  /* line 1735, app/assets/stylesheets/navigation.scss */
  .hermes .tp-tab-date {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
  }
  /* line 1736, app/assets/stylesheets/navigation.scss */
  .hermes .tp-tab-content {
    padding: 10px 10px 10px 20px;
  }
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HESPERIDEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1750, app/assets/stylesheets/navigation.scss */
.hesperiden.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}

/* line 1761, app/assets/stylesheets/navigation.scss */
.hesperiden.tparrows:hover {
  background: #000;
}

/* line 1764, app/assets/stylesheets/navigation.scss */
.hesperiden.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 1772, app/assets/stylesheets/navigation.scss */
.hesperiden.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -3px;
}

/* line 1776, app/assets/stylesheets/navigation.scss */
.hesperiden.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -3px;
}

/* BULLETS */
/* line 1784, app/assets/stylesheets/navigation.scss */
.hesperiden.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 8px;
}

/* line 1796, app/assets/stylesheets/navigation.scss */
.hesperiden .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999999;
  /* old browsers */
  background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #e1e1e1));
  /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* ie10+ */
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  /* w3c */
  filter: progid:dximagetransform.microsoft.gradient(  startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 );
  /* ie6-9 */
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 1815, app/assets/stylesheets/navigation.scss */
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
  background: #666;
}

/* THUMBS */
/* line 1826, app/assets/stylesheets/navigation.scss */
.hesperiden .tp-thumb {
  opacity: 1;
  -webkit-perspective: 600px;
  perspective: 600px;
}

/* line 1831, app/assets/stylesheets/navigation.scss */
.hesperiden .tp-thumb .tp-thumb-title {
  font-size: 12px;
  position: absolute;
  margin-top: -10px;
  color: #fff;
  display: block;
  z-index: 10000;
  background-color: #000;
  padding: 5px 10px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotatex(90deg) translatez(0.001px);
  transform-origin: 50% 100%;
  -webkit-transform: rotatex(90deg) translatez(0.001px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
}

/* line 1855, app/assets/stylesheets/navigation.scss */
.hesperiden .tp-thumb:hover .tp-thumb-title {
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  opacity: 1;
}

/* TABS */
/* line 1862, app/assets/stylesheets/navigation.scss */
.hesperiden .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1869, app/assets/stylesheets/navigation.scss */
.hesperiden .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

/* line 1878, app/assets/stylesheets/navigation.scss */
.hesperiden .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 1892, app/assets/stylesheets/navigation.scss */
.hesperiden .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

/* line 1900, app/assets/stylesheets/navigation.scss */
.hesperiden .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

/* line 1910, app/assets/stylesheets/navigation.scss */
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
  background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 METIS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1937, app/assets/stylesheets/navigation.scss */
.metis.tparrows {
  background: #fff;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

/* line 1947, app/assets/stylesheets/navigation.scss */
.metis.tparrows:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
}

/* line 1952, app/assets/stylesheets/navigation.scss */
.metis.tparrows:before {
  color: #000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 1958, app/assets/stylesheets/navigation.scss */
.metis.tparrows:hover:before {
  transform: scale(1.5);
}

/* BULLETS */
/* line 1964, app/assets/stylesheets/navigation.scss */
.metis .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 50%;
}

/* line 1978, app/assets/stylesheets/navigation.scss */
.metis .tp-bullet-image {
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
}

/* line 1992, app/assets/stylesheets/navigation.scss */
.metis .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

/* line 2014, app/assets/stylesheets/navigation.scss */
.metis .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

/* line 2020, app/assets/stylesheets/navigation.scss */
.metis .tp-bullet.selected,
.metis .tp-bullet:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #777777 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: -webkit-linear-gradient(top, white 0%, #777777 100%);
  background: -o-linear-gradient(top, white 0%, #777777 100%);
  background: -ms-linear-gradient(top, white 0%, #777777 100%);
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

/* line 2033, app/assets/stylesheets/navigation.scss */
.metis .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/* line 2046, app/assets/stylesheets/navigation.scss */
.metis .tp-tab-number {
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Playfair Display";
  width: 50px;
  margin-right: 17px;
  display: inline-block;
  float: left;
}

/* line 2057, app/assets/stylesheets/navigation.scss */
.metis .tp-tab-mask {
  padding-left: 20px;
  left: 0px;
  max-width: 90px !important;
  transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
}

/* line 2063, app/assets/stylesheets/navigation.scss */
.metis:hover .tp-tab-mask {
  padding-left: 0px;
  left: 50px;
  max-width: 500px !important;
}

/* line 2068, app/assets/stylesheets/navigation.scss */
.metis .tp-tab-divider {
  border-right: 1px solid transparent;
  height: 30px;
  width: 1px;
  margin-top: 5px;
  display: inline-block;
  float: left;
}

/* line 2076, app/assets/stylesheets/navigation.scss */
.metis .tp-tab-title {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Playfair Display";
  position: relative;
  padding-top: 10px;
  padding-left: 30px;
  display: inline-block;
  transform: translateX(-100%);
  transition: 0.4s all;
}

/* line 2089, app/assets/stylesheets/navigation.scss */
.metis .tp-tab-title-mask {
  position: absolute;
  overflow: hidden;
  left: 67px;
}

/* line 2094, app/assets/stylesheets/navigation.scss */
.metis:hover .tp-tab-title {
  transform: translateX(0);
}

/* line 2097, app/assets/stylesheets/navigation.scss */
.metis .tp-tab {
  opacity: 0.15;
  transition: 0.4s all;
}

/* line 2101, app/assets/stylesheets/navigation.scss */
.metis .tp-tab:hover,
.metis .tp-tab.selected {
  opacity: 1;
}

/* line 2105, app/assets/stylesheets/navigation.scss */
.metis .tp-tab.selected .tp-tab-divider {
  border-right: 1px solid #cdb083;
}

/* line 2108, app/assets/stylesheets/navigation.scss */
.metis.tp-tabs {
  max-width: 118px !important;
  padding-left: 50px;
}

/* line 2112, app/assets/stylesheets/navigation.scss */
.metis.tp-tabs:before {
  content: " ";
  height: 100%;
  width: 88px;
  background: rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  left: 0px;
  top: 0px;
  position: absolute;
  transition: 0.4s all;
}

/* line 2123, app/assets/stylesheets/navigation.scss */
.metis.tp-tabs:hover:before {
  width: 118px;
}

@media (max-width: 499px) {
  /* line 2127, app/assets/stylesheets/navigation.scss */
  .metis.tp-tabs:before {
    background: rgba(0, 0, 0, 0.75);
  }
}

/* line 2131, app/assets/stylesheets/navigation.scss */
.nav a:active {
  background-color: #e63900;
  cursor: default;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 PERSEPHONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 2146, app/assets/stylesheets/navigation.scss */
.persephone.tparrows {
  cursor: pointer;
  background: #aaa;
  background: rgba(200, 200, 200, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid #f5f5f5;
}

/* line 2157, app/assets/stylesheets/navigation.scss */
.persephone.tparrows:hover {
  background: #333;
}

/* line 2160, app/assets/stylesheets/navigation.scss */
.persephone.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 2168, app/assets/stylesheets/navigation.scss */
.persephone.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 2171, app/assets/stylesheets/navigation.scss */
.persephone.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* BULLETS */
/* line 2180, app/assets/stylesheets/navigation.scss */
.persephone.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 2190, app/assets/stylesheets/navigation.scss */
.persephone .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 2199, app/assets/stylesheets/navigation.scss */
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
  background: #222;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 URANUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 2220, app/assets/stylesheets/navigation.scss */
.uranus.tparrows {
  width: 50px;
  height: 50px;
  background: transparent;
}

/* line 2225, app/assets/stylesheets/navigation.scss */
.uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 2234, app/assets/stylesheets/navigation.scss */
.uranus.tparrows:hover:before {
  opacity: 0.75;
}

/* BULLETS */
/* line 2239, app/assets/stylesheets/navigation.scss */
.uranus .tp-bullet {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background: transparent;
}

/* line 2246, app/assets/stylesheets/navigation.scss */
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border: none;
  border-radius: 50%;
  background: transparent;
}

/* line 2257, app/assets/stylesheets/navigation.scss */
.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

/* line 2274, app/assets/stylesheets/navigation.scss */
.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: #fff;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 2292, app/assets/stylesheets/navigation.scss */
.zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 35px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

/* line 2304, app/assets/stylesheets/navigation.scss */
.zeus.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

/* line 2314, app/assets/stylesheets/navigation.scss */
.zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 2317, app/assets/stylesheets/navigation.scss */
.zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 2321, app/assets/stylesheets/navigation.scss */
.zeus .tp-title-wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50%;
}

/* line 2337, app/assets/stylesheets/navigation.scss */
.zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

/* line 2353, app/assets/stylesheets/navigation.scss */
.zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

/* line 2357, app/assets/stylesheets/navigation.scss */
.zeus.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

/* line 2363, app/assets/stylesheets/navigation.scss */
.zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* BULLETS */
/* line 2371, app/assets/stylesheets/navigation.scss */
.zeus .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
}

/* line 2379, app/assets/stylesheets/navigation.scss */
.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

/* line 2394, app/assets/stylesheets/navigation.scss */
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 2400, app/assets/stylesheets/navigation.scss */
.zeus .tp-bullet-image,
.zeus .tp-bullet-imageoverlay {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 25px;
  left: 50%;
  margin-left: -65px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}

/* line 2426, app/assets/stylesheets/navigation.scss */
.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 2432, app/assets/stylesheets/navigation.scss */
.zeus .tp-bullet-title {
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 45px;
  width: 135px;
  vertical-align: middle;
  left: -57px;
}

/* line 2454, app/assets/stylesheets/navigation.scss */
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* THUMBS */
/* line 2464, app/assets/stylesheets/navigation.scss */
.zeus .tp-thumb {
  opacity: 1;
}

/* line 2468, app/assets/stylesheets/navigation.scss */
.zeus .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 2481, app/assets/stylesheets/navigation.scss */
.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

/* line 2495, app/assets/stylesheets/navigation.scss */
.zeus .tp-thumb-more:before {
  content: "\e825";
}

/* line 2499, app/assets/stylesheets/navigation.scss */
.zeus .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

/* line 2521, app/assets/stylesheets/navigation.scss */
.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

/* line 2527, app/assets/stylesheets/navigation.scss */
.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
  background: #000;
}

/* line 2531, app/assets/stylesheets/navigation.scss */
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color: #fff;
}

/* TABS */
/* line 2539, app/assets/stylesheets/navigation.scss */
.zeus .tp-tab {
  opacity: 1;
  box-sizing: border-box;
}

/* line 2544, app/assets/stylesheets/navigation.scss */
.zeus .tp-tab-title {
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  padding: 9px 10px;
}

/* line 2555, app/assets/stylesheets/navigation.scss */
.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
  color: #000;
  background: white;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* line 2575, app/assets/stylesheets/navigation.scss */
.post-tabs .tp-thumb {
  opacity: 1;
}

/* line 2579, app/assets/stylesheets/navigation.scss */
.post-tabs .tp-thumb-over {
  background: #252525;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 2591, app/assets/stylesheets/navigation.scss */
.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

/* line 2605, app/assets/stylesheets/navigation.scss */
.post-tabs .tp-thumb-more:before {
  content: "\e825";
}

/* line 2609, app/assets/stylesheets/navigation.scss */
.post-tabs .tp-thumb-title {
  font-family: "raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 15px 30px 15px 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

/* line 2631, app/assets/stylesheets/navigation.scss */
.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

/* line 2637, app/assets/stylesheets/navigation.scss */
.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

/* line 2641, app/assets/stylesheets/navigation.scss */
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color: #000;
}

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url(/../fonts/Pe-icon-7-stroke.eot?d7yf1v);
  src: url(/../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format("embedded-opentype"), url(/../fonts/Pe-icon-7-stroke.woff?d7yf1v) format("woff"), url(/../fonts/Pe-icon-7-stroke.ttf?d7yf1v) format("truetype"), url(/../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, app/assets/stylesheets/pe-icon-7-stroke.scss */
[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-album:before {
  content: "\e6aa";
}

/* line 30, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-arc:before {
  content: "\e6ab";
}

/* line 33, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-back-2:before {
  content: "\e6ac";
}

/* line 36, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-bandaid:before {
  content: "\e6ad";
}

/* line 39, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-car:before {
  content: "\e6ae";
}

/* line 42, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-diamond:before {
  content: "\e6af";
}

/* line 45, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-door-lock:before {
  content: "\e6b0";
}

/* line 48, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-eyedropper:before {
  content: "\e6b1";
}

/* line 51, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-female:before {
  content: "\e6b2";
}

/* line 54, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-gym:before {
  content: "\e6b3";
}

/* line 57, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-hammer:before {
  content: "\e6b4";
}

/* line 60, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-headphones:before {
  content: "\e6b5";
}

/* line 63, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-helm:before {
  content: "\e6b6";
}

/* line 66, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-hourglass:before {
  content: "\e6b7";
}

/* line 69, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-leaf:before {
  content: "\e6b8";
}

/* line 72, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-magic-wand:before {
  content: "\e6b9";
}

/* line 75, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-male:before {
  content: "\e6ba";
}

/* line 78, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-map-2:before {
  content: "\e6bb";
}

/* line 81, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-next-2:before {
  content: "\e6bc";
}

/* line 84, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}

/* line 87, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-pendrive:before {
  content: "\e6be";
}

/* line 90, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-photo:before {
  content: "\e6bf";
}

/* line 93, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-piggy:before {
  content: "\e6c0";
}

/* line 96, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-plugin:before {
  content: "\e6c1";
}

/* line 99, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-refresh-2:before {
  content: "\e6c2";
}

/* line 102, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-rocket:before {
  content: "\e6c3";
}

/* line 105, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-settings:before {
  content: "\e6c4";
}

/* line 108, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-shield:before {
  content: "\e6c5";
}

/* line 111, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-smile:before {
  content: "\e6c6";
}

/* line 114, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-usb:before {
  content: "\e6c7";
}

/* line 117, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-vector:before {
  content: "\e6c8";
}

/* line 120, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-wine:before {
  content: "\e6c9";
}

/* line 123, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-cloud-upload:before {
  content: "\e68a";
}

/* line 126, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-cash:before {
  content: "\e68c";
}

/* line 129, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-close:before {
  content: "\e680";
}

/* line 132, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-bluetooth:before {
  content: "\e68d";
}

/* line 135, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-cloud-download:before {
  content: "\e68b";
}

/* line 138, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-way:before {
  content: "\e68e";
}

/* line 141, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-close-circle:before {
  content: "\e681";
}

/* line 144, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-id:before {
  content: "\e68f";
}

/* line 147, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-up:before {
  content: "\e682";
}

/* line 150, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-wristwatch:before {
  content: "\e690";
}

/* line 153, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-up-circle:before {
  content: "\e683";
}

/* line 156, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-world:before {
  content: "\e691";
}

/* line 159, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-right:before {
  content: "\e684";
}

/* line 162, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-volume:before {
  content: "\e692";
}

/* line 165, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-right-circle:before {
  content: "\e685";
}

/* line 168, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-users:before {
  content: "\e693";
}

/* line 171, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-left:before {
  content: "\e686";
}

/* line 174, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-user-female:before {
  content: "\e694";
}

/* line 177, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-left-circle:before {
  content: "\e687";
}

/* line 180, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-up-arrow:before {
  content: "\e695";
}

/* line 183, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-down:before {
  content: "\e688";
}

/* line 186, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-switch:before {
  content: "\e696";
}

/* line 189, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-angle-down-circle:before {
  content: "\e689";
}

/* line 192, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-scissors:before {
  content: "\e697";
}

/* line 195, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-wallet:before {
  content: "\e600";
}

/* line 198, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-safe:before {
  content: "\e698";
}

/* line 201, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-volume2:before {
  content: "\e601";
}

/* line 204, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-volume1:before {
  content: "\e602";
}

/* line 207, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-voicemail:before {
  content: "\e603";
}

/* line 210, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-video:before {
  content: "\e604";
}

/* line 213, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-user:before {
  content: "\e605";
}

/* line 216, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-upload:before {
  content: "\e606";
}

/* line 219, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-unlock:before {
  content: "\e607";
}

/* line 222, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-umbrella:before {
  content: "\e608";
}

/* line 225, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-trash:before {
  content: "\e609";
}

/* line 228, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-tools:before {
  content: "\e60a";
}

/* line 231, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-timer:before {
  content: "\e60b";
}

/* line 234, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-ticket:before {
  content: "\e60c";
}

/* line 237, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-target:before {
  content: "\e60d";
}

/* line 240, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-sun:before {
  content: "\e60e";
}

/* line 243, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-study:before {
  content: "\e60f";
}

/* line 246, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-stopwatch:before {
  content: "\e610";
}

/* line 249, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-star:before {
  content: "\e611";
}

/* line 252, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-speaker:before {
  content: "\e612";
}

/* line 255, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-signal:before {
  content: "\e613";
}

/* line 258, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-shuffle:before {
  content: "\e614";
}

/* line 261, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-shopbag:before {
  content: "\e615";
}

/* line 264, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-share:before {
  content: "\e616";
}

/* line 267, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-server:before {
  content: "\e617";
}

/* line 270, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-search:before {
  content: "\e618";
}

/* line 273, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-film:before {
  content: "\e6a5";
}

/* line 276, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-science:before {
  content: "\e619";
}

/* line 279, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-disk:before {
  content: "\e6a6";
}

/* line 282, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-ribbon:before {
  content: "\e61a";
}

/* line 285, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-repeat:before {
  content: "\e61b";
}

/* line 288, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-refresh:before {
  content: "\e61c";
}

/* line 291, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-add-user:before {
  content: "\e6a9";
}

/* line 294, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}

/* line 297, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-paperclip:before {
  content: "\e69c";
}

/* line 300, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-radio:before {
  content: "\e61e";
}

/* line 303, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-note2:before {
  content: "\e69d";
}

/* line 306, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-print:before {
  content: "\e61f";
}

/* line 309, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-network:before {
  content: "\e69e";
}

/* line 312, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-prev:before {
  content: "\e620";
}

/* line 315, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-mute:before {
  content: "\e69f";
}

/* line 318, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-power:before {
  content: "\e621";
}

/* line 321, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-medal:before {
  content: "\e6a0";
}

/* line 324, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-portfolio:before {
  content: "\e622";
}

/* line 327, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-like2:before {
  content: "\e6a1";
}

/* line 330, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-plus:before {
  content: "\e623";
}

/* line 333, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-left-arrow:before {
  content: "\e6a2";
}

/* line 336, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-play:before {
  content: "\e624";
}

/* line 339, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-key:before {
  content: "\e6a3";
}

/* line 342, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-plane:before {
  content: "\e625";
}

/* line 345, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-joy:before {
  content: "\e6a4";
}

/* line 348, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-photo-gallery:before {
  content: "\e626";
}

/* line 351, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-pin:before {
  content: "\e69b";
}

/* line 354, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-phone:before {
  content: "\e627";
}

/* line 357, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-plug:before {
  content: "\e69a";
}

/* line 360, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-pen:before {
  content: "\e628";
}

/* line 363, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-right-arrow:before {
  content: "\e699";
}

/* line 366, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-paper-plane:before {
  content: "\e629";
}

/* line 369, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-delete-user:before {
  content: "\e6a7";
}

/* line 372, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-paint:before {
  content: "\e62a";
}

/* line 375, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}

/* line 378, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-notebook:before {
  content: "\e62b";
}

/* line 381, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-note:before {
  content: "\e62c";
}

/* line 384, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-next:before {
  content: "\e62d";
}

/* line 387, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-news-paper:before {
  content: "\e62e";
}

/* line 390, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-musiclist:before {
  content: "\e62f";
}

/* line 393, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-music:before {
  content: "\e630";
}

/* line 396, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-mouse:before {
  content: "\e631";
}

/* line 399, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-more:before {
  content: "\e632";
}

/* line 402, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-moon:before {
  content: "\e633";
}

/* line 405, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-monitor:before {
  content: "\e634";
}

/* line 408, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-micro:before {
  content: "\e635";
}

/* line 411, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-menu:before {
  content: "\e636";
}

/* line 414, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-map:before {
  content: "\e637";
}

/* line 417, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-map-marker:before {
  content: "\e638";
}

/* line 420, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-mail:before {
  content: "\e639";
}

/* line 423, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-mail-open:before {
  content: "\e63a";
}

/* line 426, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-mail-open-file:before {
  content: "\e63b";
}

/* line 429, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-magnet:before {
  content: "\e63c";
}

/* line 432, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-loop:before {
  content: "\e63d";
}

/* line 435, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-look:before {
  content: "\e63e";
}

/* line 438, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-lock:before {
  content: "\e63f";
}

/* line 441, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-lintern:before {
  content: "\e640";
}

/* line 444, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-link:before {
  content: "\e641";
}

/* line 447, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-like:before {
  content: "\e642";
}

/* line 450, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-light:before {
  content: "\e643";
}

/* line 453, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-less:before {
  content: "\e644";
}

/* line 456, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-keypad:before {
  content: "\e645";
}

/* line 459, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-junk:before {
  content: "\e646";
}

/* line 462, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-info:before {
  content: "\e647";
}

/* line 465, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-home:before {
  content: "\e648";
}

/* line 468, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-help2:before {
  content: "\e649";
}

/* line 471, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-help1:before {
  content: "\e64a";
}

/* line 474, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-graph3:before {
  content: "\e64b";
}

/* line 477, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-graph2:before {
  content: "\e64c";
}

/* line 480, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-graph1:before {
  content: "\e64d";
}

/* line 483, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-graph:before {
  content: "\e64e";
}

/* line 486, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-global:before {
  content: "\e64f";
}

/* line 489, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-gleam:before {
  content: "\e650";
}

/* line 492, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-glasses:before {
  content: "\e651";
}

/* line 495, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-gift:before {
  content: "\e652";
}

/* line 498, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-folder:before {
  content: "\e653";
}

/* line 501, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-flag:before {
  content: "\e654";
}

/* line 504, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-filter:before {
  content: "\e655";
}

/* line 507, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-file:before {
  content: "\e656";
}

/* line 510, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-expand1:before {
  content: "\e657";
}

/* line 513, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-exapnd2:before {
  content: "\e658";
}

/* line 516, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-edit:before {
  content: "\e659";
}

/* line 519, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-drop:before {
  content: "\e65a";
}

/* line 522, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-drawer:before {
  content: "\e65b";
}

/* line 525, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-download:before {
  content: "\e65c";
}

/* line 528, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-display2:before {
  content: "\e65d";
}

/* line 531, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-display1:before {
  content: "\e65e";
}

/* line 534, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-diskette:before {
  content: "\e65f";
}

/* line 537, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-date:before {
  content: "\e660";
}

/* line 540, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-cup:before {
  content: "\e661";
}

/* line 543, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-culture:before {
  content: "\e662";
}

/* line 546, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-crop:before {
  content: "\e663";
}

/* line 549, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-credit:before {
  content: "\e664";
}

/* line 552, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-copy-file:before {
  content: "\e665";
}

/* line 555, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-config:before {
  content: "\e666";
}

/* line 558, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-compass:before {
  content: "\e667";
}

/* line 561, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-comment:before {
  content: "\e668";
}

/* line 564, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-coffee:before {
  content: "\e669";
}

/* line 567, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-cloud:before {
  content: "\e66a";
}

/* line 570, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-clock:before {
  content: "\e66b";
}

/* line 573, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-check:before {
  content: "\e66c";
}

/* line 576, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-chat:before {
  content: "\e66d";
}

/* line 579, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-cart:before {
  content: "\e66e";
}

/* line 582, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-camera:before {
  content: "\e66f";
}

/* line 585, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-call:before {
  content: "\e670";
}

/* line 588, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-calculator:before {
  content: "\e671";
}

/* line 591, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-browser:before {
  content: "\e672";
}

/* line 594, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-box2:before {
  content: "\e673";
}

/* line 597, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-box1:before {
  content: "\e674";
}

/* line 600, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-bookmarks:before {
  content: "\e675";
}

/* line 603, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-bicycle:before {
  content: "\e676";
}

/* line 606, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-bell:before {
  content: "\e677";
}

/* line 609, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-battery:before {
  content: "\e678";
}

/* line 612, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-ball:before {
  content: "\e679";
}

/* line 615, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-back:before {
  content: "\e67a";
}

/* line 618, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-attention:before {
  content: "\e67b";
}

/* line 621, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-anchor:before {
  content: "\e67c";
}

/* line 624, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-albums:before {
  content: "\e67d";
}

/* line 627, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-alarm:before {
  content: "\e67e";
}

/* line 630, app/assets/stylesheets/pe-icon-7-stroke.scss */
.pe-7s-airplay:before {
  content: "\e67f";
}

/* --------------------------------------
@Author: ThemeMascot
@URL: http://themeforest.net/user/ThemeMascot

Default COLOR :  Color Set 1
COLOR CODE1:  #212331 
COLOR CODE2:  #5381bc
----------------------------------------- */
/*
 * background: theme-color
 * -----------------------------------------------
*/
/* line 16, app/assets/stylesheets/theme-skin-color-set1.scss */
.post .entry-meta.meta-absolute {
  background-color: rgba(33, 35, 49, 0.9) !important;
}

/* line 19, app/assets/stylesheets/theme-skin-color-set1.scss */
.tab-slider .nav.nav-pills a:hover,
.tab-slider .nav.nav-pills a.active,
.custom-nav-tabs > li > a:hover,
.widget .tags a:hover,
.small-title .title::after,
.drop-caps.colored-square p:first-child:first-letter,
.drop-caps.colored-rounded p:first-child:first-letter,
.working-process.theme-colored a,
.widget.dark .tags a:hover,
.blog-posts .post .entry-content .post-date.right,
.horizontal-tab-centered .nav-pills > li > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a,
.horizontal-tab-centered .nav-pills > li.active > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a:focus,
.owl-theme.dot-theme-colored .owl-controls .owl-dot span,
.portfolio-filter a.active,
.portfolio-filter a:hover,
.pagination.theme-colored li.active a,
.section-title .both-side-line::after,
.section-title .both-side-line::before,
.section-title .top-side-line::after,
.section-title .left-side-line::before,
.section-title .right-side-line::before,
.product .tag-sale,
.owl-theme .owl-dots .owl-dot.active span,
.blog-posts .post.style1 .entry-header .entry-date.entry-date-absolute,
.title-dots span {
  background: #212331;
}

/* line 48, app/assets/stylesheets/theme-skin-color-set1.scss */
.cd-timeline-simple .cd-timeline-block .cd-timeline-img {
  background: #212331 !important;
}

/* line 51, app/assets/stylesheets/theme-skin-color-set1.scss */
.ui-state-highlight {
  background: #212331 !important;
  color: #fff !important;
}

/* line 55, app/assets/stylesheets/theme-skin-color-set1.scss */
.menuzord .menuzord-menu > li.active > a,
.menuzord .menuzord-menu > li:hover > a,
.menuzord .menuzord-menu ul.dropdown li:hover > a {
  background: #5381bc;
  color: #fff;
}

/* line 61, app/assets/stylesheets/theme-skin-color-set1.scss */
.gallery-isotope.default-animation-effect .gallery-item .overlay-shade {
  background: #212331;
}

/*
 * text: theme-color
 * -----------------------------------------------
*/
/* line 68, app/assets/stylesheets/theme-skin-color-set1.scss */
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a,
.menuzord-menu > li > .megamenu .megamenu-row .post a:hover,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a i,
.menuzord-menu > li > .megamenu .megamenu-row .post a:hover i,
.blog-posts .post .entry-meta li i,
.widget .address li i,
.icon-box.box-style1.practice-style3 i,
.icon-box.services-style1:hover .heading,
.horizontal-contact-widget .widget::before,
.small-title i,
.drop-caps.text-colored p:first-child:first-letter,
.schedule-box:hover .schedule-details .title a,
.widget.dark .nav-tabs li.active a,
.pagination.theme-colored li a,
.pager.theme-colored a,
.widget .post-title a:hover,
.donation-form .form-group label {
  color: #212331;
}

/*
 * border: theme-color
 * -----------------------------------------------
*/
/* line 91, app/assets/stylesheets/theme-skin-color-set1.scss */
.line-bottom:after,
.widget .line-bottom:after,
.widget .line-bottom:after,
.pager.theme-colored a,
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev,
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
  border: 1px solid #212331;
}

/* line 99, app/assets/stylesheets/theme-skin-color-set1.scss */
.owl-theme .owl-dots .owl-dot span {
  border-color: #212331;
}

/* line 102, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.box-style1.practice-style3:hover .icon-wrapper::after {
  border-color: #212331 transparent transparent;
}

/* line 105, app/assets/stylesheets/theme-skin-color-set1.scss */
.section-title.title-border {
  border-left: 4px solid #212331;
}

/* border-top-color */
/* line 109, app/assets/stylesheets/theme-skin-color-set1.scss */
.cssload-tri {
  border-top: 27px solid #212331;
}

/* border-right-color */
/* line 113, app/assets/stylesheets/theme-skin-color-set1.scss */
.border-right-red {
  border-right: 1px solid #212331;
}

/* line 116, app/assets/stylesheets/theme-skin-color-set1.scss */
.section-title.title-border.title-right {
  border-right: 4px solid #212331;
}

/* border-bottom-color */
/* line 120, app/assets/stylesheets/theme-skin-color-set1.scss */
.border-bottom {
  border-bottom: 1px solid #212331;
}

/* line 123, app/assets/stylesheets/theme-skin-color-set1.scss */
.cssload-tri.cssload-invert {
  border-bottom: 27px solid #212331;
}

/* box-shadow */
/*Footer Styles*/
/* line 128, app/assets/stylesheets/theme-skin-color-set1.scss */
.footer-box-one > div {
  background: #212331;
}

/* line 131, app/assets/stylesheets/theme-skin-color-set1.scss */
.footer-box-two > div {
  background: #171822 !important;
}

/* line 134, app/assets/stylesheets/theme-skin-color-set1.scss */
.footer-box-three > div {
  background: #0c0d13 !important;
}

/* Modern Header */
/* line 138, app/assets/stylesheets/theme-skin-color-set1.scss */
.modern-header.modern-header-theme-colored .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
  background: #212331;
}

/* line 141, app/assets/stylesheets/theme-skin-color-set1.scss */
.modern-header.modern-header-theme-colored .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
  background: #212331;
}

/* -------- Text Theme Color ---------- */
/* line 145, app/assets/stylesheets/theme-skin-color-set1.scss */
.text-theme-colored {
  color: #212331 !important;
}

/* line 148, app/assets/stylesheets/theme-skin-color-set1.scss */
.text-hover-theme-colored:hover {
  color: #212331 !important;
}

/* line 151, app/assets/stylesheets/theme-skin-color-set1.scss */
ul.list.theme-colored li:before,
ul.list.theme-colored.angle-double-right li:before,
ul.list.theme-colored.angle-right li:before,
ul.list.theme-colored.check-circle li:before,
ul.list.theme-colored.check li:before,
.list-icon.theme-colored li i {
  color: #212331;
}

/* -------- border-theme-color ---------- */
/* line 160, app/assets/stylesheets/theme-skin-color-set1.scss */
.border-theme-colored {
  border-color: #212331 !important;
}

/* line 163, app/assets/stylesheets/theme-skin-color-set1.scss */
.border-1px-theme-colored {
  border: 1px solid #212331;
}

/* border-left-color */
/* line 167, app/assets/stylesheets/theme-skin-color-set1.scss */
blockquote.theme-colored {
  border-left: 3px solid #212331;
}

/* line 170, app/assets/stylesheets/theme-skin-color-set1.scss */
blockquote.bg-theme-colored {
  border-left: 3px solid #0c0d13;
  color: #fff;
}

/* line 174, app/assets/stylesheets/theme-skin-color-set1.scss */
blockquote.bg-theme-colored footer {
  color: #eeeeee;
}

/* line 177, app/assets/stylesheets/theme-skin-color-set1.scss */
blockquote.gray.bg-theme-colored {
  background-color: #eeeeee !important;
  border-left: 3px solid #212331;
  color: #212331;
}

/* line 182, app/assets/stylesheets/theme-skin-color-set1.scss */
blockquote.gray.bg-theme-colored footer {
  color: #777777;
}

/* -------- bg-theme-color ---------- */
/* line 186, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored {
  background-color: #212331 !important;
}

/* line 189, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-hover-theme-colored:hover {
  background: #212331 !important;
  border-color: #212331 !important;
  color: #fff !important;
}

/* line 194, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-hover-theme-colored:hover h1,
.bg-hover-theme-colored:hover h2,
.bg-hover-theme-colored:hover h3,
.bg-hover-theme-colored:hover h4,
.bg-hover-theme-colored:hover h5,
.bg-hover-theme-colored:hover h6,
.bg-hover-theme-colored:hover p,
.bg-hover-theme-colored:hover a,
.bg-hover-theme-colored:hover i {
  color: #fff !important;
}

/* line 205, app/assets/stylesheets/theme-skin-color-set1.scss */
.list-icon.theme-colored.square li i,
.list-icon.theme-colored.rounded li i {
  background: #212331;
}

/* -------- Transparent bg Color ---------- */
/* line 210, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored-transparent-9 {
  background-color: rgba(33, 35, 49, 0.9) !important;
}

/* line 213, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored-transparent-8 {
  background-color: rgba(33, 35, 49, 0.8) !important;
}

/* line 216, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored-transparent-7 {
  background-color: rgba(33, 35, 49, 0.7) !important;
}

/* line 219, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored-transparent-6 {
  background-color: rgba(33, 35, 49, 0.6) !important;
}

/* line 222, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored-transparent-5 {
  background-color: rgba(33, 35, 49, 0.5) !important;
}

/* line 225, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored-transparent-4 {
  background-color: rgba(33, 35, 49, 0.4) !important;
}

/* line 228, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored-transparent-3 {
  background-color: rgba(33, 35, 49, 0.3) !important;
}

/* line 231, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored-transparent-2 {
  background-color: rgba(33, 35, 49, 0.2) !important;
}

/* line 234, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored-transparent-1 {
  background-color: rgba(33, 35, 49, 0.1) !important;
}

/* line 237, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored-transparent {
  background-color: rgba(33, 35, 49, 0.5) !important;
}

/* -------- layer overlay Color ---------- */
/* line 241, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay {
  /* .overlay-theme-colored */
}

/* line 244, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored::before {
  background-color: rgba(33, 35, 49, 0.8) !important;
}

/* line 247, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored-1::before {
  background-color: rgba(33, 35, 49, 0.1);
}

/* line 250, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored-2::before {
  background-color: rgba(33, 35, 49, 0.2);
}

/* line 253, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored-3::before {
  background-color: rgba(33, 35, 49, 0.3);
}

/* line 256, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored-4::before {
  background-color: rgba(33, 35, 49, 0.4);
}

/* line 259, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored-5::before {
  background-color: rgba(33, 35, 49, 0.5);
}

/* line 262, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored-6::before {
  background-color: rgba(33, 35, 49, 0.6);
}

/* line 265, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored-7::before {
  background-color: rgba(33, 35, 49, 0.7);
}

/* line 268, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored-8::before {
  background-color: rgba(33, 35, 49, 0.8);
}

/* line 271, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored-9::before {
  background-color: rgba(33, 35, 49, 0.9);
}

/*
 * btn-default: theme-color
 * -----------------------------------------------
*/
/* line 278, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored {
  color: #212331;
  background-color: #fff;
  border-color: #212331;
}

/* line 283, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.focus {
  color: #212331;
  background-color: #e6e6e6;
  border-color: #000000;
}

/* line 289, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored:hover {
  color: #212331;
  background-color: #e6e6e6;
  border-color: #08090c;
}

/* line 294, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored {
  color: #212331;
  background-color: #e6e6e6;
  border-color: #08090c;
}

/* line 301, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored:active:hover,
.btn-default.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active:focus,
.btn-default.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.focus:active,
.btn-default.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored.focus {
  color: #212331;
  background-color: #d4d4d4;
  border-color: #000000;
}

/* line 314, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored {
  background-image: none;
}

/* line 319, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored.disabled:hover,
.btn-default.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored.disabled:focus,
.btn-default.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.disabled.focus,
.btn-default.btn-theme-colored.focus[disabled],
fieldset[disabled] .btn-default.btn-theme-colored.focus {
  background-color: #fff;
  border-color: #212331;
}

/* line 331, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored .badge {
  color: #fff;
  background-color: #212331;
}

/* line 335, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored:focus {
  background-color: #212331;
  border-color: #212331;
  color: #fff;
}

/*
 * btn-border
 * -----------------------------------------------
*/
/* line 346, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored {
  color: #212331;
  background-color: #fff;
  border-color: #212331;
}

/* line 351, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.focus {
  color: #212331;
  background-color: #e6e6e6;
  border-color: #000000;
}

/* line 357, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored:hover {
  color: #212331;
  background-color: #e6e6e6;
  border-color: #08090c;
}

/* line 362, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open > .dropdown-toggle.btn-border.btn-theme-colored {
  color: #212331;
  background-color: #e6e6e6;
  border-color: #08090c;
}

/* line 369, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored:active:hover,
.btn-border.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active:focus,
.btn-border.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.focus:active,
.btn-border.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-border.btn-theme-colored.focus {
  color: #212331;
  background-color: #d4d4d4;
  border-color: #000000;
}

/* line 382, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open > .dropdown-toggle.btn-border.btn-theme-colored {
  background-image: none;
}

/* line 387, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored.disabled:hover,
.btn-border.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored.disabled:focus,
.btn-border.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.disabled.focus,
.btn-border.btn-theme-colored.focus[disabled],
fieldset[disabled] .btn-border.btn-theme-colored.focus {
  background-color: #fff;
  border-color: #212331;
}

/* line 399, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored .badge {
  color: #fff;
  background-color: #212331;
}

/* line 403, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored:focus {
  background-color: #0c0d13;
  border-color: #0c0d13;
  color: #fff;
}

/*
 * btn-dark
 * -----------------------------------------------
*/
/* line 414, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #212331;
  border-color: #212331;
}

/* line 419, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.focus {
  color: #fff;
  background-color: #0c0d13;
  border-color: #000000;
}

/* line 425, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored:hover {
  color: #fff;
  background-color: #0c0d13;
  border-color: #08090c;
}

/* line 430, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #0c0d13;
  border-color: #08090c;
}

/* line 437, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored:active:hover,
.btn-dark.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored:active:focus,
.btn-dark.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.focus:active,
.btn-dark.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

/* line 450, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored {
  background-image: none;
}

/* line 455, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored.disabled:hover,
.btn-dark.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored.disabled:focus,
.btn-dark.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.disabled.focus,
.btn-dark.btn-theme-colored.focus[disabled],
fieldset[disabled] .btn-dark.btn-theme-colored.focus {
  background-color: #212331;
  border-color: #212331;
}

/* line 467, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored .badge {
  color: #212331;
  background-color: #fff;
}

/*
 * btn-gray
 * -----------------------------------------------
*/
/* line 475, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored {
  color: #212331;
  background-color: #36394f;
  border-color: #36394f;
}

/* line 480, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored.focus {
  color: #212331;
  background-color: #212331;
  border-color: #020203;
}

/* line 486, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored:hover {
  color: #212331;
  background-color: #212331;
  border-color: #1d1f2b;
}

/* line 491, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored:active,
.btn-gray.btn-theme-colored.active,
.open > .dropdown-toggle.btn-gray.btn-theme-colored {
  color: #212331;
  background-color: #212331;
  border-color: #1d1f2b;
}

/* line 498, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored:active:hover,
.btn-gray.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-gray.btn-theme-colored:hover,
.btn-gray.btn-theme-colored:active:focus,
.btn-gray.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored.focus:active,
.btn-gray.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-gray.btn-theme-colored.focus {
  color: #212331;
  background-color: #13141c;
  border-color: #020203;
}

/* line 511, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored:active,
.btn-gray.btn-theme-colored.active,
.open > .dropdown-toggle.btn-gray.btn-theme-colored {
  background-image: none;
}

/* line 516, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored.disabled:hover,
.btn-gray.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-gray.btn-theme-colored:hover,
.btn-gray.btn-theme-colored.disabled:focus,
.btn-gray.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored.disabled.focus,
.btn-gray.btn-theme-colored.focus[disabled],
fieldset[disabled] .btn-gray.btn-theme-colored.focus {
  background-color: #36394f;
  border-color: #36394f;
}

/* line 528, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored .badge {
  color: #36394f;
  background-color: #212331;
}

/*
 * btn-primary: theme-color
 * -----------------------------------------------
*/
/* line 536, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored {
  color: #fff;
  background-color: #212331;
  border-color: #212331;
}

/* line 541, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored:focus,
.btn-theme-colored.focus {
  color: #fff;
  background-color: #0c0d13;
  border-color: #000000;
}

/* line 547, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored:hover {
  color: #fff;
  background-color: #0c0d13;
  border-color: #08090c;
}

/* line 552, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  color: #fff;
  background-color: #0c0d13;
  border-color: #08090c;
}

/* line 559, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored:active:hover,
.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-theme-colored:hover,
.btn-theme-colored:active:focus,
.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-theme-colored:focus,
.btn-theme-colored.focus:active,
.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-theme-colored.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

/* line 572, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  background-image: none;
}

/* line 577, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored.disabled:hover,
.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-theme-colored:hover,
.btn-theme-colored.disabled:focus,
.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-theme-colored:focus,
.btn-theme-colored.disabled.focus,
.btn-theme-colored.focus[disabled],
fieldset[disabled] .btn-theme-colored.focus {
  background-color: #212331;
  border-color: #212331;
}

/* line 589, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored .badge {
  color: #212331;
  background-color: #fff;
}

/*
 * btn-transparent
 * -----------------------------------------------
*/
/* line 597, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-transparent {
  background-color: transparent;
  color: #fff;
}

/* line 601, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-transparent.btn-theme-colored {
  background-color: transparent;
}

/* line 604, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-transparent.btn-dark {
  background-color: #111111;
  border-color: #111111;
}

/* line 608, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-transparent.btn-dark:hover {
  background-color: #000000;
  border-color: #000000;
}

/* line 612, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-transparent.btn-dark.btn-theme-colored {
  background-color: #212331;
  border-color: #212331;
}

/* line 616, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-transparent.btn-dark.btn-theme-colored:hover {
  background-color: #0c0d13;
  border-color: #0c0d13;
}

/* line 620, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-transparent.btn-border {
  background-color: transparent;
  border-color: #eeeeee;
}

/* line 624, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-transparent.btn-border:hover {
  background-color: #eeeeee;
  color: #000;
}

/* line 628, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-transparent.btn-border.btn-theme-colored {
  background-color: transparent;
  border-color: #212331;
}

/* line 632, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-transparent.btn-border.btn-theme-colored:hover {
  background-color: #212331;
  color: #fff;
}

/* line 636, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-transparent {
  background-color: #d3d3d3;
  color: #333333;
}

/* line 640, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-transparent:hover {
  background-color: #ececec;
  color: #1a1a1a;
}

/* line 644, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-transparent.btn-theme-colored {
  background-color: #36394f;
  color: #fff;
}

/* line 648, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-transparent.btn-theme-colored:hover {
  background-color: #0c0d13;
  color: #0c0d13;
}

/* line 652, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-hover-theme-colored:hover {
  background-color: #212331;
  border-color: #212331;
  color: #fff;
}

/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/
/* line 661, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored a {
  color: #212331;
}

/* line 664, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored.icon-bordered a {
  border-color: #212331;
}

/* line 667, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored.icon-bordered a:hover {
  background-color: #212331;
  color: #fff;
}

/* line 671, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored.icon-dark a {
  background-color: #212331;
  color: #fff;
}

/* line 675, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored.icon-dark a:hover {
  background-color: #0c0d13;
  color: #0c0d13;
}

/* line 679, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored.icon-dark.icon-bordered a {
  border-color: #212331;
  color: #212331;
}

/* line 683, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored.icon-dark.icon-bordered a:hover {
  background-color: #212331;
  border-color: #212331;
  color: #fff;
}

/* line 688, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored.icon-gray a {
  color: #212331;
}

/* line 691, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored.icon-gray a:hover {
  color: #0c0d13;
}

/* line 694, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored.icon-gray.icon-bordered a {
  color: #212331;
}

/* line 697, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored.icon-gray.icon-bordered a:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #212331;
}

/* line 702, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored a:hover {
  color: #0c0d13;
}

/* line 705, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-hover-theme-colored a:hover {
  background-color: #212331;
  border-color: #212331;
  color: #fff;
}

/* line 710, app/assets/stylesheets/theme-skin-color-set1.scss */
.styled-icons.icon-hover-theme-colored a:hover {
  background-color: #212331;
  border-color: #212331;
  color: #fff;
}

/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/
/* line 719, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored .icon {
  color: #212331;
}

/* line 722, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored .icon.icon-border-effect::after {
  box-shadow: 0 0 0 3px #212331;
}

/* line 725, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored .icon.icon-bordered {
  border-color: #212331;
}

/* line 728, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored .icon.icon-bordered:hover {
  background-color: #212331;
  color: #fff;
}

/* line 732, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored .icon.icon-gray:hover {
  background-color: #212331;
  color: #fff;
}

/* line 736, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered {
  border-color: #eeeeee;
}

/* line 739, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered:hover {
  background-color: #212331;
  border-color: #212331;
  color: #fff;
}

/* line 744, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored .icon.icon-dark {
  background-color: #212331;
  color: #fff;
}

/* line 748, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored .icon.icon-dark:hover {
  color: #fff;
}

/* line 751, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border-color: #212331;
  color: #212331;
}

/* line 756, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered:hover {
  background-color: #212331;
  border-color: #212331;
  color: #fff;
}

/* line 761, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored .icon.icon-white {
  background-color: #fff;
  color: #212331;
}

/* line 765, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored .icon.icon-white:hover {
  background-color: #212331;
  color: #fff;
}

/* line 769, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered {
  background-color: transparent;
  border-color: #212331;
  color: #fff;
}

/* line 774, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered:hover {
  background-color: #212331;
  border-color: #212331;
  color: #fff;
}

/* line 779, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored.iconbox-border {
  border-color: #212331;
}

/*
 *  accordion.less
 * -----------------------------------------------
*/
/* line 786, app/assets/stylesheets/theme-skin-color-set1.scss */
.accordion-theme-colored .panel-default > .panel-heading {
  background-color: #212331;
}

/* line 789, app/assets/stylesheets/theme-skin-color-set1.scss */
.accordion-theme-colored .panel-default > .panel-heading .panel-title > a,
.accordion-theme-colored .panel-default > .panel-heading .panel-title > a:hover,
.accordion-theme-colored .panel-default > .panel-heading .panel-title > a:focus {
  color: #fff;
}

/* line 794, app/assets/stylesheets/theme-skin-color-set1.scss */
.panel-group.accordion-icon-filled.accordion-icon-left.accordion-icon-filled-theme-colored .panel-heading .panel-title a:before {
  background-color: #212331;
}

/* line 797, app/assets/stylesheets/theme-skin-color-set1.scss */
.panel-group.accordion-icon-filled.accordion-icon-right.accordion-icon-filled-theme-colored .panel-heading .panel-title a:after {
  background-color: #212331;
}

/* Modern Header */
/* line 801, app/assets/stylesheets/theme-skin-color-set1.scss */
.modern-header.modern-header-theme-colored2 .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
  background: #5381bc;
}

/* line 804, app/assets/stylesheets/theme-skin-color-set1.scss */
.modern-header.modern-header-theme-colored2 .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
  background: #5381bc;
}

/* -------- Text Theme Color ---------- */
/* line 808, app/assets/stylesheets/theme-skin-color-set1.scss */
.text-theme-colored2 {
  color: #5381bc !important;
}

/* line 811, app/assets/stylesheets/theme-skin-color-set1.scss */
.text-hover-theme-colored2:hover {
  color: #5381bc !important;
}

/* line 814, app/assets/stylesheets/theme-skin-color-set1.scss */
ul.list.theme-colored2 li:before,
ul.list.theme-colored2.angle-double-right li:before,
ul.list.theme-colored2.angle-right li:before,
ul.list.theme-colored2.check-circle li:before,
ul.list.theme-colored2.check li:before,
.list-icon.theme-colored2 li i {
  color: #5381bc;
}

/* -------- border-theme-color ---------- */
/* line 823, app/assets/stylesheets/theme-skin-color-set1.scss */
.border-theme-colored2 {
  border-color: #5381bc !important;
}

/* line 826, app/assets/stylesheets/theme-skin-color-set1.scss */
.border-1px-theme-colored2 {
  border: 1px solid #5381bc;
}

/* border-left-color */
/* line 830, app/assets/stylesheets/theme-skin-color-set1.scss */
blockquote.theme-colored2 {
  border-left: 3px solid #5381bc;
}

/* line 833, app/assets/stylesheets/theme-skin-color-set1.scss */
blockquote.bg-theme-colored2 {
  border-left: 3px solid #ee8003;
  color: #fff;
}

/* line 837, app/assets/stylesheets/theme-skin-color-set1.scss */
blockquote.bg-theme-colored2 footer {
  color: #eeeeee;
}

/* line 840, app/assets/stylesheets/theme-skin-color-set1.scss */
blockquote.gray.bg-theme-colored2 {
  background-color: #eeeeee !important;
  border-left: 3px solid #5381bc;
  color: #5381bc;
}

/* line 845, app/assets/stylesheets/theme-skin-color-set1.scss */
blockquote.gray.bg-theme-colored2 footer {
  color: #777777;
}

/* -------- bg-theme-color ---------- */
/* line 849, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored2 {
  background-color: #5381bc !important;
}

/* line 852, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-hover-theme-colored2:hover {
  background: #5381bc !important;
  border-color: #5381bc !important;
  color: #fff !important;
}

/* line 857, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-hover-theme-colored2:hover h1,
.bg-hover-theme-colored2:hover h2,
.bg-hover-theme-colored2:hover h3,
.bg-hover-theme-colored2:hover h4,
.bg-hover-theme-colored2:hover h5,
.bg-hover-theme-colored2:hover h6,
.bg-hover-theme-colored2:hover p,
.bg-hover-theme-colored2:hover a,
.bg-hover-theme-colored2:hover i {
  color: #fff !important;
}

/* line 868, app/assets/stylesheets/theme-skin-color-set1.scss */
.list-icon.theme-colored2.square li i,
.list-icon.theme-colored2.rounded li i {
  background: #5381bc;
}

/* -------- Transparent bg Color ---------- */
/* line 873, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored2-transparent-9 {
  background-color: rgba(252, 153, 40, 0.9) !important;
}

/* line 876, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored2-transparent-8 {
  background-color: rgba(252, 153, 40, 0.8) !important;
}

/* line 879, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored2-transparent-7 {
  background-color: rgba(252, 153, 40, 0.7) !important;
}

/* line 882, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored2-transparent-6 {
  background-color: rgba(252, 153, 40, 0.6) !important;
}

/* line 885, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored2-transparent-5 {
  background-color: rgba(252, 153, 40, 0.5) !important;
}

/* line 888, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored2-transparent-4 {
  background-color: rgba(252, 153, 40, 0.4) !important;
}

/* line 891, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored2-transparent-3 {
  background-color: rgba(252, 153, 40, 0.3) !important;
}

/* line 894, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored2-transparent-2 {
  background-color: rgba(252, 153, 40, 0.2) !important;
}

/* line 897, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored2-transparent-1 {
  background-color: rgba(252, 153, 40, 0.1) !important;
}

/* line 900, app/assets/stylesheets/theme-skin-color-set1.scss */
.bg-theme-colored2-transparent {
  background-color: rgba(252, 153, 40, 0.5) !important;
}

/* -------- layer overlay Color ---------- */
/* line 904, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay {
  /* .overlay-theme-colored2 */
}

/* line 907, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored2::before {
  background-color: rgba(252, 153, 40, 0.8) !important;
}

/* line 910, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored2-1::before {
  background-color: rgba(252, 153, 40, 0.1);
}

/* line 913, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored2-2::before {
  background-color: rgba(252, 153, 40, 0.2);
}

/* line 916, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored2-3::before {
  background-color: rgba(252, 153, 40, 0.3);
}

/* line 919, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored2-4::before {
  background-color: rgba(252, 153, 40, 0.4);
}

/* line 922, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored2-5::before {
  background-color: rgba(252, 153, 40, 0.5);
}

/* line 925, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored2-6::before {
  background-color: rgba(252, 153, 40, 0.6);
}

/* line 928, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored2-7::before {
  background-color: rgba(252, 153, 40, 0.7);
}

/* line 931, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored2-8::before {
  background-color: rgba(252, 153, 40, 0.8);
}

/* line 934, app/assets/stylesheets/theme-skin-color-set1.scss */
.layer-overlay.overlay-theme-colored2-9::before {
  background-color: rgba(252, 153, 40, 0.9);
}

/*
 * btn-default: theme-color
 * -----------------------------------------------
*/
/* line 941, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored2 {
  color: #5381bc;
  background-color: #fff;
  border-color: #5381bc;
}

/* line 946, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored2:focus,
.btn-default.btn-theme-colored2.focus {
  color: #5381bc;
  background-color: #e6e6e6;
  border-color: #a25802;
}

/* line 952, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored2:hover {
  color: #5381bc;
  background-color: #e6e6e6;
  border-color: #e47b03;
}

/* line 957, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored2:active,
.btn-default.btn-theme-colored2.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored2 {
  color: #5381bc;
  background-color: #e6e6e6;
  border-color: #e47b03;
}

/* line 964, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored2:active:hover,
.btn-default.btn-theme-colored2.active:hover,
.open > .dropdown-toggle.btn-default.btn-theme-colored2:hover,
.btn-default.btn-theme-colored2:active:focus,
.btn-default.btn-theme-colored2.active:focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored2:focus,
.btn-default.btn-theme-colored2.focus:active,
.btn-default.btn-theme-colored2.active.focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored2.focus {
  color: #5381bc;
  background-color: #5381bc;
  border-color: #a25802;
}

/* line 977, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored2:active,
.btn-default.btn-theme-colored2.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored2 {
  background-image: #5381bc;
}

/* line 982, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored2.disabled:hover,
.btn-default.btn-theme-colored2[disabled]:hover,
fieldset[disabled] .btn-default.btn-theme-colored2:hover,
.btn-default.btn-theme-colored2.disabled:focus,
.btn-default.btn-theme-colored2[disabled]:focus,
fieldset[disabled] .btn-default.btn-theme-colored2:focus,
.btn-default.btn-theme-colored2.disabled.focus,
.btn-default.btn-theme-colored2.focus[disabled],
fieldset[disabled] .btn-default.btn-theme-colored2.focus {
  background-color: #fff;
  border-color: #5381bc;
}

/* line 994, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored2 .badge {
  color: #fff;
  background-color: #5381bc;
}

/* line 998, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-default.btn-theme-colored2:hover,
.btn-default.btn-theme-colored2:active,
.btn-default.btn-theme-colored2:focus {
  background-color: #5381bc;
  border-color: #5381bc;
  color: #fff;
}

/*
 * btn-border
 * -----------------------------------------------
*/
/* line 1009, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored2 {
  color: #5381bc;
  background-color: #fff;
  border-color: #5381bc;
}

/* line 1014, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored2:focus,
.btn-border.btn-theme-colored2.focus {
  color: #5381bc;
  background-color: #e6e6e6;
  border-color: #a25802;
}

/* line 1020, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored2:hover {
  color: #5381bc;
  background-color: #e6e6e6;
  border-color: #e47b03;
}

/* line 1025, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored2:active,
.btn-border.btn-theme-colored2.active,
.open > .dropdown-toggle.btn-border.btn-theme-colored2 {
  color: #5381bc;
  background-color: #e6e6e6;
  border-color: #e47b03;
}

/* line 1032, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored2:active:hover,
.btn-border.btn-theme-colored2.active:hover,
.open > .dropdown-toggle.btn-border.btn-theme-colored2:hover,
.btn-border.btn-theme-colored2:active:focus,
.btn-border.btn-theme-colored2.active:focus,
.open > .dropdown-toggle.btn-border.btn-theme-colored2:focus,
.btn-border.btn-theme-colored2.focus:active,
.btn-border.btn-theme-colored2.active.focus,
.open > .dropdown-toggle.btn-border.btn-theme-colored2.focus {
  color: #5381bc;
  background-color: #d4d4d4;
  border-color: #a25802;
}

/* line 1045, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored2:active,
.btn-border.btn-theme-colored2.active,
.open > .dropdown-toggle.btn-border.btn-theme-colored2 {
  background-image: none;
}

/* line 1050, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored2.disabled:hover,
.btn-border.btn-theme-colored2[disabled]:hover,
fieldset[disabled] .btn-border.btn-theme-colored2:hover,
.btn-border.btn-theme-colored2.disabled:focus,
.btn-border.btn-theme-colored2[disabled]:focus,
fieldset[disabled] .btn-border.btn-theme-colored2:focus,
.btn-border.btn-theme-colored2.disabled.focus,
.btn-border.btn-theme-colored2.focus[disabled],
fieldset[disabled] .btn-border.btn-theme-colored2.focus {
  background-color: #fff;
  border-color: #5381bc;
}

/* line 1062, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored2 .badge {
  color: #fff;
  background-color: #5381bc;
}

/* line 1066, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-border.btn-theme-colored2:hover,
.btn-border.btn-theme-colored2:active,
.btn-border.btn-theme-colored2:focus {
  background-color: #ee8003;
  border-color: #ee8003;
  color: #fff;
}

/*
 * btn-dark
 * -----------------------------------------------
*/
/* line 1077, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored2 {
  color: #fff;
  background-color: #5381bc;
  border-color: #5381bc;
}

/* line 1082, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored2:focus,
.btn-dark.btn-theme-colored2.focus {
  color: #fff;
  background-color: #ee8003;
  border-color: #a25802;
}

/* line 1088, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored2:hover {
  color: #fff;
  background-color: #ee8003;
  border-color: #e47b03;
}

/* line 1093, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored2:active,
.btn-dark.btn-theme-colored2.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored2 {
  color: #fff;
  background-color: #ee8003;
  border-color: #e47b03;
}

/* line 1100, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored2:active:hover,
.btn-dark.btn-theme-colored2.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-colored2:hover,
.btn-dark.btn-theme-colored2:active:focus,
.btn-dark.btn-theme-colored2.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored2:focus,
.btn-dark.btn-theme-colored2.focus:active,
.btn-dark.btn-theme-colored2.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored2.focus {
  color: #fff;
  background-color: #ca6d03;
  border-color: #a25802;
}

/* line 1113, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored2:active,
.btn-dark.btn-theme-colored2.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored2 {
  background-image: none;
}

/* line 1118, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored2.disabled:hover,
.btn-dark.btn-theme-colored2[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-colored2:hover,
.btn-dark.btn-theme-colored2.disabled:focus,
.btn-dark.btn-theme-colored2[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-colored2:focus,
.btn-dark.btn-theme-colored2.disabled.focus,
.btn-dark.btn-theme-colored2.focus[disabled],
fieldset[disabled] .btn-dark.btn-theme-colored2.focus {
  background-color: #5381bc;
  border-color: #5381bc;
}

/* line 1130, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-dark.btn-theme-colored2 .badge {
  color: #5381bc;
  background-color: #fff;
}

/*
 * btn-gray
 * -----------------------------------------------
*/
/* line 1138, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored2 {
  color: #5381bc;
  background-color: #fdb15a;
  border-color: #fdb15a;
}

/* line 1143, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored2:focus,
.btn-gray.btn-theme-colored2.focus {
  color: #5381bc;
  background-color: #5381bc;
  border-color: #d57303;
}

/* line 1149, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored2:hover {
  color: #5381bc;
  background-color: #5381bc;
  border-color: #fc941e;
}

/* line 1154, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored2:active,
.btn-gray.btn-theme-colored2.active,
.open > .dropdown-toggle.btn-gray.btn-theme-colored2 {
  color: #5381bc;
  background-color: #5381bc;
  border-color: #fc941e;
}

/* line 1161, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored2:active:hover,
.btn-gray.btn-theme-colored2.active:hover,
.open > .dropdown-toggle.btn-gray.btn-theme-colored2:hover,
.btn-gray.btn-theme-colored2:active:focus,
.btn-gray.btn-theme-colored2.active:focus,
.open > .dropdown-toggle.btn-gray.btn-theme-colored2:focus,
.btn-gray.btn-theme-colored2.focus:active,
.btn-gray.btn-theme-colored2.active.focus,
.open > .dropdown-toggle.btn-gray.btn-theme-colored2.focus {
  color: #5381bc;
  background-color: #fc8805;
  border-color: #d57303;
}

/* line 1174, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored2:active,
.btn-gray.btn-theme-colored2.active,
.open > .dropdown-toggle.btn-gray.btn-theme-colored2 {
  background-image: none;
}

/* line 1179, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored2.disabled:hover,
.btn-gray.btn-theme-colored2[disabled]:hover,
fieldset[disabled] .btn-gray.btn-theme-colored2:hover,
.btn-gray.btn-theme-colored2.disabled:focus,
.btn-gray.btn-theme-colored2[disabled]:focus,
fieldset[disabled] .btn-gray.btn-theme-colored2:focus,
.btn-gray.btn-theme-colored2.disabled.focus,
.btn-gray.btn-theme-colored2.focus[disabled],
fieldset[disabled] .btn-gray.btn-theme-colored2.focus {
  background-color: #fdb15a;
  border-color: #fdb15a;
}

/* line 1191, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-gray.btn-theme-colored2 .badge {
  color: #fdb15a;
  background-color: #5381bc;
}

/*
 * btn-primary: theme-color
 * -----------------------------------------------
*/
/* line 1199, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored2 {
  color: #fff;
  background-color: #5381bc;
  border-color: #5381bc;
}

/* line 1204, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored2:focus,
.btn-theme-colored2.focus {
  color: #fff;
  background-color: #ee8003;
  border-color: #a25802;
}

/* line 1210, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored2:hover {
  color: #fff;
  background-color: #ee8003;
  border-color: #e47b03;
}

/* line 1215, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored2:active,
.btn-theme-colored2.active,
.open > .dropdown-toggle.btn-theme-colored2 {
  color: #fff;
  background-color: #ee8003;
  border-color: #e47b03;
}

/* line 1222, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored2:active:hover,
.btn-theme-colored2.active:hover,
.open > .dropdown-toggle.btn-theme-colored2:hover,
.btn-theme-colored2:active:focus,
.btn-theme-colored2.active:focus,
.open > .dropdown-toggle.btn-theme-colored2:focus,
.btn-theme-colored2.focus:active,
.btn-theme-colored2.active.focus,
.open > .dropdown-toggle.btn-theme-colored2.focus {
  color: #fff;
  background-color: #ca6d03;
  border-color: #a25802;
}

/* line 1235, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored2:active,
.btn-theme-colored2.active,
.open > .dropdown-toggle.btn-theme-colored2 {
  background-image: none;
}

/* line 1240, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored2.disabled:hover,
.btn-theme-colored2[disabled]:hover,
fieldset[disabled] .btn-theme-colored2:hover,
.btn-theme-colored2.disabled:focus,
.btn-theme-colored2[disabled]:focus,
fieldset[disabled] .btn-theme-colored2:focus,
.btn-theme-colored2.disabled.focus,
.btn-theme-colored2.focus[disabled],
fieldset[disabled] .btn-theme-colored2.focus {
  background-color: #5381bc;
  border-color: #5381bc;
}

/* line 1252, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored2 .badge {
  color: #5381bc;
  background-color: #fff;
}

/* line 1256, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-hover-theme-colored2:hover {
  background-color: #5381bc;
  border-color: #5381bc;
  color: #fff;
}

/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/
/* line 1265, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored2 a {
  color: #5381bc;
}

/* line 1268, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored2.icon-bordered a {
  border-color: #5381bc;
}

/* line 1271, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored2.icon-bordered a:hover {
  background-color: #5381bc;
  color: #fff;
}

/* line 1275, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored2.icon-dark a {
  background-color: #5381bc;
  color: #fff;
}

/* line 1279, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored2.icon-dark a:hover {
  background-color: #ee8003;
  color: #ee8003;
}

/* line 1283, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored2.icon-dark.icon-bordered a {
  border-color: #5381bc;
  color: #5381bc;
}

/* line 1287, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored2.icon-dark.icon-bordered a:hover {
  background-color: #5381bc;
  border-color: #5381bc;
  color: #fff;
}

/* line 1292, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored2.icon-gray a {
  color: #5381bc;
}

/* line 1295, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored2.icon-gray a:hover {
  color: #ee8003;
}

/* line 1298, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored2.icon-gray.icon-bordered a {
  color: #5381bc;
}

/* line 1301, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored2.icon-gray.icon-bordered a:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #5381bc;
}

/* line 1306, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-theme-colored2 a:hover {
  color: #ee8003;
}

/* line 1309, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-hover-theme-colored2 a:hover {
  background-color: #5381bc;
  border-color: #5381bc;
  color: #fff;
}

/* line 1314, app/assets/stylesheets/theme-skin-color-set1.scss */
.styled-icons.icon-hover-theme-colored2 a:hover {
  background-color: #5381bc;
  border-color: #5381bc;
  color: #fff;
}

/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/
/* line 1323, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2 .icon {
  color: #5381bc;
}

/* line 1326, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2 .icon.icon-border-effect::after {
  box-shadow: 0 0 0 3px #5381bc;
}

/* line 1329, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2 .icon.icon-bordered {
  border-color: #5381bc;
}

/* line 1332, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2 .icon.icon-bordered:hover {
  background-color: #5381bc;
  color: #fff;
}

/* line 1336, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2 .icon.icon-gray:hover {
  background-color: #5381bc;
  color: #fff;
}

/* line 1340, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2 .icon.icon-gray.icon-bordered {
  border-color: #eeeeee;
}

/* line 1343, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2 .icon.icon-gray.icon-bordered:hover {
  background-color: #5381bc;
  border-color: #5381bc;
  color: #fff;
}

/* line 1348, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2 .icon.icon-dark {
  background-color: #5381bc;
  color: #fff;
}

/* line 1352, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2 .icon.icon-dark:hover {
  color: #fff;
}

/* line 1355, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2 .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border-color: #5381bc;
  color: #5381bc;
}

/* line 1360, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2 .icon.icon-dark.icon-bordered:hover {
  background-color: #5381bc;
  border-color: #5381bc;
  color: #fff;
}

/* line 1365, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2 .icon.icon-white {
  background-color: #fff;
  color: #5381bc;
}

/* line 1369, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2 .icon.icon-white:hover {
  background-color: #5381bc;
  color: #fff;
}

/* line 1373, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2 .icon.icon-white.icon-bordered {
  background-color: transparent;
  border-color: #5381bc;
  color: #fff;
}

/* line 1378, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2 .icon.icon-white.icon-bordered:hover {
  background-color: #5381bc;
  border-color: #5381bc;
  color: #fff;
}

/* line 1383, app/assets/stylesheets/theme-skin-color-set1.scss */
.icon-box.iconbox-theme-colored2.iconbox-border {
  border-color: #5381bc;
}

/*
 *  accordion.less
 * -----------------------------------------------
*/
/* line 1390, app/assets/stylesheets/theme-skin-color-set1.scss */
.accordion-theme-colored2 .panel-default > .panel-heading {
  background-color: #5381bc;
}

/* line 1393, app/assets/stylesheets/theme-skin-color-set1.scss */
.accordion-theme-colored2 .panel-default > .panel-heading .panel-title > a,
.accordion-theme-colored2 .panel-default > .panel-heading .panel-title > a:hover,
.accordion-theme-colored2 .panel-default > .panel-heading .panel-title > a:focus {
  color: #fff;
}

/* line 1398, app/assets/stylesheets/theme-skin-color-set1.scss */
.panel-group.accordion-icon-filled.accordion-icon-left.accordion-icon-filled-theme-colored2 .panel-heading .panel-title a:before {
  background-color: #5381bc;
}

/* line 1401, app/assets/stylesheets/theme-skin-color-set1.scss */
.panel-group.accordion-icon-filled.accordion-icon-right.accordion-icon-filled-theme-colored2 .panel-heading .panel-title a:after {
  background-color: #5381bc;
}

/*
 * about.less
 * -----------------------------------------------
*/
/* -------- custom css ---------- */
/* -------- custom css ---------- */
/* -------- custom css ---------- */
/*
 * section-title.less
 * -----------------------------------------------
*/
/*
 * custom-theme-color-set.less
 * -----------------------------------------------
*/
/*
 * custom-theme-color1.less
 * -----------------------------------------------
*/
/* line 1423, app/assets/stylesheets/theme-skin-color-set1.scss */
.single-course-thumb .overlay-shade {
  background-color: rgba(33, 35, 49, 0.9);
}

/*
 * custom-theme-color2.less
 * -----------------------------------------------
*/
/* line 1430, app/assets/stylesheets/theme-skin-color-set1.scss */
.team-block .team-thumb .styled-icons a:hover,
.work-gallery .gallery-thumb .styled-icons a:hover,
.work-gallery:hover .gallery-bottom-part,
.double-line-bottom-theme-colored-2:after,
.double-line-bottom-theme-colored-2:before,
.double-line-bottom-centered-theme-colored-2:after,
.double-line-bottom-centered-theme-colored-2:before,
.line-bottom-theme-colored-2:after,
.line-bottom-centered::after,
.event-block .event-date,
.team-social,
.event-small .event-date,
.portfolio-filter a.active,
.title-border::after,
.search-menu {
  background: #5381bc;
}

/* line 1447, app/assets/stylesheets/theme-skin-color-set1.scss */
.testimonial-content::after,
.top-course-thumb .desc-box .off,
.breadcrumb.white li.active,
.widget .post-title a:hover,
.search .search-form button[type="submit"] {
  color: #5381bc;
}

/* line 1454, app/assets/stylesheets/theme-skin-color-set1.scss */
.about-video:hover .video-button {
  background-color: rgba(252, 153, 40, 0.9);
}

/* line 1457, app/assets/stylesheets/theme-skin-color-set1.scss */
.btn-theme-colored2 {
  background-color: #5381bc;
}

/* line 1460, app/assets/stylesheets/theme-skin-color-set1.scss */
.review-stars i {
  color: #5381bc;
}

/* line 1463, app/assets/stylesheets/theme-skin-color-set1.scss */
.price-tag {
  background: #5381bc;
}

/* line 1466, app/assets/stylesheets/theme-skin-color-set1.scss */
.services-list li.active a {
  background-color: #5381bc !important;
}

/* line 1469, app/assets/stylesheets/theme-skin-color-set1.scss */
.services-list ul li a:hover {
  background-color: #5381bc;
  color: #fff;
}

/* line 1473, app/assets/stylesheets/theme-skin-color-set1.scss */
.services-list li.active a {
  border: 1px solid #5381bc;
}

/* line 1476, app/assets/stylesheets/theme-skin-color-set1.scss */
.brochured li a i {
  color: #5381bc;
}

/* line 1479, app/assets/stylesheets/theme-skin-color-set1.scss */
.star-rating span::before {
  color: #5381bc !important;
}

/* line 1482, app/assets/stylesheets/theme-skin-color-set1.scss */
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  color: #5381bc;
}

/* line 1487, app/assets/stylesheets/theme-skin-color-set1.scss */
.nav-tabs > li > a:hover {
  color: #5381bc;
  border-bottom: 1px solid #5381bc;
}

/* line 1491, app/assets/stylesheets/theme-skin-color-set1.scss */
.progress-item .progress-bar {
  background-color: #5381bc;
}

/* line 1494, app/assets/stylesheets/theme-skin-color-set1.scss */
.play-btn {
  box-shadow: 2px 1px 23px 5px #5381bc;
}

/* line 4, app/assets/stylesheets/places.scss */
#placemap {
  width: 600px;
  height: 350px;
}

/* line 9, app/assets/stylesheets/places.scss */
#map {
  width: 800px;
  height: 500px;
}

/* line 14, app/assets/stylesheets/places.scss */
#gmap {
  width: 800px;
  height: 500px;
}

/* line 4, app/assets/stylesheets/programs.scss */
.grid-container {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  align-content: space-between;
}

/* line 14, app/assets/stylesheets/programs.scss */
.datacheckbot {
  display: none;
}
