/*
 * 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, vendor/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 styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *





 */
/*!
 * Bootstrap v3.3.5 (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 7, vendor/assets/stylesheets/bootstrap.min.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 13, vendor/assets/stylesheets/bootstrap.min.scss */
body {
  margin: 0;
  min-width: 320px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 145, vendor/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 152, vendor/assets/stylesheets/bootstrap.min.scss */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 156, vendor/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 163, vendor/assets/stylesheets/bootstrap.min.scss */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

/* line 191, vendor/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 197, vendor/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 204, vendor/assets/stylesheets/bootstrap.min.scss */
  a, a:visited {
    text-decoration: underline;
  }
  /* line 207, vendor/assets/stylesheets/bootstrap.min.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 210, vendor/assets/stylesheets/bootstrap.min.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 213, vendor/assets/stylesheets/bootstrap.min.scss */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* line 216, vendor/assets/stylesheets/bootstrap.min.scss */
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 220, vendor/assets/stylesheets/bootstrap.min.scss */
  thead {
    display: table-header-group;
  }
  /* line 223, vendor/assets/stylesheets/bootstrap.min.scss */
  img, tr {
    page-break-inside: avoid;
  }
  /* line 226, vendor/assets/stylesheets/bootstrap.min.scss */
  img {
    max-width: 100% !important;
  }
  /* line 229, vendor/assets/stylesheets/bootstrap.min.scss */
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  /* line 233, vendor/assets/stylesheets/bootstrap.min.scss */
  h2, h3 {
    page-break-after: avoid;
  }
  /* line 236, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar {
    display: none;
  }
  /* line 239, vendor/assets/stylesheets/bootstrap.min.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 242, vendor/assets/stylesheets/bootstrap.min.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 245, vendor/assets/stylesheets/bootstrap.min.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 248, vendor/assets/stylesheets/bootstrap.min.scss */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 251, vendor/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 262, vendor/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 274, vendor/assets/stylesheets/bootstrap.min.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 278, vendor/assets/stylesheets/bootstrap.min.scss */
.glyphicon-plus:before {
  content: "\2b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1339, vendor/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;
  min-width: 320px;
}

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

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

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

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

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

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

/* line 1378, vendor/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 1384, vendor/assets/stylesheets/bootstrap.min.scss */
.img-rounded {
  border-radius: 6px;
}

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

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

/* line 1413, vendor/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 1424, vendor/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 1433, vendor/assets/stylesheets/bootstrap.min.scss */
[role=button] {
  cursor: pointer;
}

/* line 1437, vendor/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 1444, vendor/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 1450, vendor/assets/stylesheets/bootstrap.min.scss */
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 1686, vendor/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 1695, vendor/assets/stylesheets/bootstrap.min.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

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

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

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

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

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

/* line 1732, vendor/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 1740, vendor/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 1744, vendor/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 1748, vendor/assets/stylesheets/bootstrap.min.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

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

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

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

/* line 1784, vendor/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 1798, vendor/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 1807, vendor/assets/stylesheets/bootstrap.min.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

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

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

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

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

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

/* line 1849, vendor/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 1856, vendor/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 1860, vendor/assets/stylesheets/bootstrap.min.scss */
.col-xs-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 2065, vendor/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 2068, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 2071, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 2074, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 2077, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 2080, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 2083, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 2086, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 2089, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 2092, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 2095, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 2098, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 2101, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 2104, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 2107, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 2110, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 2113, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 2116, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 2119, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 2122, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 2125, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 2128, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 2131, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 2134, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 2137, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 2140, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 2143, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 2146, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 2149, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 2152, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 2155, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 2158, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 2161, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 2164, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 2167, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 2170, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 2173, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 2176, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 2179, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 2182, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 2185, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2188, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2191, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 2194, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2197, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2200, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 2203, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2206, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2209, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 2212, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2215, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2218, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 2224, vendor/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 2227, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 2230, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 2233, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 2236, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 2239, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 2242, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 2245, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 2248, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 2251, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 2254, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 2257, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 2260, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 2263, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 2266, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 2269, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 2272, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 2275, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 2278, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 2281, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 2284, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 2287, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 2290, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 2293, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 2296, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 2299, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 2302, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 2305, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 2308, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 2311, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 2314, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 2317, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 2320, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 2323, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 2326, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 2329, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 2332, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 2335, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 2338, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 2341, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 2344, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2347, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2350, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 2353, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2356, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2359, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 2362, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2365, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2368, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 2371, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2374, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2377, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 2383, vendor/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 2386, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 2389, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 2392, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 2395, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 2398, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 2401, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 2404, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 2407, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 2410, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 2413, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 2416, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 2419, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 2422, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 2425, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 2428, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 2431, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 2434, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 2437, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 2440, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 2443, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 2446, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 2449, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 2452, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 2455, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 2458, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 2461, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 2464, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 2467, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 2470, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 2473, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 2476, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 2479, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 2482, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 2485, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 2488, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 2491, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 2494, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 2497, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 2500, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 2503, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2506, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2509, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 2512, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2515, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2518, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 2521, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2524, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2527, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 2530, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2533, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2536, vendor/assets/stylesheets/bootstrap.min.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

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

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

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

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

/* line 2562, vendor/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 2569, vendor/assets/stylesheets/bootstrap.min.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 2574, vendor/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 2578, vendor/assets/stylesheets/bootstrap.min.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

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

/* line 2586, vendor/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 2590, vendor/assets/stylesheets/bootstrap.min.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 2594, vendor/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 2598, vendor/assets/stylesheets/bootstrap.min.scss */
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

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

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

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

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

/* line 2622, vendor/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 2626, vendor/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 2630, vendor/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 2634, vendor/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 2638, vendor/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 2642, vendor/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 2646, vendor/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 2650, vendor/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 2654, vendor/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 2658, vendor/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 2662, vendor/assets/stylesheets/bootstrap.min.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 2668, vendor/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 2675, vendor/assets/stylesheets/bootstrap.min.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 2678, vendor/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 2681, vendor/assets/stylesheets/bootstrap.min.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 2684, vendor/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 2687, vendor/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 2690, vendor/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 2695, vendor/assets/stylesheets/bootstrap.min.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

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

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

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

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

/* line 2747, vendor/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 2753, vendor/assets/stylesheets/bootstrap.min.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

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

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

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

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

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

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

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2818, vendor/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 2821, vendor/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 2824, vendor/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 2829, vendor/assets/stylesheets/bootstrap.min.scss */
.form-group {
  margin-bottom: 15px;
}

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

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

/* line 2848, vendor/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 2855, vendor/assets/stylesheets/bootstrap.min.scss */
.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}

/* line 2859, vendor/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 2869, vendor/assets/stylesheets/bootstrap.min.scss */
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2874, vendor/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 2878, vendor/assets/stylesheets/bootstrap.min.scss */
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

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

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

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

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

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

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

/* line 2915, vendor/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 2923, vendor/assets/stylesheets/bootstrap.min.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

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

/* line 2932, vendor/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 2940, vendor/assets/stylesheets/bootstrap.min.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

/* line 2957, vendor/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 2965, vendor/assets/stylesheets/bootstrap.min.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

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

/* line 2974, vendor/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 2982, vendor/assets/stylesheets/bootstrap.min.scss */
.has-feedback {
  position: relative;
}

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

/* line 2990, vendor/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 3003, vendor/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 3009, vendor/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 3015, vendor/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 3019, vendor/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 3025, vendor/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 3031, vendor/assets/stylesheets/bootstrap.min.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 3109, vendor/assets/stylesheets/bootstrap.min.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3114, vendor/assets/stylesheets/bootstrap.min.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 3119, vendor/assets/stylesheets/bootstrap.min.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 3122, vendor/assets/stylesheets/bootstrap.min.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 3126, vendor/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 3129, vendor/assets/stylesheets/bootstrap.min.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 3132, vendor/assets/stylesheets/bootstrap.min.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3136, vendor/assets/stylesheets/bootstrap.min.scss */
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3142, vendor/assets/stylesheets/bootstrap.min.scss */
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }
  /* line 3145, vendor/assets/stylesheets/bootstrap.min.scss */
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  /* line 3149, vendor/assets/stylesheets/bootstrap.min.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 3154, vendor/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 3160, vendor/assets/stylesheets/bootstrap.min.scss */
.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

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

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

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

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

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

/* line 3195, vendor/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 3217, vendor/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 3223, vendor/assets/stylesheets/bootstrap.min.scss */
.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

/* line 3228, vendor/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 3235, vendor/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 3243, vendor/assets/stylesheets/bootstrap.min.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

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

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

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

/* line 3265, vendor/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 3271, vendor/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 3277, vendor/assets/stylesheets/bootstrap.min.scss */
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

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

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

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

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

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

/* line 3309, vendor/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 3315, vendor/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 3321, vendor/assets/stylesheets/bootstrap.min.scss */
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

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

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

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

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

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

/* line 3353, vendor/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 3359, vendor/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 3365, vendor/assets/stylesheets/bootstrap.min.scss */
.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

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

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

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

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

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

/* line 3397, vendor/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 3403, vendor/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 3409, vendor/assets/stylesheets/bootstrap.min.scss */
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

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

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

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

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

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

/* line 3441, vendor/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 3447, vendor/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 3453, vendor/assets/stylesheets/bootstrap.min.scss */
.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

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

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

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

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

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

/* line 3485, vendor/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 3491, vendor/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 3497, vendor/assets/stylesheets/bootstrap.min.scss */
.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

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

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

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

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

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

/* line 3533, vendor/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 3538, vendor/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 3545, vendor/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 3552, vendor/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 3559, vendor/assets/stylesheets/bootstrap.min.scss */
.btn-block {
  display: block;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3670, vendor/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 3680, vendor/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 3686, vendor/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 3693, vendor/assets/stylesheets/bootstrap.min.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

/* line 3697, vendor/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 3705, vendor/assets/stylesheets/bootstrap.min.scss */
.open > .dropdown-menu {
  display: block;
}

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

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

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

/* line 3723, vendor/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 3732, vendor/assets/stylesheets/bootstrap.min.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

/* line 3746, vendor/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 3753, vendor/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 3760, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 3764, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

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

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

/* line 3781, vendor/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 3785, vendor/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 3789, vendor/assets/stylesheets/bootstrap.min.scss */
.btn-toolbar {
  margin-left: -5px;
}

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

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

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

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

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

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

/* line 3827, vendor/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 3832, vendor/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 3837, vendor/assets/stylesheets/bootstrap.min.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

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

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

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

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

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

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

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

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

/* line 3894, vendor/assets/stylesheets/bootstrap.min.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3900, vendor/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-left-radius: 4px;
}

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

/* line 3910, vendor/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 3915, vendor/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 3920, vendor/assets/stylesheets/bootstrap.min.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

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

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

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

/* line 3941, vendor/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 3947, vendor/assets/stylesheets/bootstrap.min.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

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

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

/* line 3967, vendor/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 3975, vendor/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 3980, vendor/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 3984, vendor/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 3992, vendor/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 3997, vendor/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 4001, vendor/assets/stylesheets/bootstrap.min.scss */
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

/* line 4005, vendor/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 4009, vendor/assets/stylesheets/bootstrap.min.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 4015, vendor/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 4027, vendor/assets/stylesheets/bootstrap.min.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

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

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

/* line 4043, vendor/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 4048, vendor/assets/stylesheets/bootstrap.min.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 4052, vendor/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 4057, vendor/assets/stylesheets/bootstrap.min.scss */
.input-group-addon:last-child {
  border-left: 0;
}

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

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

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

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

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

/* line 4083, vendor/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 4088, vendor/assets/stylesheets/bootstrap.min.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

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

/* line 4114, vendor/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 4121, vendor/assets/stylesheets/bootstrap.min.scss */
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

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

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

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

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

/* line 4146, vendor/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 4153, vendor/assets/stylesheets/bootstrap.min.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 4157, vendor/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 4165, vendor/assets/stylesheets/bootstrap.min.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

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

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

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

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

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

/* line 4199, vendor/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 4204, vendor/assets/stylesheets/bootstrap.min.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4208, vendor/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 4213, vendor/assets/stylesheets/bootstrap.min.scss */
.nav-pills > li {
  float: left;
}

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

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

/* line 4225, vendor/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 4230, vendor/assets/stylesheets/bootstrap.min.scss */
.nav-stacked > li {
  float: none;
}

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

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

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

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

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

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

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

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

/* line 4276, vendor/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 4281, vendor/assets/stylesheets/bootstrap.min.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4285, vendor/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 4290, vendor/assets/stylesheets/bootstrap.min.scss */
.tab-content > .tab-pane {
  display: none;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 4338, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 4344, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 4350, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 4353, vendor/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 4359, vendor/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 4364, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

/* line 4369, vendor/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 4375, vendor/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 4381, vendor/assets/stylesheets/bootstrap.min.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

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

/* line 4392, vendor/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 4400, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  /* line 4483, vendor/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 4493, vendor/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 4496, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 4499, vendor/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 4505, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 4509, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 4512, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 4518, vendor/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 4531, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4536, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 4541, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 4544, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 4548, vendor/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 4551, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 4554, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4558, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4564, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }
  /* line 4567, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  /* line 4571, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4675, vendor/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 4680, vendor/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 4685, vendor/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 4690, vendor/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

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

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

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

/* line 4706, vendor/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 4712, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 4715, vendor/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 4719, vendor/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 4723, vendor/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 4729, vendor/assets/stylesheets/bootstrap.min.scss */
.navbar-default .navbar-link {
  color: #777;
}

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

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

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

/* line 4745, vendor/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 4749, vendor/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

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

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

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

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

/* line 4771, vendor/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 4776, vendor/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 4781, vendor/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 4786, vendor/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

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

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

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

/* line 4802, vendor/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 4808, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 4811, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 4814, vendor/assets/stylesheets/bootstrap.min.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 4817, vendor/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 4821, vendor/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 4825, vendor/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 4831, vendor/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 4835, vendor/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

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

/* line 4843, vendor/assets/stylesheets/bootstrap.min.scss */
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

/* line 4847, vendor/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 4851, vendor/assets/stylesheets/bootstrap.min.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4859, vendor/assets/stylesheets/bootstrap.min.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4863, vendor/assets/stylesheets/bootstrap.min.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 4869, vendor/assets/stylesheets/bootstrap.min.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 4873, vendor/assets/stylesheets/bootstrap.min.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4880, vendor/assets/stylesheets/bootstrap.min.scss */
.pagination > li {
  display: inline;
}

/* line 4884, vendor/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 4896, vendor/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 4902, vendor/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 4907, vendor/assets/stylesheets/bootstrap.min.scss */
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 4914, vendor/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: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 4922, vendor/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 4929, vendor/assets/stylesheets/bootstrap.min.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 4935, vendor/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 4940, vendor/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 4945, vendor/assets/stylesheets/bootstrap.min.scss */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 4951, vendor/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 4956, vendor/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 4961, vendor/assets/stylesheets/bootstrap.min.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4968, vendor/assets/stylesheets/bootstrap.min.scss */
.pager li {
  display: inline;
}

/* line 4972, vendor/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 4980, vendor/assets/stylesheets/bootstrap.min.scss */
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

/* line 4985, vendor/assets/stylesheets/bootstrap.min.scss */
.pager .next > a, .pager .next > span {
  float: right;
}

/* line 4989, vendor/assets/stylesheets/bootstrap.min.scss */
.pager .previous > a, .pager .previous > span {
  float: left;
}

/* line 4993, vendor/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 4999, vendor/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 5012, vendor/assets/stylesheets/bootstrap.min.scss */
a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5018, vendor/assets/stylesheets/bootstrap.min.scss */
.label:empty {
  display: none;
}

/* line 5022, vendor/assets/stylesheets/bootstrap.min.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 5027, vendor/assets/stylesheets/bootstrap.min.scss */
.label-default {
  background-color: #777;
}

/* line 5031, vendor/assets/stylesheets/bootstrap.min.scss */
.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}

/* line 5035, vendor/assets/stylesheets/bootstrap.min.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 5039, vendor/assets/stylesheets/bootstrap.min.scss */
.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}

/* line 5043, vendor/assets/stylesheets/bootstrap.min.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 5047, vendor/assets/stylesheets/bootstrap.min.scss */
.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

/* line 5051, vendor/assets/stylesheets/bootstrap.min.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 5055, vendor/assets/stylesheets/bootstrap.min.scss */
.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

/* line 5059, vendor/assets/stylesheets/bootstrap.min.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 5063, vendor/assets/stylesheets/bootstrap.min.scss */
.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

/* line 5067, vendor/assets/stylesheets/bootstrap.min.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 5071, vendor/assets/stylesheets/bootstrap.min.scss */
.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

/* line 5075, vendor/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 5090, vendor/assets/stylesheets/bootstrap.min.scss */
.badge:empty {
  display: none;
}

/* line 5094, vendor/assets/stylesheets/bootstrap.min.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5099, vendor/assets/stylesheets/bootstrap.min.scss */
.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 5104, vendor/assets/stylesheets/bootstrap.min.scss */
a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5110, vendor/assets/stylesheets/bootstrap.min.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5115, vendor/assets/stylesheets/bootstrap.min.scss */
.list-group-item > .badge {
  float: right;
}

/* line 5119, vendor/assets/stylesheets/bootstrap.min.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 5123, vendor/assets/stylesheets/bootstrap.min.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 5127, vendor/assets/stylesheets/bootstrap.min.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 5135, vendor/assets/stylesheets/bootstrap.min.scss */
.jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

/* line 5139, vendor/assets/stylesheets/bootstrap.min.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 5145, vendor/assets/stylesheets/bootstrap.min.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 5149, vendor/assets/stylesheets/bootstrap.min.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 5153, vendor/assets/stylesheets/bootstrap.min.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 5158, vendor/assets/stylesheets/bootstrap.min.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 5162, vendor/assets/stylesheets/bootstrap.min.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 5166, vendor/assets/stylesheets/bootstrap.min.scss */
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}

/* line 5171, vendor/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 5184, vendor/assets/stylesheets/bootstrap.min.scss */
.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 5189, vendor/assets/stylesheets/bootstrap.min.scss */
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

/* line 5193, vendor/assets/stylesheets/bootstrap.min.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 5198, vendor/assets/stylesheets/bootstrap.min.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5205, vendor/assets/stylesheets/bootstrap.min.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5210, vendor/assets/stylesheets/bootstrap.min.scss */
.alert .alert-link {
  font-weight: 700;
}

/* line 5214, vendor/assets/stylesheets/bootstrap.min.scss */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 5218, vendor/assets/stylesheets/bootstrap.min.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 5222, vendor/assets/stylesheets/bootstrap.min.scss */
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

/* line 5226, vendor/assets/stylesheets/bootstrap.min.scss */
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5233, vendor/assets/stylesheets/bootstrap.min.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5239, vendor/assets/stylesheets/bootstrap.min.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5243, vendor/assets/stylesheets/bootstrap.min.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5247, vendor/assets/stylesheets/bootstrap.min.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5253, vendor/assets/stylesheets/bootstrap.min.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5257, vendor/assets/stylesheets/bootstrap.min.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 5261, vendor/assets/stylesheets/bootstrap.min.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5267, vendor/assets/stylesheets/bootstrap.min.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5271, vendor/assets/stylesheets/bootstrap.min.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 5275, vendor/assets/stylesheets/bootstrap.min.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5281, vendor/assets/stylesheets/bootstrap.min.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5285, vendor/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 5316, vendor/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 5326, vendor/assets/stylesheets/bootstrap.min.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  -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 5342, vendor/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 5350, vendor/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 5356, vendor/assets/stylesheets/bootstrap.min.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5360, vendor/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 5366, vendor/assets/stylesheets/bootstrap.min.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5370, vendor/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 5376, vendor/assets/stylesheets/bootstrap.min.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5380, vendor/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 5386, vendor/assets/stylesheets/bootstrap.min.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5390, vendor/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 5396, vendor/assets/stylesheets/bootstrap.min.scss */
.media {
  margin-top: 15px;
}

/* line 5400, vendor/assets/stylesheets/bootstrap.min.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5404, vendor/assets/stylesheets/bootstrap.min.scss */
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5409, vendor/assets/stylesheets/bootstrap.min.scss */
.media-body {
  width: 10000px;
}

/* line 5413, vendor/assets/stylesheets/bootstrap.min.scss */
.media-object {
  display: block;
}

/* line 5417, vendor/assets/stylesheets/bootstrap.min.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5421, vendor/assets/stylesheets/bootstrap.min.scss */
.media-right, .media > .pull-right {
  padding-left: 10px;
}

/* line 5425, vendor/assets/stylesheets/bootstrap.min.scss */
.media-left, .media > .pull-left {
  padding-right: 10px;
}

/* line 5429, vendor/assets/stylesheets/bootstrap.min.scss */
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

/* line 5434, vendor/assets/stylesheets/bootstrap.min.scss */
.media-middle {
  vertical-align: middle;
}

/* line 5438, vendor/assets/stylesheets/bootstrap.min.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 5442, vendor/assets/stylesheets/bootstrap.min.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5447, vendor/assets/stylesheets/bootstrap.min.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5452, vendor/assets/stylesheets/bootstrap.min.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5457, vendor/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 5466, vendor/assets/stylesheets/bootstrap.min.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 5471, vendor/assets/stylesheets/bootstrap.min.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5477, vendor/assets/stylesheets/bootstrap.min.scss */
a.list-group-item, button.list-group-item {
  color: #555;
}

/* line 5481, vendor/assets/stylesheets/bootstrap.min.scss */
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5485, vendor/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 5491, vendor/assets/stylesheets/bootstrap.min.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5496, vendor/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 5502, vendor/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 5506, vendor/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 5510, vendor/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 5517, vendor/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 5521, vendor/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 5525, vendor/assets/stylesheets/bootstrap.min.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5530, vendor/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

/* line 5534, vendor/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 5538, vendor/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 5543, vendor/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 5549, vendor/assets/stylesheets/bootstrap.min.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5554, vendor/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

/* line 5558, vendor/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 5562, vendor/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 5567, vendor/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 5573, vendor/assets/stylesheets/bootstrap.min.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5578, vendor/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5582, vendor/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 5586, vendor/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 5591, vendor/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 5597, vendor/assets/stylesheets/bootstrap.min.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5602, vendor/assets/stylesheets/bootstrap.min.scss */
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

/* line 5606, vendor/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 5610, vendor/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 5615, vendor/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 5621, vendor/assets/stylesheets/bootstrap.min.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5626, vendor/assets/stylesheets/bootstrap.min.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5631, vendor/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 5640, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-body {
  padding: 22px 15px;
}

/* line 5644, vendor/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 5651, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5655, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5662, vendor/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 5666, vendor/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 5674, vendor/assets/stylesheets/bootstrap.min.scss */
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5678, vendor/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 5683, vendor/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 5689, vendor/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 5695, vendor/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 5700, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5704, vendor/assets/stylesheets/bootstrap.min.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5708, vendor/assets/stylesheets/bootstrap.min.scss */
.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 5712, vendor/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 5717, vendor/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 5722, vendor/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 5727, vendor/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 5731, vendor/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 5735, vendor/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 5740, vendor/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 5745, vendor/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 5749, vendor/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 5753, vendor/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 5757, vendor/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 5761, vendor/assets/stylesheets/bootstrap.min.scss */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5765, vendor/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 5769, vendor/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 5773, vendor/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 5777, vendor/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 5781, vendor/assets/stylesheets/bootstrap.min.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5786, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 5790, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5795, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5799, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5803, vendor/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 5807, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5811, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5815, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-default {
  border-color: #ddd;
}

/* line 5819, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5825, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5829, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5834, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5838, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 5842, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5848, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 5852, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5857, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 5861, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5865, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5871, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5875, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5880, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5884, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5888, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5894, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5898, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5903, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5907, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 5911, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5917, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5921, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5926, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5930, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5934, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5940, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5944, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5949, vendor/assets/stylesheets/bootstrap.min.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5953, vendor/assets/stylesheets/bootstrap.min.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5961, vendor/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 5971, vendor/assets/stylesheets/bootstrap.min.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5975, vendor/assets/stylesheets/bootstrap.min.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5979, vendor/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 5990, vendor/assets/stylesheets/bootstrap.min.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5995, vendor/assets/stylesheets/bootstrap.min.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 6000, vendor/assets/stylesheets/bootstrap.min.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6005, vendor/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 6016, vendor/assets/stylesheets/bootstrap.min.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6024, vendor/assets/stylesheets/bootstrap.min.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

/* line 6032, vendor/assets/stylesheets/bootstrap.min.scss */
.modal-open {
  overflow: hidden;
}

/* line 6036, vendor/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 6049, vendor/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 6059, vendor/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 6066, vendor/assets/stylesheets/bootstrap.min.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 6071, vendor/assets/stylesheets/bootstrap.min.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 6077, vendor/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 6090, vendor/assets/stylesheets/bootstrap.min.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 6100, vendor/assets/stylesheets/bootstrap.min.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 6105, vendor/assets/stylesheets/bootstrap.min.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6110, vendor/assets/stylesheets/bootstrap.min.scss */
.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 6116, vendor/assets/stylesheets/bootstrap.min.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 6120, vendor/assets/stylesheets/bootstrap.min.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 6125, vendor/assets/stylesheets/bootstrap.min.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 6130, vendor/assets/stylesheets/bootstrap.min.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 6136, vendor/assets/stylesheets/bootstrap.min.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 6141, vendor/assets/stylesheets/bootstrap.min.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 6145, vendor/assets/stylesheets/bootstrap.min.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 6149, vendor/assets/stylesheets/bootstrap.min.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 6158, vendor/assets/stylesheets/bootstrap.min.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 6162, vendor/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 6166, vendor/assets/stylesheets/bootstrap.min.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6172, vendor/assets/stylesheets/bootstrap.min.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 6177, vendor/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 6201, vendor/assets/stylesheets/bootstrap.min.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 6206, vendor/assets/stylesheets/bootstrap.min.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 6211, vendor/assets/stylesheets/bootstrap.min.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 6216, vendor/assets/stylesheets/bootstrap.min.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 6221, vendor/assets/stylesheets/bootstrap.min.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 6226, vendor/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 6235, vendor/assets/stylesheets/bootstrap.min.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6243, vendor/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 6251, vendor/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 6259, vendor/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 6267, vendor/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 6275, vendor/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 6283, vendor/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 6291, vendor/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 6299, vendor/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 6307, vendor/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 6341, vendor/assets/stylesheets/bootstrap.min.scss */
.popover.top {
  margin-top: -10px;
}

/* line 6345, vendor/assets/stylesheets/bootstrap.min.scss */
.popover.right {
  margin-left: 10px;
}

/* line 6349, vendor/assets/stylesheets/bootstrap.min.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 6353, vendor/assets/stylesheets/bootstrap.min.scss */
.popover.left {
  margin-left: -10px;
}

/* line 6357, vendor/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 6366, vendor/assets/stylesheets/bootstrap.min.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 6370, vendor/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 6379, vendor/assets/stylesheets/bootstrap.min.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 6383, vendor/assets/stylesheets/bootstrap.min.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 6388, vendor/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 6397, vendor/assets/stylesheets/bootstrap.min.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 6405, vendor/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 6414, vendor/assets/stylesheets/bootstrap.min.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 6422, vendor/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 6431, vendor/assets/stylesheets/bootstrap.min.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 6439, vendor/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 6448, vendor/assets/stylesheets/bootstrap.min.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 6456, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel {
  position: relative;
}

/* line 6460, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6466, vendor/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 6474, vendor/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 6479, vendor/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 6488, vendor/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 6493, vendor/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 6498, vendor/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 6505, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 6509, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6513, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6519, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6523, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6527, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 6531, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6535, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6539, vendor/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);
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6553, vendor/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 6562, vendor/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 6573, vendor/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 6581, vendor/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 6589, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

/* line 6594, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

/* line 6599, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 6606, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6610, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6614, vendor/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 6626, vendor/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 6640, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 6647, vendor/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 6660, vendor/assets/stylesheets/bootstrap.min.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6665, vendor/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: -15px;
    font-size: 30px;
  }
  /* line 6671, vendor/assets/stylesheets/bootstrap.min.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 6674, vendor/assets/stylesheets/bootstrap.min.scss */
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }
  /* line 6677, vendor/assets/stylesheets/bootstrap.min.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 6682, vendor/assets/stylesheets/bootstrap.min.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 6687, vendor/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, .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 6692, vendor/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, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

/* line 6696, vendor/assets/stylesheets/bootstrap.min.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 6702, vendor/assets/stylesheets/bootstrap.min.scss */
.pull-right {
  float: right !important;
}

/* line 6706, vendor/assets/stylesheets/bootstrap.min.scss */
.pull-left {
  float: left !important;
}

/* line 6710, vendor/assets/stylesheets/bootstrap.min.scss */
.hide {
  display: none !important;
}

/* line 6714, vendor/assets/stylesheets/bootstrap.min.scss */
.show {
  display: block !important;
}

/* line 6718, vendor/assets/stylesheets/bootstrap.min.scss */
.invisible {
  visibility: hidden;
}

/* line 6722, vendor/assets/stylesheets/bootstrap.min.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6730, vendor/assets/stylesheets/bootstrap.min.scss */
.hidden {
  display: none !important;
}

/* line 6734, vendor/assets/stylesheets/bootstrap.min.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 6742, vendor/assets/stylesheets/bootstrap.min.scss */
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

/* line 6746, vendor/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 6751, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6754, vendor/assets/stylesheets/bootstrap.min.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 6757, vendor/assets/stylesheets/bootstrap.min.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 6760, vendor/assets/stylesheets/bootstrap.min.scss */
  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 6766, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 6772, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 6778, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6784, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6787, vendor/assets/stylesheets/bootstrap.min.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 6790, vendor/assets/stylesheets/bootstrap.min.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 6793, vendor/assets/stylesheets/bootstrap.min.scss */
  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6799, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6805, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6811, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6817, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6820, vendor/assets/stylesheets/bootstrap.min.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 6823, vendor/assets/stylesheets/bootstrap.min.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 6826, vendor/assets/stylesheets/bootstrap.min.scss */
  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6832, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6838, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6844, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6850, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6853, vendor/assets/stylesheets/bootstrap.min.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 6856, vendor/assets/stylesheets/bootstrap.min.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 6859, vendor/assets/stylesheets/bootstrap.min.scss */
  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 6865, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6871, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 6877, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 6883, vendor/assets/stylesheets/bootstrap.min.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6889, vendor/assets/stylesheets/bootstrap.min.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6895, vendor/assets/stylesheets/bootstrap.min.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6901, vendor/assets/stylesheets/bootstrap.min.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 6906, vendor/assets/stylesheets/bootstrap.min.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6911, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6914, vendor/assets/stylesheets/bootstrap.min.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 6917, vendor/assets/stylesheets/bootstrap.min.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 6920, vendor/assets/stylesheets/bootstrap.min.scss */
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}

/* line 6925, vendor/assets/stylesheets/bootstrap.min.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6930, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 6935, vendor/assets/stylesheets/bootstrap.min.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6940, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 6945, vendor/assets/stylesheets/bootstrap.min.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6950, vendor/assets/stylesheets/bootstrap.min.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 6956, vendor/assets/stylesheets/bootstrap.min.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 1, vendor/assets/stylesheets/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  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 17, vendor/assets/stylesheets/slick.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 23, vendor/assets/stylesheets/slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 26, vendor/assets/stylesheets/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, vendor/assets/stylesheets/slick.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 42, vendor/assets/stylesheets/slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 47, vendor/assets/stylesheets/slick.scss */
.slick-track:before {
  display: table;
  content: '';
}

/* line 51, vendor/assets/stylesheets/slick.scss */
.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

/* line 58, vendor/assets/stylesheets/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, vendor/assets/stylesheets/slick.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 69, vendor/assets/stylesheets/slick.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 74, vendor/assets/stylesheets/slick.scss */
.slick-slide img {
  display: block;
}

/* line 77, vendor/assets/stylesheets/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, vendor/assets/stylesheets/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 85, vendor/assets/stylesheets/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 89, vendor/assets/stylesheets/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 93, vendor/assets/stylesheets/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 99, vendor/assets/stylesheets/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/* line 12, vendor/assets/stylesheets/animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 19, vendor/assets/stylesheets/animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 24, vendor/assets/stylesheets/animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 29, vendor/assets/stylesheets/animate.scss */
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

/* line 35, vendor/assets/stylesheets/animate.scss */
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 97, vendor/assets/stylesheets/animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 124, vendor/assets/stylesheets/animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 165, vendor/assets/stylesheets/animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 244, vendor/assets/stylesheets/animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 283, vendor/assets/stylesheets/animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 342, vendor/assets/stylesheets/animate.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 403, vendor/assets/stylesheets/animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 484, vendor/assets/stylesheets/animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

/* line 573, vendor/assets/stylesheets/animate.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 660, vendor/assets/stylesheets/animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 733, vendor/assets/stylesheets/animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 806, vendor/assets/stylesheets/animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 879, vendor/assets/stylesheets/animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 952, vendor/assets/stylesheets/animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 995, vendor/assets/stylesheets/animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1038, vendor/assets/stylesheets/animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1071, vendor/assets/stylesheets/animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1104, vendor/assets/stylesheets/animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1147, vendor/assets/stylesheets/animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1172, vendor/assets/stylesheets/animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1205, vendor/assets/stylesheets/animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1238, vendor/assets/stylesheets/animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1271, vendor/assets/stylesheets/animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1304, vendor/assets/stylesheets/animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1337, vendor/assets/stylesheets/animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1370, vendor/assets/stylesheets/animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1403, vendor/assets/stylesheets/animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1436, vendor/assets/stylesheets/animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 1461, vendor/assets/stylesheets/animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1490, vendor/assets/stylesheets/animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1519, vendor/assets/stylesheets/animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1548, vendor/assets/stylesheets/animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1577, vendor/assets/stylesheets/animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1606, vendor/assets/stylesheets/animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1635, vendor/assets/stylesheets/animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1664, vendor/assets/stylesheets/animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1693, vendor/assets/stylesheets/animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1772, vendor/assets/stylesheets/animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1845, vendor/assets/stylesheets/animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1918, vendor/assets/stylesheets/animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 1963, vendor/assets/stylesheets/animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 2008, vendor/assets/stylesheets/animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2067, vendor/assets/stylesheets/animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 2098, vendor/assets/stylesheets/animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2141, vendor/assets/stylesheets/animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2182, vendor/assets/stylesheets/animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2223, vendor/assets/stylesheets/animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2264, vendor/assets/stylesheets/animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2305, vendor/assets/stylesheets/animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 2342, vendor/assets/stylesheets/animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 2379, vendor/assets/stylesheets/animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2416, vendor/assets/stylesheets/animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2453, vendor/assets/stylesheets/animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 2490, vendor/assets/stylesheets/animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 2563, vendor/assets/stylesheets/animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 2598, vendor/assets/stylesheets/animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 2629, vendor/assets/stylesheets/animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 2658, vendor/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 2699, vendor/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 2740, vendor/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 2781, vendor/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 2822, vendor/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 2859, vendor/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 2904, vendor/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 2941, vendor/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 2978, vendor/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 3023, vendor/assets/stylesheets/animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3054, vendor/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 3085, vendor/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 3116, vendor/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 3147, vendor/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 3178, vendor/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 3209, vendor/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 3240, vendor/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 3271, vendor/assets/stylesheets/animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@font-face {
  font-family: 'Glyphter';
  src: url(/fonts/Glyphter.eot);
  src: url(/fonts/Glyphter.eot?#iefix) format("embedded-opentype"), url(/fonts/Glyphter.woff) format("woff"), url(/fonts/Glyphter.ttf) format("truetype"), url(/fonts/Glyphter.svg#Glyphter) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamRounded";
  src: url(/assets/GothamRounded/GothamRounded-Bold-e77df13f24e429d7db69bb1474e0185ee40b7da2b0b98856afbbc897ea011b5d.eot);
  src: url(/assets/GothamRounded/GothamRounded-Bold-e77df13f24e429d7db69bb1474e0185ee40b7da2b0b98856afbbc897ea011b5d.eot?#iefix) format("embedded-opentype"), url(/assets/GothamRounded/GothamRounded-Bold-7829582da4b056a4b69012a3726d59c82830e4379bedbfd62755ecaefcc4342b.woff2) format("woff2"), url(/assets/GothamRounded/GothamRounded-Bold-f4360597715d4068741c9108bdc2d7b486d4316ef307172a646fd991df8554c9.woff) format("woff"), url(/assets/GothamRounded/GothamRounded-Bold-f8de19aacd1cbc1c4107dace5f257fcf90619a4b88b9a706594c97d6d4cf9930.ttf) format("ttf"), url(/assets/GothamRounded/GothamRounded-Bold-65c53b87a8a8dba048805f2955214f16b4ee2e5210c38e2ba00efd2cafbb93fd.svg#GothamRounded-Bold) format("svg");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "GothamRounded";
  src: url(/assets/GothamRounded/GothamRounded-BoldItalic-c1fe039f23dd164ef7ee96b69cb43bde36e88808bb4321651d56c3e778a9636c.eot);
  src: url(/assets/GothamRounded/GothamRounded-BoldItalic-c1fe039f23dd164ef7ee96b69cb43bde36e88808bb4321651d56c3e778a9636c.eot?#iefix) format("embedded-opentype"), url(/assets/GothamRounded/GothamRounded-BoldItalic-8e78951bd3f86f15656966d5e2b0d31ed4c197be6d81960e02c9f67f417747ff.woff2) format("woff2"), url(/assets/GothamRounded/GothamRounded-BoldItalic-54e2f244a0a2cf9af3ea519d911d0c51386566efed23fa57297a6ef9d8533377.woff) format("woff"), url(/assets/GothamRounded/GothamRounded-BoldItalic-13ab37a313ad4a219eba94b813dca5d075509c00d3c6f08035354540e2b15a0e.ttf) format("ttf"), url(/assets/GothamRounded/GothamRounded-BoldItalic-abde8b1b99c2836480ef6b697ae6d5a3540e17579350d47cb2c34d09f5473b56.svg#GothamRounded-BoldItalic) format("svg");
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "GothamRounded";
  src: url(/assets/GothamRounded/GothamRounded-Book-283e920aabc0d9fb9e39b3032574662a5fd53e64d7b3f72e000114558bd6a702.eot);
  src: url(/assets/GothamRounded/GothamRounded-Book-283e920aabc0d9fb9e39b3032574662a5fd53e64d7b3f72e000114558bd6a702.eot?#iefix) format("embedded-opentype"), url(/assets/GothamRounded/GothamRounded-Book-1294e08be9643ca44f2bf0c0b5680806e8f67e93d4db16b2edbda0973f05a920.woff2) format("woff2"), url(/assets/GothamRounded/GothamRounded-Book-5aeb681a9169181976fca4b3ed72f2d459329f898c41efb06493e742ed5121a5.woff) format("woff"), url(/assets/GothamRounded/GothamRounded-Book-a5de2e6e424f243d378c18286fd6728a18abaf6d2bf775948f29b84c3da4c579.ttf) format("ttf"), url(/assets/GothamRounded/GothamRounded-Book-770fdb583cd7c334413f567287b14f1179d60ea1e6be4de17ff17aef5decd937.svg#GothamRounded-Book) format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "GothamRounded";
  src: url(/assets/GothamRounded/GothamRounded-BookItalic-de039e0e04a18988acc3300858b24ce99facb7a4c2f3d7fe95957fc1dc4bd443.eot);
  src: url(/assets/GothamRounded/GothamRounded-BookItalic-de039e0e04a18988acc3300858b24ce99facb7a4c2f3d7fe95957fc1dc4bd443.eot?#iefix) format("embedded-opentype"), url(/assets/GothamRounded/GothamRounded-BookItalic-bc2890474bccdbc8a781cbb01bbbc483a8ae85a1548593c172178d22e8bb4f1b.woff2) format("woff2"), url(/assets/GothamRounded/GothamRounded-BookItalic-6b6c748a02b9f17868a62b4bae391161d00ada6503e736d787d1113599bec6cd.woff) format("woff"), url(/assets/GothamRounded/GothamRounded-BookItalic-69e8c0702b0de140ae0e492fa2246e40724b606f07cb0be35b9d454c551d97af.ttf) format("ttf"), url(/assets/GothamRounded/GothamRounded-BookItalic-43fdd1c492b7021fb504fe34274c4fb6bef8a164c5f934b37705bacc1d516850.svg#GothamRounded-BookItalic) format("svg");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "GothamRounded";
  src: url(/assets/GothamRounded/GothamRounded-Light-c383f5a7103895f7715c05fe1b5152ebc85e8bb20a181659a396739eb6f6e0df.eot);
  src: url(/assets/GothamRounded/GothamRounded-Light-c383f5a7103895f7715c05fe1b5152ebc85e8bb20a181659a396739eb6f6e0df.eot?#iefix) format("embedded-opentype"), url(/assets/GothamRounded/GothamRounded-Light-e086a48aba1e0ee3c5ed17452b388a349fa9c9fa38e12201da543147492d6b85.woff2) format("woff2"), url(/assets/GothamRounded/GothamRounded-Light-ca7110d77691d3e7bec5fe29022e96099712e3346e125e95a7f51cb7e8d2e9b7.woff) format("woff"), url(/assets/GothamRounded/GothamRounded-Light-2f5dcd25601c1dc0501b3cdd860aa2587ed9c3200cfbdef6f182a259d2d50928.ttf) format("ttf"), url(/assets/GothamRounded/GothamRounded-Light-56601d6e82fca64e801abbf978af9ef56c53aa7a4d7e2596e860c9e7e1b10716.svg#GothamRounded-Light) format("svg");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "GothamRounded";
  src: url(/assets/GothamRounded/GothamRounded-LightItalic-2b0ee12af805b682d9217192aeb3dabfd3516e42eabbea4c2cb58413fbd69d6f.eot);
  src: url(/assets/GothamRounded/GothamRounded-LightItalic-2b0ee12af805b682d9217192aeb3dabfd3516e42eabbea4c2cb58413fbd69d6f.eot?#iefix) format("embedded-opentype"), url(/assets/GothamRounded/GothamRounded-LightItalic-d28af1fdb689fbe6b43de74a35aaccaf38d3dcde9d3d64b1687f4ff4739fbb72.woff2) format("woff2"), url(/assets/GothamRounded/GothamRounded-LightItalic-4b7d705709753b40a491fafd11577e7082e5f5fa5bc5abe746d26eb30259a5aa.woff) format("woff"), url(/assets/GothamRounded/GothamRounded-LightItalic-8820e1c0ee0b3c35125542de1a17aefa549f6dee7e3ce688ac17af038eaf33ae.ttf) format("ttf"), url(/assets/GothamRounded/GothamRounded-LightItalic-1da7bf08ee07e427ad433e6c9730ff4117acea9846c96141e90bc6d99215931c.svg#GothamRounded-LightItalic) format("svg");
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: "GothamRounded";
  src: url(/assets/GothamRounded/GothamRounded-Medium-25938144f6f39f78c61dac9611ce6c87d45476fb10b886dad952c32ceee6ba04.eot);
  src: url(/assets/GothamRounded/GothamRounded-Medium-25938144f6f39f78c61dac9611ce6c87d45476fb10b886dad952c32ceee6ba04.eot?#iefix) format("embedded-opentype"), url(/assets/GothamRounded/GothamRounded-Medium-e518a40e5b4d9ba63d47d16d631e04b0d5de45b4be4712064336fecc7d8f76d6.woff2) format("woff2"), url(/assets/GothamRounded/GothamRounded-Medium-eb0b72678109ea721476e671f377d548af2f16d4b5363dd8d1770c123795337b.woff) format("woff"), url(/assets/GothamRounded/GothamRounded-Medium-1a00f78a47b74bd52c00b6d07d78223dee7e731872b7d20b92d50489ebd7eb35.ttf) format("ttf"), url(/assets/GothamRounded/GothamRounded-Medium-f5fa9ced6bbbd31927c0121e99c16a33583aa6aff5838b298aebf4895b9a3fca.svg#GothamRounded-Medium) format("svg");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "GothamRounded";
  src: url(/assets/GothamRounded/GothamRounded-MediumItalic-fa04081fd57347bb2711715a13d8615cb86bd046c6461c499eac168e97d8b362.eot);
  src: url(/assets/GothamRounded/GothamRounded-MediumItalic-fa04081fd57347bb2711715a13d8615cb86bd046c6461c499eac168e97d8b362.eot?#iefix) format("embedded-opentype"), url(/assets/GothamRounded/GothamRounded-MediumItalic-f380b9bc72d739f9b478607367b1564aa80df99e6cecb13aa95e30b6d58f1d2e.woff2) format("woff2"), url(/assets/GothamRounded/GothamRounded-MediumItalic-709d64d2348d6e9e361e42d23c1296928aed44badc99acb6fe7574110fc2520a.woff) format("woff"), url(/assets/GothamRounded/GothamRounded-MediumItalic-9577460462711b4479e9be5b51670a751ca42f00b824439a3d9c88105e8a97d3.ttf) format("ttf"), url(/assets/GothamRounded/GothamRounded-MediumItalic-a06b4ed574414eaa54d5444344b5362b4fb7e3e939e3762e00579cfef2743555.svg#GothamRounded-MediumItalic) format("svg");
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "GloriaHallelujah";
  src: url(/fonts/gloriahallelujah.eot);
  src: url(/fonts/gloriahallelujah.eot?#iefix) format("embedded-opentype"), url(/fonts/gloriahallelujah.woff2) format("woff2"), url(/fonts/gloriahallelujah.woff) format("woff"), url(/fonts/gloriahallelujah.ttf) format("ttf"), url(/fonts/gloriahallelujah.svg#GloriaHallelujah) format("svg");
  font-style: normal;
  font-weight: normal;
}

/**********************HelveticaNeue***************************/
@font-face {
  font-family: "HelveticaNeueCondensed";
  src: url(/assets/HelveticaNeue/HelveticaNeueCondensedBlack-580c48eb43afe7c33b3dccfcefeb4f577212e11179b79ef270c480034306fcdd.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCondensedBlack-580c48eb43afe7c33b3dccfcefeb4f577212e11179b79ef270c480034306fcdd.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCondensedBlack-d2bc680a2aebb3a2168691d7087c748c59e7449767445e342c72434db29265bd.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCondensedBlack-88d973829df5a64da311ad430eb5e5d56341aef1c3777c47601578d681ec129f.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCondensedBlack-014825914ebda84e8ed935f445712de959f8a3bb84eea9e6f9d382e32c845df7.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCondensedBlack-551a08c3987b991419f0dd03f3131e0b4a37913cf6b2af910d5eea42ce719fd6.svg#HelveticaNeueBlackCondensed) format("svg");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "HelveticaNeueCondensed";
  src: url(/assets/HelveticaNeue/HelveticaNeueCondensedBold-001681fdb71c8a3e899444d06d4eb34a058b228a813d4c1146611d6797df72e4.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCondensedBold-001681fdb71c8a3e899444d06d4eb34a058b228a813d4c1146611d6797df72e4.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCondensedBold-5fd2830a14e2f8aed1a2f08ed7094f781a2fe01fb46499916a7866fbc7734591.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCondensedBold-5df697172af2b2d5cc12dc7d670abe6be6c0fd673f4da07dcd2f3fd2afd3ee5a.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCondensedBold-97d31ad8d2c4052245640ab65281c27ebb552ef0a6b0f5d28e4dac7ebac41fe9.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCondensedBold-c9a9f2bd86b18bf1d33d9539170c9afeb7f47ce7e59d1ab215d3f6af5ba99fee.svg#HelveticaNeueBoldCondensed) format("svg");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Black-cf0ef2f399d291973b9bbd2267526f50b71ff1fee701ba005fefc8b649f708ca.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Black-cf0ef2f399d291973b9bbd2267526f50b71ff1fee701ba005fefc8b649f708ca.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Black-78c5e54894d5f55c0c555897664c5597d2f85b669bb1bd7103d5f497e51a2757.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Black-b0704b941150690a16a38c5c4461b62f78504aa709ef5faf8f9d85669f7808b5.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Black-837ed72003fe980f88c42c896fd20e271237535bf13c2878ef63b79351f2a8b0.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Black-bd48720b0a8f8cf2d9948074dbcad3c0995371d338f151a2b892b251b11f213e.svg#HelveticaNeueCyr-Black) format("svg");
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-BlackItalic-1666d01811f243ed56188ed01db1d1bb5e00c101f4e3216d9f77494f045def5f.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-BlackItalic-1666d01811f243ed56188ed01db1d1bb5e00c101f4e3216d9f77494f045def5f.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-BlackItalic-557eddea49ea7a4b242a957702f03c61730502fc53285fb7934380d15c3a2ae0.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-BlackItalic-eef071cfbcec98762d328e09239c8ff07a43a49569b2902ffcb568504de6da3c.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-BlackItalic-c1a4f2da28f78f8563ed050874bb7eefda89dcc2cc2c4cebd40b32b0cbb87528.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-BlackItalic-4a5e6357d97f1439e89833ceda267282adb473c740561570a4ce210f76790b27.svg#HelveticaNeueCyr-BlackItalic) format("svg");
  font-style: italic;
  font-weight: 800;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Bold-8562ab2cf6b275f12012e7102bc1b58319c95edff3f33ce8c7ee19ae7add92dc.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Bold-8562ab2cf6b275f12012e7102bc1b58319c95edff3f33ce8c7ee19ae7add92dc.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Bold-b7b7ca32f34fd6060904c46fe8448f03482edf094ede01bcc4dadcda0b841611.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Bold-06dddefa01023e7c9148264fa1cef2b848be605c0ebc77d06c8c01411ad67846.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Bold-778f4cf8a316dbeb378942afeef1dc9eff65ec0bf31a84a1555546666196e3db.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Bold-7fadaa8a8b83be681ecb4c0a80434e222a17523e3c00ec8aec625ea427f4877d.svg#HelveticaNeueCyr-Bold) format("svg");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-BoldItalic-3d295f258622327b5d7f603928276a9c17f6418fca663c3355fe49b1f0a33cf3.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-BoldItalic-3d295f258622327b5d7f603928276a9c17f6418fca663c3355fe49b1f0a33cf3.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-BoldItalic-ca748c0334b8b562b8d44c9f93a17f61feb10bf4d6606e5cb20e633b78c7febd.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-BoldItalic-ad464159da5998d5eaa199e91436441c4a9619cd53a85913078f68143e5fe54c.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-BoldItalic-7908679b4fee2971d553eebb926da2ec22d1cd2bd819173f746feda1da4014df.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-BoldItalic-eb192a021d60b13785dc704678e23c1494a9574bbd7befb64dc34447c601f46c.svg#HelveticaNeueCyr-BoldItalic) format("svg");
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Heavy-b71db02e1a58cff18e02e5dc3c6386389c25715e5282f61dc90d35e7565e07b1.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Heavy-b71db02e1a58cff18e02e5dc3c6386389c25715e5282f61dc90d35e7565e07b1.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Heavy-c96567c98a0fbc544009bb4ecf8f7f86ba8bc922fc8e9fcbd900e234656d6319.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Heavy-43379064c52b081bdf3d517e1146fac8001fac786043dbc915aeff62ae7aa61f.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Heavy-8a47ecc279589cc39188096013fe888b8907d636bc46032338b8768c322a8d04.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Heavy-ce27e85db1f8af34ad33af7e0916b97be5f39125f544fa3067aa0c2a161a1abf.svg#HelveticaNeueCyr-Heavy) format("svg");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-HeavyItalic-0713a187defd6b5ff3516ff31135225b13771a8e81b914f3f576e363b0c0b760.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-HeavyItalic-0713a187defd6b5ff3516ff31135225b13771a8e81b914f3f576e363b0c0b760.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-HeavyItalic-8662a00cd918fadb4cfd4a6c06c9629089d1697059cef18a44330daec801c32d.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-HeavyItalic-342924fdcf7517a51b09d5e09e7a4f953615102e963f4ef314f69b33148d74c9.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-HeavyItalic-e8e11d34cdc3619f42991a79a91f689ed467391b5cbe03dc42e07d96a90556be.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-HeavyItalic-bb0706bbc296f7cb22a2eb5bbb2f302d37bbf37cb8d9d57201757cdeb907ac10.svg#HelveticaNeueCyr-HeavyItalic) format("svg");
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Italic-c6bd80c5052c6089f0ca8f2f4a0d84c2825d07798028d2429f6642c22eb25037.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Italic-c6bd80c5052c6089f0ca8f2f4a0d84c2825d07798028d2429f6642c22eb25037.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Italic-4c6c82ac8821395cadb0aa4c403f015c69315f64d2f6eb8258d0fa4fb19b10dd.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Italic-35d001c230d7f2a9210a974ffc78c50a40c77b059871e5299ba930184aa3f288.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Italic-739ce47823d92d69f6cf38458a026e130b49cc91cf434b94ac3b5e0a29f98337.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Italic-37e951e5681157e6837f495799b136398696ff5d27cfa49fedaef08155c83340.svg#HelveticaNeueCyr-Italic) format("svg");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Light-6acc4752728bc3d977e288f425c7874a9c13e870fe1db35e97a728ccd3d4c3b3.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Light-6acc4752728bc3d977e288f425c7874a9c13e870fe1db35e97a728ccd3d4c3b3.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Light-327110c512decf340df8196337c683acdf3cc696b0929081e4e832274d0ddf2f.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Light-6446fe2e619d974625651f0b80f73ab72634f1c4590a5e60397945b55e6ee7d9.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Light-d0b607704c84277bb62364c3db2c9b7456c99fc0ce34ebeab9a2c3ea8eca27ae.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Light-cf6705c30af95aaa6df7e89abc5840754a3eccb052868df720e6d286c64795c5.svg#HelveticaNeueCyr-Light) format("svg");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-LightItalic-2de65caee86af9804451b5b930bc120ca56bbc58967aae8e0908bf711b5e198f.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-LightItalic-2de65caee86af9804451b5b930bc120ca56bbc58967aae8e0908bf711b5e198f.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-LightItalic-6d91eac7a07d154d8a678463ed9c439483b2bc3a46a4cb6dd67263b7c9f863eb.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-LightItalic-558fcda808ca4dfc3dd2d9603ad7be15b7ffaf7e97f9a666651a9c1219fa26cd.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-LightItalic-5bfd1b36c6af8e1d0c131b2b5909423aa759bec48fbfe1fc2f6532ebe86e303a.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-LightItalic-7dde5d331146384745e39423796be987b695ac92c758768136fd2409e8dd67c1.svg#HelveticaNeueCyr-LightItalic) format("svg");
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Medium-1406eef391d4680fc97f490402a0893d23d95f9914adc9fe6c9476cb2781c465.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Medium-1406eef391d4680fc97f490402a0893d23d95f9914adc9fe6c9476cb2781c465.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Medium-0f54873a189d040ce04c258177350448eda23b0748ec54e9bf71ed5366fd055c.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Medium-a257b0286f100d1bab5199cb7110f9815d78e3449a20c74adfe4b8bf50df79d7.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Medium-88732973f8052274881649cdc3c8932edf28298ebf731ec2d756e9759679c237.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Medium-d7e6ce3340dda4dc0e5d70e0f5968250051ec95e67e187428abefd28675901b1.svg#HelveticaNeueCyr-Medium) format("svg");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-MediumItaicl-95a283f220f63793ae5a1037045415ef2ce46d7af8bddd783bd1a9c4595092d6.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-MediumItaicl-95a283f220f63793ae5a1037045415ef2ce46d7af8bddd783bd1a9c4595092d6.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-MediumItaicl-2fdccd77c131edcf1fe25419c68a7f2c4d1a1a5c0fed8d1deac70c721aa5c47d.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-MediumItaicl-5abc6a92aef4709a2f5eaff7c8a2dc10e612537bfb57005954120cfacc4a5eee.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-MediumItaicl-23ba1aea338a34d3da8249966e1f38cc9e17639105c2a584412cf8497b3506ec.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-MediumItaicl-6ea94509a67df2c903be40580c3feacbe2f0ee05b5a064bad78997b7c4c299f3.svg#HelveticaNeueCyr-MediumItalic) format("svg");
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Roman-bd61a627b5b09a71b8115532fee0ad498aa3017960fd2d104a609e33c9ca538f.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Roman-bd61a627b5b09a71b8115532fee0ad498aa3017960fd2d104a609e33c9ca538f.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Roman-253ab686ad90852e9f9ae94618ea4b7d0e54d7e938a7794d9e98deccccfe2737.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Roman-ec18fb68d396eb69bcf790493ea205a56f1fe51728947e306d067e7c4e0a8181.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Roman-727253a584e4f4ab7bfd672b4733ada08f63e228951f0fed5fbbdc5c6b6f8290.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Roman-8c0e154f862d4da21f4b45b50410de47117589f8936b447356b628fa7dd3938b.svg#HelveticaNeueCyr-Roman) format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Thin-5a8a2843d43845ea8c584618c5942f38f2c7dc252b9dce4c079e7d8e71e324d0.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-Thin-5a8a2843d43845ea8c584618c5942f38f2c7dc252b9dce4c079e7d8e71e324d0.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Thin-35e4c5e002e814d9446aa009648e785ebf410475435154250a5b491a6d1f23ab.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Thin-0d98d770a08bd78942ea8329034e798a3a34bc767e9befbcf4870393d0504e4b.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Thin-333561aeb769a503155cb8a1f5832c027262d0fbcac1f8bf8b20e6370930d333.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-Thin-9e454b6d6b7dd279170ce405f66f02d1ada7b90dc74eb2c825f207e8eb74a55f.svg#HelveticaNeueCyr-Thin) format("svg");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-ThinItalic-9feee5d3805da8ba30b499f288a20e0c9527e52baa5873f1250a69473b5a3a81.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-ThinItalic-9feee5d3805da8ba30b499f288a20e0c9527e52baa5873f1250a69473b5a3a81.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-ThinItalic-8a9ab106a7439f07f1277ed795eda9d9a77932162165d183de0c0af9378f531c.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-ThinItalic-fe70301fa269c66c6e7f8ba4ca685a81c509aeda89087655e0924a40e24868bd.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-ThinItalic-a9071195e55a9b375d3e2da853f23fc5e98f6ae55f7f41d9db4aa22b5083950b.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-ThinItalic-9caec2d0ddd24a2f619835b84c72bb8f5763ec303b34599ee5442a978b9a9e65.svg#HelveticaNeueCyr-ThinItalic) format("svg");
  font-style: italic;
  font-weight: 200;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-UltraLight-4aa8e3ac10ba4bc6ad5ad611e98e5b735889365856464f80e0bf9e5c002c5043.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-UltraLight-4aa8e3ac10ba4bc6ad5ad611e98e5b735889365856464f80e0bf9e5c002c5043.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-UltraLight-324aaf48f4a08f553a2dc53ef09d4787c80fdd81ad6615b75f83fcc10338cc7e.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-UltraLight-48ce39ff6779758beed44cfd185b414cbba9514bed80a0584595b8a8e65d78df.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-UltraLight-118de8fc7271060a7ea4c4be375fa1017d3e3f4e08cfaea40b36353a81ff104f.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-UltraLight-088f6c5eeed6a8402733ab155af33b40928a12ae5f9a2312b1d48d8b8e161f13.svg#HelveticaNeueCyr-UltraLight) format("svg");
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-UltraLightItalic-70f705485e6d3f66836e0554d2a74a4b7c4bd653040f269d8d072534b09e7b63.eot);
  src: url(/assets/HelveticaNeue/HelveticaNeueCyr-UltraLightItalic-70f705485e6d3f66836e0554d2a74a4b7c4bd653040f269d8d072534b09e7b63.eot?#iefix) format("embedded-opentype"), url(/assets/HelveticaNeue/HelveticaNeueCyr-UltraLightItalic-891724365772c92fb8d5f7baa7576a94d177d6e68e6848ce46d2a0f60889d69b.woff2) format("woff2"), url(/assets/HelveticaNeue/HelveticaNeueCyr-UltraLightItalic-756240e4862a96778f2bea4d19949dc4eae04cf4d79fa26330071f5fecf24222.woff) format("woff"), url(/assets/HelveticaNeue/HelveticaNeueCyr-UltraLightItalic-a12d9366c460aaa085ca65894c392b0660bcf43169bb1cf05739badfd707924e.ttf) format("ttf"), url(/assets/HelveticaNeue/HelveticaNeueCyr-UltraLightItalic-cf7de48a37c5859bd6d9da52294319f6869bd1b05ce60d81590c54f87f11c726.svg#HelveticaNeueCyr-UltraLightItalic) format("svg");
  font-style: italic;
  font-weight: 100;
}
/* Icons font
==============================================================================*/
@font-face {
  font-family: 'Smartwifi';
  src: url(/assets/Smartwifi-e54ee88368f698d5252d8f179495a1b1fd6664a9cfcb0425444b7ffd2058023e.eot);
  src: url(/assets/Smartwifi-e54ee88368f698d5252d8f179495a1b1fd6664a9cfcb0425444b7ffd2058023e.eot?#iefix) format("embedded-opentype"), url(/assets/Smartwifi-aa64884865bdc0275f7872374ca2afeea544b8d90db49e9d103481a5e1f7627c.woff) format("woff"), url(/assets/Smartwifi-b87cbb6a3f3939a9cfbda4748e9990d327fc7228fbfae161217a07bc46b5a169.ttf) format("truetype"), url(/assets/Smartwifi-f2438046e643d485dd999fc97ba714081e192fbc2501980a294700e32e16aef5.svg#Smartwifi) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 14, app/assets/stylesheets/main/_icons-font.scss */
[class*='smartwifi_']:before {
  font-family: 'Smartwifi';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 24, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_accounts:before {
  content: '\E001';
}

/* line 25, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_all-people:before {
  content: '\E002';
}

/* line 26, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_ap:before {
  content: '\E003';
}

/* line 27, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_arrow-right:before {
  content: '\E004';
}

/* line 28, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_arrow-slider-left:before {
  content: '\E005';
}

/* line 29, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_both-ico:before {
  content: '\E006';
}

/* line 30, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_builder-ico:before {
  content: '\E007';
}

/* line 31, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_cal-ico:before {
  content: '\E008';
}

/* line 32, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_campaign:before {
  content: '\E009';
}

/* line 33, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_campaigns:before {
  content: '\E00A';
}

/* line 34, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_check-in:before {
  content: '\E00B';
}

/* line 35, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_checked:before {
  content: '\E00C';
}

/* line 36, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_checked1:before {
  content: '\E00D';
}

/* line 37, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_clone:before {
  content: '\E00E';
}

/* line 38, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_connections:before {
  content: '\E00F';
}

/* line 39, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_cross-close:before {
  content: '\E010';
}

/* line 40, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_customers:before {
  content: '\E011';
}

/* line 41, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_dashboard:before {
  content: '\E012';
}

/* line 42, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_database-big:before {
  content: '\E013';
}

/* line 43, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_database:before {
  content: '\E014';
}

/* line 44, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_dots:before {
  content: '\E015';
}

/* line 45, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_edit-ico:before {
  content: '\E016';
}

/* line 46, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_edit:before {
  content: '\E017';
}

/* line 47, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_editor-ico:before {
  content: '\E018';
}

/* line 48, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_email-points:before {
  content: '\E019';
}

/* line 49, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_error:before {
  content: '\E01A';
}

/* line 50, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_exclamation-mark:before {
  content: '\E01B';
}

/* line 51, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_fb-check-in-ico:before {
  content: '\E01C';
}

/* line 52, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_fb-post:before {
  content: '\E01D';
}

/* line 53, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_fb-posts-ico:before {
  content: '\E01E';
}

/* line 54, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_fb-widget-ico:before {
  content: '\E01F';
}

/* line 55, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_forms-ico:before {
  content: '\E020';
}

/* line 56, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_giftbox:before {
  content: '\E021';
}

/* line 57, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_graphs:before {
  content: '\E022';
}

/* line 58, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_growth-nav:before {
  content: '\E023';
}

/* line 59, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_growth:before {
  content: '\E024';
}

/* line 60, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_heart:before {
  content: '\E025';
}

/* line 61, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_hidden:before {
  content: '\E026';
}

/* line 62, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_hot-spots:before {
  content: '\E027';
}

/* line 63, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_imac-ico:before {
  content: '\E028';
}

/* line 64, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_image:before {
  content: '\E029';
}

/* line 65, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_info:before {
  content: '\E02A';
}

/* line 66, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_info1:before {
  content: '\E02B';
}

/* line 67, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_insta-ico:before {
  content: '\E02C';
}

/* line 68, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_intro-slider-ico:before {
  content: '\E02D';
}

/* line 69, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_iphone-ico:before {
  content: '\E02E';
}

/* line 70, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_left-arrow:before {
  content: '\E02F';
}

/* line 71, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_lock-ico:before {
  content: '\E030';
}

/* line 72, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_lock:before {
  content: '\E031';
}

/* line 73, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_marketing:before {
  content: '\E032';
}

/* line 74, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_maximize:before {
  content: '\E033';
}

/* line 75, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_menu-dot:before {
  content: '\E034';
}

/* line 76, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_menu:before {
  content: '\E035';
}

/* line 77, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_minus:before {
  content: '\E036';
}

/* line 78, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_monthly-earnings-ico:before {
  content: '\E037';
}

/* line 79, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_move:before {
  content: '\E038';
}

/* line 80, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_no-data:before {
  content: '\E039';
}

/* line 81, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_one-time:before {
  content: '\E03A';
}

/* line 82, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_per-month-ico:before {
  content: '\E03B';
}

/* line 83, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_per-number-ico:before {
  content: '\E03C';
}

/* line 84, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_per-today-ico:before {
  content: '\E03D';
}

/* line 85, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_pic:before {
  content: '\E03E';
}

/* line 86, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_pin-nav:before {
  content: '\E03F';
}

/* line 87, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_plus:before {
  content: '\E040';
}

/* line 88, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_plus_2:before {
  content: '\E041';
}

/* line 89, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_qr-code:before {
  content: '\E042';
}

/* line 90, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_review:before {
  content: '\E043';
}

/* line 91, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_scheduled:before {
  content: '\E044';
}

/* line 92, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_settings-big:before {
  content: '\E045';
}

/* line 93, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_settings:before {
  content: '\E046';
}

/* line 94, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_slider-arrow-right:before {
  content: '\E047';
}

/* line 95, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_slider:before {
  content: '\E048';
}

/* line 96, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_sms-points:before {
  content: '\E049';
}

/* line 97, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_social:before {
  content: '\E04A';
}

/* line 98, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_special-event:before {
  content: '\E04B';
}

/* line 99, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_star:before {
  content: '\E04C';
}

/* line 100, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_target-people:before {
  content: '\E04D';
}

/* line 101, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_today-earnings-ico:before {
  content: '\E04E';
}

/* line 102, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_tr:before {
  content: '\E04F';
}

/* line 103, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_trash:before {
  content: '\E050';
}

/* line 104, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_users:before {
  content: '\E051';
}

/* line 105, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_venue-ap:before {
  content: '\E052';
}

/* line 106, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_video-ads-ico:before {
  content: '\E053';
}

/* line 107, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_video:before {
  content: '\E054';
}

/* line 108, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_voucher:before {
  content: '\E055';
}

/* line 109, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_vouchers-ico:before {
  content: '\E056';
}

/* line 110, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_weekly:before {
  content: '\E057';
}

/* line 111, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_wifi-admin:before {
  content: '\E058';
}

/* line 112, app/assets/stylesheets/main/_icons-font.scss */
.smartwifi_wifi:before {
  content: '\E059';
}
/* line 3, app/assets/stylesheets/main/home.scss */
.main-bg {
  background: url(/assets/landing/welcome-bg@2x-16fa3d5a9690f6ca2530cf1b6345c2d1a3a7293c0bb3853ce8f04a8a1d31f47b.jpg) no-repeat 50% 0 #035d75;
  background-size: cover;
  padding-bottom: 29px;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -ms-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
}

/* line 13, app/assets/stylesheets/main/home.scss */
.main-bg.-demo {
  background: url(/assets/landing/welcome-demo@2x-a492e34af62fc29647a6be20db2942da55a210bf1d04a770a43681b205611077.jpg) no-repeat 50% 0 #035d75;
  /*background-size: contain;*/
}

/* line 19, app/assets/stylesheets/main/home.scss */
.center {
  margin: 0 auto;
  max-width: 1216px;
  padding: 0 15px;
}

/* line 25, app/assets/stylesheets/main/home.scss */
.main-header {
  margin-bottom: 30px;
  padding-top: 16px;
  text-align: center;
}

/* line 31, app/assets/stylesheets/main/home.scss */
.main-header-logo {
  position: relative;
  float: left;
  text-align: center;
  display: block;
}

/* line 37, app/assets/stylesheets/main/home.scss */
.main-header-logo img {
  vertical-align: middle;
  max-width: 100%;
}

/* line 43, app/assets/stylesheets/main/home.scss */
.main-header-right {
  position: relative;
  float: right;
  text-align: center;
  padding-top: 1px;
}

/* line 49, app/assets/stylesheets/main/home.scss */
.main-header-right .btn-login {
  margin-left: 11px;
}

/* line 54, app/assets/stylesheets/main/home.scss */
.btn-login {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  padding: 9px 23px;
  border-radius: 113px;
  border: solid 1px rgba(242, 252, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  height: 41px;
}

/* line 68, app/assets/stylesheets/main/home.scss */
.btn-login:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 194, 174, 0.5);
}

/* line 75, app/assets/stylesheets/main/home.scss */
.btn-login-ico {
  margin-right: 2px;
  font-size: 0.85em;
  display: inline-block;
  position: relative;
  top: -2px;
}

/* line 83, app/assets/stylesheets/main/home.scss */
.btn-free {
  display: inline-block;
  cursor: pointer;
  color: #116244;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 9px 23px;
  border-radius: 113px;
  text-transform: uppercase;
  background-color: rgba(46, 235, 157, 0.87);
  border: solid 1px rgba(46, 235, 157, 0.87);
  height: 41px;
}

/* line 97, app/assets/stylesheets/main/home.scss */
.btn-free:hover {
  text-decoration: none;
}

/* line 102, app/assets/stylesheets/main/home.scss */
.main-bg-heading {
  text-align: center;
  color: #fff;
  margin-bottom: 61px;
  font-size: 18px;
  line-height: 1.44;
  margin-top: 66px;
}

/* line 110, app/assets/stylesheets/main/home.scss */
.main-bg-heading h1 {
  margin: 0 0 14px;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}

/* line 117, app/assets/stylesheets/main/home.scss */
.main-bg-heading p {
  margin: 0 0 15px 0;
}

/* line 122, app/assets/stylesheets/main/home.scss */
.bene {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* line 129, app/assets/stylesheets/main/home.scss */
.bene-pic {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 auto;
  max-width: 60%;
  width: 513px;
  position: relative;
}

/* line 136, app/assets/stylesheets/main/home.scss */
.bene-pic img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  vertical-align: middle;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* line 148, app/assets/stylesheets/main/home.scss */
.bene-pic img:first-child {
  opacity: 0;
  position: static;
}

/* line 155, app/assets/stylesheets/main/home.scss */
.bene-col {
  text-align: center;
  margin-bottom: 63px;
  padding: 0 18px;
}

/* line 160, app/assets/stylesheets/main/home.scss */
.bene-col.-right {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

/* line 165, app/assets/stylesheets/main/home.scss */
.bene-item {
  width: 285px;
  height: 278px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.03);
  padding: 8px 18px;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.57;
  font-size: 14px;
  color: #000;
  border: solid 4px transparent;
}

/* line 179, app/assets/stylesheets/main/home.scss */
.bene-item:hover {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.03);
  border: solid 4px #00c2ae;
}

/* line 185, app/assets/stylesheets/main/home.scss */
.bene-item-ico {
  font-size: 30px;
  color: #00c2ae;
  line-height: 1;
  margin-bottom: 15px;
  padding-top: 41px;
}

/* line 192, app/assets/stylesheets/main/home.scss */
.bene-item-ico img {
  width: auto;
}

/* line 197, app/assets/stylesheets/main/home.scss */
.bene-item-title {
  margin-bottom: 8px;
  color: #025673;
  font-weight: 500;
  font-size: 18px;
}

/* line 204, app/assets/stylesheets/main/home.scss */
.stat {
  margin-bottom: 96px;
  position: relative;
  background-image: linear-gradient(to right, #625ab9, #034f6d 46%, #006d7a);
  padding: 49px 0 16px;
}

/* line 211, app/assets/stylesheets/main/home.scss */
.stat-title {
  text-align: center;
  margin-bottom: 21px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 221, app/assets/stylesheets/main/home.scss */
.stat-title-ico {
  color: #fff;
  margin: 0 2px;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -3px;
}

/* line 231, app/assets/stylesheets/main/home.scss */
.stat-item {
  position: relative;
  float: left;
  width: 33.33%;
  margin-bottom: 17px;
}

/* line 238, app/assets/stylesheets/main/home.scss */
.stat-item-head {
  display: inline-block;
  vertical-align: middle;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: #50e3c2;
  margin-right: 12px;
}

/* line 249, app/assets/stylesheets/main/home.scss */
.stat-item-text {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff !important;
  border-left: 1px solid #1367d1;
  padding-left: 15px;
  line-height: 1.67;
  text-align: left;
}

/* line 261, app/assets/stylesheets/main/home.scss */
.for {
  margin-bottom: 74px;
}

/* line 265, app/assets/stylesheets/main/home.scss */
.for-title {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000;
}

/* line 275, app/assets/stylesheets/main/home.scss */
.for-body {
  margin: 0 -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

/* line 282, app/assets/stylesheets/main/home.scss */
.for-item {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 8px 16px;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #eee;
  background-repeat: no-repeat;
  width: 384px;
  height: 250px;
  line-height: 250px;
  max-width: 100%;
  padding: 0 15px;
}

/* line 299, app/assets/stylesheets/main/home.scss */
.for-item img {
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 310, app/assets/stylesheets/main/home.scss */
.for-item-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

/* line 321, app/assets/stylesheets/main/home.scss */
.powerfull {
  position: relative;
  padding-bottom: 97px;
  padding-top: 50px;
  margin-bottom: 80px;
}

/* line 328, app/assets/stylesheets/main/home.scss */
.powerfull-center {
  position: relative;
  margin-bottom: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* line 337, app/assets/stylesheets/main/home.scss */
.powerfull-title {
  margin: 0 0 9px;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}

/* line 346, app/assets/stylesheets/main/home.scss */
.powerfull-head {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

/* line 352, app/assets/stylesheets/main/home.scss */
.powerfull-head-text {
  margin: 0 auto;
  max-width: 474px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

/* line 360, app/assets/stylesheets/main/home.scss */
.powerfull-foot {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
  padding-top: 20px;
}

/* line 367, app/assets/stylesheets/main/home.scss */
.btn-demo {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 26px 45px;
  max-width: 100%;
  text-align: center;
  width: 390px;
  border-radius: 100px;
  background-color: #00c2ae;
  border: solid 1px #00c2ae;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  transform: translateY(0);
}

/* line 390, app/assets/stylesheets/main/home.scss */
.btn-demo:hover {
  background-color: #03b8a5;
  box-shadow: 0 17px 22px 0 rgba(0, 0, 0, 0.14);
  border: solid 1px #03b8a5;
  text-decoration: none;
  color: #fff;
  transform: translateY(-1px);
}

/* line 399, app/assets/stylesheets/main/home.scss */
.btn-demo.-blue {
  background-color: #6a9dd9;
  border: solid 1px #6a9dd9;
}

/* line 403, app/assets/stylesheets/main/home.scss */
.btn-demo.-blue:hover {
  background-color: #5c8fcb;
  box-shadow: 0 20px 19px 0 rgba(58, 57, 57, 0.21);
  border: solid 1px #5c8fcb;
}

/* line 411, app/assets/stylesheets/main/home.scss */
.powerfull-main {
  text-align: center;
  width: 188px;
  border-radius: 21px;
  background-color: #ffffff;
  box-shadow: 0 11px 24px 0 rgba(0, 0, 0, 0.05);
  padding: 26px 5px;
  margin: 0 8px 48px;
}

/* line 421, app/assets/stylesheets/main/home.scss */
.powerfull-main-item {
  position: relative;
  margin-bottom: 21px;
}

/* line 425, app/assets/stylesheets/main/home.scss */
.powerfull-main-item::after {
  content: '';
  display: block;
  margin: 9px auto 0;
  height: 1px;
  background: #d6f2e6;
  width: 50px;
}

/* line 434, app/assets/stylesheets/main/home.scss */
.powerfull-main-item:last-child {
  margin-bottom: 0;
}

/* line 437, app/assets/stylesheets/main/home.scss */
.powerfull-main-item:last-child::after {
  display: none;
}

/* line 443, app/assets/stylesheets/main/home.scss */
.powerfull-main-item-ico {
  margin-bottom: 20px;
  color: #00c2ae;
  font-size: 28px;
  line-height: 1;
}

/* line 449, app/assets/stylesheets/main/home.scss */
.powerfull-main-item-ico img {
  width: 30px;
}

/* line 454, app/assets/stylesheets/main/home.scss */
.powerfull-main-item-head {
  letter-spacing: 0.5px;
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
}

/* line 461, app/assets/stylesheets/main/home.scss */
.powerfull-left-pic {
  width: 36%;
  text-align: center;
}

/* line 465, app/assets/stylesheets/main/home.scss */
.powerfull-left-pic img {
  max-width: 100%;
  vertical-align: middle;
}

/* line 471, app/assets/stylesheets/main/home.scss */
.powerfull-right-pic {
  width: 36%;
  text-align: center;
}

/* line 475, app/assets/stylesheets/main/home.scss */
.powerfull-right-pic img {
  max-width: 100%;
  vertical-align: middle;
}

/* line 481, app/assets/stylesheets/main/home.scss */
.powerfull-bg {
  position: absolute;
  top: -99px;
  left: 20%;
  width: 147px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  max-width: 20%;
}

/* line 493, app/assets/stylesheets/main/home.scss */
.powerfull-bg.-mod {
  bottom: 157px;
  left: 19%;
  top: auto;
  width: 195px;
}

/* line 500, app/assets/stylesheets/main/home.scss */
.powerfull-bg.-mod1 {
  left: 53%;
  top: 45%;
  width: 133px;
}

/* line 506, app/assets/stylesheets/main/home.scss */
.powerfull-bg.-mod2 {
  left: 70%;
  top: 19%;
  width: 296px;
}

/* line 513, app/assets/stylesheets/main/home.scss */
.brends {
  margin-bottom: 116px;
}

/* line 517, app/assets/stylesheets/main/home.scss */
.brends-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 47px;
  text-transform: uppercase;
  text-align: center;
}

/* line 527, app/assets/stylesheets/main/home.scss */
.brends-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 -8px 24px;
}

/* line 535, app/assets/stylesheets/main/home.scss */
.brends-item {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 8px 16px;
  text-align: center;
  width: 184px;
  height: 185px;
  line-height: 183px;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #ffffff, #fbfbfb);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.03);
  border: solid 1px #e8e8e8;
}

/* line 550, app/assets/stylesheets/main/home.scss */
.brends-item img {
  vertical-align: middle;
  max-width: 60%;
}

/* line 556, app/assets/stylesheets/main/home.scss */
.brends-foot {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #c9c9c9;
  letter-spacing: 1.6px;
}

/* line 564, app/assets/stylesheets/main/home.scss */
.free {
  min-height: 536px;
  background: url(/assets/landing/bg-2@2x-bb51d8c75f51dd3a6e40ae679faefb54d5ab075e0a5058be901e42db5115f58a.jpg) no-repeat 50% 0;
  background-size: auto 100%;
}

/* line 570, app/assets/stylesheets/main/home.scss */
.free-center {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 536px;
  padding-bottom: 63px;
}

/* line 580, app/assets/stylesheets/main/home.scss */
.free-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0 0 15px 0;
  letter-spacing: 2px;
}

/* line 588, app/assets/stylesheets/main/home.scss */
.free-text {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 1.06;
  margin-bottom: 43px;
}

/* line 596, app/assets/stylesheets/main/home.scss */
.underline {
  text-decoration: underline;
}

/* line 600, app/assets/stylesheets/main/home.scss */
.footer-head {
  letter-spacing: 1.4px;
  text-align: center;
  color: #000000;
  margin-bottom: -3px;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 609, app/assets/stylesheets/main/home.scss */
.footer-head1 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-align: center;
  color: #000000;
  margin-bottom: 57px;
}

/* line 618, app/assets/stylesheets/main/home.scss */
.footer-link {
  text-decoration: none;
  color: #000;
}

/* line 622, app/assets/stylesheets/main/home.scss */
.footer-link:hover {
  text-decoration: underline;
  color: #000;
}
/* line 3, app/assets/stylesheets/main/ligin.scss */
.login-page {
  background: url(/assets/login/login-page-bg@2x-cd788f23644500b55c66b4bc9db783791b731db41664a6860ddb769151d083d8.jpg) no-repeat 50% 50% #066593;
  background-size: cover;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

/* line 12, app/assets/stylesheets/main/ligin.scss */
.login-logo {
  text-align: center;
  margin-bottom: 47px;
}

/* line 17, app/assets/stylesheets/main/ligin.scss */
.form_transparent {
  margin: 0 auto;
  display: block;
  max-width: 426px;
}

/* line 23, app/assets/stylesheets/main/ligin.scss */
.form-row-error {
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 12px 43px;
  position: relative;
  border-radius: 3px;
  background-color: rgba(220, 34, 57, 0.79);
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-top: 10px;
}

/* line 36, app/assets/stylesheets/main/ligin.scss */
.form-row-error-ico {
  position: absolute;
  top: 9px;
  left: 21px;
  float: left;
  font-size: 16px;
}

/* line 44, app/assets/stylesheets/main/ligin.scss */
.form-row-ok {
  position: absolute;
  right: 17px;
  top: 16px;
  font-size: 20px;
  color: #00c2ae;
  line-height: 1;
}

/* line 53, app/assets/stylesheets/main/ligin.scss */
.main-reg-form {
  color: #fff;
  position: relative;
  max-width: 644px;
  padding: 45px 94px 0;
  margin-bottom: 106px;
}

/* line 60, app/assets/stylesheets/main/ligin.scss */
.main-reg-form p {
  margin: 0;
  font-size: 18px;
  line-height: 1.44;
}

/* line 66, app/assets/stylesheets/main/ligin.scss */
.main-reg-form .form_transparent {
  margin: 0;
  max-width: 400px;
  padding-top: 32px;
}

/* line 73, app/assets/stylesheets/main/ligin.scss */
.main-reg-form-title {
  margin: 0 0 18px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
}

/* line 81, app/assets/stylesheets/main/ligin.scss */
.login-wrapper {
  display: none;
}

/* line 85, app/assets/stylesheets/main/ligin.scss */
.login-bar {
  background: #fff;
  width: 467px;
  padding: 2.5vw;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

/* line 95, app/assets/stylesheets/main/ligin.scss */
.login-bar .recaptcha {
  border-radius: 5px;
  vertical-align: middle;
  display: inline-block;
  border: solid 2px transparent;
  width: auto !important;
  margin-left: -2px;
}

/* line 103, app/assets/stylesheets/main/ligin.scss */
.login-bar .recaptcha.-error {
  border-color: rgba(218, 94, 102, 0.72);
  margin-left: 0;
}

/* line 108, app/assets/stylesheets/main/ligin.scss */
.login-bar .recaptcha > div {
  margin-bottom: -2px;
  margin-right: -2px;
}

/* line 115, app/assets/stylesheets/main/ligin.scss */
.login-title {
  font-family: HelveticaNeueCondensed;
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  display: block;
  padding: 13vw 0 0 9vw;
}

/* line 129, app/assets/stylesheets/main/ligin.scss */
.login-title span {
  color: #d5e72c;
  display: block;
}

/* line 135, app/assets/stylesheets/main/ligin.scss */
.login-bar-logo {
  text-align: center;
  margin-bottom: 15px;
}

/* line 139, app/assets/stylesheets/main/ligin.scss */
.login-bar-logo img {
  vertical-align: middle;
  width: 139px;
  max-width: 100%;
}

/* line 144, app/assets/stylesheets/main/ligin.scss */
.login-bar-logo img.-mod {
  width: auto;
}

/* line 150, app/assets/stylesheets/main/ligin.scss */
.login-bar-logo-text {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-top: 19px;
}

/* line 160, app/assets/stylesheets/main/ligin.scss */
.login-bar-form {
  margin: 0;
}

/* line 164, app/assets/stylesheets/main/ligin.scss */
.login-bar-form-item {
  margin-bottom: 26px;
  position: relative;
}

/* line 169, app/assets/stylesheets/main/ligin.scss */
.login-bar-form-item.-ok .login-bar-form-item-ico {
  display: block;
}

/* line 175, app/assets/stylesheets/main/ligin.scss */
.login-bar-form-item.-error .login-bar-input {
  box-shadow: 0 2px 4px 0 #f8d0c8;
  border: solid 2px rgba(218, 94, 102, 0.72);
}

/* line 182, app/assets/stylesheets/main/ligin.scss */
.login-bar-form-item-ico {
  position: absolute;
  top: 16px;
  color: #00c2ae;
  right: 15px;
  font-size: 19px;
  line-height: 1;
  vertical-align: middle;
  display: none;
}

/* line 193, app/assets/stylesheets/main/ligin.scss */
.login-bar-input {
  width: 100%;
  border-radius: 3px;
  border: solid 2px #D6D6D6;
  padding: 16px;
  background: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #000000;
}

/* line 205, app/assets/stylesheets/main/ligin.scss */
.login-bar-input:focus {
  outline: 3px solid rgba(0, 194, 174, 0.25);
  outline-offset: 2px;
  box-shadow: 0 4px 4px 0 rgba(118, 118, 118, 0.08);
  border: solid 2px #00c2ae;
}

/* line 213, app/assets/stylesheets/main/ligin.scss */
.login-bar-label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #4a4a4a;
}

/* line 223, app/assets/stylesheets/main/ligin.scss */
.login-bar-form-btn {
  width: 100%;
  padding: 16px;
  border-radius: 3px;
  background-color: #00c2ae;
  border: solid 2px #00c2ae;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  color: #ffffff;
  position: relative;
}

/* line 240, app/assets/stylesheets/main/ligin.scss */
.login-bar-form-btn:hover {
  box-shadow: 0 12px 27px 0 rgba(0, 0, 0, 0.12);
}

/* line 244, app/assets/stylesheets/main/ligin.scss */
.login-bar-form-btn:focus {
  outline: 3px solid rgba(0, 194, 174, 0.25);
  outline-offset: 2px;
}

/* line 249, app/assets/stylesheets/main/ligin.scss */
.login-bar-form-btn i {
  display: inline-block;
  margin-left: 3px;
  font-size: 1.1em;
}

/* line 255, app/assets/stylesheets/main/ligin.scss */
.login-bar-form-btn.ajax-loader {
  position: static;
  background-color: #00c2ae;
  color: transparent;
}

/* line 260, app/assets/stylesheets/main/ligin.scss */
.login-bar-form-btn.ajax-loader div::before {
  border-color: #fff;
}

/* line 264, app/assets/stylesheets/main/ligin.scss */
.login-bar-form-btn.ajax-loader div::after {
  border-color: #005980 transparent transparent;
}

/* line 270, app/assets/stylesheets/main/ligin.scss */
.login-bar-back {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 113px;
  background-color: #EFEFEF;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #4a4a4a;
  padding: 11px 30px;
  text-align: center;
}

/* line 285, app/assets/stylesheets/main/ligin.scss */
.login-bar-back:hover {
  text-decoration: none;
  color: #4a4a4a;
  box-shadow: 0 12px 27px 0 rgba(0, 0, 0, 0.12);
}

/* line 291, app/assets/stylesheets/main/ligin.scss */
.login-bar-back:focus {
  outline: 3px solid rgba(0, 194, 174, 0.25);
  outline-offset: 2px;
}

/* line 296, app/assets/stylesheets/main/ligin.scss */
.login-bar-back i {
  margin-right: 3px;
  font-size: 1.1em;
  display: inline-block;
}

/* line 303, app/assets/stylesheets/main/ligin.scss */
.login-bar-form-error {
  border-radius: 3px;
  background-color: #f8d0c8;
  padding: 11px 10px 10px 54px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.4px;
  text-align: left;
  color: #4a4a4a;
  position: relative;
  margin-bottom: 10px;
}

/* line 318, app/assets/stylesheets/main/ligin.scss */
.login-bar-form-error-ico {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 18px;
  font-size: 20px;
  display: block;
  line-height: 1;
  color: #86625a;
}

/* line 331, app/assets/stylesheets/main/ligin.scss */
.ajax-loader {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* line 346, app/assets/stylesheets/main/ligin.scss */
.ajax-loader.-hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* line 358, app/assets/stylesheets/main/ligin.scss */
.ajax-loader div {
  /*display: none;*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  text-align: center;
  z-index: 1000;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 3rem;
  height: 3rem;
  font-size: 1em;
}

/* line 374, app/assets/stylesheets/main/ligin.scss */
.ajax-loader div:after, .ajax-loader div:before {
  width: 3rem;
  height: 3rem;
  margin: 0 0 0 -1.5rem;
}

/* line 380, app/assets/stylesheets/main/ligin.scss */
.ajax-loader div:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  border-radius: 500rem;
  border: 0.3em solid rgba(0, 0, 0, 0.1);
}

/* line 389, app/assets/stylesheets/main/ligin.scss */
.ajax-loader div:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  -webkit-animation: loader .6s linear;
  animation: loader .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: .3em;
  box-shadow: 0 0 0 1px transparent;
}

@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/landing/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
  src: url(/assets/landing/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"), url(/assets/landing/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"), url(/assets/landing/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"), url(/assets/landing/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"), url(/assets/landing/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
}

/* line 7, app/assets/stylesheets/main/main_custom.scss */
.btn {
  border: none;
  padding: 7px 12px;
  font-weight: 400;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}

/* line 15, app/assets/stylesheets/main/main_custom.scss */
.btn_dark,
.btn_dark:focus {
  color: #ffffff;
  background: #085369;
}

/* line 21, app/assets/stylesheets/main/main_custom.scss */
.btn_dark:hover,
.btn_dark:focus:hover {
  color: #ffffff;
  background: #085369;
}

/* line 27, app/assets/stylesheets/main/main_custom.scss */
.btn_light,
.btn_light:focus {
  color: #ffffff;
  background: #14c1ae;
}

/* line 33, app/assets/stylesheets/main/main_custom.scss */
.btn_light:hover,
.btn_light:focus:hover {
  color: #ffffff;
  background: #14c1ae;
}

/* line 39, app/assets/stylesheets/main/main_custom.scss */
.btn_empty,
.btn_empty:focus {
  text-transform: uppercase;
  color: #ffffff;
  background: none;
  border: 1px solid #ffffff;
  outline: none !important;
}

/* line 48, app/assets/stylesheets/main/main_custom.scss */
.btn_empty:hover,
.btn_empty:focus:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}

/* line 54, app/assets/stylesheets/main/main_custom.scss */
.btn_empty-blue,
.btn_empty-blue:focus {
  color: #ffffff;
  background: rgba(0, 194, 173, 0.2);
}

/* line 60, app/assets/stylesheets/main/main_custom.scss */
.btn_empty-blue:hover,
.btn_empty-blue:focus:hover {
  color: #ffffff;
  background: rgba(0, 194, 173, 0.4);
}

/* line 66, app/assets/stylesheets/main/main_custom.scss */
.btn_lg {
  font-size: 20px;
  letter-spacing: 5px;
  height: 50px;
  line-height: 32px;
  font-weight: 300;
  border-radius: 25px;
  border-width: 2px;
  padding: 7px 30px;
}

/* line 77, app/assets/stylesheets/main/main_custom.scss */
a.btn {
  text-decoration: none;
}

/* line 81, app/assets/stylesheets/main/main_custom.scss */
.footer {
  padding: 56px 0 15px;
  bottom: 0;
  color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 1.58;
  letter-spacing: 1.2px;
}

/* line 90, app/assets/stylesheets/main/main_custom.scss */
.footer .red {
  color: #df3a41;
}

/* line 94, app/assets/stylesheets/main/main_custom.scss */
.footer p {
  margin: 0 0 19px;
}

/* line 103, app/assets/stylesheets/main/main_custom.scss */
.footer__logo {
  margin: 20px 0;
}

/* line 107, app/assets/stylesheets/main/main_custom.scss */
.footer__info {
  letter-spacing: 2px;
}

/* line 114, app/assets/stylesheets/main/main_custom.scss */
.footer__nav {
  font-size: 12px;
  margin: 30px 0 10px;
  letter-spacing: 1.6px;
}

/* line 120, app/assets/stylesheets/main/main_custom.scss */
.footer__nav__item {
  margin: 0 20px;
  text-decoration: none;
}

/* line 125, app/assets/stylesheets/main/main_custom.scss */
.form_split {
  border: 1px solid #00c2ae;
}

/* line 129, app/assets/stylesheets/main/main_custom.scss */
.form_split .form-control {
  background: none;
  border: 3px solid #00c2ae;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
}

/* line 137, app/assets/stylesheets/main/main_custom.scss */
.form_split .form-control::-webkit-input-placeholder {
  color: #bdd1d4;
}

/* line 141, app/assets/stylesheets/main/main_custom.scss */
.form_split .form-control::-moz-placeholder {
  color: #bdd1d4;
}

/* line 145, app/assets/stylesheets/main/main_custom.scss */
.form_split .form-control:-ms-input-placeholder {
  color: #bdd1d4;
}

/* line 149, app/assets/stylesheets/main/main_custom.scss */
.form_split .form-control::placeholder {
  color: #bdd1d4;
}

/* line 153, app/assets/stylesheets/main/main_custom.scss */
.form_split .form-button {
  border: 1px solid #00c2ae;
}

/* line 157, app/assets/stylesheets/main/main_custom.scss */
.form_transparent .form-control {
  background: none;
  border: 2px solid #00c2ae;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-family: GothamRounded;
  font-weight: normal;
}

/* line 167, app/assets/stylesheets/main/main_custom.scss */
.form_transparent .form-control::-webkit-input-placeholder {
  color: #bdd1d4;
}

/* line 171, app/assets/stylesheets/main/main_custom.scss */
.form_transparent .form-control::-moz-placeholder {
  color: #bdd1d4;
}

/* line 175, app/assets/stylesheets/main/main_custom.scss */
.form_transparent .form-control:-ms-input-placeholder {
  color: #bdd1d4;
}

/* line 179, app/assets/stylesheets/main/main_custom.scss */
.form_transparent .form-control::placeholder {
  color: #bdd1d4;
}

/* line 183, app/assets/stylesheets/main/main_custom.scss */
.form-control {
  border: 1px solid #a8a8a8;
  padding: 3px 10px;
  border-radius: 4px;
  width: 100%;
  background: #ffffff;
  font-size: 15px;
  color: #ffffff;
  outline: none;
  margin: 0;
}

/* line 196, app/assets/stylesheets/main/main_custom.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: #66afe9 solid 1px;
  box-shadow: none;
}

/* line 202, app/assets/stylesheets/main/main_custom.scss */
.form-control::-webkit-input-placeholder {
  color: #c6c6c6;
}

/* line 206, app/assets/stylesheets/main/main_custom.scss */
.form-control::-moz-placeholder {
  color: #c6c6c6;
}

/* line 210, app/assets/stylesheets/main/main_custom.scss */
.form-control:-ms-input-placeholder {
  color: #c6c6c6;
}

/* line 214, app/assets/stylesheets/main/main_custom.scss */
.form-control::placeholder {
  color: #c6c6c6;
}

/* line 218, app/assets/stylesheets/main/main_custom.scss */
.form-control:focus::-webkit-input-placeholder {
  font-size: 0;
}

/* line 222, app/assets/stylesheets/main/main_custom.scss */
.form-control:focus::-moz-placeholder {
  font-size: 0;
}

/* line 226, app/assets/stylesheets/main/main_custom.scss */
.form-control:focus:-ms-input-placeholder {
  font-size: 0;
}

/* line 230, app/assets/stylesheets/main/main_custom.scss */
.form-control:focus::placeholder {
  font-size: 0;
}

/* line 234, app/assets/stylesheets/main/main_custom.scss */
.form-control.disabled {
  background: #eaeaea;
  cursor: default;
}

/* line 239, app/assets/stylesheets/main/main_custom.scss */
textarea.form-control {
  height: 175px;
}

/* line 243, app/assets/stylesheets/main/main_custom.scss */
.form-label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 249, app/assets/stylesheets/main/main_custom.scss */
.form-row,
.form-group {
  position: relative;
}

/* line 254, app/assets/stylesheets/main/main_custom.scss */
.form-row:after,
.form-group:after {
  content: "";
  display: block;
  clear: both;
}

/* line 261, app/assets/stylesheets/main/main_custom.scss */
.form-row .row,
.form-group .row {
  margin-left: -6px;
  margin-right: -6px;
}

/* line 267, app/assets/stylesheets/main/main_custom.scss */
.form-row [class^="col-"],
.form-group [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

/* line 273, app/assets/stylesheets/main/main_custom.scss */
.form-row + .form-row {
  margin: 15px 0;
}

/* line 277, app/assets/stylesheets/main/main_custom.scss */
.form-group + .form-group {
  margin: 12px 0;
}

/* line 281, app/assets/stylesheets/main/main_custom.scss */
.input_xlg {
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 300;
}

/* line 286, app/assets/stylesheets/main/main_custom.scss */
.input_xlg.-bg-email {
  background: url(/assets/mail-704663fbff798de6086ef99bab7ca60d41ddb633bd8a6f4bcb46e6882126a104.svg) no-repeat 18px 50% !important;
  padding-left: 44px;
}

/* line 291, app/assets/stylesheets/main/main_custom.scss */
.input_xlg.-bg-pass {
  background: url(/assets/password-91c9210999bae4867777ec599168ad25315f32aabd871456e0d4490a39f8cf01.svg) no-repeat 19px 50% !important;
  padding-left: 44px;
}

/* line 297, app/assets/stylesheets/main/main_custom.scss */
select.input_xlg,
input.input_xlg {
  height: 55px;
}

/* line 302, app/assets/stylesheets/main/main_custom.scss */
.custom-select {
  border-radius: 4px;
  box-shadow: none;
  background: #ffffff;
  font-size: 18px;
  height: 48px;
  line-height: 24px;
  padding: 12px 60px 12px 14px;
  border: 1px solid #979797;
  color: #272727;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

/* line 318, app/assets/stylesheets/main/main_custom.scss */
.custom-select__value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

/* line 325, app/assets/stylesheets/main/main_custom.scss */
.custom-select__handler {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  cursor: pointer;
  text-align: center;
  line-height: 58px;
}

/* line 336, app/assets/stylesheets/main/main_custom.scss */
.custom-select__handler .icon-caret {
  font-size: 32px;
}

/* line 340, app/assets/stylesheets/main/main_custom.scss */
.custom-select__placeholder {
  color: #5a5a5a;
}

/* line 344, app/assets/stylesheets/main/main_custom.scss */
.custom-select.disabled {
  background: #eaeaea;
  cursor: default;
}

/* line 349, app/assets/stylesheets/main/main_custom.scss */
.custom-select.disabled .custom-select__handler {
  cursor: default;
}

/* line 353, app/assets/stylesheets/main/main_custom.scss */
.custom-select.input-sm {
  border-radius: 2px;
  font-size: 16px;
  height: 36px;
  line-height: 24px;
  padding: 5px 40px 5px 10px;
}

/* line 361, app/assets/stylesheets/main/main_custom.scss */
.custom-select.input-sm .custom-select__handler {
  width: 34px;
  line-height: 44px;
}

/* line 366, app/assets/stylesheets/main/main_custom.scss */
.custom-select.input-sm .custom-select__handler .icon-caret {
  font-size: 26px;
}

/* line 370, app/assets/stylesheets/main/main_custom.scss */
.open .custom-select {
  border-color: #66afe9;
  box-shadow: 0 0 0 1px #66afe9;
}

/* line 375, app/assets/stylesheets/main/main_custom.scss */
.dropdown-menu {
  border-radius: 4px;
  border: 1px solid #cecece;
  box-shadow: 0 2px 4px rgba(218, 218, 218, 0.5);
}

/* line 381, app/assets/stylesheets/main/main_custom.scss */
.dropdown-menu > li > a {
  padding: 5px 20px;
  cursor: pointer;
}

/* line 386, app/assets/stylesheets/main/main_custom.scss */
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #e8e8e8;
}

/* line 391, app/assets/stylesheets/main/main_custom.scss */
label {
  font-weight: 400;
  font-size: 18px;
  position: relative;
}

/* line 397, app/assets/stylesheets/main/main_custom.scss */
.form-checkbox {
  background: #ffffff;
  width: 20px;
  height: 20px;
  border: 1px solid #979797;
  border-radius: 4px;
  vertical-align: text-bottom;
  margin: 0 5px 0 0;
  display: inline-block;
  line-height: 22px;
  outline: none;
  overflow: hidden;
  color: #4a90e2;
  padding: 0;
}

/* line 413, app/assets/stylesheets/main/main_custom.scss */
.form-checkbox:hover,
.form-checkbox:active,
.form-checkbox:focus {
  color: #4a90e2;
}

/* line 419, app/assets/stylesheets/main/main_custom.scss */
.form-checkbox-label {
  position: relative;
  padding-left: 28px;
}

/* line 424, app/assets/stylesheets/main/main_custom.scss */
.form-checkbox-label .form-checkbox {
  position: absolute;
  left: 0;
  top: 2px;
}

/* line 430, app/assets/stylesheets/main/main_custom.scss */
.form-ch-group {
  background: #f9f9f9;
  border-radius: 4px;
  padding: 15px 0;
  margin-bottom: 17px;
}

/* line 437, app/assets/stylesheets/main/main_custom.scss */
.form-ch-group label {
  margin: 0 10px 0 35px;
  cursor: pointer;
}

/* line 442, app/assets/stylesheets/main/main_custom.scss */
.form-ch-group .form-row {
  margin: 10px 0;
}

/* line 446, app/assets/stylesheets/main/main_custom.scss */
.form-control-comment {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  margin-top: 6px;
  min-height: 25px;
}

/* line 454, app/assets/stylesheets/main/main_custom.scss */
.input-group-addon {
  background: #ffffff;
  font-size: 18px;
  color: #272727;
  border-color: #979797;
}

/* line 461, app/assets/stylesheets/main/main_custom.scss */
.header {
  padding: 25px 0;
}

/* line 465, app/assets/stylesheets/main/main_custom.scss */
.header__logo {
  float: left;
}

/* line 469, app/assets/stylesheets/main/main_custom.scss */
.header__right {
  float: right;
  margin: 15px 0 0;
}

/* line 474, app/assets/stylesheets/main/main_custom.scss */
.header__right .btn {
  margin-left: 10px;
}

/* line 478, app/assets/stylesheets/main/main_custom.scss */
.header:after {
  clear: both;
  content: "";
  display: block;
}

/* line 484, app/assets/stylesheets/main/main_custom.scss */
.top-block {
  background: url(/images/bg/bg-1-retina.jpg) center center #007f8f;
  background-size: cover;
  background-attachment: fixed;
}

/* line 491, app/assets/stylesheets/main/main_custom.scss */
.top-block__slides {
  text-align: center;
  margin: 40px 0 20px;
  height: 380px;
}

/* line 497, app/assets/stylesheets/main/main_custom.scss */
.top-block__clients {
  text-align: center;
  padding: 30px 0;
  background: #034f6d;
  background: -webkit-linear-gradient(left, rgba(98, 90, 185, 0.58) 0%, rgba(3, 79, 109, 0.58) 50%, rgba(0, 109, 123, 0.58) 100%);
  background: linear-gradient(to right, rgba(98, 90, 185, 0.58) 0%, rgba(3, 79, 109, 0.58) 50%, rgba(0, 109, 123, 0.58) 100%);
}

/* line 505, app/assets/stylesheets/main/main_custom.scss */
.top-block__clients__item {
  margin: 10px 30px;
  vertical-align: middle;
  display: inline-block;
}

/* line 511, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content .h2 {
  margin: 0 0 10px;
}

/* line 515, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_about {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

/* line 521, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_about .h3 {
  margin: 15px 0;
}

/* line 525, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_about .btn {
  margin: 45px 0 0;
}

/* line 529, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_client-capture .figure {
  float: left;
  padding: 0 15px;
  width: 16.6666667%;
  margin: 40px 0 0;
}

/* line 536, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_client-capture .image {
  position: relative;
  height: 110px;
}

/* line 541, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_client-capture .h3 {
  color: #ffffff;
  margin: 5px 0 0;
}

/* line 546, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_client-analysis .figure {
  float: left;
  padding: 0 15px;
  width: 14.2857143%;
  margin: 40px 0 0;
}

/* line 553, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_client-analysis .image {
  position: relative;
  height: 110px;
}

/* line 558, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_client-analysis .h3 {
  color: #ffffff;
  margin: 5px 0 0;
}

/* line 563, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_establish-communication {
  text-align: center;
  height: 350px;
}

/* line 568, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_establish-communication .image-block {
  position: relative;
  overflow: hidden;
  margin: 40px 0 0;
}

/* line 574, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_establish-communication .image-block .text-1,
.top-block .slide-content_establish-communication .image-block .text-2,
.top-block .slide-content_establish-communication .image-block .text-3,
.top-block .slide-content_establish-communication .image-block .text-4 {
  text-align: left;
  position: absolute;
  font-size: 15px;
  color: #bdd1d4;
  font-weight: 300;
  width: 275px;
}

/* line 586, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_establish-communication .image-block .text-1 .h4,
.top-block .slide-content_establish-communication .image-block .text-2 .h4,
.top-block .slide-content_establish-communication .image-block .text-3 .h4,
.top-block .slide-content_establish-communication .image-block .text-4 .h4 {
  margin: 0 0 5px;
}

/* line 593, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_establish-communication .image-block .text-1 {
  left: 50%;
  top: 3px;
  margin-left: -472px;
}

/* line 599, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_establish-communication .image-block .text-2 {
  left: 50%;
  top: 176px;
  margin-left: -417px;
}

/* line 605, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_establish-communication .image-block .text-3 {
  left: 50%;
  top: 5px;
  margin-left: 342px;
}

/* line 611, app/assets/stylesheets/main/main_custom.scss */
.top-block .slide-content_establish-communication .image-block .text-4 {
  left: 50%;
  top: 196px;
  margin-left: 342px;
}

/* line 617, app/assets/stylesheets/main/main_custom.scss */
.section.section_amenity {
  background-image: url(/images/bg/bg-2-retina.jpg);
  background-color: #333068;
  background-attachment: fixed;
  text-align: center;
}

/* line 624, app/assets/stylesheets/main/main_custom.scss */
.section.section_amenity .section__header {
  margin-bottom: 70px;
}

/* line 628, app/assets/stylesheets/main/main_custom.scss */
.section.section_amenity .image {
  height: 90px;
  position: relative;
}

/* line 633, app/assets/stylesheets/main/main_custom.scss */
.section.section_amenity h4,
.section.section_amenity .h4 {
  margin-bottom: 20px;
}

/* line 638, app/assets/stylesheets/main/main_custom.scss */
.section.section_calls {
  background-image: url(/images/bg/bg-3-retina.jpg);
  background-color: #007f8f;
  padding: 225px 0;
  position: relative;
  overflow: hidden;
}

/* line 646, app/assets/stylesheets/main/main_custom.scss */
.section.section_calls .bg-image {
  background: url(/images/hand-with-phone.png) right top no-repeat;
  position: absolute;
  z-index: 1;
  background-size: 510px 562px;
  height: 562px;
  max-width: 510px;
  width: 50%;
  top: 30px;
  left: 0;
}

/* line 658, app/assets/stylesheets/main/main_custom.scss */
.section.section_calls .container {
  position: relative;
  z-index: 2;
}

/* line 663, app/assets/stylesheets/main/main_custom.scss */
.section.section_calls h2, .section.section_calls .h2 {
  margin: 0 0 35px;
}

/* line 667, app/assets/stylesheets/main/main_custom.scss */
.section.section_clients {
  background-image: url(/images/bg/bg-4-retina.jpg);
  background-color: #86a0a9;
  padding: 230px 0;
  position: relative;
  overflow: hidden;
}

/* line 675, app/assets/stylesheets/main/main_custom.scss */
.section.section_clients .bg-image {
  background: url(/images/imac-retina.png) left top no-repeat;
  position: absolute;
  z-index: 1;
  background-size: 548px 631px;
  height: 631px;
  max-width: 548px;
  width: 50%;
  top: 30px;
  right: 0;
}

/* line 687, app/assets/stylesheets/main/main_custom.scss */
.section.section_clients h2, .section.section_clients .h2 {
  margin: 0 0 35px;
}

/* line 691, app/assets/stylesheets/main/main_custom.scss */
.section.section_potential-clients {
  background-image: url(/images/bg/bg-5-retina.jpg);
  background-color: #034f6d;
  text-align: center;
}

/* line 697, app/assets/stylesheets/main/main_custom.scss */
.section.section_potential-clients .image {
  position: relative;
  height: 110px;
}

/* line 702, app/assets/stylesheets/main/main_custom.scss */
.section.section_potential-clients .figure {
  padding: 0 15px;
  width: 20%;
  float: left;
  margin: 30px 0;
}

/* line 709, app/assets/stylesheets/main/main_custom.scss */
.section.section_form {
  background-image: url(/images/bg/bg-6-retina.jpg);
  background-color: #034f6d;
  background-attachment: fixed;
  text-align: center;
}

/* line 716, app/assets/stylesheets/main/main_custom.scss */
.section.section_form .form {
  max-width: 930px;
  margin: 0 auto;
}

/* line 721, app/assets/stylesheets/main/main_custom.scss */
.section.section_form .form-row {
  margin: 0;
}

/* line 725, app/assets/stylesheets/main/main_custom.scss */
.section.section_form .form-row [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* line 730, app/assets/stylesheets/main/main_custom.scss */
.section.section_form .form-row .btn_empty-blue {
  height: 58px;
  line-height: 38px;
  font-size: 20px;
}

@media (max-width: 992px) {
  /* line 737, app/assets/stylesheets/main/main_custom.scss */
  .nav .nav__item {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  /* line 743, app/assets/stylesheets/main/main_custom.scss */
  .header__logo {
    float: none;
    text-align: center;
  }
  /* line 747, app/assets/stylesheets/main/main_custom.scss */
  .header__right {
    float: none;
    text-align: center;
    margin: 40px 0 0;
  }
  /* line 752, app/assets/stylesheets/main/main_custom.scss */
  .top-block .slide-content_client-capture .h3 {
    font-size: 14px;
  }
  /* line 755, app/assets/stylesheets/main/main_custom.scss */
  .top-block .slide-content_client-analysis .h3 {
    font-size: 14px;
  }
  /* line 758, app/assets/stylesheets/main/main_custom.scss */
  .top-block .slide-content_establish-communication .image-block .text-1,
.top-block .slide-content_establish-communication .image-block .text-2,
.top-block .slide-content_establish-communication .image-block .text-3,
.top-block .slide-content_establish-communication .image-block .text-4 {
    position: relative;
    margin: 10px 0;
    left: auto;
    top: auto;
    right: auto;
    width: 100%;
  }
  /* line 769, app/assets/stylesheets/main/main_custom.scss */
  .nav .nav__item {
    margin: 8px 10px;
    display: inline-block;
  }
  /* line 773, app/assets/stylesheets/main/main_custom.scss */
  .section.section_calls,
.section.section_clients {
    text-align: center;
    padding: 50px 0;
  }
  /* line 778, app/assets/stylesheets/main/main_custom.scss */
  .section_calls .bg-image,
.section_clients .bg-image {
    display: none;
  }
  /* line 782, app/assets/stylesheets/main/main_custom.scss */
  .section.section_potential-clients .figure {
    width: 50%;
  }
}

/* line 787, app/assets/stylesheets/main/main_custom.scss */
.section.section_amenity .container,
.section.section_clients .container,
.section.section_potential-clients .container,
.section.section_form .container,
.section.section_calls .container {
  position: relative;
  opacity: 0;
  -webkit-transition: top 1.2s ease-out, left 1.2s ease-out, right 1.2s ease-out, opacity 2s ease-out;
  transition: top 1.2s ease-out, left 1.2s ease-out, right 1.2s ease-out, opacity 2s ease-out;
}

/* line 798, app/assets/stylesheets/main/main_custom.scss */
.section.section_calls .bg-image,
.section.section_clients .bg-image {
  position: absolute;
  opacity: 0;
  -webkit-transition: left 1.2s ease-out, right 1.2s ease-out, opacity 2s ease-out;
  transition: left 1.2s ease-out, right 1.2s ease-out, opacity 2s ease-out;
}

/* line 806, app/assets/stylesheets/main/main_custom.scss */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  top: 50%;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
}

/* line 822, app/assets/stylesheets/main/main_custom.scss */
.slick-prev {
  left: 0;
}

/* line 826, app/assets/stylesheets/main/main_custom.scss */
.slick-next {
  right: 0;
}

/* line 830, app/assets/stylesheets/main/main_custom.scss */
.slick-next::before {
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  border: none;
  content: "\e131";
}

/* line 837, app/assets/stylesheets/main/main_custom.scss */
.slick-prev::before {
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  border: none;
  content: "\e132";
}

/* line 844, app/assets/stylesheets/main/main_custom.scss */
.slick-slide, .slick-slide:focus {
  outline: none;
}

/* line 848, app/assets/stylesheets/main/main_custom.scss */
html {
  position: relative;
  min-height: 100%;
  background: #fff;
}

/* line 854, app/assets/stylesheets/main/main_custom.scss */
body {
  font-family: 'GothamRounded', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  background: none;
  min-width: 320px;
}

/* line 864, app/assets/stylesheets/main/main_custom.scss */
a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

/* line 871, app/assets/stylesheets/main/main_custom.scss */
a:hover {
  color: inherit;
  text-decoration: none;
}

/* line 876, app/assets/stylesheets/main/main_custom.scss */
ul, ol, li {
  margin: 0;
  padding: 0;
}

/* line 881, app/assets/stylesheets/main/main_custom.scss */
li {
  list-style: none;
}

/* line 885, app/assets/stylesheets/main/main_custom.scss */
p {
  padding: 0;
  margin: 0 0 20px;
}

/* line 890, app/assets/stylesheets/main/main_custom.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #000000;
}

/* line 897, app/assets/stylesheets/main/main_custom.scss */
h1,
.h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 1em;
}

/* line 904, app/assets/stylesheets/main/main_custom.scss */
h2,
.h2 {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 400;
  color: #ffffff;
}

/* line 912, app/assets/stylesheets/main/main_custom.scss */
h3,
.h3 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
  color: #bdd1d4;
}

/* line 921, app/assets/stylesheets/main/main_custom.scss */
h4,
.h4 {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  color: #ffffff;
}

/* line 930, app/assets/stylesheets/main/main_custom.scss */
h5,
.h5 {
  font-size: 14px;
  line-height: 1.15em;
  font-weight: 700;
}

/* line 937, app/assets/stylesheets/main/main_custom.scss */
h6,
.h6 {
  font-size: 12px;
  line-height: 1.2em;
}

/* line 943, app/assets/stylesheets/main/main_custom.scss */
img {
  max-width: 100%;
}

/* line 947, app/assets/stylesheets/main/main_custom.scss */
.color-green {
  color: #2eeb9d;
}

/* line 951, app/assets/stylesheets/main/main_custom.scss */
.vertical_middle {
  vertical-align: middle;
}

/* line 955, app/assets/stylesheets/main/main_custom.scss */
.vertical_top {
  vertical-align: top;
}

/* line 959, app/assets/stylesheets/main/main_custom.scss */
.vertical_bottom {
  vertical-align: bottom;
}

/* line 963, app/assets/stylesheets/main/main_custom.scss */
.block-center {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

/* line 972, app/assets/stylesheets/main/main_custom.scss */
.screen-height {
  min-height: 100vh;
}

/* line 976, app/assets/stylesheets/main/main_custom.scss */
.section {
  margin: 80px 0;
  position: relative;
}

/* line 981, app/assets/stylesheets/main/main_custom.scss */
.section__header {
  margin: 0 0 40px;
}

/* line 985, app/assets/stylesheets/main/main_custom.scss */
.section__header .h2 {
  margin-top: 0;
}

/* line 989, app/assets/stylesheets/main/main_custom.scss */
.section_bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 80px 0;
  margin: 0;
}

/* line 998, app/assets/stylesheets/main/main_custom.scss */
.login {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 55px auto 120px;
}

/* line 1005, app/assets/stylesheets/main/main_custom.scss */
.login .h2 {
  margin: 0 0 36px;
  font-size: 20px;
  text-transform: uppercase;
}

/* line 1011, app/assets/stylesheets/main/main_custom.scss */
.login .h3 {
  margin: 15px 0 30px;
}

/* line 1018, app/assets/stylesheets/main/main_custom.scss */
.login .btn {
  margin-top: 30px;
}

/* line 1022, app/assets/stylesheets/main/main_custom.scss */
.login__or.h2 {
  margin: 216px 0 0;
}

@media (max-width: 767px) {
  /* line 1027, app/assets/stylesheets/main/main_custom.scss */
  .login__or.h2 {
    margin: 30px 0;
  }
}

/* line 1032, app/assets/stylesheets/main/main_custom.scss */
.nav {
  font-size: 12px;
  text-align: center;
  margin: 30px 0;
}

/* line 1038, app/assets/stylesheets/main/main_custom.scss */
.nav__item {
  margin: 0 30px;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  opacity: 0.47;
  text-shadow: 0 2px 4px #0a7e84;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 1050, app/assets/stylesheets/main/main_custom.scss */
.nav__item:hover,
.nav__item.active {
  opacity: 1;
}

/* line 1055, app/assets/stylesheets/main/main_custom.scss */
.nav__item:hover:after,
.nav__item.active:after {
  content: "";
  display: block;
  background: #2eeb9d;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: -2px;
  right: -2px;
}

/* line 1067, app/assets/stylesheets/main/main_custom.scss */
.registration {
  text-align: center;
  max-width: 630px;
  width: 100%;
  margin: 40px auto 120px;
}

/* line 1074, app/assets/stylesheets/main/main_custom.scss */
.registration .h2 {
  margin: 0 0 10px;
}

/* line 1078, app/assets/stylesheets/main/main_custom.scss */
.registration .h3 {
  margin: 15px 0 30px;
}

/* line 1082, app/assets/stylesheets/main/main_custom.scss */
.registration .btn {
  margin-top: 30px;
}

/* line 1086, app/assets/stylesheets/main/main_custom.scss */
.text {
  font-size: 16px;
}

/* line 1090, app/assets/stylesheets/main/main_custom.scss */
.login-wrapper {
  margin: 0 auto;
  position: relative;
  width: 584px;
  max-width: 100%;
  background-color: rgba(1, 124, 141, 0.3);
  border: solid 1px rgba(9, 194, 224, 0.3);
  text-align: center;
  padding: 28px 28px;
  border-radius: 30px;
  min-height: 534px;
}

/* line 1102, app/assets/stylesheets/main/main_custom.scss */
.login-wrapper h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17;
  color: #ffffff;
  margin: 0 0 20px 0;
}

/* line 1111, app/assets/stylesheets/main/main_custom.scss */
.login-wrapper-btn {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 26px 32px;
  width: 100%;
  font-style: normal;
  color: #fff;
  margin-top: 25px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  border-radius: 100px;
  background-color: #00c2ae;
  border: 0;
}

/* line 1127, app/assets/stylesheets/main/main_custom.scss */
.login-wrapper-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #03b7a4;
  box-shadow: 0 13px 18px 0 rgba(0, 0, 0, 0.2);
}

/* line 1135, app/assets/stylesheets/main/main_custom.scss */
.login-wrapper-btn-ico {
  margin-left: 3px;
  font-size: 18px;
}
/* line 1, app/assets/stylesheets/main/main_landing.scss */
.top-block {
  background: url(/assets/landing/bg/bg-1-retina-452b7b20dd12fe45bd3dde7117c3a969883cf06eec47e8375aafdd07f2e445f2.jpg) center center #007f8f;
  background-size: cover;
  background-attachment: fixed;
}

/* line 6, app/assets/stylesheets/main/main_landing.scss */
.top-block__slides {
  text-align: center;
  margin: 40px 0 20px;
  height: 380px;
}

/* line 11, app/assets/stylesheets/main/main_landing.scss */
.top-block__clients {
  text-align: center;
  padding: 30px 0;
  background: #034f6d;
  background: linear-gradient(to right, rgba(98, 90, 185, 0.58) 0%, rgba(3, 79, 109, 0.58) 50%, rgba(0, 109, 123, 0.58) 100%);
}

/* line 17, app/assets/stylesheets/main/main_landing.scss */
.top-block__clients__item {
  margin: 10px 30px;
  vertical-align: middle;
  display: inline-block;
}

/* line 24, app/assets/stylesheets/main/main_landing.scss */
.top-block__signin {
  text-align: center;
  max-width: 630px;
  width: 100%;
  margin: 40px auto 120px;
}

/* line 30, app/assets/stylesheets/main/main_landing.scss */
.top-block__signin .h2 {
  font-size: 36px;
  margin: 0 0 10px;
}

/* line 34, app/assets/stylesheets/main/main_landing.scss */
.top-block__signin .h3 {
  margin: 15px 0;
}

/* line 37, app/assets/stylesheets/main/main_landing.scss */
.top-block__signin .btn {
  margin-top: 30px;
}

/* line 43, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content .h2 {
  font-size: 36px;
  margin: 0 0 10px;
}

/* line 48, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_about {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

/* line 53, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_about .h3 {
  margin: 15px 0;
}

/* line 56, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_about .btn {
  margin: 45px 0 0;
}

/* line 62, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_client-capture .figure {
  float: left;
  padding: 0 15px;
  width: 16.6666667%;
  margin: 40px 0 0;
}

/* line 68, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_client-capture .image {
  position: relative;
  height: 110px;
}

/* line 72, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_client-capture .h3 {
  color: #FFFFFF;
  margin: 5px 0 0;
}

/* line 80, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_client-analysis .figure {
  float: left;
  padding: 0 15px;
  width: 14.2857143%;
  margin: 40px 0 0;
}

/* line 86, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_client-analysis .image {
  position: relative;
  height: 110px;
}

/* line 90, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_client-analysis .h3 {
  color: #FFFFFF;
  margin: 5px 0 0;
}

/* line 96, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_establish-communication {
  text-align: center;
  height: 350px;
}

/* line 100, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_establish-communication .image-block {
  position: relative;
  overflow: hidden;
  margin: 40px 0 0;
}

/* line 105, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_establish-communication .image-block .text-1,
.top-block .slide-content_establish-communication .image-block .text-2,
.top-block .slide-content_establish-communication .image-block .text-3,
.top-block .slide-content_establish-communication .image-block .text-4 {
  text-align: left;
  position: absolute;
  font-size: 15px;
  color: #bdd1d4;
  font-weight: 300;
  width: 275px;
}

/* line 116, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_establish-communication .image-block .text-1 .h4,
.top-block .slide-content_establish-communication .image-block .text-2 .h4,
.top-block .slide-content_establish-communication .image-block .text-3 .h4,
.top-block .slide-content_establish-communication .image-block .text-4 .h4 {
  margin: 0 0 5px;
}

/* line 121, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_establish-communication .image-block .text-1 {
  left: 50%;
  top: 3px;
  margin-left: -472px;
}

/* line 126, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_establish-communication .image-block .text-2 {
  left: 50%;
  top: 176px;
  margin-left: -417px;
}

/* line 131, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_establish-communication .image-block .text-3 {
  left: 50%;
  top: 5px;
  margin-left: 342px;
}

/* line 136, app/assets/stylesheets/main/main_landing.scss */
.top-block .slide-content_establish-communication .image-block .text-4 {
  left: 50%;
  top: 196px;
  margin-left: 342px;
}

/* line 146, app/assets/stylesheets/main/main_landing.scss */
.section.section_amenity {
  background-image: url(/assets/landing/bg/bg-2-retina-f50660d08b7ff3ff29251ee71ff562dee12dedf1ed97203ffc89bf7225e47482.jpg);
  background-color: #333068;
  background-attachment: fixed;
  text-align: center;
}

/* line 152, app/assets/stylesheets/main/main_landing.scss */
.section.section_amenity .section__header {
  margin-bottom: 70px;
}

/* line 156, app/assets/stylesheets/main/main_landing.scss */
.section.section_amenity .image {
  height: 90px;
  position: relative;
}

/* line 160, app/assets/stylesheets/main/main_landing.scss */
.section.section_amenity h4,
.section.section_amenity .h4 {
  margin-bottom: 20px;
}

/* line 165, app/assets/stylesheets/main/main_landing.scss */
.section.section_calls {
  background-image: url(/assets/landing/bg/bg-3-retina-0a8e25aa59972e057ad17815f8679d4ab5c245af991f3b69d0d108d253312887.jpg);
  background-color: #007f8f;
  padding: 225px 0;
  position: relative;
  overflow: hidden;
}

/* line 172, app/assets/stylesheets/main/main_landing.scss */
.section.section_calls .bg-image {
  background: url(/assets/landing/hand-with-phone-45bcea4742613ff397db5a83adb77f6bf7daef80fc399144d00fcb079fe6dbb8.png) right top no-repeat;
  position: absolute;
  z-index: 1;
  background-size: 510px 562px;
  height: 562px;
  max-width: 510px;
  width: 50%;
  top: 30px;
  left: 0;
}

/* line 184, app/assets/stylesheets/main/main_landing.scss */
.section.section_calls .container {
  position: relative;
  z-index: 2;
}

/* line 190, app/assets/stylesheets/main/main_landing.scss */
.section.section_clients {
  background-image: url(/assets/landing/bg/bg-4-retina-312bacb0833774afc3a3a84871656aa6343f61ecf1f68b8060de3700c1813513.jpg);
  background-color: #86a0a9;
  padding: 230px 0;
  position: relative;
  overflow: hidden;
}

/* line 197, app/assets/stylesheets/main/main_landing.scss */
.section.section_clients .bg-image {
  background: url(/assets/landing/imac-retina-2b5084c9d3e8a8103c4657967266453076d6bf4e370fddac425c56c51b93daa1.png) left top no-repeat;
  position: absolute;
  z-index: 1;
  background-size: 548px 631px;
  height: 631px;
  max-width: 548px;
  width: 50%;
  top: 30px;
  right: 0;
}

/* line 210, app/assets/stylesheets/main/main_landing.scss */
.section.section_potential-clients {
  background-image: url(/assets/landing/bg/bg-5-retina-9735b24c77f3298e58ae9a9e69f18bf3f8bff11dbcfa7b76a165bccdc77808b3.jpg);
  background-color: #034f6d;
  text-align: center;
}

/* line 215, app/assets/stylesheets/main/main_landing.scss */
.section.section_potential-clients .image {
  position: relative;
  height: 110px;
}

/* line 219, app/assets/stylesheets/main/main_landing.scss */
.section.section_potential-clients .figure {
  padding: 0 15px;
  width: 20%;
  float: left;
  margin: 30px 0;
}

/* line 227, app/assets/stylesheets/main/main_landing.scss */
.section.section_form {
  background-image: url(/assets/landing/bg/bg-6-retina-855b645d960d7f71533946214dc0bc731fdf3137336cdd4d5cc33f393c90b978.jpg);
  background-color: #034f6d;
  background-attachment: fixed;
  text-align: center;
}

/* line 232, app/assets/stylesheets/main/main_landing.scss */
.section.section_form .form {
  max-width: 930px;
  margin: 0 auto;
}

/* line 236, app/assets/stylesheets/main/main_landing.scss */
.section.section_form .form-row {
  margin: 0;
}

/* line 239, app/assets/stylesheets/main/main_landing.scss */
.section.section_form .form-row [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* line 244, app/assets/stylesheets/main/main_landing.scss */
.section.section_form .form-row .btn_empty-blue {
  height: 58px;
  line-height: 38px;
  font-size: 20px;
}

/* line 251, app/assets/stylesheets/main/main_landing.scss */
.content-wrapper {
  background-image: url(/assets/landing/bg/bg-5-retina-9735b24c77f3298e58ae9a9e69f18bf3f8bff11dbcfa7b76a165bccdc77808b3.jpg);
  background-color: #034f6d;
  background-attachment: fixed;
  padding: 60px 0;
}

/* line 256, app/assets/stylesheets/main/main_landing.scss */
.content-wrapper h1 {
  color: #ffffff;
}

/* line 260, app/assets/stylesheets/main/main_landing.scss */
.content-wrapper p.effective {
  font-style: italic;
}

/* line 265, app/assets/stylesheets/main/main_landing.scss */
.content-wrapper ul.services {
  padding-left: 20px;
}

/* line 267, app/assets/stylesheets/main/main_landing.scss */
.content-wrapper ul.services li {
  list-style: circle;
}

/* line 273, app/assets/stylesheets/main/main_landing.scss */
.content-wrapper ul.activities {
  padding-left: 20px;
}

/* line 278, app/assets/stylesheets/main/main_landing.scss */
.static-page-header {
  background-image: url(/assets/landing/bg/bg-4-retina-312bacb0833774afc3a3a84871656aa6343f61ecf1f68b8060de3700c1813513.jpg);
  background-color: #034f6d;
  background-attachment: fixed;
  min-height: 200px;
}

/* line 283, app/assets/stylesheets/main/main_landing.scss */
.static-page-header h1 {
  color: #fff;
}
/*!
 * Bootstrap v3.3.5 (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 8, app/assets/stylesheets/main/main_vendor.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 14, app/assets/stylesheets/main/main_vendor.scss */
body {
  margin: 0;
  min-width: 320px;
}

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

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

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

/* line 33, app/assets/stylesheets/main/main_vendor.scss */
[hidden], template {
  display: none;
}

/* line 37, app/assets/stylesheets/main/main_vendor.scss */
a {
  background-color: transparent;
}

/* line 41, app/assets/stylesheets/main/main_vendor.scss */
a:active, a:hover {
  outline: 0;
}

/* line 45, app/assets/stylesheets/main/main_vendor.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 49, app/assets/stylesheets/main/main_vendor.scss */
b, strong {
  font-weight: 700;
}

/* line 53, app/assets/stylesheets/main/main_vendor.scss */
dfn {
  font-style: italic;
}

/* line 57, app/assets/stylesheets/main/main_vendor.scss */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 62, app/assets/stylesheets/main/main_vendor.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 67, app/assets/stylesheets/main/main_vendor.scss */
small {
  font-size: 80%;
}

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

/* line 78, app/assets/stylesheets/main/main_vendor.scss */
sup {
  top: -.5em;
}

/* line 82, app/assets/stylesheets/main/main_vendor.scss */
sub {
  bottom: -.25em;
}

/* line 86, app/assets/stylesheets/main/main_vendor.scss */
img {
  border: 0;
}

/* line 90, app/assets/stylesheets/main/main_vendor.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 94, app/assets/stylesheets/main/main_vendor.scss */
figure {
  margin: 1em 40px;
}

/* line 98, app/assets/stylesheets/main/main_vendor.scss */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 105, app/assets/stylesheets/main/main_vendor.scss */
pre {
  overflow: auto;
}

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

/* line 114, app/assets/stylesheets/main/main_vendor.scss */
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 120, app/assets/stylesheets/main/main_vendor.scss */
button {
  overflow: visible;
}

/* line 124, app/assets/stylesheets/main/main_vendor.scss */
button, select {
  text-transform: none;
}

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

/* line 133, app/assets/stylesheets/main/main_vendor.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 137, app/assets/stylesheets/main/main_vendor.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 142, app/assets/stylesheets/main/main_vendor.scss */
input {
  line-height: normal;
}

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

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

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

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

/* line 168, app/assets/stylesheets/main/main_vendor.scss */
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

/* line 174, app/assets/stylesheets/main/main_vendor.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 179, app/assets/stylesheets/main/main_vendor.scss */
textarea {
  overflow: auto;
}

/* line 183, app/assets/stylesheets/main/main_vendor.scss */
optgroup {
  font-weight: 700;
}

/* line 187, app/assets/stylesheets/main/main_vendor.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 192, app/assets/stylesheets/main/main_vendor.scss */
td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 198, app/assets/stylesheets/main/main_vendor.scss */
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 205, app/assets/stylesheets/main/main_vendor.scss */
  a, a:visited {
    text-decoration: underline;
  }
  /* line 208, app/assets/stylesheets/main/main_vendor.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 211, app/assets/stylesheets/main/main_vendor.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 214, app/assets/stylesheets/main/main_vendor.scss */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* line 217, app/assets/stylesheets/main/main_vendor.scss */
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 221, app/assets/stylesheets/main/main_vendor.scss */
  thead {
    display: table-header-group;
  }
  /* line 224, app/assets/stylesheets/main/main_vendor.scss */
  img, tr {
    page-break-inside: avoid;
  }
  /* line 227, app/assets/stylesheets/main/main_vendor.scss */
  img {
    max-width: 100% !important;
  }
  /* line 230, app/assets/stylesheets/main/main_vendor.scss */
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  /* line 234, app/assets/stylesheets/main/main_vendor.scss */
  h2, h3 {
    page-break-after: avoid;
  }
  /* line 237, app/assets/stylesheets/main/main_vendor.scss */
  .navbar {
    display: none;
  }
  /* line 240, app/assets/stylesheets/main/main_vendor.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 243, app/assets/stylesheets/main/main_vendor.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 246, app/assets/stylesheets/main/main_vendor.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 249, app/assets/stylesheets/main/main_vendor.scss */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 252, app/assets/stylesheets/main/main_vendor.scss */
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

/* line 257, app/assets/stylesheets/main/main_vendor.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 269, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 273, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 277, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac";
}

/* line 281, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 285, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 289, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 293, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 297, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 301, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 305, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 309, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 313, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 317, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 321, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 325, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 329, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 333, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 337, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 341, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 345, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 349, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 353, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 357, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 361, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 365, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 369, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 373, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 377, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 381, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 385, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 389, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 393, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 397, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 401, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 405, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 409, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 413, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 417, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 421, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 425, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 429, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 433, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 437, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 441, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 445, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 449, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 453, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 457, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 461, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 465, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 469, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 473, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 477, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 481, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 485, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 489, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 493, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 497, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 501, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 505, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 509, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 513, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 517, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 521, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 525, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 529, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 533, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 537, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 541, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 545, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 549, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 553, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 557, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 561, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 565, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 569, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 573, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 577, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 581, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 585, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 589, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 593, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 597, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 601, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 605, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 609, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 613, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 617, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 621, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 625, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 629, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 633, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 637, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 641, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 645, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 649, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 653, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 657, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 661, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 665, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 669, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 673, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 677, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 681, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 685, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 689, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 693, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 697, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 701, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 705, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 709, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 713, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 717, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 721, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 725, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 729, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 733, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 737, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 741, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 745, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 749, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 753, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 757, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 761, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 765, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 769, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 773, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 777, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 781, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 785, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 789, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 793, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 797, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 801, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 805, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 809, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 813, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 817, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 821, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 825, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 829, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 833, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 837, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 841, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 845, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 849, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 853, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 857, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 861, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 865, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 869, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 873, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

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

/* line 881, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

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

/* line 889, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

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

/* line 897, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 901, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 905, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 909, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 913, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 917, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 921, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 925, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 929, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 933, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 937, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 941, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 945, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 949, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 953, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 957, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 961, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 965, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 969, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 973, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 977, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 981, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 985, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 989, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 993, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 997, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 1001, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 1005, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 1009, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 1013, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 1017, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 1021, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 1025, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 1029, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

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

/* line 1037, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 1041, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 1045, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 1049, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 1053, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 1057, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 1061, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 1065, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 1069, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 1073, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 1077, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 1081, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 1085, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 1089, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 1093, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 1097, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 1101, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 1105, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 1109, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 1113, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 1117, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 1121, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 1125, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 1129, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 1133, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 1137, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 1141, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 1145, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 1149, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 1153, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 1157, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 1161, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 1165, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 1169, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 1173, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 1177, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 1181, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 1185, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 1189, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 1193, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 1197, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 1201, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 1205, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 1209, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 1213, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 1217, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 1221, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 1225, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1229, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1233, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1237, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1241, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1245, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1249, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1253, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1257, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1261, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1265, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1269, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1273, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1277, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1281, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1285, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1289, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1293, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1297, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1301, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1305, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1309, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1313, app/assets/stylesheets/main/main_vendor.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1317, app/assets/stylesheets/main/main_vendor.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1323, app/assets/stylesheets/main/main_vendor.scss */
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1329, app/assets/stylesheets/main/main_vendor.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 1341, app/assets/stylesheets/main/main_vendor.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1347, app/assets/stylesheets/main/main_vendor.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

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

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

/* line 1363, app/assets/stylesheets/main/main_vendor.scss */
figure {
  margin: 0;
}

/* line 1367, app/assets/stylesheets/main/main_vendor.scss */
img {
  vertical-align: middle;
}

/* line 1371, app/assets/stylesheets/main/main_vendor.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 1377, app/assets/stylesheets/main/main_vendor.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 1381, app/assets/stylesheets/main/main_vendor.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 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1395, app/assets/stylesheets/main/main_vendor.scss */
.img-circle {
  border-radius: 50%;
}

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

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

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

/* line 1426, app/assets/stylesheets/main/main_vendor.scss */
[role=button] {
  cursor: pointer;
}

/* line 1456, app/assets/stylesheets/main/main_vendor.scss */
.h1, h1 {
  font-size: 36px;
}

/* line 1460, app/assets/stylesheets/main/main_vendor.scss */
.h2, h2 {
  font-size: 30px;
}

/* line 1464, app/assets/stylesheets/main/main_vendor.scss */
.h3, h3 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
  color: #bdd1d4;
}

/* line 1471, app/assets/stylesheets/main/main_vendor.scss */
.h4, h4 {
  font-size: 18px;
}

/* line 1475, app/assets/stylesheets/main/main_vendor.scss */
.h5, h5 {
  font-size: 14px;
}

/* line 1479, app/assets/stylesheets/main/main_vendor.scss */
.h6, h6 {
  font-size: 12px;
}

/* line 1483, app/assets/stylesheets/main/main_vendor.scss */
p {
  margin: 0 0 10px;
}

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

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

/* line 1500, app/assets/stylesheets/main/main_vendor.scss */
.small, small {
  font-size: 85%;
}

/* line 1504, app/assets/stylesheets/main/main_vendor.scss */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 1509, app/assets/stylesheets/main/main_vendor.scss */
.text-left {
  text-align: left;
}

/* line 1513, app/assets/stylesheets/main/main_vendor.scss */
.text-right {
  text-align: right;
}

/* line 1517, app/assets/stylesheets/main/main_vendor.scss */
.text-center {
  text-align: center;
}

/* line 1521, app/assets/stylesheets/main/main_vendor.scss */
.text-justify {
  text-align: justify;
}

/* line 1525, app/assets/stylesheets/main/main_vendor.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1529, app/assets/stylesheets/main/main_vendor.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1533, app/assets/stylesheets/main/main_vendor.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1537, app/assets/stylesheets/main/main_vendor.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1541, app/assets/stylesheets/main/main_vendor.scss */
.text-muted {
  color: #777;
}

/* line 1545, app/assets/stylesheets/main/main_vendor.scss */
.text-primary {
  color: #337ab7;
}

/* line 1549, app/assets/stylesheets/main/main_vendor.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #286090;
}

/* line 1553, app/assets/stylesheets/main/main_vendor.scss */
.text-success {
  color: #3c763d;
}

/* line 1557, app/assets/stylesheets/main/main_vendor.scss */
a.text-success:focus, a.text-success:hover {
  color: #2b542c;
}

/* line 1561, app/assets/stylesheets/main/main_vendor.scss */
.text-info {
  color: #31708f;
}

/* line 1565, app/assets/stylesheets/main/main_vendor.scss */
a.text-info:focus, a.text-info:hover {
  color: #245269;
}

/* line 1569, app/assets/stylesheets/main/main_vendor.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 1573, app/assets/stylesheets/main/main_vendor.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #66512c;
}

/* line 1577, app/assets/stylesheets/main/main_vendor.scss */
.text-danger {
  color: #a94442;
}

/* line 1581, app/assets/stylesheets/main/main_vendor.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #843534;
}

/* line 1585, app/assets/stylesheets/main/main_vendor.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1590, app/assets/stylesheets/main/main_vendor.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090;
}

/* line 1594, app/assets/stylesheets/main/main_vendor.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 1598, app/assets/stylesheets/main/main_vendor.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 1602, app/assets/stylesheets/main/main_vendor.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 1606, app/assets/stylesheets/main/main_vendor.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 1610, app/assets/stylesheets/main/main_vendor.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1614, app/assets/stylesheets/main/main_vendor.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 1618, app/assets/stylesheets/main/main_vendor.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 1622, app/assets/stylesheets/main/main_vendor.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 1626, app/assets/stylesheets/main/main_vendor.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
  height: 50px;
}

/* line 1633, app/assets/stylesheets/main/main_vendor.scss */
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1638, app/assets/stylesheets/main/main_vendor.scss */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 1642, app/assets/stylesheets/main/main_vendor.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

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

/* line 1659, app/assets/stylesheets/main/main_vendor.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1664, app/assets/stylesheets/main/main_vendor.scss */
dd, dt {
  line-height: 1.42857143;
}

/* line 1668, app/assets/stylesheets/main/main_vendor.scss */
dt {
  font-weight: 700;
}

/* line 1672, app/assets/stylesheets/main/main_vendor.scss */
dd {
  margin-left: 0;
}

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

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

/* line 1696, app/assets/stylesheets/main/main_vendor.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

/* line 1708, app/assets/stylesheets/main/main_vendor.scss */
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0;
}

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

/* line 1719, app/assets/stylesheets/main/main_vendor.scss */
blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0';
}

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

/* line 1731, app/assets/stylesheets/main/main_vendor.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 1735, app/assets/stylesheets/main/main_vendor.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 1739, app/assets/stylesheets/main/main_vendor.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

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

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

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

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

/* line 1798, app/assets/stylesheets/main/main_vendor.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1803, app/assets/stylesheets/main/main_vendor.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

/* line 1828, app/assets/stylesheets/main/main_vendor.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1835, app/assets/stylesheets/main/main_vendor.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 1840, app/assets/stylesheets/main/main_vendor.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 1847, app/assets/stylesheets/main/main_vendor.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 1851, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-12 {
  width: 100%;
}

/* line 1855, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1859, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 1863, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-9 {
  width: 75%;
}

/* line 1867, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1871, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 1875, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-6 {
  width: 50%;
}

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

/* line 1883, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 1887, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-3 {
  width: 25%;
}

/* line 1891, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1895, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1899, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1903, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1907, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1911, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1915, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1919, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1923, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-pull-6 {
  right: 50%;
}

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

/* line 1931, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1935, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1939, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1943, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1947, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 1951, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1955, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1959, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 1963, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 1967, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1971, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 1975, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-push-6 {
  left: 50%;
}

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

/* line 1983, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 1987, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 1991, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1995, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 1999, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 2003, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 2007, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 2011, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 2015, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 2019, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 2023, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 2027, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

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

/* line 2035, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 2039, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 2043, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 2047, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 2051, app/assets/stylesheets/main/main_vendor.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 2056, app/assets/stylesheets/main/main_vendor.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 2059, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 2062, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 2065, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 2068, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 2071, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 2074, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 2077, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 2080, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 2083, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 2086, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 2089, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 2092, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 2095, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 2098, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 2101, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 2104, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 2107, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 2110, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 2113, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 2116, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 2119, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 2122, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 2125, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 2128, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 2131, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 2134, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 2137, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 2140, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 2143, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 2146, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 2149, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 2152, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 2155, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 2158, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 2161, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 2164, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 2167, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 2170, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 2173, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 2176, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2179, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2182, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 2185, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2188, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2191, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 2194, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2197, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2200, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 2203, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2206, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2209, app/assets/stylesheets/main/main_vendor.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 2215, app/assets/stylesheets/main/main_vendor.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 2218, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 2221, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 2224, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 2227, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 2230, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 2233, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 2236, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 2239, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 2242, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 2245, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 2248, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 2251, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 2254, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 2257, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 2260, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 2263, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 2266, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 2269, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 2272, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 2275, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 2278, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 2281, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 2284, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 2287, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 2290, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 2293, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 2296, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 2299, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 2302, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 2305, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 2308, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 2311, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 2314, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 2317, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 2320, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 2323, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 2326, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 2329, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 2332, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 2335, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2338, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2341, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 2344, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2347, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2350, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 2353, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2356, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2359, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 2362, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2365, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2368, app/assets/stylesheets/main/main_vendor.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 2374, app/assets/stylesheets/main/main_vendor.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 2377, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 2380, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 2383, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 2386, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 2389, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 2392, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 2395, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 2398, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 2401, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 2404, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 2407, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 2410, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 2413, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 2416, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 2419, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 2422, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 2425, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 2428, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 2431, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 2434, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 2437, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 2440, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 2443, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 2446, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 2449, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 2452, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 2455, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 2458, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 2461, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 2464, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 2467, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 2470, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 2473, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 2476, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 2479, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 2482, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 2485, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 2488, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 2491, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 2494, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2497, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2500, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 2503, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2506, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2509, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 2512, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2515, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2518, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 2521, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2524, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2527, app/assets/stylesheets/main/main_vendor.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* line 2532, app/assets/stylesheets/main/main_vendor.scss */
table {
  background-color: transparent;
}

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

/* line 2543, app/assets/stylesheets/main/main_vendor.scss */
th {
  text-align: left;
}

/* line 2547, app/assets/stylesheets/main/main_vendor.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2553, app/assets/stylesheets/main/main_vendor.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 2560, app/assets/stylesheets/main/main_vendor.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 2565, app/assets/stylesheets/main/main_vendor.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 2569, app/assets/stylesheets/main/main_vendor.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 2573, app/assets/stylesheets/main/main_vendor.scss */
.table .table {
  background-color: #fff;
}

/* line 2577, app/assets/stylesheets/main/main_vendor.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 2581, app/assets/stylesheets/main/main_vendor.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 2585, app/assets/stylesheets/main/main_vendor.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 2589, app/assets/stylesheets/main/main_vendor.scss */
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

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

/* line 2597, app/assets/stylesheets/main/main_vendor.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

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

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

/* line 2613, app/assets/stylesheets/main/main_vendor.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 2617, app/assets/stylesheets/main/main_vendor.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 2621, app/assets/stylesheets/main/main_vendor.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 2625, app/assets/stylesheets/main/main_vendor.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 2629, app/assets/stylesheets/main/main_vendor.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 2633, app/assets/stylesheets/main/main_vendor.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 2637, app/assets/stylesheets/main/main_vendor.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 2641, app/assets/stylesheets/main/main_vendor.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 2645, app/assets/stylesheets/main/main_vendor.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 2649, app/assets/stylesheets/main/main_vendor.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 2653, app/assets/stylesheets/main/main_vendor.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 2659, app/assets/stylesheets/main/main_vendor.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 2666, app/assets/stylesheets/main/main_vendor.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 2669, app/assets/stylesheets/main/main_vendor.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 2672, app/assets/stylesheets/main/main_vendor.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 2675, app/assets/stylesheets/main/main_vendor.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 2678, app/assets/stylesheets/main/main_vendor.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 2681, app/assets/stylesheets/main/main_vendor.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 2686, app/assets/stylesheets/main/main_vendor.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

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

/* line 2725, app/assets/stylesheets/main/main_vendor.scss */
input[type=file] {
  display: block;
}

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

/* line 2734, app/assets/stylesheets/main/main_vendor.scss */
select[multiple], select[size] {
  height: auto;
}

/* line 2738, app/assets/stylesheets/main/main_vendor.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 2744, app/assets/stylesheets/main/main_vendor.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

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

/* line 2782, app/assets/stylesheets/main/main_vendor.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 2786, app/assets/stylesheets/main/main_vendor.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

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

/* line 2795, app/assets/stylesheets/main/main_vendor.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 2802, app/assets/stylesheets/main/main_vendor.scss */
input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2807, app/assets/stylesheets/main/main_vendor.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 2810, app/assets/stylesheets/main/main_vendor.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 2813, app/assets/stylesheets/main/main_vendor.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 2818, app/assets/stylesheets/main/main_vendor.scss */
.form-group {
  margin-bottom: 15px;
}

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

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

/* line 2837, app/assets/stylesheets/main/main_vendor.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 2844, app/assets/stylesheets/main/main_vendor.scss */
.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}

/* line 2848, app/assets/stylesheets/main/main_vendor.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 2858, app/assets/stylesheets/main/main_vendor.scss */
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2863, app/assets/stylesheets/main/main_vendor.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 2867, app/assets/stylesheets/main/main_vendor.scss */
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

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

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

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

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

/* line 2895, app/assets/stylesheets/main/main_vendor.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2900, app/assets/stylesheets/main/main_vendor.scss */
select.input-sm[multiple], textarea.input-sm {
  height: auto;
}

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

/* line 2912, app/assets/stylesheets/main/main_vendor.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

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

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

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

/* line 2937, app/assets/stylesheets/main/main_vendor.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 2942, app/assets/stylesheets/main/main_vendor.scss */
select.input-lg[multiple], textarea.input-lg {
  height: auto;
}

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

/* line 2954, app/assets/stylesheets/main/main_vendor.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

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

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

/* line 2971, app/assets/stylesheets/main/main_vendor.scss */
.has-feedback {
  position: relative;
}

/* line 2975, app/assets/stylesheets/main/main_vendor.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 2979, app/assets/stylesheets/main/main_vendor.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 2992, app/assets/stylesheets/main/main_vendor.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 2998, app/assets/stylesheets/main/main_vendor.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 3004, app/assets/stylesheets/main/main_vendor.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 3008, app/assets/stylesheets/main/main_vendor.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 3014, app/assets/stylesheets/main/main_vendor.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 3020, app/assets/stylesheets/main/main_vendor.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 3026, app/assets/stylesheets/main/main_vendor.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 3030, app/assets/stylesheets/main/main_vendor.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 3034, app/assets/stylesheets/main/main_vendor.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 3040, app/assets/stylesheets/main/main_vendor.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 3046, app/assets/stylesheets/main/main_vendor.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 3052, app/assets/stylesheets/main/main_vendor.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 3056, app/assets/stylesheets/main/main_vendor.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 3060, app/assets/stylesheets/main/main_vendor.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 3066, app/assets/stylesheets/main/main_vendor.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 3072, app/assets/stylesheets/main/main_vendor.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 3078, app/assets/stylesheets/main/main_vendor.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 3082, app/assets/stylesheets/main/main_vendor.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

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

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

@media (min-width: 768px) {
  /* line 3098, app/assets/stylesheets/main/main_vendor.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3103, app/assets/stylesheets/main/main_vendor.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 3108, app/assets/stylesheets/main/main_vendor.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 3111, app/assets/stylesheets/main/main_vendor.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 3115, app/assets/stylesheets/main/main_vendor.scss */
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }
  /* line 3118, app/assets/stylesheets/main/main_vendor.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 3121, app/assets/stylesheets/main/main_vendor.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3125, app/assets/stylesheets/main/main_vendor.scss */
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3131, app/assets/stylesheets/main/main_vendor.scss */
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }
  /* line 3134, app/assets/stylesheets/main/main_vendor.scss */
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  /* line 3138, app/assets/stylesheets/main/main_vendor.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 3143, app/assets/stylesheets/main/main_vendor.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 3149, app/assets/stylesheets/main/main_vendor.scss */
.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

/* line 3153, app/assets/stylesheets/main/main_vendor.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

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

/* line 3166, app/assets/stylesheets/main/main_vendor.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

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

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

/* line 3206, app/assets/stylesheets/main/main_vendor.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 3216, app/assets/stylesheets/main/main_vendor.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 3223, app/assets/stylesheets/main/main_vendor.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 3231, app/assets/stylesheets/main/main_vendor.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 3235, app/assets/stylesheets/main/main_vendor.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

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

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

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

/* line 3259, app/assets/stylesheets/main/main_vendor.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 3265, app/assets/stylesheets/main/main_vendor.scss */
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

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

/* line 3274, app/assets/stylesheets/main/main_vendor.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

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

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

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

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

/* line 3303, app/assets/stylesheets/main/main_vendor.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 3309, app/assets/stylesheets/main/main_vendor.scss */
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

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

/* line 3318, app/assets/stylesheets/main/main_vendor.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

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

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

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

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

/* line 3347, app/assets/stylesheets/main/main_vendor.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 3353, app/assets/stylesheets/main/main_vendor.scss */
.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

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

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

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

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

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

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

/* line 3391, app/assets/stylesheets/main/main_vendor.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 3397, app/assets/stylesheets/main/main_vendor.scss */
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

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

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

/* line 3411, app/assets/stylesheets/main/main_vendor.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

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

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

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

/* line 3435, app/assets/stylesheets/main/main_vendor.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 3441, app/assets/stylesheets/main/main_vendor.scss */
.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

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

/* line 3450, app/assets/stylesheets/main/main_vendor.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 3455, app/assets/stylesheets/main/main_vendor.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

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

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

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

/* line 3479, app/assets/stylesheets/main/main_vendor.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 3485, app/assets/stylesheets/main/main_vendor.scss */
.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

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

/* line 3494, app/assets/stylesheets/main/main_vendor.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

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

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

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

/* line 3521, app/assets/stylesheets/main/main_vendor.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 3526, app/assets/stylesheets/main/main_vendor.scss */
.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

/* line 3547, app/assets/stylesheets/main/main_vendor.scss */
.btn-block {
  display: block;
  width: 100%;
}

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

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

/* line 3560, app/assets/stylesheets/main/main_vendor.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 3567, app/assets/stylesheets/main/main_vendor.scss */
.fade.in {
  opacity: 1;
}

/* line 3571, app/assets/stylesheets/main/main_vendor.scss */
.collapse {
  display: none;
}

/* line 3575, app/assets/stylesheets/main/main_vendor.scss */
.collapse.in {
  display: block;
}

/* line 3579, app/assets/stylesheets/main/main_vendor.scss */
tr.collapse.in {
  display: table-row;
}

/* line 3583, app/assets/stylesheets/main/main_vendor.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 3587, app/assets/stylesheets/main/main_vendor.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 3602, app/assets/stylesheets/main/main_vendor.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 3615, app/assets/stylesheets/main/main_vendor.scss */
.dropdown, .dropup {
  position: relative;
}

/* line 3619, app/assets/stylesheets/main/main_vendor.scss */
.dropdown-toggle:focus {
  outline: 0;
}

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

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

/* line 3658, app/assets/stylesheets/main/main_vendor.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 3668, app/assets/stylesheets/main/main_vendor.scss */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 3674, app/assets/stylesheets/main/main_vendor.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 3681, app/assets/stylesheets/main/main_vendor.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

/* line 3685, app/assets/stylesheets/main/main_vendor.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 3693, app/assets/stylesheets/main/main_vendor.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3697, app/assets/stylesheets/main/main_vendor.scss */
.open > a {
  outline: 0;
}

/* line 3701, app/assets/stylesheets/main/main_vendor.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3706, app/assets/stylesheets/main/main_vendor.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

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

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

/* line 3729, app/assets/stylesheets/main/main_vendor.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

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

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

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

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

/* line 3765, app/assets/stylesheets/main/main_vendor.scss */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

/* line 3770, app/assets/stylesheets/main/main_vendor.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 3774, app/assets/stylesheets/main/main_vendor.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 3778, app/assets/stylesheets/main/main_vendor.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3782, app/assets/stylesheets/main/main_vendor.scss */
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

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

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

/* line 3794, app/assets/stylesheets/main/main_vendor.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

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

/* line 3803, app/assets/stylesheets/main/main_vendor.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 3808, app/assets/stylesheets/main/main_vendor.scss */
.btn-group > .btn-group {
  float: left;
}

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

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

/* line 3826, app/assets/stylesheets/main/main_vendor.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

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

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

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

/* line 3850, app/assets/stylesheets/main/main_vendor.scss */
.btn .caret {
  margin-left: 0;
}

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

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

/* line 3863, app/assets/stylesheets/main/main_vendor.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 3870, app/assets/stylesheets/main/main_vendor.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

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

/* line 3883, app/assets/stylesheets/main/main_vendor.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3889, app/assets/stylesheets/main/main_vendor.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

/* line 3895, app/assets/stylesheets/main/main_vendor.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3899, app/assets/stylesheets/main/main_vendor.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 3904, app/assets/stylesheets/main/main_vendor.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 3909, app/assets/stylesheets/main/main_vendor.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

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

/* line 3922, app/assets/stylesheets/main/main_vendor.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3926, app/assets/stylesheets/main/main_vendor.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3930, app/assets/stylesheets/main/main_vendor.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 3936, app/assets/stylesheets/main/main_vendor.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

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

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

/* line 3956, app/assets/stylesheets/main/main_vendor.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 3964, app/assets/stylesheets/main/main_vendor.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 3969, app/assets/stylesheets/main/main_vendor.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 3973, app/assets/stylesheets/main/main_vendor.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 3981, app/assets/stylesheets/main/main_vendor.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 3986, app/assets/stylesheets/main/main_vendor.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 3990, app/assets/stylesheets/main/main_vendor.scss */
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

/* line 3994, app/assets/stylesheets/main/main_vendor.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 3998, app/assets/stylesheets/main/main_vendor.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 4004, app/assets/stylesheets/main/main_vendor.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 4016, app/assets/stylesheets/main/main_vendor.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

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

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

/* line 4032, app/assets/stylesheets/main/main_vendor.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 4037, app/assets/stylesheets/main/main_vendor.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 4041, app/assets/stylesheets/main/main_vendor.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 4046, app/assets/stylesheets/main/main_vendor.scss */
.input-group-addon:last-child {
  border-left: 0;
}

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

/* line 4056, app/assets/stylesheets/main/main_vendor.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 4060, app/assets/stylesheets/main/main_vendor.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

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

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

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

/* line 4077, app/assets/stylesheets/main/main_vendor.scss */
.nav {
  padding-left: 0;
  margin: 30px 0;
  list-style: none;
}

/* line 4083, app/assets/stylesheets/main/main_vendor.scss */
.nav > li {
  position: relative;
  display: block;
}

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

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

/* line 4099, app/assets/stylesheets/main/main_vendor.scss */
.nav > li.disabled > a {
  color: #777;
}

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

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

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

/* line 4122, app/assets/stylesheets/main/main_vendor.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 4126, app/assets/stylesheets/main/main_vendor.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

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

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

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

/* line 4146, app/assets/stylesheets/main/main_vendor.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 4154, app/assets/stylesheets/main/main_vendor.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4159, app/assets/stylesheets/main/main_vendor.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

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

/* line 4168, app/assets/stylesheets/main/main_vendor.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

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

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

/* line 4188, app/assets/stylesheets/main/main_vendor.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 4193, app/assets/stylesheets/main/main_vendor.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4197, app/assets/stylesheets/main/main_vendor.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 4202, app/assets/stylesheets/main/main_vendor.scss */
.nav-pills > li {
  float: left;
}

/* line 4206, app/assets/stylesheets/main/main_vendor.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 4210, app/assets/stylesheets/main/main_vendor.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

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

/* line 4219, app/assets/stylesheets/main/main_vendor.scss */
.nav-stacked > li {
  float: none;
}

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

/* line 4228, app/assets/stylesheets/main/main_vendor.scss */
.nav-justified {
  width: 100%;
}

/* line 4232, app/assets/stylesheets/main/main_vendor.scss */
.nav-justified > li {
  float: none;
}

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

/* line 4241, app/assets/stylesheets/main/main_vendor.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

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

/* line 4256, app/assets/stylesheets/main/main_vendor.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

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

/* line 4265, app/assets/stylesheets/main/main_vendor.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 4270, app/assets/stylesheets/main/main_vendor.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4274, app/assets/stylesheets/main/main_vendor.scss */
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

/* line 4279, app/assets/stylesheets/main/main_vendor.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4283, app/assets/stylesheets/main/main_vendor.scss */
.tab-content > .active {
  display: block;
}

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

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

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

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

/* line 4312, app/assets/stylesheets/main/main_vendor.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 4322, app/assets/stylesheets/main/main_vendor.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

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

/* line 4348, app/assets/stylesheets/main/main_vendor.scss */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

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

/* line 4358, app/assets/stylesheets/main/main_vendor.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 4364, app/assets/stylesheets/main/main_vendor.scss */
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

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

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

/* line 4394, app/assets/stylesheets/main/main_vendor.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 4399, app/assets/stylesheets/main/main_vendor.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

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

/* line 4413, app/assets/stylesheets/main/main_vendor.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 4417, app/assets/stylesheets/main/main_vendor.scss */
.navbar-brand > img {
  display: block;
}

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

/* line 4427, app/assets/stylesheets/main/main_vendor.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 4440, app/assets/stylesheets/main/main_vendor.scss */
.navbar-toggle:focus {
  outline: 0;
}

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

/* line 4451, app/assets/stylesheets/main/main_vendor.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

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

/* line 4461, app/assets/stylesheets/main/main_vendor.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

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

@media (max-width: 767px) {
  /* line 4472, app/assets/stylesheets/main/main_vendor.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 4482, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  /* line 4485, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 4488, app/assets/stylesheets/main/main_vendor.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 4494, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 4498, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 4501, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 4507, app/assets/stylesheets/main/main_vendor.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 4520, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4525, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 4530, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 4533, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 4537, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  /* line 4540, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 4543, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4547, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4553, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }
  /* line 4556, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  /* line 4560, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

/* line 4606, app/assets/stylesheets/main/main_vendor.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4611, app/assets/stylesheets/main/main_vendor.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4616, app/assets/stylesheets/main/main_vendor.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

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

/* line 4642, app/assets/stylesheets/main/main_vendor.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4647, app/assets/stylesheets/main/main_vendor.scss */
.navbar-default .navbar-brand {
  color: #777;
}

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

/* line 4656, app/assets/stylesheets/main/main_vendor.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 4660, app/assets/stylesheets/main/main_vendor.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

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

/* line 4669, app/assets/stylesheets/main/main_vendor.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 4674, app/assets/stylesheets/main/main_vendor.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 4679, app/assets/stylesheets/main/main_vendor.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 4683, app/assets/stylesheets/main/main_vendor.scss */
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

/* line 4687, app/assets/stylesheets/main/main_vendor.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 4691, app/assets/stylesheets/main/main_vendor.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 4695, app/assets/stylesheets/main/main_vendor.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 4701, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 4704, app/assets/stylesheets/main/main_vendor.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 4708, app/assets/stylesheets/main/main_vendor.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 4712, app/assets/stylesheets/main/main_vendor.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 4718, app/assets/stylesheets/main/main_vendor.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 4722, app/assets/stylesheets/main/main_vendor.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 4726, app/assets/stylesheets/main/main_vendor.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 4730, app/assets/stylesheets/main/main_vendor.scss */
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333;
}

/* line 4734, app/assets/stylesheets/main/main_vendor.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 4738, app/assets/stylesheets/main/main_vendor.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 4743, app/assets/stylesheets/main/main_vendor.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

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

/* line 4752, app/assets/stylesheets/main/main_vendor.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

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

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

/* line 4765, app/assets/stylesheets/main/main_vendor.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 4770, app/assets/stylesheets/main/main_vendor.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 4775, app/assets/stylesheets/main/main_vendor.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 4779, app/assets/stylesheets/main/main_vendor.scss */
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

/* line 4783, app/assets/stylesheets/main/main_vendor.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 4787, app/assets/stylesheets/main/main_vendor.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4791, app/assets/stylesheets/main/main_vendor.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 4797, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 4800, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 4803, app/assets/stylesheets/main/main_vendor.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 4806, app/assets/stylesheets/main/main_vendor.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 4810, app/assets/stylesheets/main/main_vendor.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 4814, app/assets/stylesheets/main/main_vendor.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 4820, app/assets/stylesheets/main/main_vendor.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 4824, app/assets/stylesheets/main/main_vendor.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 4828, app/assets/stylesheets/main/main_vendor.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 4832, app/assets/stylesheets/main/main_vendor.scss */
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

/* line 4836, app/assets/stylesheets/main/main_vendor.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 4840, app/assets/stylesheets/main/main_vendor.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4848, app/assets/stylesheets/main/main_vendor.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4852, app/assets/stylesheets/main/main_vendor.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 4858, app/assets/stylesheets/main/main_vendor.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 4862, app/assets/stylesheets/main/main_vendor.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4869, app/assets/stylesheets/main/main_vendor.scss */
.pagination > li {
  display: inline;
}

/* line 4873, app/assets/stylesheets/main/main_vendor.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 4885, app/assets/stylesheets/main/main_vendor.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 4891, app/assets/stylesheets/main/main_vendor.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4896, app/assets/stylesheets/main/main_vendor.scss */
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 4903, app/assets/stylesheets/main/main_vendor.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: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 4911, app/assets/stylesheets/main/main_vendor.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 4918, app/assets/stylesheets/main/main_vendor.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 4924, app/assets/stylesheets/main/main_vendor.scss */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 4929, app/assets/stylesheets/main/main_vendor.scss */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 4934, app/assets/stylesheets/main/main_vendor.scss */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 4940, app/assets/stylesheets/main/main_vendor.scss */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4945, app/assets/stylesheets/main/main_vendor.scss */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4950, app/assets/stylesheets/main/main_vendor.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4957, app/assets/stylesheets/main/main_vendor.scss */
.pager li {
  display: inline;
}

/* line 4961, app/assets/stylesheets/main/main_vendor.scss */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 4969, app/assets/stylesheets/main/main_vendor.scss */
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

/* line 4974, app/assets/stylesheets/main/main_vendor.scss */
.pager .next > a, .pager .next > span {
  float: right;
}

/* line 4978, app/assets/stylesheets/main/main_vendor.scss */
.pager .previous > a, .pager .previous > span {
  float: left;
}

/* line 4982, app/assets/stylesheets/main/main_vendor.scss */
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 4988, app/assets/stylesheets/main/main_vendor.scss */
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 5001, app/assets/stylesheets/main/main_vendor.scss */
a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5007, app/assets/stylesheets/main/main_vendor.scss */
.label:empty {
  display: none;
}

/* line 5011, app/assets/stylesheets/main/main_vendor.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 5016, app/assets/stylesheets/main/main_vendor.scss */
.label-default {
  background-color: #777;
}

/* line 5020, app/assets/stylesheets/main/main_vendor.scss */
.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}

/* line 5024, app/assets/stylesheets/main/main_vendor.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 5028, app/assets/stylesheets/main/main_vendor.scss */
.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}

/* line 5032, app/assets/stylesheets/main/main_vendor.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 5036, app/assets/stylesheets/main/main_vendor.scss */
.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

/* line 5040, app/assets/stylesheets/main/main_vendor.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 5044, app/assets/stylesheets/main/main_vendor.scss */
.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

/* line 5048, app/assets/stylesheets/main/main_vendor.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 5052, app/assets/stylesheets/main/main_vendor.scss */
.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

/* line 5056, app/assets/stylesheets/main/main_vendor.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 5060, app/assets/stylesheets/main/main_vendor.scss */
.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

/* line 5064, app/assets/stylesheets/main/main_vendor.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 5079, app/assets/stylesheets/main/main_vendor.scss */
.badge:empty {
  display: none;
}

/* line 5083, app/assets/stylesheets/main/main_vendor.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5088, app/assets/stylesheets/main/main_vendor.scss */
.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 5093, app/assets/stylesheets/main/main_vendor.scss */
a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5099, app/assets/stylesheets/main/main_vendor.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5104, app/assets/stylesheets/main/main_vendor.scss */
.list-group-item > .badge {
  float: right;
}

/* line 5108, app/assets/stylesheets/main/main_vendor.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 5112, app/assets/stylesheets/main/main_vendor.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 5116, app/assets/stylesheets/main/main_vendor.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 5124, app/assets/stylesheets/main/main_vendor.scss */
.jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

/* line 5128, app/assets/stylesheets/main/main_vendor.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 5134, app/assets/stylesheets/main/main_vendor.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 5138, app/assets/stylesheets/main/main_vendor.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 5142, app/assets/stylesheets/main/main_vendor.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 5147, app/assets/stylesheets/main/main_vendor.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 5151, app/assets/stylesheets/main/main_vendor.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 5155, app/assets/stylesheets/main/main_vendor.scss */
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}

/* line 5160, app/assets/stylesheets/main/main_vendor.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 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 5173, app/assets/stylesheets/main/main_vendor.scss */
.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 5178, app/assets/stylesheets/main/main_vendor.scss */
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

/* line 5182, app/assets/stylesheets/main/main_vendor.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 5187, app/assets/stylesheets/main/main_vendor.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5194, app/assets/stylesheets/main/main_vendor.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5199, app/assets/stylesheets/main/main_vendor.scss */
.alert .alert-link {
  font-weight: 700;
}

/* line 5203, app/assets/stylesheets/main/main_vendor.scss */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 5207, app/assets/stylesheets/main/main_vendor.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 5211, app/assets/stylesheets/main/main_vendor.scss */
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

/* line 5215, app/assets/stylesheets/main/main_vendor.scss */
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5222, app/assets/stylesheets/main/main_vendor.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5228, app/assets/stylesheets/main/main_vendor.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5232, app/assets/stylesheets/main/main_vendor.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5236, app/assets/stylesheets/main/main_vendor.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5242, app/assets/stylesheets/main/main_vendor.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5246, app/assets/stylesheets/main/main_vendor.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 5250, app/assets/stylesheets/main/main_vendor.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5256, app/assets/stylesheets/main/main_vendor.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5260, app/assets/stylesheets/main/main_vendor.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 5264, app/assets/stylesheets/main/main_vendor.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5270, app/assets/stylesheets/main/main_vendor.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5274, app/assets/stylesheets/main/main_vendor.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 5305, app/assets/stylesheets/main/main_vendor.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 5315, app/assets/stylesheets/main/main_vendor.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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 5331, app/assets/stylesheets/main/main_vendor.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 5339, app/assets/stylesheets/main/main_vendor.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 5345, app/assets/stylesheets/main/main_vendor.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5349, app/assets/stylesheets/main/main_vendor.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 5355, app/assets/stylesheets/main/main_vendor.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5359, app/assets/stylesheets/main/main_vendor.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 5365, app/assets/stylesheets/main/main_vendor.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5369, app/assets/stylesheets/main/main_vendor.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 5375, app/assets/stylesheets/main/main_vendor.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5379, app/assets/stylesheets/main/main_vendor.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 5385, app/assets/stylesheets/main/main_vendor.scss */
.media {
  margin-top: 15px;
}

/* line 5389, app/assets/stylesheets/main/main_vendor.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5393, app/assets/stylesheets/main/main_vendor.scss */
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5398, app/assets/stylesheets/main/main_vendor.scss */
.media-body {
  width: 10000px;
}

/* line 5402, app/assets/stylesheets/main/main_vendor.scss */
.media-object {
  display: block;
}

/* line 5406, app/assets/stylesheets/main/main_vendor.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5410, app/assets/stylesheets/main/main_vendor.scss */
.media-right, .media > .pull-right {
  padding-left: 10px;
}

/* line 5414, app/assets/stylesheets/main/main_vendor.scss */
.media-left, .media > .pull-left {
  padding-right: 10px;
}

/* line 5418, app/assets/stylesheets/main/main_vendor.scss */
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

/* line 5423, app/assets/stylesheets/main/main_vendor.scss */
.media-middle {
  vertical-align: middle;
}

/* line 5427, app/assets/stylesheets/main/main_vendor.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 5431, app/assets/stylesheets/main/main_vendor.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5436, app/assets/stylesheets/main/main_vendor.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5441, app/assets/stylesheets/main/main_vendor.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5446, app/assets/stylesheets/main/main_vendor.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5455, app/assets/stylesheets/main/main_vendor.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 5460, app/assets/stylesheets/main/main_vendor.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5466, app/assets/stylesheets/main/main_vendor.scss */
a.list-group-item, button.list-group-item {
  color: #555;
}

/* line 5470, app/assets/stylesheets/main/main_vendor.scss */
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5474, app/assets/stylesheets/main/main_vendor.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 5480, app/assets/stylesheets/main/main_vendor.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5485, app/assets/stylesheets/main/main_vendor.scss */
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5491, app/assets/stylesheets/main/main_vendor.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 5495, app/assets/stylesheets/main/main_vendor.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 5499, app/assets/stylesheets/main/main_vendor.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 5506, app/assets/stylesheets/main/main_vendor.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 5510, app/assets/stylesheets/main/main_vendor.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 5514, app/assets/stylesheets/main/main_vendor.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5519, app/assets/stylesheets/main/main_vendor.scss */
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

/* line 5523, app/assets/stylesheets/main/main_vendor.scss */
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5527, app/assets/stylesheets/main/main_vendor.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 5532, app/assets/stylesheets/main/main_vendor.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 5538, app/assets/stylesheets/main/main_vendor.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5543, app/assets/stylesheets/main/main_vendor.scss */
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

/* line 5547, app/assets/stylesheets/main/main_vendor.scss */
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5551, app/assets/stylesheets/main/main_vendor.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 5556, app/assets/stylesheets/main/main_vendor.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 5562, app/assets/stylesheets/main/main_vendor.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5567, app/assets/stylesheets/main/main_vendor.scss */
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5571, app/assets/stylesheets/main/main_vendor.scss */
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5575, app/assets/stylesheets/main/main_vendor.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 5580, app/assets/stylesheets/main/main_vendor.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 5586, app/assets/stylesheets/main/main_vendor.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5591, app/assets/stylesheets/main/main_vendor.scss */
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

/* line 5595, app/assets/stylesheets/main/main_vendor.scss */
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5599, app/assets/stylesheets/main/main_vendor.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 5604, app/assets/stylesheets/main/main_vendor.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 5610, app/assets/stylesheets/main/main_vendor.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5615, app/assets/stylesheets/main/main_vendor.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5620, app/assets/stylesheets/main/main_vendor.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 5629, app/assets/stylesheets/main/main_vendor.scss */
.panel-body {
  padding: 22px 15px;
}

/* line 5633, app/assets/stylesheets/main/main_vendor.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5640, app/assets/stylesheets/main/main_vendor.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5644, app/assets/stylesheets/main/main_vendor.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5651, app/assets/stylesheets/main/main_vendor.scss */
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit;
}

/* line 5655, app/assets/stylesheets/main/main_vendor.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 5663, app/assets/stylesheets/main/main_vendor.scss */
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5667, app/assets/stylesheets/main/main_vendor.scss */
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5672, app/assets/stylesheets/main/main_vendor.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 5678, app/assets/stylesheets/main/main_vendor.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 5684, app/assets/stylesheets/main/main_vendor.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5689, app/assets/stylesheets/main/main_vendor.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5693, app/assets/stylesheets/main/main_vendor.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5697, app/assets/stylesheets/main/main_vendor.scss */
.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 5701, app/assets/stylesheets/main/main_vendor.scss */
.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5706, app/assets/stylesheets/main/main_vendor.scss */
.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5711, app/assets/stylesheets/main/main_vendor.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 5716, app/assets/stylesheets/main/main_vendor.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 5720, app/assets/stylesheets/main/main_vendor.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 5724, app/assets/stylesheets/main/main_vendor.scss */
.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5729, app/assets/stylesheets/main/main_vendor.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 5734, app/assets/stylesheets/main/main_vendor.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 5738, app/assets/stylesheets/main/main_vendor.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 5742, app/assets/stylesheets/main/main_vendor.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 5746, app/assets/stylesheets/main/main_vendor.scss */
.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

/* line 5750, app/assets/stylesheets/main/main_vendor.scss */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5754, app/assets/stylesheets/main/main_vendor.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 5758, app/assets/stylesheets/main/main_vendor.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 5762, app/assets/stylesheets/main/main_vendor.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 5766, app/assets/stylesheets/main/main_vendor.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 5770, app/assets/stylesheets/main/main_vendor.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5775, app/assets/stylesheets/main/main_vendor.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 5779, app/assets/stylesheets/main/main_vendor.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5784, app/assets/stylesheets/main/main_vendor.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5788, app/assets/stylesheets/main/main_vendor.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5792, app/assets/stylesheets/main/main_vendor.scss */
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5796, app/assets/stylesheets/main/main_vendor.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5800, app/assets/stylesheets/main/main_vendor.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5804, app/assets/stylesheets/main/main_vendor.scss */
.panel-default {
  border-color: #ddd;
}

/* line 5808, app/assets/stylesheets/main/main_vendor.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5814, app/assets/stylesheets/main/main_vendor.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5818, app/assets/stylesheets/main/main_vendor.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5823, app/assets/stylesheets/main/main_vendor.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5827, app/assets/stylesheets/main/main_vendor.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 5831, app/assets/stylesheets/main/main_vendor.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5837, app/assets/stylesheets/main/main_vendor.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 5841, app/assets/stylesheets/main/main_vendor.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5846, app/assets/stylesheets/main/main_vendor.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 5850, app/assets/stylesheets/main/main_vendor.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5854, app/assets/stylesheets/main/main_vendor.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5860, app/assets/stylesheets/main/main_vendor.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5864, app/assets/stylesheets/main/main_vendor.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5869, app/assets/stylesheets/main/main_vendor.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5873, app/assets/stylesheets/main/main_vendor.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5877, app/assets/stylesheets/main/main_vendor.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5883, app/assets/stylesheets/main/main_vendor.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5887, app/assets/stylesheets/main/main_vendor.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5892, app/assets/stylesheets/main/main_vendor.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5896, app/assets/stylesheets/main/main_vendor.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 5900, app/assets/stylesheets/main/main_vendor.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5906, app/assets/stylesheets/main/main_vendor.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5910, app/assets/stylesheets/main/main_vendor.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5915, app/assets/stylesheets/main/main_vendor.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5919, app/assets/stylesheets/main/main_vendor.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5923, app/assets/stylesheets/main/main_vendor.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5929, app/assets/stylesheets/main/main_vendor.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5933, app/assets/stylesheets/main/main_vendor.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5938, app/assets/stylesheets/main/main_vendor.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5942, app/assets/stylesheets/main/main_vendor.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5950, app/assets/stylesheets/main/main_vendor.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 5960, app/assets/stylesheets/main/main_vendor.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5964, app/assets/stylesheets/main/main_vendor.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5968, app/assets/stylesheets/main/main_vendor.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 5979, app/assets/stylesheets/main/main_vendor.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5984, app/assets/stylesheets/main/main_vendor.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5989, app/assets/stylesheets/main/main_vendor.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5994, app/assets/stylesheets/main/main_vendor.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 6005, app/assets/stylesheets/main/main_vendor.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6013, app/assets/stylesheets/main/main_vendor.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

/* line 6021, app/assets/stylesheets/main/main_vendor.scss */
.modal-open {
  overflow: hidden;
}

/* line 6025, app/assets/stylesheets/main/main_vendor.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 6038, app/assets/stylesheets/main/main_vendor.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 6048, app/assets/stylesheets/main/main_vendor.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 6055, app/assets/stylesheets/main/main_vendor.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 6060, app/assets/stylesheets/main/main_vendor.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 6066, app/assets/stylesheets/main/main_vendor.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 6079, app/assets/stylesheets/main/main_vendor.scss */
.modal-content1 {
  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 6092, app/assets/stylesheets/main/main_vendor.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 6102, app/assets/stylesheets/main/main_vendor.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 6107, app/assets/stylesheets/main/main_vendor.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6112, app/assets/stylesheets/main/main_vendor.scss */
.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 6118, app/assets/stylesheets/main/main_vendor.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 6122, app/assets/stylesheets/main/main_vendor.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 6127, app/assets/stylesheets/main/main_vendor.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 6132, app/assets/stylesheets/main/main_vendor.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 6138, app/assets/stylesheets/main/main_vendor.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 6143, app/assets/stylesheets/main/main_vendor.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 6147, app/assets/stylesheets/main/main_vendor.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 6151, app/assets/stylesheets/main/main_vendor.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 6160, app/assets/stylesheets/main/main_vendor.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 6164, app/assets/stylesheets/main/main_vendor.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 6168, app/assets/stylesheets/main/main_vendor.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6174, app/assets/stylesheets/main/main_vendor.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 6179, app/assets/stylesheets/main/main_vendor.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 6203, app/assets/stylesheets/main/main_vendor.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 6208, app/assets/stylesheets/main/main_vendor.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 6213, app/assets/stylesheets/main/main_vendor.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 6218, app/assets/stylesheets/main/main_vendor.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 6223, app/assets/stylesheets/main/main_vendor.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 6228, app/assets/stylesheets/main/main_vendor.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 6237, app/assets/stylesheets/main/main_vendor.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6245, app/assets/stylesheets/main/main_vendor.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6253, app/assets/stylesheets/main/main_vendor.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6261, app/assets/stylesheets/main/main_vendor.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6269, app/assets/stylesheets/main/main_vendor.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 6277, app/assets/stylesheets/main/main_vendor.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 6285, app/assets/stylesheets/main/main_vendor.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6293, app/assets/stylesheets/main/main_vendor.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6301, app/assets/stylesheets/main/main_vendor.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6309, app/assets/stylesheets/main/main_vendor.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 6343, app/assets/stylesheets/main/main_vendor.scss */
.popover.top {
  margin-top: -10px;
}

/* line 6347, app/assets/stylesheets/main/main_vendor.scss */
.popover.right {
  margin-left: 10px;
}

/* line 6351, app/assets/stylesheets/main/main_vendor.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 6355, app/assets/stylesheets/main/main_vendor.scss */
.popover.left {
  margin-left: -10px;
}

/* line 6359, app/assets/stylesheets/main/main_vendor.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 6368, app/assets/stylesheets/main/main_vendor.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 6372, app/assets/stylesheets/main/main_vendor.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6381, app/assets/stylesheets/main/main_vendor.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 6385, app/assets/stylesheets/main/main_vendor.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 6390, app/assets/stylesheets/main/main_vendor.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 6399, app/assets/stylesheets/main/main_vendor.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 6407, app/assets/stylesheets/main/main_vendor.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 6416, app/assets/stylesheets/main/main_vendor.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 6424, app/assets/stylesheets/main/main_vendor.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 6433, app/assets/stylesheets/main/main_vendor.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 6441, app/assets/stylesheets/main/main_vendor.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 6450, app/assets/stylesheets/main/main_vendor.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 6458, app/assets/stylesheets/main/main_vendor.scss */
.carousel {
  position: relative;
}

/* line 6462, app/assets/stylesheets/main/main_vendor.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6468, app/assets/stylesheets/main/main_vendor.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 6476, app/assets/stylesheets/main/main_vendor.scss */
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6481, app/assets/stylesheets/main/main_vendor.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 6490, app/assets/stylesheets/main/main_vendor.scss */
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 6495, app/assets/stylesheets/main/main_vendor.scss */
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* line 6500, app/assets/stylesheets/main/main_vendor.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 6507, app/assets/stylesheets/main/main_vendor.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 6511, app/assets/stylesheets/main/main_vendor.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6515, app/assets/stylesheets/main/main_vendor.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6521, app/assets/stylesheets/main/main_vendor.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6525, app/assets/stylesheets/main/main_vendor.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6529, app/assets/stylesheets/main/main_vendor.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 6533, app/assets/stylesheets/main/main_vendor.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6537, app/assets/stylesheets/main/main_vendor.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6541, app/assets/stylesheets/main/main_vendor.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);
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6555, app/assets/stylesheets/main/main_vendor.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 6564, app/assets/stylesheets/main/main_vendor.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 6575, app/assets/stylesheets/main/main_vendor.scss */
.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 6583, app/assets/stylesheets/main/main_vendor.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 6591, app/assets/stylesheets/main/main_vendor.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

/* line 6596, app/assets/stylesheets/main/main_vendor.scss */
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

/* line 6601, app/assets/stylesheets/main/main_vendor.scss */
.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 6608, app/assets/stylesheets/main/main_vendor.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6612, app/assets/stylesheets/main/main_vendor.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6616, app/assets/stylesheets/main/main_vendor.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 6628, app/assets/stylesheets/main/main_vendor.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 6642, app/assets/stylesheets/main/main_vendor.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 6649, app/assets/stylesheets/main/main_vendor.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 6662, app/assets/stylesheets/main/main_vendor.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6667, app/assets/stylesheets/main/main_vendor.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: -15px;
    font-size: 30px;
  }
  /* line 6673, app/assets/stylesheets/main/main_vendor.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 6676, app/assets/stylesheets/main/main_vendor.scss */
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }
  /* line 6679, app/assets/stylesheets/main/main_vendor.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 6684, app/assets/stylesheets/main/main_vendor.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 6689, app/assets/stylesheets/main/main_vendor.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, .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 6694, app/assets/stylesheets/main/main_vendor.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, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

/* line 6698, app/assets/stylesheets/main/main_vendor.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 6704, app/assets/stylesheets/main/main_vendor.scss */
.pull-right {
  float: right !important;
}

/* line 6708, app/assets/stylesheets/main/main_vendor.scss */
.pull-left {
  float: left !important;
}

/* line 6712, app/assets/stylesheets/main/main_vendor.scss */
.hide {
  display: none !important;
}

/* line 6716, app/assets/stylesheets/main/main_vendor.scss */
.show {
  display: block !important;
}

/* line 6720, app/assets/stylesheets/main/main_vendor.scss */
.invisible {
  visibility: hidden;
}

/* line 6724, app/assets/stylesheets/main/main_vendor.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6732, app/assets/stylesheets/main/main_vendor.scss */
.hidden {
  display: none !important;
}

/* line 6736, app/assets/stylesheets/main/main_vendor.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 6744, app/assets/stylesheets/main/main_vendor.scss */
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

/* line 6748, app/assets/stylesheets/main/main_vendor.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 6753, app/assets/stylesheets/main/main_vendor.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6756, app/assets/stylesheets/main/main_vendor.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 6759, app/assets/stylesheets/main/main_vendor.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 6762, app/assets/stylesheets/main/main_vendor.scss */
  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 6768, app/assets/stylesheets/main/main_vendor.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 6774, app/assets/stylesheets/main/main_vendor.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 6780, app/assets/stylesheets/main/main_vendor.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6786, app/assets/stylesheets/main/main_vendor.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6789, app/assets/stylesheets/main/main_vendor.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 6792, app/assets/stylesheets/main/main_vendor.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 6795, app/assets/stylesheets/main/main_vendor.scss */
  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6801, app/assets/stylesheets/main/main_vendor.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6807, app/assets/stylesheets/main/main_vendor.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6813, app/assets/stylesheets/main/main_vendor.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6819, app/assets/stylesheets/main/main_vendor.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6822, app/assets/stylesheets/main/main_vendor.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 6825, app/assets/stylesheets/main/main_vendor.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 6828, app/assets/stylesheets/main/main_vendor.scss */
  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6834, app/assets/stylesheets/main/main_vendor.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6840, app/assets/stylesheets/main/main_vendor.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6846, app/assets/stylesheets/main/main_vendor.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6852, app/assets/stylesheets/main/main_vendor.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6855, app/assets/stylesheets/main/main_vendor.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 6858, app/assets/stylesheets/main/main_vendor.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 6861, app/assets/stylesheets/main/main_vendor.scss */
  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 6867, app/assets/stylesheets/main/main_vendor.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6873, app/assets/stylesheets/main/main_vendor.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 6879, app/assets/stylesheets/main/main_vendor.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 6885, app/assets/stylesheets/main/main_vendor.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6891, app/assets/stylesheets/main/main_vendor.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6897, app/assets/stylesheets/main/main_vendor.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6903, app/assets/stylesheets/main/main_vendor.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 6908, app/assets/stylesheets/main/main_vendor.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6913, app/assets/stylesheets/main/main_vendor.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6916, app/assets/stylesheets/main/main_vendor.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 6919, app/assets/stylesheets/main/main_vendor.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 6922, app/assets/stylesheets/main/main_vendor.scss */
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}

/* line 6927, app/assets/stylesheets/main/main_vendor.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6932, app/assets/stylesheets/main/main_vendor.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 6937, app/assets/stylesheets/main/main_vendor.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6942, app/assets/stylesheets/main/main_vendor.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 6947, app/assets/stylesheets/main/main_vendor.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6952, app/assets/stylesheets/main/main_vendor.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 6958, app/assets/stylesheets/main/main_vendor.scss */
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 6968, app/assets/stylesheets/main/main_vendor.scss */
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 6974, app/assets/stylesheets/main/main_vendor.scss */
.btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active {
  -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 6979, app/assets/stylesheets/main/main_vendor.scss */
.btn-danger.disabled, .btn-danger[disabled], .btn-default.disabled, .btn-default[disabled], .btn-info.disabled, .btn-info[disabled], .btn-primary.disabled, .btn-primary[disabled], .btn-success.disabled, .btn-success[disabled], .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-default, fieldset[disabled] .btn-info, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-warning {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6984, app/assets/stylesheets/main/main_vendor.scss */
.btn-danger .badge, .btn-default .badge, .btn-info .badge, .btn-primary .badge, .btn-success .badge, .btn-warning .badge {
  text-shadow: none;
}

/* line 6988, app/assets/stylesheets/main/main_vendor.scss */
.btn.active, .btn:active {
  background-image: none;
}

/* line 6992, app/assets/stylesheets/main/main_vendor.scss */
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}

/* line 7005, app/assets/stylesheets/main/main_vendor.scss */
.btn-default:focus, .btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

/* line 7010, app/assets/stylesheets/main/main_vendor.scss */
.btn-default.active, .btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

/* line 7015, app/assets/stylesheets/main/main_vendor.scss */
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #e0e0e0;
  background-image: none;
}

/* line 7020, app/assets/stylesheets/main/main_vendor.scss */
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}

/* line 7031, app/assets/stylesheets/main/main_vendor.scss */
.btn-primary:focus, .btn-primary:hover {
  background-color: #265a88;
  background-position: 0 -15px;
}

/* line 7036, app/assets/stylesheets/main/main_vendor.scss */
.btn-primary.active, .btn-primary:active {
  background-color: #265a88;
  border-color: #245580;
}

/* line 7041, app/assets/stylesheets/main/main_vendor.scss */
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary.active[disabled], .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #265a88;
  background-image: none;
}

/* line 7046, app/assets/stylesheets/main/main_vendor.scss */
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

/* line 7057, app/assets/stylesheets/main/main_vendor.scss */
.btn-success:focus, .btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px;
}

/* line 7062, app/assets/stylesheets/main/main_vendor.scss */
.btn-success.active, .btn-success:active {
  background-color: #419641;
  border-color: #3e8f3e;
}

/* line 7067, app/assets/stylesheets/main/main_vendor.scss */
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success.active[disabled], .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #419641;
  background-image: none;
}

/* line 7072, app/assets/stylesheets/main/main_vendor.scss */
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

/* line 7083, app/assets/stylesheets/main/main_vendor.scss */
.btn-info:focus, .btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

/* line 7088, app/assets/stylesheets/main/main_vendor.scss */
.btn-info.active, .btn-info:active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

/* line 7093, app/assets/stylesheets/main/main_vendor.scss */
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info.active[disabled], .btn-info.focus[disabled], .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #2aabd2;
  background-image: none;
}

/* line 7098, app/assets/stylesheets/main/main_vendor.scss */
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

/* line 7109, app/assets/stylesheets/main/main_vendor.scss */
.btn-warning:focus, .btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px;
}

/* line 7114, app/assets/stylesheets/main/main_vendor.scss */
.btn-warning.active, .btn-warning:active {
  background-color: #eb9316;
  border-color: #e38d13;
}

/* line 7119, app/assets/stylesheets/main/main_vendor.scss */
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning.active[disabled], .btn-warning.focus[disabled], .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #eb9316;
  background-image: none;
}

/* line 7124, app/assets/stylesheets/main/main_vendor.scss */
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

/* line 7135, app/assets/stylesheets/main/main_vendor.scss */
.btn-danger:focus, .btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

/* line 7140, app/assets/stylesheets/main/main_vendor.scss */
.btn-danger.active, .btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

/* line 7145, app/assets/stylesheets/main/main_vendor.scss */
.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger.active[disabled], .btn-danger.focus[disabled], .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #c12e2a;
  background-image: none;
}

/* line 7150, app/assets/stylesheets/main/main_vendor.scss */
.img-thumbnail, .thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 7155, app/assets/stylesheets/main/main_vendor.scss */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}

/* line 7165, app/assets/stylesheets/main/main_vendor.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}

/* line 7175, app/assets/stylesheets/main/main_vendor.scss */
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

/* line 7188, app/assets/stylesheets/main/main_vendor.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

/* line 7199, app/assets/stylesheets/main/main_vendor.scss */
.navbar-brand, .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* line 7203, app/assets/stylesheets/main/main_vendor.scss */
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 4px;
}

/* line 7214, app/assets/stylesheets/main/main_vendor.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

/* line 7225, app/assets/stylesheets/main/main_vendor.scss */
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 7229, app/assets/stylesheets/main/main_vendor.scss */
.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
  border-radius: 0;
}

@media (max-width: 767px) {
  /* line 7234, app/assets/stylesheets/main/main_vendor.scss */
  .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}

/* line 7245, app/assets/stylesheets/main/main_vendor.scss */
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 7251, app/assets/stylesheets/main/main_vendor.scss */
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}

/* line 7261, app/assets/stylesheets/main/main_vendor.scss */
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}

/* line 7271, app/assets/stylesheets/main/main_vendor.scss */
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}

/* line 7281, app/assets/stylesheets/main/main_vendor.scss */
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}

/* line 7291, app/assets/stylesheets/main/main_vendor.scss */
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}

/* line 7300, app/assets/stylesheets/main/main_vendor.scss */
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}

/* line 7309, app/assets/stylesheets/main/main_vendor.scss */
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}

/* line 7318, app/assets/stylesheets/main/main_vendor.scss */
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}

/* line 7327, app/assets/stylesheets/main/main_vendor.scss */
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}

/* line 7336, app/assets/stylesheets/main/main_vendor.scss */
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}

/* line 7345, app/assets/stylesheets/main/main_vendor.scss */
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 7351, app/assets/stylesheets/main/main_vendor.scss */
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 7357, app/assets/stylesheets/main/main_vendor.scss */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

/* line 7368, app/assets/stylesheets/main/main_vendor.scss */
.list-group-item.active .badge, .list-group-item.active:focus .badge, .list-group-item.active:hover .badge {
  text-shadow: none;
}

/* line 7372, app/assets/stylesheets/main/main_vendor.scss */
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 7377, app/assets/stylesheets/main/main_vendor.scss */
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}

/* line 7386, app/assets/stylesheets/main/main_vendor.scss */
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}

/* line 7395, app/assets/stylesheets/main/main_vendor.scss */
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}

/* line 7404, app/assets/stylesheets/main/main_vendor.scss */
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}

/* line 7413, app/assets/stylesheets/main/main_vendor.scss */
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}

/* line 7422, app/assets/stylesheets/main/main_vendor.scss */
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}

/* line 7431, app/assets/stylesheets/main/main_vendor.scss */
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {
  /* line 5, app/assets/stylesheets/main/screens.scss */
  .stat-item-text {
    width: 200px;
  }
  /* line 9, app/assets/stylesheets/main/screens.scss */
  .stat-item {
    float: none;
    width: auto;
    text-align: center;
  }
  /* line 15, app/assets/stylesheets/main/screens.scss */
  .stat-item-head {
    text-align: right;
    width: 140px;
  }
}

@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
  /* line 23, app/assets/stylesheets/main/screens.scss */
  .powerfull {
    overflow: hidden;
  }
  /* line 26, app/assets/stylesheets/main/screens.scss */
  .bene {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 31, app/assets/stylesheets/main/screens.scss */
  .mobile .bene {
    display: block;
  }
  /* line 34, app/assets/stylesheets/main/screens.scss */
  .mobile .bene > div {
    display: block;
  }
  /* line 38, app/assets/stylesheets/main/screens.scss */
  .mobile .bene .bene-item {
    margin: 0 auto 32px;
  }
  /* line 43, app/assets/stylesheets/main/screens.scss */
  .mobile .free-center {
    display: block;
    padding-top: 150px;
  }
  /* line 48, app/assets/stylesheets/main/screens.scss */
  .mobile .for-body, .mobile .brends-body {
    display: block;
    text-align: center;
  }
  /* line 53, app/assets/stylesheets/main/screens.scss */
  .mobile .for-item, .mobile .brends-item {
    max-width: 95%;
  }
  /* line 58, app/assets/stylesheets/main/screens.scss */
  .bene-pic {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  /* line 64, app/assets/stylesheets/main/screens.scss */
  .bene-pic img {
    max-width: 100%;
    width: 500px;
  }
  /* line 70, app/assets/stylesheets/main/screens.scss */
  .bene-col {
    margin-bottom: 0;
  }
  /* line 73, app/assets/stylesheets/main/screens.scss */
  .bene-col.-right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  /* line 82, app/assets/stylesheets/main/screens.scss */
  .login-bar-logo img {
    width: 89px;
  }
  /* line 87, app/assets/stylesheets/main/screens.scss */
  .login-bar-logo-text {
    font-size: 20px;
  }
  /* line 91, app/assets/stylesheets/main/screens.scss */
  .login-bar {
    width: 100%;
    padding: 30px 20px 13px;
  }
  /* line 96, app/assets/stylesheets/main/screens.scss */
  .login-title {
    display: none;
  }
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  /* line 103, app/assets/stylesheets/main/screens.scss */
  .main-reg-form {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 107, app/assets/stylesheets/main/screens.scss */
  .stat-item-text {
    width: auto;
  }
  /* line 111, app/assets/stylesheets/main/screens.scss */
  .stat-item-head {
    width: auto;
  }
  /* line 115, app/assets/stylesheets/main/screens.scss */
  .stat-item-head {
    font-size: 27px;
  }
  /* line 119, app/assets/stylesheets/main/screens.scss */
  .main-header-logo {
    float: none;
    display: inline-block;
  }
  /* line 124, app/assets/stylesheets/main/screens.scss */
  .main-header-right {
    float: none;
    margin-top: 30px;
  }
  /* line 129, app/assets/stylesheets/main/screens.scss */
  .main-header-right .btn-login {
    margin-left: 0;
  }
  /* line 133, app/assets/stylesheets/main/screens.scss */
  .btn-login, .btn-free {
    margin-bottom: 15px;
  }
}
/* line 3, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-activate-form {
  margin: 70px auto 15px;
  width: 467px;
  max-width: 95%;
  padding: 94px 63px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 12px 24px 0 rgba(102, 99, 99, 0.14);
  background-color: #ffffff;
}

@media (max-width: 460px) {
  /* line 3, app/assets/stylesheets/main/voucher_activate.sass */
  .voucher-activate-form {
    padding: 94px 15px;
  }
}

/* line 17, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-activate-form-title {
  margin: 0 0 36px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #242536;
}

/* line 24, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-activate-form-item {
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* line 32, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-activate-form-item.-mod {
  width: 183px;
}

/* line 35, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-activate-form-input {
  border: 0;
  padding: 13px;
  text-align: center;
  letter-spacing: 0.2px;
  font-size: 18px;
  background: #f0f0f0;
  color: #898a9d;
  font-weight: bold;
  height: 53px;
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 49, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-activate-form-input:focus {
  outline: none;
}

/* line 425, app/assets/stylesheets/main/../_mixins.scss */
.voucher-activate-form-input.placeholder:focus {
  color: transparent;
}

/* line 426, app/assets/stylesheets/main/../_mixins.scss */
.voucher-activate-form-input:focus:-moz-placeholder {
  color: transparent;
}

/* line 427, app/assets/stylesheets/main/../_mixins.scss */
.voucher-activate-form-input:focus::-moz-placeholder {
  opacity: 1;
  color: transparent;
}

/* line 428, app/assets/stylesheets/main/../_mixins.scss */
.voucher-activate-form-input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* line 429, app/assets/stylesheets/main/../_mixins.scss */
.voucher-activate-form-input:focus:-ms-input-placeholder {
  color: transparent;
}

/* line 425, app/assets/stylesheets/main/../_mixins.scss */
.voucher-activate-form-input.placeholder {
  color: #898a9d;
}

/* line 426, app/assets/stylesheets/main/../_mixins.scss */
.voucher-activate-form-input:-moz-placeholder {
  color: #898a9d;
}

/* line 427, app/assets/stylesheets/main/../_mixins.scss */
.voucher-activate-form-input::-moz-placeholder {
  opacity: 1;
  color: #898a9d;
}

/* line 428, app/assets/stylesheets/main/../_mixins.scss */
.voucher-activate-form-input::-webkit-input-placeholder {
  color: #898a9d;
}

/* line 429, app/assets/stylesheets/main/../_mixins.scss */
.voucher-activate-form-input:-ms-input-placeholder {
  color: #898a9d;
}

/* line 58, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-activate-form-item-ico {
  width: 53px;
  height: 53px;
  background-image: linear-gradient(78deg, #00b072, #00acc8);
  color: #ffffff;
  text-align: center;
  font-size: 37px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* line 71, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-activate-form-btn {
  position: relative;
  border: 0;
  width: 341px;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.1px;
  padding: 23px;
  background-image: linear-gradient(88deg, #00b072, #00acc8);
  font-weight: 500;
  margin-top: 20px;
  display: block;
  margin: 20px auto 0;
  max-width: 100%;
}

/* line 88, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-activate-form-btn.ajax-loader {
  color: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

/* line 97, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-activate-form-btn.ajax-loader div::after {
  border-top-color: #fff;
}

/* line 100, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-activate-form-btn:active, .voucher-activate-form-btn:focus {
  outline: none;
}

/* line 103, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel {
  width: 957px;
  max-width: 95%;
  margin: 70px auto 15px;
  border-radius: 5px;
  box-shadow: 0 12px 24px 0 rgba(102, 99, 99, 0.14);
  background-color: #ffffff;
  padding: 26px;
  color: #242536;
}

/* line 113, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-activate {
  background: url(/assets/voucher-panel-bg-fe3b3c774d46921aaeefcec28ee60e2429aa92975d13f37452ccbde02ec27dec.jpg) no-repeat 50% 50%;
  background-size: cover;
  min-height: 100vh;
  overflow: hidden;
  color: #242536;
  display: none;
}

/* line 121, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-activate.-show {
  display: block;
}

/* line 124, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-col {
  max-width: 764px;
  margin: 0 auto 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

@media (max-width: 700px) {
  /* line 124, app/assets/stylesheets/main/voucher_activate.sass */
  .voucher-info-panel-col {
    display: block;
  }
  /* line 135, app/assets/stylesheets/main/voucher_activate.sass */
  .voucher-info-panel-col .voucher-info-panel-col-item {
    width: 500px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  /* line 140, app/assets/stylesheets/main/voucher_activate.sass */
  .voucher-info-panel-col .voucher-info-panel-col-head {
    min-height: 0;
  }
  /* line 143, app/assets/stylesheets/main/voucher_activate.sass */
  .voucher-info-panel-col .voucher-info-panel-col-item-wrapper {
    width: auto;
  }
}

/* line 146, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-col-item {
  width: calc(30% - 25px);
}

/* line 149, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-col-title {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 24px;
}

/* line 154, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-col-head {
  min-height: 93px;
  margin-bottom: 15px;
}

/* line 158, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-col-title-min {
  margin-bottom: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 164, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-col-table {
  width: 100%;
  border-spacing: 0;
}

/* line 168, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-col-table td {
  padding: 5px 5px 5px 0;
  vertical-align: top;
  color: #5c5e7e;
  font-size: 14px;
}

/* line 174, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-col-table td b {
  color: #242536;
}

/* line 177, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-col-desc {
  font-weight: bold;
  color: #898a9d;
  font-size: 18px;
  line-height: 1.25;
  margin-top: 11px;
}

/* line 184, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-col-sep {
  width: 2px;
  background: #dfdfe4;
  margin: 0 8%;
}

/* line 189, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-col-item-wrapper {
  width: 100%;
}

/* line 192, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-status {
  text-align: center;
  margin-bottom: 30px;
}

/* line 196, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-status .voucher-info-panel-col-title-min {
  margin-bottom: 8px;
}

/* line 199, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-status-info {
  text-align: center;
  text-transform: uppercase;
  color: #e25d31;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #e25d31;
  height: 53px;
  border-radius: 2px;
  width: 225px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* line 215, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-status-info::before {
  content: '';
  margin-right: 5px;
  width: 18px;
  height: 18px;
  display: inline-block;
  box-shadow: 0 2px 10px 0 rgba(237, 103, 39, 0.51);
  background-image: linear-gradient(76deg, #f36c21, #b8395b);
  border-radius: 100%;
  position: relative;
  top: -1px;
}

/* line 227, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-status-info.-green {
  border-color: #00ae97;
  color: #00ae93;
}

/* line 231, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-status-info.-green::before {
  box-shadow: 0 2px 10px 0 rgba(0, 173, 172, 0.53);
  background-image: linear-gradient(78deg, #00b072, #00acc8);
}

/* line 235, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-status-info.-red {
  border-color: #c6454e;
  color: #c6454e;
}

/* line 239, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-status-info.-red::before {
  box-shadow: 0 2px 10px 0 rgba(216, 134, 134, 0.54);
  background-image: linear-gradient(135deg, #d24f42, #b53760);
}

/* line 243, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-ok {
  width: 957px;
  max-width: 95%;
  height: 583px;
  margin: 70px auto 15px;
  border-radius: 5px;
  box-shadow: 0 12px 24px 0 rgba(102, 99, 99, 0.14);
  background-color: #ffffff;
  padding: 26px;
  color: #242536;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* line 259, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-ok-title {
  margin-bottom: 62px;
  font-weight: bold;
  font-size: 24px;
  color: #242536;
  line-height: 1.2;
}

/* line 266, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-ok-pic {
  margin: 0 auto 15px;
  width: 131px;
}

/* line 270, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-ok-pic img {
  max-width: 100%;
}

/* line 273, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-info-panel-ok-btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  letter-spacing: -0.1px;
  font-size: 16px;
  font-weight: bold;
  padding: 22px;
  color: #242536;
  border: 2px solid #91929A;
  min-width: 122px;
}

/* line 285, app/assets/stylesheets/main/voucher_activate.sass */
.voucher-activate-form-error {
  color: red;
  text-align: center;
  margin-top: 15px;
}

/* line 290, app/assets/stylesheets/main/voucher_activate.sass */
.token-panel-code {
  background-color: #f6f6f6;
  border: 1px solid #d2d2d2;
  border-radius: 1px;
  color: #242536;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
  margin-top: 41px;
  padding: 23px;
  text-align: center;
}

/* line 303, app/assets/stylesheets/main/voucher_activate.sass */
.token-panel-note {
  text-align: center;
  color: #5c5e7e;
  font-size: 10px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: -0.1px;
}
