/*
Theme Name: Szablon Poradnia Nadzieja
Author: studioDev.pl
Author URI: https://studiodev.pl
Version: 1.0
*/
/*
 *  Owl Carousel - Core
 */
/* line 4, sass/_partials/owl-carousel/_core.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
/* line 12, sass/_partials/owl-carousel/_core.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
/* line 18, sass/_partials/owl-carousel/_core.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 27, sass/_partials/owl-carousel/_core.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 34, sass/_partials/owl-carousel/_core.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* line 44, sass/_partials/owl-carousel/_core.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/* line 52, sass/_partials/owl-carousel/_core.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
/* line 57, sass/_partials/owl-carousel/_core.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
/* line 62, sass/_partials/owl-carousel/_core.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 74, sass/_partials/owl-carousel/_core.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 78, sass/_partials/owl-carousel/_core.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 83, sass/_partials/owl-carousel/_core.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 87, sass/_partials/owl-carousel/_core.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
/* line 91, sass/_partials/owl-carousel/_core.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 98, sass/_partials/owl-carousel/_core.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
/* line 103, sass/_partials/owl-carousel/_core.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 107, sass/_partials/owl-carousel/_core.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 113, sass/_partials/owl-carousel/_core.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 5, sass/_partials/owl-carousel/_animate.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
/* line 9, sass/_partials/owl-carousel/_animate.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 12, sass/_partials/owl-carousel/_animate.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 15, sass/_partials/owl-carousel/_animate.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 5, sass/_partials/owl-carousel/_autoheight.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 7, sass/_partials/owl-carousel/_lazyload.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
/* line 12, sass/_partials/owl-carousel/_lazyload.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 6, sass/_partials/owl-carousel/_video.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 12, sass/_partials/owl-carousel/_video.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
/* line 27, sass/_partials/owl-carousel/_video.scss */
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
/* line 31, sass/_partials/owl-carousel/_video.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 36, sass/_partials/owl-carousel/_video.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
/* line 45, sass/_partials/owl-carousel/_video.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
/* line 4, sass/_partials/owl-carousel/_theme.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 9, sass/_partials/owl-carousel/_theme.scss */
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #808080;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
/* line 19, sass/_partials/owl-carousel/_theme.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
/* line 25, sass/_partials/owl-carousel/_theme.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 32, sass/_partials/owl-carousel/_theme.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
/* line 36, sass/_partials/owl-carousel/_theme.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 40, sass/_partials/owl-carousel/_theme.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 45, sass/_partials/owl-carousel/_theme.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #808080;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
/* line 58, sass/_partials/owl-carousel/_theme.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #73bee5;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-100 {
  margin-top: 100px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-100 {
  padding-top: 100px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-100 {
  margin-bottom: 100px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-100 {
  padding-bottom: 100px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-95 {
  margin-top: 95px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-95 {
  padding-top: 95px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-95 {
  margin-bottom: 95px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-95 {
  padding-bottom: 95px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-90 {
  margin-top: 90px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-90 {
  padding-top: 90px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-90 {
  margin-bottom: 90px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-90 {
  padding-bottom: 90px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-85 {
  margin-top: 85px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-85 {
  padding-top: 85px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-85 {
  margin-bottom: 85px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-85 {
  padding-bottom: 85px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-80 {
  margin-top: 80px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-80 {
  padding-top: 80px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-80 {
  margin-bottom: 80px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-80 {
  padding-bottom: 80px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-75 {
  margin-top: 75px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-75 {
  padding-top: 75px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-75 {
  margin-bottom: 75px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-75 {
  padding-bottom: 75px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-70 {
  margin-top: 70px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-70 {
  padding-top: 70px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-70 {
  margin-bottom: 70px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-70 {
  padding-bottom: 70px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-65 {
  margin-top: 65px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-65 {
  padding-top: 65px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-65 {
  margin-bottom: 65px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-65 {
  padding-bottom: 65px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-60 {
  margin-top: 60px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-60 {
  padding-top: 60px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-60 {
  margin-bottom: 60px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-60 {
  padding-bottom: 60px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-55 {
  margin-top: 55px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-55 {
  padding-top: 55px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-55 {
  margin-bottom: 55px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-55 {
  padding-bottom: 55px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-50 {
  margin-top: 50px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-50 {
  padding-top: 50px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-50 {
  margin-bottom: 50px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-50 {
  padding-bottom: 50px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-45 {
  margin-top: 45px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-45 {
  padding-top: 45px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-45 {
  margin-bottom: 45px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-45 {
  padding-bottom: 45px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-40 {
  margin-top: 40px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-40 {
  padding-top: 40px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-40 {
  margin-bottom: 40px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-40 {
  padding-bottom: 40px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-35 {
  margin-top: 35px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-35 {
  padding-top: 35px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-35 {
  margin-bottom: 35px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-35 {
  padding-bottom: 35px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-30 {
  margin-top: 30px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-30 {
  padding-top: 30px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-30 {
  margin-bottom: 30px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-30 {
  padding-bottom: 30px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-25 {
  margin-top: 25px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-25 {
  padding-top: 25px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-25 {
  margin-bottom: 25px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-25 {
  padding-bottom: 25px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-20 {
  margin-top: 20px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-20 {
  padding-top: 20px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-20 {
  margin-bottom: 20px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-20 {
  padding-bottom: 20px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-15 {
  margin-top: 15px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-15 {
  padding-top: 15px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-15 {
  margin-bottom: 15px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-15 {
  padding-bottom: 15px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-10 {
  margin-top: 10px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-10 {
  padding-top: 10px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-10 {
  margin-bottom: 10px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-10 {
  padding-bottom: 10px;
}

/* line 4, sass/_partials/_margins.scss */
.margin-top-5 {
  margin-top: 5px;
}

/* line 7, sass/_partials/_margins.scss */
.padding-top-5 {
  padding-top: 5px;
}

/* line 10, sass/_partials/_margins.scss */
.margin-bottom-5 {
  margin-bottom: 5px;
}

/* line 13, sass/_partials/_margins.scss */
.padding-bottom-5 {
  padding-bottom: 5px;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 7, sass/_partials/_bootstrap.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 12, sass/_partials/_bootstrap.scss */
body {
  margin: 0;
}

/* line 15, sass/_partials/_bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 30, sass/_partials/_bootstrap.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 37, sass/_partials/_bootstrap.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 41, sass/_partials/_bootstrap.scss */
[hidden],
template {
  display: none;
}

/* line 45, sass/_partials/_bootstrap.scss */
a {
  background-color: transparent;
}

/* line 48, sass/_partials/_bootstrap.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 52, sass/_partials/_bootstrap.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 55, sass/_partials/_bootstrap.scss */
b,
strong {
  font-weight: bold;
}

/* line 59, sass/_partials/_bootstrap.scss */
dfn {
  font-style: italic;
}

/* line 62, sass/_partials/_bootstrap.scss */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 66, sass/_partials/_bootstrap.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 70, sass/_partials/_bootstrap.scss */
small {
  font-size: 80%;
}

/* line 73, sass/_partials/_bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 80, sass/_partials/_bootstrap.scss */
sup {
  top: -.5em;
}

/* line 83, sass/_partials/_bootstrap.scss */
sub {
  bottom: -.25em;
}

/* line 86, sass/_partials/_bootstrap.scss */
img {
  border: 0;
}

/* line 89, sass/_partials/_bootstrap.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 92, sass/_partials/_bootstrap.scss */
figure {
  margin: 1em 40px;
}

/* line 95, sass/_partials/_bootstrap.scss */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 101, sass/_partials/_bootstrap.scss */
pre {
  overflow: auto;
}

/* line 104, sass/_partials/_bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 111, sass/_partials/_bootstrap.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 120, sass/_partials/_bootstrap.scss */
button {
  overflow: visible;
}

/* line 123, sass/_partials/_bootstrap.scss */
button,
select {
  text-transform: none;
}

/* line 127, sass/_partials/_bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 134, sass/_partials/_bootstrap.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 138, sass/_partials/_bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 143, sass/_partials/_bootstrap.scss */
input {
  line-height: normal;
}

/* line 146, sass/_partials/_bootstrap.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, sass/_partials/_bootstrap.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 157, sass/_partials/_bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 163, sass/_partials/_bootstrap.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 167, sass/_partials/_bootstrap.scss */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 172, sass/_partials/_bootstrap.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 176, sass/_partials/_bootstrap.scss */
textarea {
  overflow: auto;
}

/* line 179, sass/_partials/_bootstrap.scss */
optgroup {
  font-weight: bold;
}

/* line 182, sass/_partials/_bootstrap.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 186, sass/_partials/_bootstrap.scss */
td,
th {
  padding: 0;
}

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

  /* line 201, sass/_partials/_bootstrap.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 205, sass/_partials/_bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 208, sass/_partials/_bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 211, sass/_partials/_bootstrap.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 215, sass/_partials/_bootstrap.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 221, sass/_partials/_bootstrap.scss */
  thead {
    display: table-header-group;
  }

  /* line 224, sass/_partials/_bootstrap.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 228, sass/_partials/_bootstrap.scss */
  img {
    max-width: 100% !important;
  }

  /* line 231, sass/_partials/_bootstrap.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 237, sass/_partials/_bootstrap.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 241, sass/_partials/_bootstrap.scss */
  .navbar {
    display: none;
  }

  /* line 244, sass/_partials/_bootstrap.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 248, sass/_partials/_bootstrap.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 251, sass/_partials/_bootstrap.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 254, sass/_partials/_bootstrap.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

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

/* line 281, sass/_partials/_bootstrap.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 284, sass/_partials/_bootstrap.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 287, sass/_partials/_bootstrap.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 291, sass/_partials/_bootstrap.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 294, sass/_partials/_bootstrap.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 297, sass/_partials/_bootstrap.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 300, sass/_partials/_bootstrap.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 303, sass/_partials/_bootstrap.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 306, sass/_partials/_bootstrap.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 309, sass/_partials/_bootstrap.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 312, sass/_partials/_bootstrap.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 315, sass/_partials/_bootstrap.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 318, sass/_partials/_bootstrap.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 321, sass/_partials/_bootstrap.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 324, sass/_partials/_bootstrap.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 327, sass/_partials/_bootstrap.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 330, sass/_partials/_bootstrap.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 333, sass/_partials/_bootstrap.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 336, sass/_partials/_bootstrap.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 339, sass/_partials/_bootstrap.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 342, sass/_partials/_bootstrap.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 345, sass/_partials/_bootstrap.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 348, sass/_partials/_bootstrap.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 351, sass/_partials/_bootstrap.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 354, sass/_partials/_bootstrap.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 357, sass/_partials/_bootstrap.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 360, sass/_partials/_bootstrap.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 363, sass/_partials/_bootstrap.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 366, sass/_partials/_bootstrap.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 369, sass/_partials/_bootstrap.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 372, sass/_partials/_bootstrap.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 375, sass/_partials/_bootstrap.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 378, sass/_partials/_bootstrap.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 381, sass/_partials/_bootstrap.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 384, sass/_partials/_bootstrap.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 387, sass/_partials/_bootstrap.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 390, sass/_partials/_bootstrap.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 393, sass/_partials/_bootstrap.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 396, sass/_partials/_bootstrap.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 399, sass/_partials/_bootstrap.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 402, sass/_partials/_bootstrap.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 405, sass/_partials/_bootstrap.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 408, sass/_partials/_bootstrap.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 411, sass/_partials/_bootstrap.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 414, sass/_partials/_bootstrap.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 417, sass/_partials/_bootstrap.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 420, sass/_partials/_bootstrap.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 423, sass/_partials/_bootstrap.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 426, sass/_partials/_bootstrap.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 429, sass/_partials/_bootstrap.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 432, sass/_partials/_bootstrap.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 435, sass/_partials/_bootstrap.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 438, sass/_partials/_bootstrap.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 441, sass/_partials/_bootstrap.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 444, sass/_partials/_bootstrap.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 447, sass/_partials/_bootstrap.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 450, sass/_partials/_bootstrap.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 453, sass/_partials/_bootstrap.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 456, sass/_partials/_bootstrap.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 459, sass/_partials/_bootstrap.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 462, sass/_partials/_bootstrap.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 465, sass/_partials/_bootstrap.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 468, sass/_partials/_bootstrap.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 471, sass/_partials/_bootstrap.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 474, sass/_partials/_bootstrap.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 477, sass/_partials/_bootstrap.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 480, sass/_partials/_bootstrap.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 483, sass/_partials/_bootstrap.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 486, sass/_partials/_bootstrap.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 489, sass/_partials/_bootstrap.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 492, sass/_partials/_bootstrap.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 495, sass/_partials/_bootstrap.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 498, sass/_partials/_bootstrap.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 501, sass/_partials/_bootstrap.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 504, sass/_partials/_bootstrap.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 507, sass/_partials/_bootstrap.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 510, sass/_partials/_bootstrap.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 513, sass/_partials/_bootstrap.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 516, sass/_partials/_bootstrap.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 519, sass/_partials/_bootstrap.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 522, sass/_partials/_bootstrap.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 525, sass/_partials/_bootstrap.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 528, sass/_partials/_bootstrap.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 531, sass/_partials/_bootstrap.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 534, sass/_partials/_bootstrap.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 537, sass/_partials/_bootstrap.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 540, sass/_partials/_bootstrap.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 543, sass/_partials/_bootstrap.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 546, sass/_partials/_bootstrap.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 549, sass/_partials/_bootstrap.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 552, sass/_partials/_bootstrap.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 555, sass/_partials/_bootstrap.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 558, sass/_partials/_bootstrap.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 561, sass/_partials/_bootstrap.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 564, sass/_partials/_bootstrap.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 567, sass/_partials/_bootstrap.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 570, sass/_partials/_bootstrap.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 573, sass/_partials/_bootstrap.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 576, sass/_partials/_bootstrap.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 579, sass/_partials/_bootstrap.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 582, sass/_partials/_bootstrap.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 585, sass/_partials/_bootstrap.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 588, sass/_partials/_bootstrap.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 591, sass/_partials/_bootstrap.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 594, sass/_partials/_bootstrap.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 597, sass/_partials/_bootstrap.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 600, sass/_partials/_bootstrap.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 603, sass/_partials/_bootstrap.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 606, sass/_partials/_bootstrap.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 609, sass/_partials/_bootstrap.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 612, sass/_partials/_bootstrap.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 615, sass/_partials/_bootstrap.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 618, sass/_partials/_bootstrap.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 621, sass/_partials/_bootstrap.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 624, sass/_partials/_bootstrap.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 627, sass/_partials/_bootstrap.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 630, sass/_partials/_bootstrap.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 633, sass/_partials/_bootstrap.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 636, sass/_partials/_bootstrap.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 639, sass/_partials/_bootstrap.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 642, sass/_partials/_bootstrap.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 645, sass/_partials/_bootstrap.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 648, sass/_partials/_bootstrap.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 651, sass/_partials/_bootstrap.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 654, sass/_partials/_bootstrap.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 657, sass/_partials/_bootstrap.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 660, sass/_partials/_bootstrap.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 663, sass/_partials/_bootstrap.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 666, sass/_partials/_bootstrap.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 669, sass/_partials/_bootstrap.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 672, sass/_partials/_bootstrap.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 675, sass/_partials/_bootstrap.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 678, sass/_partials/_bootstrap.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 681, sass/_partials/_bootstrap.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 684, sass/_partials/_bootstrap.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 687, sass/_partials/_bootstrap.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 690, sass/_partials/_bootstrap.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 693, sass/_partials/_bootstrap.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 696, sass/_partials/_bootstrap.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 699, sass/_partials/_bootstrap.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 702, sass/_partials/_bootstrap.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 705, sass/_partials/_bootstrap.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 708, sass/_partials/_bootstrap.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 711, sass/_partials/_bootstrap.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 714, sass/_partials/_bootstrap.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 717, sass/_partials/_bootstrap.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 720, sass/_partials/_bootstrap.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 723, sass/_partials/_bootstrap.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 726, sass/_partials/_bootstrap.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 729, sass/_partials/_bootstrap.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 732, sass/_partials/_bootstrap.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 735, sass/_partials/_bootstrap.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 738, sass/_partials/_bootstrap.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 741, sass/_partials/_bootstrap.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 744, sass/_partials/_bootstrap.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 747, sass/_partials/_bootstrap.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 750, sass/_partials/_bootstrap.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 753, sass/_partials/_bootstrap.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 756, sass/_partials/_bootstrap.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 759, sass/_partials/_bootstrap.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 762, sass/_partials/_bootstrap.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 765, sass/_partials/_bootstrap.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 768, sass/_partials/_bootstrap.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 771, sass/_partials/_bootstrap.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 774, sass/_partials/_bootstrap.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 777, sass/_partials/_bootstrap.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 780, sass/_partials/_bootstrap.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 783, sass/_partials/_bootstrap.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 786, sass/_partials/_bootstrap.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 789, sass/_partials/_bootstrap.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 792, sass/_partials/_bootstrap.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 795, sass/_partials/_bootstrap.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 798, sass/_partials/_bootstrap.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 801, sass/_partials/_bootstrap.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 804, sass/_partials/_bootstrap.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 807, sass/_partials/_bootstrap.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 810, sass/_partials/_bootstrap.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 813, sass/_partials/_bootstrap.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 816, sass/_partials/_bootstrap.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 819, sass/_partials/_bootstrap.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 822, sass/_partials/_bootstrap.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 825, sass/_partials/_bootstrap.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 828, sass/_partials/_bootstrap.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 831, sass/_partials/_bootstrap.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 834, sass/_partials/_bootstrap.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 837, sass/_partials/_bootstrap.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 840, sass/_partials/_bootstrap.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 843, sass/_partials/_bootstrap.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 846, sass/_partials/_bootstrap.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 849, sass/_partials/_bootstrap.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 852, sass/_partials/_bootstrap.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 855, sass/_partials/_bootstrap.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 858, sass/_partials/_bootstrap.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 861, sass/_partials/_bootstrap.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 864, sass/_partials/_bootstrap.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 867, sass/_partials/_bootstrap.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 870, sass/_partials/_bootstrap.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 873, sass/_partials/_bootstrap.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 876, sass/_partials/_bootstrap.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 879, sass/_partials/_bootstrap.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 882, sass/_partials/_bootstrap.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 885, sass/_partials/_bootstrap.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 888, sass/_partials/_bootstrap.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 891, sass/_partials/_bootstrap.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 894, sass/_partials/_bootstrap.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 897, sass/_partials/_bootstrap.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 900, sass/_partials/_bootstrap.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 903, sass/_partials/_bootstrap.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 906, sass/_partials/_bootstrap.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 909, sass/_partials/_bootstrap.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 912, sass/_partials/_bootstrap.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 915, sass/_partials/_bootstrap.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 918, sass/_partials/_bootstrap.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 921, sass/_partials/_bootstrap.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 924, sass/_partials/_bootstrap.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 927, sass/_partials/_bootstrap.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 930, sass/_partials/_bootstrap.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 933, sass/_partials/_bootstrap.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 936, sass/_partials/_bootstrap.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 939, sass/_partials/_bootstrap.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 942, sass/_partials/_bootstrap.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 945, sass/_partials/_bootstrap.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 948, sass/_partials/_bootstrap.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 951, sass/_partials/_bootstrap.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 954, sass/_partials/_bootstrap.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 957, sass/_partials/_bootstrap.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 960, sass/_partials/_bootstrap.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 963, sass/_partials/_bootstrap.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 966, sass/_partials/_bootstrap.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 969, sass/_partials/_bootstrap.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 972, sass/_partials/_bootstrap.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 975, sass/_partials/_bootstrap.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 978, sass/_partials/_bootstrap.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 981, sass/_partials/_bootstrap.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 984, sass/_partials/_bootstrap.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 987, sass/_partials/_bootstrap.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 990, sass/_partials/_bootstrap.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 993, sass/_partials/_bootstrap.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 996, sass/_partials/_bootstrap.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 999, sass/_partials/_bootstrap.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1002, sass/_partials/_bootstrap.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1005, sass/_partials/_bootstrap.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1008, sass/_partials/_bootstrap.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1011, sass/_partials/_bootstrap.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1014, sass/_partials/_bootstrap.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1017, sass/_partials/_bootstrap.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1020, sass/_partials/_bootstrap.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1023, sass/_partials/_bootstrap.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1026, sass/_partials/_bootstrap.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1029, sass/_partials/_bootstrap.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1032, sass/_partials/_bootstrap.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1035, sass/_partials/_bootstrap.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1038, sass/_partials/_bootstrap.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1041, sass/_partials/_bootstrap.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1044, sass/_partials/_bootstrap.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1047, sass/_partials/_bootstrap.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1050, sass/_partials/_bootstrap.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1053, sass/_partials/_bootstrap.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1056, sass/_partials/_bootstrap.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1059, sass/_partials/_bootstrap.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1062, sass/_partials/_bootstrap.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1065, sass/_partials/_bootstrap.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1068, sass/_partials/_bootstrap.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1073, sass/_partials/_bootstrap.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1079, sass/_partials/_bootstrap.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 1084, sass/_partials/_bootstrap.scss */
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 1091, sass/_partials/_bootstrap.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1099, sass/_partials/_bootstrap.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 1103, sass/_partials/_bootstrap.scss */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 1108, sass/_partials/_bootstrap.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1112, sass/_partials/_bootstrap.scss */
figure {
  margin: 0;
}

/* line 1115, sass/_partials/_bootstrap.scss */
img {
  vertical-align: middle;
}

/* line 1118, sass/_partials/_bootstrap.scss */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1127, sass/_partials/_bootstrap.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 1130, sass/_partials/_bootstrap.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 1143, sass/_partials/_bootstrap.scss */
.img-circle {
  border-radius: 50%;
}

/* line 1146, sass/_partials/_bootstrap.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 1152, sass/_partials/_bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1162, sass/_partials/_bootstrap.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1171, sass/_partials/_bootstrap.scss */
[role="button"] {
  cursor: pointer;
}

/* line 1174, sass/_partials/_bootstrap.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 1191, sass/_partials/_bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

/* line 1219, sass/_partials/_bootstrap.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1228, sass/_partials/_bootstrap.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 1242, sass/_partials/_bootstrap.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1251, sass/_partials/_bootstrap.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 1265, sass/_partials/_bootstrap.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 1269, sass/_partials/_bootstrap.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 1273, sass/_partials/_bootstrap.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 1277, sass/_partials/_bootstrap.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 1281, sass/_partials/_bootstrap.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 1285, sass/_partials/_bootstrap.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 1289, sass/_partials/_bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 1292, sass/_partials/_bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1299, sass/_partials/_bootstrap.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 1303, sass/_partials/_bootstrap.scss */
small,
.small {
  font-size: 85%;
}

/* line 1307, sass/_partials/_bootstrap.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 1312, sass/_partials/_bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 1315, sass/_partials/_bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 1318, sass/_partials/_bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 1321, sass/_partials/_bootstrap.scss */
.text-justify {
  text-align: justify;
}

/* line 1324, sass/_partials/_bootstrap.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1327, sass/_partials/_bootstrap.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1330, sass/_partials/_bootstrap.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1333, sass/_partials/_bootstrap.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1336, sass/_partials/_bootstrap.scss */
.text-muted {
  color: #777;
}

/* line 1339, sass/_partials/_bootstrap.scss */
.text-primary {
  color: #337ab7;
}

/* line 1342, sass/_partials/_bootstrap.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 1346, sass/_partials/_bootstrap.scss */
.text-success {
  color: #3c763d;
}

/* line 1349, sass/_partials/_bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 1353, sass/_partials/_bootstrap.scss */
.text-info {
  color: #31708f;
}

/* line 1356, sass/_partials/_bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 1360, sass/_partials/_bootstrap.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 1363, sass/_partials/_bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 1367, sass/_partials/_bootstrap.scss */
.text-danger {
  color: #a94442;
}

/* line 1370, sass/_partials/_bootstrap.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 1374, sass/_partials/_bootstrap.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1378, sass/_partials/_bootstrap.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 1382, sass/_partials/_bootstrap.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 1385, sass/_partials/_bootstrap.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 1389, sass/_partials/_bootstrap.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 1392, sass/_partials/_bootstrap.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 1396, sass/_partials/_bootstrap.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1399, sass/_partials/_bootstrap.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 1403, sass/_partials/_bootstrap.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 1406, sass/_partials/_bootstrap.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 1410, sass/_partials/_bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 1415, sass/_partials/_bootstrap.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1420, sass/_partials/_bootstrap.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 1426, sass/_partials/_bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1430, sass/_partials/_bootstrap.scss */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 1435, sass/_partials/_bootstrap.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1440, sass/_partials/_bootstrap.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1444, sass/_partials/_bootstrap.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1448, sass/_partials/_bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 1451, sass/_partials/_bootstrap.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1455, sass/_partials/_bootstrap.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 1464, sass/_partials/_bootstrap.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 1468, sass/_partials/_bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 1473, sass/_partials/_bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1477, sass/_partials/_bootstrap.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 1483, sass/_partials/_bootstrap.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1488, sass/_partials/_bootstrap.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 1496, sass/_partials/_bootstrap.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1501, sass/_partials/_bootstrap.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 1509, sass/_partials/_bootstrap.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 1517, sass/_partials/_bootstrap.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1525, sass/_partials/_bootstrap.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1530, sass/_partials/_bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1536, sass/_partials/_bootstrap.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1543, sass/_partials/_bootstrap.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 1552, sass/_partials/_bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1559, sass/_partials/_bootstrap.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 1572, sass/_partials/_bootstrap.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1580, sass/_partials/_bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1584, sass/_partials/_bootstrap.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 1591, sass/_partials/_bootstrap.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 1596, sass/_partials/_bootstrap.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 1601, sass/_partials/_bootstrap.scss */
  .container {
    width: 1170px;
  }
}
/* line 1605, sass/_partials/_bootstrap.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1611, sass/_partials/_bootstrap.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

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

/* line 1621, sass/_partials/_bootstrap.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 1624, sass/_partials/_bootstrap.scss */
.col-xs-12 {
  width: 100%;
}

/* line 1627, sass/_partials/_bootstrap.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1630, sass/_partials/_bootstrap.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 1633, sass/_partials/_bootstrap.scss */
.col-xs-9 {
  width: 75%;
}

/* line 1636, sass/_partials/_bootstrap.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1639, sass/_partials/_bootstrap.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 1642, sass/_partials/_bootstrap.scss */
.col-xs-6 {
  width: 50%;
}

/* line 1645, sass/_partials/_bootstrap.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 1648, sass/_partials/_bootstrap.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 1651, sass/_partials/_bootstrap.scss */
.col-xs-3 {
  width: 25%;
}

/* line 1654, sass/_partials/_bootstrap.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1657, sass/_partials/_bootstrap.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1660, sass/_partials/_bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1663, sass/_partials/_bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1666, sass/_partials/_bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1669, sass/_partials/_bootstrap.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1672, sass/_partials/_bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1675, sass/_partials/_bootstrap.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1678, sass/_partials/_bootstrap.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1681, sass/_partials/_bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1684, sass/_partials/_bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1687, sass/_partials/_bootstrap.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1690, sass/_partials/_bootstrap.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1693, sass/_partials/_bootstrap.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1696, sass/_partials/_bootstrap.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 1699, sass/_partials/_bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1702, sass/_partials/_bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1705, sass/_partials/_bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 1708, sass/_partials/_bootstrap.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 1711, sass/_partials/_bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1714, sass/_partials/_bootstrap.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 1717, sass/_partials/_bootstrap.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 1720, sass/_partials/_bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 1723, sass/_partials/_bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 1726, sass/_partials/_bootstrap.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 1729, sass/_partials/_bootstrap.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1732, sass/_partials/_bootstrap.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 1735, sass/_partials/_bootstrap.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 1738, sass/_partials/_bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1741, sass/_partials/_bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 1744, sass/_partials/_bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 1747, sass/_partials/_bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1750, sass/_partials/_bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 1753, sass/_partials/_bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 1756, sass/_partials/_bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1759, sass/_partials/_bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 1762, sass/_partials/_bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 1765, sass/_partials/_bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1768, sass/_partials/_bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 1771, sass/_partials/_bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 1774, sass/_partials/_bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1778, sass/_partials/_bootstrap.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 1781, sass/_partials/_bootstrap.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 1784, sass/_partials/_bootstrap.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 1787, sass/_partials/_bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 1790, sass/_partials/_bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 1793, sass/_partials/_bootstrap.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 1796, sass/_partials/_bootstrap.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 1799, sass/_partials/_bootstrap.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 1802, sass/_partials/_bootstrap.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 1805, sass/_partials/_bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 1808, sass/_partials/_bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 1811, sass/_partials/_bootstrap.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 1814, sass/_partials/_bootstrap.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 1817, sass/_partials/_bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 1820, sass/_partials/_bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 1823, sass/_partials/_bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 1826, sass/_partials/_bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 1829, sass/_partials/_bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 1832, sass/_partials/_bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 1835, sass/_partials/_bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 1838, sass/_partials/_bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 1841, sass/_partials/_bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 1844, sass/_partials/_bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 1847, sass/_partials/_bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 1850, sass/_partials/_bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 1853, sass/_partials/_bootstrap.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 1856, sass/_partials/_bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1859, sass/_partials/_bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 1862, sass/_partials/_bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 1865, sass/_partials/_bootstrap.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 1868, sass/_partials/_bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 1871, sass/_partials/_bootstrap.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 1874, sass/_partials/_bootstrap.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 1877, sass/_partials/_bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 1880, sass/_partials/_bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 1883, sass/_partials/_bootstrap.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 1886, sass/_partials/_bootstrap.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 1889, sass/_partials/_bootstrap.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 1892, sass/_partials/_bootstrap.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 1895, sass/_partials/_bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1898, sass/_partials/_bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1901, sass/_partials/_bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1904, sass/_partials/_bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1907, sass/_partials/_bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1910, sass/_partials/_bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1913, sass/_partials/_bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1916, sass/_partials/_bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1919, sass/_partials/_bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1922, sass/_partials/_bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1925, sass/_partials/_bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1928, sass/_partials/_bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1931, sass/_partials/_bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 1936, sass/_partials/_bootstrap.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 1939, sass/_partials/_bootstrap.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 1942, sass/_partials/_bootstrap.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 1945, sass/_partials/_bootstrap.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 1948, sass/_partials/_bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 1951, sass/_partials/_bootstrap.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 1954, sass/_partials/_bootstrap.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 1957, sass/_partials/_bootstrap.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 1960, sass/_partials/_bootstrap.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 1963, sass/_partials/_bootstrap.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 1966, sass/_partials/_bootstrap.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 1969, sass/_partials/_bootstrap.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 1972, sass/_partials/_bootstrap.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 1975, sass/_partials/_bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1978, sass/_partials/_bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 1981, sass/_partials/_bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 1984, sass/_partials/_bootstrap.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1987, sass/_partials/_bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 1990, sass/_partials/_bootstrap.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 1993, sass/_partials/_bootstrap.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 1996, sass/_partials/_bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 1999, sass/_partials/_bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 2002, sass/_partials/_bootstrap.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 2005, sass/_partials/_bootstrap.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 2008, sass/_partials/_bootstrap.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 2011, sass/_partials/_bootstrap.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 2014, sass/_partials/_bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 2017, sass/_partials/_bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 2020, sass/_partials/_bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 2023, sass/_partials/_bootstrap.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 2026, sass/_partials/_bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 2029, sass/_partials/_bootstrap.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 2032, sass/_partials/_bootstrap.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 2035, sass/_partials/_bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 2038, sass/_partials/_bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 2041, sass/_partials/_bootstrap.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 2044, sass/_partials/_bootstrap.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 2047, sass/_partials/_bootstrap.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 2050, sass/_partials/_bootstrap.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 2053, sass/_partials/_bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 2056, sass/_partials/_bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2059, sass/_partials/_bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2062, sass/_partials/_bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 2065, sass/_partials/_bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2068, sass/_partials/_bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2071, sass/_partials/_bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 2074, sass/_partials/_bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2077, sass/_partials/_bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2080, sass/_partials/_bootstrap.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 2083, sass/_partials/_bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2086, sass/_partials/_bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2089, sass/_partials/_bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 2094, sass/_partials/_bootstrap.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 2097, sass/_partials/_bootstrap.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 2100, sass/_partials/_bootstrap.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 2103, sass/_partials/_bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 2106, sass/_partials/_bootstrap.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 2109, sass/_partials/_bootstrap.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 2112, sass/_partials/_bootstrap.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 2115, sass/_partials/_bootstrap.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 2118, sass/_partials/_bootstrap.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 2121, sass/_partials/_bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 2124, sass/_partials/_bootstrap.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 2127, sass/_partials/_bootstrap.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 2130, sass/_partials/_bootstrap.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 2133, sass/_partials/_bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 2136, sass/_partials/_bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 2139, sass/_partials/_bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 2142, sass/_partials/_bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 2145, sass/_partials/_bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 2148, sass/_partials/_bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 2151, sass/_partials/_bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 2154, sass/_partials/_bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 2157, sass/_partials/_bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 2160, sass/_partials/_bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 2163, sass/_partials/_bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 2166, sass/_partials/_bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 2169, sass/_partials/_bootstrap.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 2172, sass/_partials/_bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 2175, sass/_partials/_bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 2178, sass/_partials/_bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 2181, sass/_partials/_bootstrap.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 2184, sass/_partials/_bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 2187, sass/_partials/_bootstrap.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 2190, sass/_partials/_bootstrap.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 2193, sass/_partials/_bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 2196, sass/_partials/_bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 2199, sass/_partials/_bootstrap.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 2202, sass/_partials/_bootstrap.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 2205, sass/_partials/_bootstrap.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 2208, sass/_partials/_bootstrap.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 2211, sass/_partials/_bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 2214, sass/_partials/_bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2217, sass/_partials/_bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2220, sass/_partials/_bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 2223, sass/_partials/_bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2226, sass/_partials/_bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2229, sass/_partials/_bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 2232, sass/_partials/_bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2235, sass/_partials/_bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2238, sass/_partials/_bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 2241, sass/_partials/_bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2244, sass/_partials/_bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2247, sass/_partials/_bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 2251, sass/_partials/_bootstrap.scss */
table {
  background-color: transparent;
}

/* line 2254, sass/_partials/_bootstrap.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 2260, sass/_partials/_bootstrap.scss */
th {
  text-align: left;
}

/* line 2263, sass/_partials/_bootstrap.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2268, sass/_partials/_bootstrap.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 2279, sass/_partials/_bootstrap.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 2283, sass/_partials/_bootstrap.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 2291, sass/_partials/_bootstrap.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 2294, sass/_partials/_bootstrap.scss */
.table .table {
  background-color: #fff;
}

/* line 2297, sass/_partials/_bootstrap.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 2305, sass/_partials/_bootstrap.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 2308, sass/_partials/_bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 2316, sass/_partials/_bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 2320, sass/_partials/_bootstrap.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 2323, sass/_partials/_bootstrap.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 2326, sass/_partials/_bootstrap.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 2331, sass/_partials/_bootstrap.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 2337, sass/_partials/_bootstrap.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 2351, sass/_partials/_bootstrap.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 2358, sass/_partials/_bootstrap.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 2372, sass/_partials/_bootstrap.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 2379, sass/_partials/_bootstrap.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 2393, sass/_partials/_bootstrap.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 2400, sass/_partials/_bootstrap.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 2414, sass/_partials/_bootstrap.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 2421, sass/_partials/_bootstrap.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 2435, sass/_partials/_bootstrap.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 2442, sass/_partials/_bootstrap.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

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

  /* line 2454, sass/_partials/_bootstrap.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 2457, sass/_partials/_bootstrap.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 2465, sass/_partials/_bootstrap.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 2468, sass/_partials/_bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 2476, sass/_partials/_bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 2484, sass/_partials/_bootstrap.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 2491, sass/_partials/_bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 2497, sass/_partials/_bootstrap.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 2508, sass/_partials/_bootstrap.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 2514, sass/_partials/_bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2519, sass/_partials/_bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 2525, sass/_partials/_bootstrap.scss */
input[type="file"] {
  display: block;
}

/* line 2528, sass/_partials/_bootstrap.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 2532, sass/_partials/_bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 2536, sass/_partials/_bootstrap.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2542, sass/_partials/_bootstrap.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 2549, sass/_partials/_bootstrap.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 2567, sass/_partials/_bootstrap.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 2573, sass/_partials/_bootstrap.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 2577, sass/_partials/_bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 2580, sass/_partials/_bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 2583, sass/_partials/_bootstrap.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2587, sass/_partials/_bootstrap.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 2593, sass/_partials/_bootstrap.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 2597, sass/_partials/_bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 2600, sass/_partials/_bootstrap.scss */
input[type="search"] {
  -webkit-appearance: none;
}

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

  /* line 2610, sass/_partials/_bootstrap.scss */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 2620, sass/_partials/_bootstrap.scss */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 2631, sass/_partials/_bootstrap.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 2634, sass/_partials/_bootstrap.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2641, sass/_partials/_bootstrap.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2649, sass/_partials/_bootstrap.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 2657, sass/_partials/_bootstrap.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 2661, sass/_partials/_bootstrap.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 2671, sass/_partials/_bootstrap.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2676, sass/_partials/_bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 2684, sass/_partials/_bootstrap.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2690, sass/_partials/_bootstrap.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 2696, sass/_partials/_bootstrap.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 2702, sass/_partials/_bootstrap.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 2707, sass/_partials/_bootstrap.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2714, sass/_partials/_bootstrap.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2718, sass/_partials/_bootstrap.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 2722, sass/_partials/_bootstrap.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2729, sass/_partials/_bootstrap.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 2733, sass/_partials/_bootstrap.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 2737, sass/_partials/_bootstrap.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 2744, sass/_partials/_bootstrap.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2751, sass/_partials/_bootstrap.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 2755, sass/_partials/_bootstrap.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 2759, sass/_partials/_bootstrap.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2766, sass/_partials/_bootstrap.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 2770, sass/_partials/_bootstrap.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 2774, sass/_partials/_bootstrap.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 2781, sass/_partials/_bootstrap.scss */
.has-feedback {
  position: relative;
}

/* line 2784, sass/_partials/_bootstrap.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 2787, sass/_partials/_bootstrap.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 2799, sass/_partials/_bootstrap.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 2806, sass/_partials/_bootstrap.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2813, sass/_partials/_bootstrap.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 2825, sass/_partials/_bootstrap.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 2830, sass/_partials/_bootstrap.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 2835, sass/_partials/_bootstrap.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 2840, sass/_partials/_bootstrap.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2843, sass/_partials/_bootstrap.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 2855, sass/_partials/_bootstrap.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 2860, sass/_partials/_bootstrap.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 2865, sass/_partials/_bootstrap.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 2870, sass/_partials/_bootstrap.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2873, sass/_partials/_bootstrap.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

/* line 2885, sass/_partials/_bootstrap.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 2890, sass/_partials/_bootstrap.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 2895, sass/_partials/_bootstrap.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 2900, sass/_partials/_bootstrap.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 2903, sass/_partials/_bootstrap.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 2906, sass/_partials/_bootstrap.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2909, sass/_partials/_bootstrap.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 2916, sass/_partials/_bootstrap.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2921, sass/_partials/_bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2926, sass/_partials/_bootstrap.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 2929, sass/_partials/_bootstrap.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 2933, sass/_partials/_bootstrap.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 2938, sass/_partials/_bootstrap.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 2941, sass/_partials/_bootstrap.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2945, sass/_partials/_bootstrap.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2952, sass/_partials/_bootstrap.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 2956, sass/_partials/_bootstrap.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 2961, sass/_partials/_bootstrap.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2965, sass/_partials/_bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2973, sass/_partials/_bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 2977, sass/_partials/_bootstrap.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

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

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

/* line 3024, sass/_partials/_bootstrap.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3033, sass/_partials/_bootstrap.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 3039, sass/_partials/_bootstrap.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 3046, sass/_partials/_bootstrap.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 3055, sass/_partials/_bootstrap.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 3059, sass/_partials/_bootstrap.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 3064, sass/_partials/_bootstrap.scss */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 3070, sass/_partials/_bootstrap.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3075, sass/_partials/_bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3082, sass/_partials/_bootstrap.scss */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3095, sass/_partials/_bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 3100, sass/_partials/_bootstrap.scss */
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3112, sass/_partials/_bootstrap.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 3116, sass/_partials/_bootstrap.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3121, sass/_partials/_bootstrap.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 3127, sass/_partials/_bootstrap.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3132, sass/_partials/_bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3139, sass/_partials/_bootstrap.scss */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3152, sass/_partials/_bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 3157, sass/_partials/_bootstrap.scss */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3169, sass/_partials/_bootstrap.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 3173, sass/_partials/_bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3178, sass/_partials/_bootstrap.scss */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 3184, sass/_partials/_bootstrap.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3189, sass/_partials/_bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3196, sass/_partials/_bootstrap.scss */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 3209, sass/_partials/_bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 3214, sass/_partials/_bootstrap.scss */
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3226, sass/_partials/_bootstrap.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 3230, sass/_partials/_bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3235, sass/_partials/_bootstrap.scss */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 3241, sass/_partials/_bootstrap.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3246, sass/_partials/_bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3253, sass/_partials/_bootstrap.scss */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 3266, sass/_partials/_bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 3271, sass/_partials/_bootstrap.scss */
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3283, sass/_partials/_bootstrap.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 3287, sass/_partials/_bootstrap.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3292, sass/_partials/_bootstrap.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 3298, sass/_partials/_bootstrap.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3303, sass/_partials/_bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3310, sass/_partials/_bootstrap.scss */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 3323, sass/_partials/_bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 3328, sass/_partials/_bootstrap.scss */
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3340, sass/_partials/_bootstrap.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 3344, sass/_partials/_bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3349, sass/_partials/_bootstrap.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 3355, sass/_partials/_bootstrap.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3360, sass/_partials/_bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3367, sass/_partials/_bootstrap.scss */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 3380, sass/_partials/_bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 3385, sass/_partials/_bootstrap.scss */
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3397, sass/_partials/_bootstrap.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 3401, sass/_partials/_bootstrap.scss */
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

/* line 3406, sass/_partials/_bootstrap.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 3415, sass/_partials/_bootstrap.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 3421, sass/_partials/_bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3427, sass/_partials/_bootstrap.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

/* line 3434, sass/_partials/_bootstrap.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3441, sass/_partials/_bootstrap.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3448, sass/_partials/_bootstrap.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3455, sass/_partials/_bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3459, sass/_partials/_bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3462, sass/_partials/_bootstrap.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3467, sass/_partials/_bootstrap.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 3473, sass/_partials/_bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3476, sass/_partials/_bootstrap.scss */
.collapse {
  display: none;
}

/* line 3479, sass/_partials/_bootstrap.scss */
.collapse.in {
  display: block;
}

/* line 3482, sass/_partials/_bootstrap.scss */
tr.collapse.in {
  display: table-row;
}

/* line 3485, sass/_partials/_bootstrap.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 3488, sass/_partials/_bootstrap.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 3502, sass/_partials/_bootstrap.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 3513, sass/_partials/_bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 3517, sass/_partials/_bootstrap.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3520, sass/_partials/_bootstrap.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 3542, sass/_partials/_bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3546, sass/_partials/_bootstrap.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3552, sass/_partials/_bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 3561, sass/_partials/_bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 3567, sass/_partials/_bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 3575, sass/_partials/_bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

/* line 3580, sass/_partials/_bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 3588, sass/_partials/_bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3591, sass/_partials/_bootstrap.scss */
.open > a {
  outline: 0;
}

/* line 3594, sass/_partials/_bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3598, sass/_partials/_bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3602, sass/_partials/_bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 3610, sass/_partials/_bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3618, sass/_partials/_bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3622, sass/_partials/_bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 3629, sass/_partials/_bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 3636, sass/_partials/_bootstrap.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* line 3640, sass/_partials/_bootstrap.scss */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* line 3645, sass/_partials/_bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3651, sass/_partials/_bootstrap.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3656, sass/_partials/_bootstrap.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 3666, sass/_partials/_bootstrap.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 3672, sass/_partials/_bootstrap.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3675, sass/_partials/_bootstrap.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3680, sass/_partials/_bootstrap.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3685, sass/_partials/_bootstrap.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3688, sass/_partials/_bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3691, sass/_partials/_bootstrap.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3695, sass/_partials/_bootstrap.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 3700, sass/_partials/_bootstrap.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 3703, sass/_partials/_bootstrap.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3706, sass/_partials/_bootstrap.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 3711, sass/_partials/_bootstrap.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3715, sass/_partials/_bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3719, sass/_partials/_bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 3723, sass/_partials/_bootstrap.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 3727, sass/_partials/_bootstrap.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 3731, sass/_partials/_bootstrap.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3735, sass/_partials/_bootstrap.scss */
.btn .caret {
  margin-left: 0;
}

/* line 3738, sass/_partials/_bootstrap.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3742, sass/_partials/_bootstrap.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3745, sass/_partials/_bootstrap.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 3753, sass/_partials/_bootstrap.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3756, sass/_partials/_bootstrap.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 3763, sass/_partials/_bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3766, sass/_partials/_bootstrap.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3772, sass/_partials/_bootstrap.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 3778, sass/_partials/_bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3781, sass/_partials/_bootstrap.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 3786, sass/_partials/_bootstrap.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 3790, sass/_partials/_bootstrap.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3796, sass/_partials/_bootstrap.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 3802, sass/_partials/_bootstrap.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3805, sass/_partials/_bootstrap.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3808, sass/_partials/_bootstrap.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3816, sass/_partials/_bootstrap.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3821, sass/_partials/_bootstrap.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3826, sass/_partials/_bootstrap.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3833, sass/_partials/_bootstrap.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 3836, sass/_partials/_bootstrap.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 3845, sass/_partials/_bootstrap.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 3851, sass/_partials/_bootstrap.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3859, sass/_partials/_bootstrap.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 3868, sass/_partials/_bootstrap.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 3874, sass/_partials/_bootstrap.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3882, sass/_partials/_bootstrap.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3887, sass/_partials/_bootstrap.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3892, sass/_partials/_bootstrap.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3898, sass/_partials/_bootstrap.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 3909, sass/_partials/_bootstrap.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3914, sass/_partials/_bootstrap.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3919, sass/_partials/_bootstrap.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3923, sass/_partials/_bootstrap.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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3933, sass/_partials/_bootstrap.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3936, sass/_partials/_bootstrap.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3946, sass/_partials/_bootstrap.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3949, sass/_partials/_bootstrap.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3954, sass/_partials/_bootstrap.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 3957, sass/_partials/_bootstrap.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3960, sass/_partials/_bootstrap.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3965, sass/_partials/_bootstrap.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3969, sass/_partials/_bootstrap.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 3974, sass/_partials/_bootstrap.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3979, sass/_partials/_bootstrap.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 3983, sass/_partials/_bootstrap.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3988, sass/_partials/_bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 3993, sass/_partials/_bootstrap.scss */
.nav > li.disabled > a {
  color: #777;
}

/* line 3996, sass/_partials/_bootstrap.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 4003, sass/_partials/_bootstrap.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 4009, sass/_partials/_bootstrap.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4015, sass/_partials/_bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 4018, sass/_partials/_bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4021, sass/_partials/_bootstrap.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 4025, sass/_partials/_bootstrap.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 4031, sass/_partials/_bootstrap.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 4034, sass/_partials/_bootstrap.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4043, sass/_partials/_bootstrap.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4047, sass/_partials/_bootstrap.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 4050, sass/_partials/_bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4054, sass/_partials/_bootstrap.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4059, sass/_partials/_bootstrap.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 4063, sass/_partials/_bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4067, sass/_partials/_bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4071, sass/_partials/_bootstrap.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4077, sass/_partials/_bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 4081, sass/_partials/_bootstrap.scss */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 4087, sass/_partials/_bootstrap.scss */
.nav-pills > li {
  float: left;
}

/* line 4090, sass/_partials/_bootstrap.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 4093, sass/_partials/_bootstrap.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 4096, sass/_partials/_bootstrap.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 4102, sass/_partials/_bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4105, sass/_partials/_bootstrap.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 4109, sass/_partials/_bootstrap.scss */
.nav-justified {
  width: 100%;
}

/* line 4112, sass/_partials/_bootstrap.scss */
.nav-justified > li {
  float: none;
}

/* line 4115, sass/_partials/_bootstrap.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4119, sass/_partials/_bootstrap.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4124, sass/_partials/_bootstrap.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 4128, sass/_partials/_bootstrap.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4132, sass/_partials/_bootstrap.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 4135, sass/_partials/_bootstrap.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4139, sass/_partials/_bootstrap.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4145, sass/_partials/_bootstrap.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 4149, sass/_partials/_bootstrap.scss */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 4155, sass/_partials/_bootstrap.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4158, sass/_partials/_bootstrap.scss */
.tab-content > .active {
  display: block;
}

/* line 4161, sass/_partials/_bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4166, sass/_partials/_bootstrap.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 4173, sass/_partials/_bootstrap.scss */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 4178, sass/_partials/_bootstrap.scss */
  .navbar-header {
    float: left;
  }
}
/* line 4182, sass/_partials/_bootstrap.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 4191, sass/_partials/_bootstrap.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4195, sass/_partials/_bootstrap.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 4201, sass/_partials/_bootstrap.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 4207, sass/_partials/_bootstrap.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 4210, sass/_partials/_bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 4217, sass/_partials/_bootstrap.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4222, sass/_partials/_bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 4227, sass/_partials/_bootstrap.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 4235, sass/_partials/_bootstrap.scss */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 4243, sass/_partials/_bootstrap.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4248, sass/_partials/_bootstrap.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 4252, sass/_partials/_bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 4260, sass/_partials/_bootstrap.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 4265, sass/_partials/_bootstrap.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 4269, sass/_partials/_bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 4274, sass/_partials/_bootstrap.scss */
.navbar-brand {
  float: left;
  /*height: 50px;*/
  padding: 5px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 4281, sass/_partials/_bootstrap.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4285, sass/_partials/_bootstrap.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 4289, sass/_partials/_bootstrap.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 4294, sass/_partials/_bootstrap.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 4306, sass/_partials/_bootstrap.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 4309, sass/_partials/_bootstrap.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4315, sass/_partials/_bootstrap.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4319, sass/_partials/_bootstrap.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 4323, sass/_partials/_bootstrap.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 4326, sass/_partials/_bootstrap.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 4332, sass/_partials/_bootstrap.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 4342, sass/_partials/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 4346, sass/_partials/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 4349, sass/_partials/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 4355, sass/_partials/_bootstrap.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 4359, sass/_partials/_bootstrap.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 4362, sass/_partials/_bootstrap.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 4367, sass/_partials/_bootstrap.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 4379, sass/_partials/_bootstrap.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4384, sass/_partials/_bootstrap.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 4389, sass/_partials/_bootstrap.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 4392, sass/_partials/_bootstrap.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 4396, sass/_partials/_bootstrap.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 4401, sass/_partials/_bootstrap.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 4404, sass/_partials/_bootstrap.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4408, sass/_partials/_bootstrap.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4415, sass/_partials/_bootstrap.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 4419, sass/_partials/_bootstrap.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 4424, sass/_partials/_bootstrap.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 4429, sass/_partials/_bootstrap.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 4432, sass/_partials/_bootstrap.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 4437, sass/_partials/_bootstrap.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 4448, sass/_partials/_bootstrap.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4453, sass/_partials/_bootstrap.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 4460, sass/_partials/_bootstrap.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4464, sass/_partials/_bootstrap.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4468, sass/_partials/_bootstrap.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4472, sass/_partials/_bootstrap.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4477, sass/_partials/_bootstrap.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 4484, sass/_partials/_bootstrap.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 4487, sass/_partials/_bootstrap.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 4491, sass/_partials/_bootstrap.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 4495, sass/_partials/_bootstrap.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4499, sass/_partials/_bootstrap.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 4502, sass/_partials/_bootstrap.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 4507, sass/_partials/_bootstrap.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 4510, sass/_partials/_bootstrap.scss */
.navbar-default .navbar-nav > li > a {
  color: #fff;
  line-height: 42px;
}

/* line 4514, sass/_partials/_bootstrap.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4519, sass/_partials/_bootstrap.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #73bee5;
}

/* line 4524, sass/_partials/_bootstrap.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 4530, sass/_partials/_bootstrap.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 4533, sass/_partials/_bootstrap.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 4537, sass/_partials/_bootstrap.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 4540, sass/_partials/_bootstrap.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
  padding-right: 30px;
  font-size: 15px;
}

/* line 4546, sass/_partials/_bootstrap.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 4553, sass/_partials/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /* line 4556, sass/_partials/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  /* line 4561, sass/_partials/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  /* line 4567, sass/_partials/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 4574, sass/_partials/_bootstrap.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 4577, sass/_partials/_bootstrap.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 4580, sass/_partials/_bootstrap.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 4583, sass/_partials/_bootstrap.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

/* line 4587, sass/_partials/_bootstrap.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 4593, sass/_partials/_bootstrap.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 4597, sass/_partials/_bootstrap.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 4600, sass/_partials/_bootstrap.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4605, sass/_partials/_bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 4608, sass/_partials/_bootstrap.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 4611, sass/_partials/_bootstrap.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4616, sass/_partials/_bootstrap.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 4622, sass/_partials/_bootstrap.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 4628, sass/_partials/_bootstrap.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 4631, sass/_partials/_bootstrap.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 4635, sass/_partials/_bootstrap.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 4638, sass/_partials/_bootstrap.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4642, sass/_partials/_bootstrap.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 4649, sass/_partials/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 4652, sass/_partials/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 4655, sass/_partials/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  /* line 4658, sass/_partials/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  /* line 4663, sass/_partials/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  /* line 4669, sass/_partials/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 4676, sass/_partials/_bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 4679, sass/_partials/_bootstrap.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 4682, sass/_partials/_bootstrap.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 4685, sass/_partials/_bootstrap.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 4689, sass/_partials/_bootstrap.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 4695, sass/_partials/_bootstrap.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4702, sass/_partials/_bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4705, sass/_partials/_bootstrap.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 4710, sass/_partials/_bootstrap.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 4713, sass/_partials/_bootstrap.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4719, sass/_partials/_bootstrap.scss */
.pagination > li {
  display: inline;
}

/* line 4722, sass/_partials/_bootstrap.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 4734, sass/_partials/_bootstrap.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 4740, sass/_partials/_bootstrap.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4745, sass/_partials/_bootstrap.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 4754, sass/_partials/_bootstrap.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 4766, sass/_partials/_bootstrap.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 4777, sass/_partials/_bootstrap.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 4783, sass/_partials/_bootstrap.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 4788, sass/_partials/_bootstrap.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 4793, sass/_partials/_bootstrap.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 4799, sass/_partials/_bootstrap.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4804, sass/_partials/_bootstrap.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4809, sass/_partials/_bootstrap.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4815, sass/_partials/_bootstrap.scss */
.pager li {
  display: inline;
}

/* line 4818, sass/_partials/_bootstrap.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 4826, sass/_partials/_bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 4831, sass/_partials/_bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4835, sass/_partials/_bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4839, sass/_partials/_bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 4847, sass/_partials/_bootstrap.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4859, sass/_partials/_bootstrap.scss */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4865, sass/_partials/_bootstrap.scss */
.label:empty {
  display: none;
}

/* line 4868, sass/_partials/_bootstrap.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4872, sass/_partials/_bootstrap.scss */
.label-default {
  background-color: #777;
}

/* line 4875, sass/_partials/_bootstrap.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 4879, sass/_partials/_bootstrap.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 4882, sass/_partials/_bootstrap.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

/* line 4886, sass/_partials/_bootstrap.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 4889, sass/_partials/_bootstrap.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4893, sass/_partials/_bootstrap.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 4896, sass/_partials/_bootstrap.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4900, sass/_partials/_bootstrap.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4903, sass/_partials/_bootstrap.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4907, sass/_partials/_bootstrap.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 4910, sass/_partials/_bootstrap.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 4914, sass/_partials/_bootstrap.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

/* line 4928, sass/_partials/_bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 4931, sass/_partials/_bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4935, sass/_partials/_bootstrap.scss */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4940, sass/_partials/_bootstrap.scss */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4946, sass/_partials/_bootstrap.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 4951, sass/_partials/_bootstrap.scss */
.list-group-item > .badge {
  float: right;
}

/* line 4954, sass/_partials/_bootstrap.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4957, sass/_partials/_bootstrap.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4960, sass/_partials/_bootstrap.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 4967, sass/_partials/_bootstrap.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4971, sass/_partials/_bootstrap.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4976, sass/_partials/_bootstrap.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 4979, sass/_partials/_bootstrap.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 4985, sass/_partials/_bootstrap.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4989, sass/_partials/_bootstrap.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 4993, sass/_partials/_bootstrap.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  /* line 4998, sass/_partials/_bootstrap.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 5003, sass/_partials/_bootstrap.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 5015, sass/_partials/_bootstrap.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 5020, sass/_partials/_bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 5025, sass/_partials/_bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 5029, sass/_partials/_bootstrap.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5035, sass/_partials/_bootstrap.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5039, sass/_partials/_bootstrap.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 5042, sass/_partials/_bootstrap.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 5046, sass/_partials/_bootstrap.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 5049, sass/_partials/_bootstrap.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 5053, sass/_partials/_bootstrap.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5060, sass/_partials/_bootstrap.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5065, sass/_partials/_bootstrap.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5068, sass/_partials/_bootstrap.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5071, sass/_partials/_bootstrap.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5076, sass/_partials/_bootstrap.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5079, sass/_partials/_bootstrap.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 5082, sass/_partials/_bootstrap.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5087, sass/_partials/_bootstrap.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5090, sass/_partials/_bootstrap.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 5093, sass/_partials/_bootstrap.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5098, sass/_partials/_bootstrap.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5101, sass/_partials/_bootstrap.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 5128, sass/_partials/_bootstrap.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 5137, sass/_partials/_bootstrap.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 5152, sass/_partials/_bootstrap.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 5160, sass/_partials/_bootstrap.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5166, sass/_partials/_bootstrap.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5169, sass/_partials/_bootstrap.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 5174, sass/_partials/_bootstrap.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5177, sass/_partials/_bootstrap.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 5182, sass/_partials/_bootstrap.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5185, sass/_partials/_bootstrap.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 5190, sass/_partials/_bootstrap.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5193, sass/_partials/_bootstrap.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 5198, sass/_partials/_bootstrap.scss */
.media {
  margin-top: 15px;
}

/* line 5201, sass/_partials/_bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5204, sass/_partials/_bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5209, sass/_partials/_bootstrap.scss */
.media-body {
  width: 10000px;
}

/* line 5212, sass/_partials/_bootstrap.scss */
.media-object {
  display: block;
}

/* line 5215, sass/_partials/_bootstrap.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5218, sass/_partials/_bootstrap.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 5222, sass/_partials/_bootstrap.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 5226, sass/_partials/_bootstrap.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 5232, sass/_partials/_bootstrap.scss */
.media-middle {
  vertical-align: middle;
}

/* line 5235, sass/_partials/_bootstrap.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 5238, sass/_partials/_bootstrap.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5242, sass/_partials/_bootstrap.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5246, sass/_partials/_bootstrap.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5250, sass/_partials/_bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5258, sass/_partials/_bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 5262, sass/_partials/_bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5267, sass/_partials/_bootstrap.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 5271, sass/_partials/_bootstrap.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5275, sass/_partials/_bootstrap.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5283, sass/_partials/_bootstrap.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5287, sass/_partials/_bootstrap.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5294, sass/_partials/_bootstrap.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 5299, sass/_partials/_bootstrap.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

/* line 5304, sass/_partials/_bootstrap.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5312, sass/_partials/_bootstrap.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 5323, sass/_partials/_bootstrap.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 5328, sass/_partials/_bootstrap.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5332, sass/_partials/_bootstrap.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 5336, sass/_partials/_bootstrap.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5340, sass/_partials/_bootstrap.scss */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 5347, sass/_partials/_bootstrap.scss */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 5357, sass/_partials/_bootstrap.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5361, sass/_partials/_bootstrap.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 5365, sass/_partials/_bootstrap.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5369, sass/_partials/_bootstrap.scss */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 5376, sass/_partials/_bootstrap.scss */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 5386, sass/_partials/_bootstrap.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5390, sass/_partials/_bootstrap.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5394, sass/_partials/_bootstrap.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5398, sass/_partials/_bootstrap.scss */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 5405, sass/_partials/_bootstrap.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 5415, sass/_partials/_bootstrap.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5419, sass/_partials/_bootstrap.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 5423, sass/_partials/_bootstrap.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5427, sass/_partials/_bootstrap.scss */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 5434, sass/_partials/_bootstrap.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 5444, sass/_partials/_bootstrap.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5448, sass/_partials/_bootstrap.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5452, sass/_partials/_bootstrap.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 5460, sass/_partials/_bootstrap.scss */
.panel-body {
  padding: 15px;
}

/* line 5463, sass/_partials/_bootstrap.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5469, sass/_partials/_bootstrap.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5472, sass/_partials/_bootstrap.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5478, sass/_partials/_bootstrap.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 5485, sass/_partials/_bootstrap.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 5492, sass/_partials/_bootstrap.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5496, sass/_partials/_bootstrap.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5501, sass/_partials/_bootstrap.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 5507, sass/_partials/_bootstrap.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 5513, sass/_partials/_bootstrap.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5517, sass/_partials/_bootstrap.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5520, sass/_partials/_bootstrap.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5523, sass/_partials/_bootstrap.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 5528, sass/_partials/_bootstrap.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5534, sass/_partials/_bootstrap.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5539, sass/_partials/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5546, sass/_partials/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 5556, sass/_partials/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 5566, sass/_partials/_bootstrap.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5571, sass/_partials/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5578, sass/_partials/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 5588, sass/_partials/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 5598, sass/_partials/_bootstrap.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 5604, sass/_partials/_bootstrap.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 5608, sass/_partials/_bootstrap.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5612, sass/_partials/_bootstrap.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 5626, sass/_partials/_bootstrap.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 5640, sass/_partials/_bootstrap.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 5650, sass/_partials/_bootstrap.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 5660, sass/_partials/_bootstrap.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5664, sass/_partials/_bootstrap.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 5667, sass/_partials/_bootstrap.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5671, sass/_partials/_bootstrap.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5674, sass/_partials/_bootstrap.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5677, sass/_partials/_bootstrap.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 5681, sass/_partials/_bootstrap.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5684, sass/_partials/_bootstrap.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5687, sass/_partials/_bootstrap.scss */
.panel-default {
  border-color: #ddd;
}

/* line 5690, sass/_partials/_bootstrap.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5695, sass/_partials/_bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5698, sass/_partials/_bootstrap.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5702, sass/_partials/_bootstrap.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5705, sass/_partials/_bootstrap.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 5708, sass/_partials/_bootstrap.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5713, sass/_partials/_bootstrap.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 5716, sass/_partials/_bootstrap.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5720, sass/_partials/_bootstrap.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 5723, sass/_partials/_bootstrap.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5726, sass/_partials/_bootstrap.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5731, sass/_partials/_bootstrap.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5734, sass/_partials/_bootstrap.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5738, sass/_partials/_bootstrap.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5741, sass/_partials/_bootstrap.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5744, sass/_partials/_bootstrap.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5749, sass/_partials/_bootstrap.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5752, sass/_partials/_bootstrap.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5756, sass/_partials/_bootstrap.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5759, sass/_partials/_bootstrap.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 5762, sass/_partials/_bootstrap.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5767, sass/_partials/_bootstrap.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5770, sass/_partials/_bootstrap.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5774, sass/_partials/_bootstrap.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5777, sass/_partials/_bootstrap.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5780, sass/_partials/_bootstrap.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5785, sass/_partials/_bootstrap.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5788, sass/_partials/_bootstrap.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5792, sass/_partials/_bootstrap.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5795, sass/_partials/_bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5802, sass/_partials/_bootstrap.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5815, sass/_partials/_bootstrap.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5818, sass/_partials/_bootstrap.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5821, sass/_partials/_bootstrap.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 5831, sass/_partials/_bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5835, sass/_partials/_bootstrap.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5839, sass/_partials/_bootstrap.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5843, sass/_partials/_bootstrap.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 5853, sass/_partials/_bootstrap.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5861, sass/_partials/_bootstrap.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* line 5868, sass/_partials/_bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 5871, sass/_partials/_bootstrap.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 5883, sass/_partials/_bootstrap.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 5892, sass/_partials/_bootstrap.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 5898, sass/_partials/_bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5902, sass/_partials/_bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5907, sass/_partials/_bootstrap.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 5919, sass/_partials/_bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5928, sass/_partials/_bootstrap.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5932, sass/_partials/_bootstrap.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5936, sass/_partials/_bootstrap.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5940, sass/_partials/_bootstrap.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5943, sass/_partials/_bootstrap.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5947, sass/_partials/_bootstrap.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5951, sass/_partials/_bootstrap.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5956, sass/_partials/_bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5960, sass/_partials/_bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5963, sass/_partials/_bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5966, sass/_partials/_bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5974, sass/_partials/_bootstrap.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 5978, sass/_partials/_bootstrap.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 5982, sass/_partials/_bootstrap.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5987, sass/_partials/_bootstrap.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 5991, sass/_partials/_bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

/* line 6015, sass/_partials/_bootstrap.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 6019, sass/_partials/_bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 6023, sass/_partials/_bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 6027, sass/_partials/_bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 6031, sass/_partials/_bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 6035, sass/_partials/_bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 6043, sass/_partials/_bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6050, sass/_partials/_bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6057, sass/_partials/_bootstrap.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6064, sass/_partials/_bootstrap.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6071, sass/_partials/_bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 6078, sass/_partials/_bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 6085, sass/_partials/_bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6092, sass/_partials/_bootstrap.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6099, sass/_partials/_bootstrap.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6106, sass/_partials/_bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

/* line 6140, sass/_partials/_bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 6143, sass/_partials/_bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 6146, sass/_partials/_bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 6149, sass/_partials/_bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 6152, sass/_partials/_bootstrap.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 6160, sass/_partials/_bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 6163, sass/_partials/_bootstrap.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6172, sass/_partials/_bootstrap.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 6175, sass/_partials/_bootstrap.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 6179, sass/_partials/_bootstrap.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 6187, sass/_partials/_bootstrap.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 6194, sass/_partials/_bootstrap.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 6202, sass/_partials/_bootstrap.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 6209, sass/_partials/_bootstrap.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 6217, sass/_partials/_bootstrap.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 6224, sass/_partials/_bootstrap.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 6232, sass/_partials/_bootstrap.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 6239, sass/_partials/_bootstrap.scss */
.carousel {
  position: relative;
}

/* line 6242, sass/_partials/_bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6247, sass/_partials/_bootstrap.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 6254, sass/_partials/_bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6259, sass/_partials/_bootstrap.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 6269, sass/_partials/_bootstrap.scss */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 6275, sass/_partials/_bootstrap.scss */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 6281, sass/_partials/_bootstrap.scss */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 6289, sass/_partials/_bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6294, sass/_partials/_bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6297, sass/_partials/_bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6303, sass/_partials/_bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6306, sass/_partials/_bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6309, sass/_partials/_bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6313, sass/_partials/_bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6316, sass/_partials/_bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6319, sass/_partials/_bootstrap.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6333, sass/_partials/_bootstrap.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 6341, sass/_partials/_bootstrap.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 6351, sass/_partials/_bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 6359, sass/_partials/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 6369, sass/_partials/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6374, sass/_partials/_bootstrap.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6379, sass/_partials/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 6386, sass/_partials/_bootstrap.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6389, sass/_partials/_bootstrap.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6392, sass/_partials/_bootstrap.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 6403, sass/_partials/_bootstrap.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 6415, sass/_partials/_bootstrap.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 6421, sass/_partials/_bootstrap.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 6433, sass/_partials/_bootstrap.scss */
.carousel-caption .btn {
  text-shadow: none;
}

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

  /* line 6446, sass/_partials/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  /* line 6450, sass/_partials/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 6454, sass/_partials/_bootstrap.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 6459, sass/_partials/_bootstrap.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 6463, sass/_partials/_bootstrap.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 6498, sass/_partials/_bootstrap.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* line 6516, sass/_partials/_bootstrap.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 6521, sass/_partials/_bootstrap.scss */
.pull-right {
  float: right !important;
}

/* line 6524, sass/_partials/_bootstrap.scss */
.pull-left {
  float: left !important;
}

/* line 6527, sass/_partials/_bootstrap.scss */
.hide {
  display: none !important;
}

/* line 6530, sass/_partials/_bootstrap.scss */
.show {
  display: block !important;
}

/* line 6533, sass/_partials/_bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 6536, sass/_partials/_bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6543, sass/_partials/_bootstrap.scss */
.hidden {
  display: none !important;
}

/* line 6546, sass/_partials/_bootstrap.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 6552, sass/_partials/_bootstrap.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 6558, sass/_partials/_bootstrap.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6573, sass/_partials/_bootstrap.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 6576, sass/_partials/_bootstrap.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 6579, sass/_partials/_bootstrap.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 6582, sass/_partials/_bootstrap.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 6588, sass/_partials/_bootstrap.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 6593, sass/_partials/_bootstrap.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 6598, sass/_partials/_bootstrap.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6603, sass/_partials/_bootstrap.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 6606, sass/_partials/_bootstrap.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 6609, sass/_partials/_bootstrap.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 6612, sass/_partials/_bootstrap.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6618, sass/_partials/_bootstrap.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6623, sass/_partials/_bootstrap.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6628, sass/_partials/_bootstrap.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6633, sass/_partials/_bootstrap.scss */
  .visible-md {
    display: block !important;
  }

  /* line 6636, sass/_partials/_bootstrap.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 6639, sass/_partials/_bootstrap.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 6642, sass/_partials/_bootstrap.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6648, sass/_partials/_bootstrap.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6653, sass/_partials/_bootstrap.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6658, sass/_partials/_bootstrap.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6663, sass/_partials/_bootstrap.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 6666, sass/_partials/_bootstrap.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 6669, sass/_partials/_bootstrap.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 6672, sass/_partials/_bootstrap.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6678, sass/_partials/_bootstrap.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6683, sass/_partials/_bootstrap.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 6688, sass/_partials/_bootstrap.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 6693, sass/_partials/_bootstrap.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6698, sass/_partials/_bootstrap.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6703, sass/_partials/_bootstrap.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6708, sass/_partials/_bootstrap.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 6712, sass/_partials/_bootstrap.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6716, sass/_partials/_bootstrap.scss */
  .visible-print {
    display: block !important;
  }

  /* line 6719, sass/_partials/_bootstrap.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 6722, sass/_partials/_bootstrap.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 6725, sass/_partials/_bootstrap.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 6730, sass/_partials/_bootstrap.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6734, sass/_partials/_bootstrap.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 6738, sass/_partials/_bootstrap.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6742, sass/_partials/_bootstrap.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 6746, sass/_partials/_bootstrap.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6750, sass/_partials/_bootstrap.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6755, sass/_partials/_bootstrap.scss */
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* line 4, sass/_partials/_home.scss */
.home header .slider .item {
  position: relative;
  height: 800px;
}
@media (max-width: 767px) {
  /* line 4, sass/_partials/_home.scss */
  .home header .slider .item {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 4, sass/_partials/_home.scss */
  .home header .slider .item {
    height: 500px;
  }
}
/* line 13, sass/_partials/_home.scss */
.home header .slider .item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000000, #000000);
  opacity: .5;
}
/* line 23, sass/_partials/_home.scss */
.home header .slider .item div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 23, sass/_partials/_home.scss */
  .home header .slider .item div {
    font-size: 25px;
  }
}
/* line 41, sass/_partials/_home.scss */
.home section.about-us h1 {
  text-transform: lowercase;
  text-align: center;
  margin: 0;
}
/* line 45, sass/_partials/_home.scss */
.home section.about-us h1:before {
  content: url("img/h-before.png");
  left: -10px;
  position: relative;
  top: -3px;
}
/* line 52, sass/_partials/_home.scss */
.home section.about-us .col-md-6 {
  margin-top: 25px;
}
/* line 55, sass/_partials/_home.scss */
.home section.about-us .content {
  line-height: 30px;
  font-size: 16px;
}
/* line 58, sass/_partials/_home.scss */
.home section.about-us .content .btn {
  float: right;
  margin-top: 20px;
}
/* line 65, sass/_partials/_home.scss */
.home section.last-posts h2 {
  text-transform: lowercase;
  text-align: center;
  margin: 0;
}
/* line 69, sass/_partials/_home.scss */
.home section.last-posts h2:before {
  content: url("img/h-before.png");
  left: -10px;
  position: relative;
  top: -3px;
}
/* line 76, sass/_partials/_home.scss */
.home section.last-posts .owl-carousel {
  padding-top: 25px;
}
/* line 80, sass/_partials/_home.scss */
.home section.last-posts .item img {
  width: 100%;
}
/* line 83, sass/_partials/_home.scss */
.home section.last-posts .item .content-overlay {
  background: rgba(115, 190, 229, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
/* line 97, sass/_partials/_home.scss */
.home section.last-posts .item .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
}
/* line 113, sass/_partials/_home.scss */
.home section.last-posts .item .content-details h3 {
  font-size: 20px;
}
/* line 119, sass/_partials/_home.scss */
.home section.last-posts .item:hover .content-overlay {
  opacity: 1;
}
/* line 122, sass/_partials/_home.scss */
.home section.last-posts .item:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
/* line 127, sass/_partials/_home.scss */
.home section.last-posts .item:hover .title {
  display: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 133, sass/_partials/_home.scss */
.home section.last-posts .item:hover button {
  opacity: 1;
}
/* line 137, sass/_partials/_home.scss */
.home section.last-posts .item .fadeIn-bottom {
  top: 80%;
}
/* line 140, sass/_partials/_home.scss */
.home section.last-posts .item .title {
  background: rgba(115, 190, 229, 0.8);
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 0px;
  width: 100%;
  color: #fff;
}
/* line 151, sass/_partials/_home.scss */
.home section.last-posts .item .title h3 {
  font-size: 16px;
  font-weight: normal;
}
/* line 156, sass/_partials/_home.scss */
.home section.last-posts .item button {
  background: #73bee5;
  color: #fff;
  font-weight: bold;
  border: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  padding: 5px 0px;
  font-size: 15px;
}
/* line 175, sass/_partials/_home.scss */
.home section.motto {
  height: 200px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* line 182, sass/_partials/_home.scss */
.home section.motto:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000000, #000000);
  opacity: .5;
}
/* line 192, sass/_partials/_home.scss */
.home section.motto .motto-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-style: italic;
  width: 60%;
}
/* line 200, sass/_partials/_home.scss */
.home section.motto .motto-container .content {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 200, sass/_partials/_home.scss */
  .home section.motto .motto-container .content {
    font-size: 16px;
  }
}
/* line 207, sass/_partials/_home.scss */
.home section.motto .motto-container .author {
  font-size: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  /* line 207, sass/_partials/_home.scss */
  .home section.motto .motto-container .author {
    font-size: 16px;
  }
}

/* line 2, sass/_partials/_post.scss */
.single .background, .page-template-default .background {
  background-size: cover;
  height: 600px;
  position: relative;
  z-index: 1;
}
/* line 7, sass/_partials/_post.scss */
.single .background:before, .page-template-default .background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000000, #000000);
  opacity: .5;
}
/* line 19, sass/_partials/_post.scss */
.single section.content, .page-template-default section.content {
  margin-top: -300px;
  position: relative;
  z-index: 2;
}
/* line 24, sass/_partials/_post.scss */
.single section .container, .page-template-default section .container {
  background: #fff;
  min-height: 300px;
  padding: 20px;
}
/* line 31, sass/_partials/_post.scss */
.single .top-post, .page-template-default .top-post {
  text-align: center;
  margin: 30px 0px;
}
/* line 36, sass/_partials/_post.scss */
.single .entry h1, .page-template-default .entry h1 {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
}

/* line 2, sass/_partials/_archive.scss */
.archive .background {
  background-size: cover;
  height: 600px;
  position: relative;
  z-index: 1;
}
/* line 7, sass/_partials/_archive.scss */
.archive .background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000000, #000000);
  opacity: .5;
}
/* line 19, sass/_partials/_archive.scss */
.archive section.content {
  margin-top: -300px;
  position: relative;
  z-index: 2;
}
/* line 24, sass/_partials/_archive.scss */
.archive section .container {
  background: #fff;
  min-height: 300px;
  padding: 20px;
}
/* line 30, sass/_partials/_archive.scss */
.archive section.last-posts .main-title {
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}
/* line 36, sass/_partials/_archive.scss */
.archive section.last-posts .post {
  padding: 1em 0;
  float: left;
  width: 40%;
}
@media (max-width: 767px) {
  /* line 36, sass/_partials/_archive.scss */
  .archive section.last-posts .post {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 36, sass/_partials/_archive.scss */
  .archive section.last-posts .post {
    width: 33.33333%;
  }
}
/* line 48, sass/_partials/_archive.scss */
.archive section.last-posts .post:hover .title {
  display: none;
}
/* line 51, sass/_partials/_archive.scss */
.archive section.last-posts .post:hover .more-button {
  display: block;
}
/* line 55, sass/_partials/_archive.scss */
.archive section.last-posts .post .title {
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 43;
  top: -10px;
  background: rgba(115, 190, 229, 0.8);
  padding: 10px;
  width: 100%;
}
/* line 64, sass/_partials/_archive.scss */
.archive section.last-posts .post .title h3 {
  font-size: 18px;
}
/* line 68, sass/_partials/_archive.scss */
.archive section.last-posts .post .more-button {
  display: none;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  z-index: 43;
  bottom: -10px;
  background: #73bee5;
  padding: 10px;
  width: 100%;
}
/* line 79, sass/_partials/_archive.scss */
.archive section.last-posts .post .more-button h3 {
  font-size: 18px;
}
/* line 82, sass/_partials/_archive.scss */
.archive section.last-posts .post .more-button a {
  color: #fff;
  text-decoration: none;
}
/* line 85, sass/_partials/_archive.scss */
.archive section.last-posts .post .more-button a:hover, .archive section.last-posts .post .more-button a:focus {
  text-decoration: none;
  color: #fff;
}
/* line 95, sass/_partials/_archive.scss */
.archive section.last-posts .content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}
/* line 103, sass/_partials/_archive.scss */
.archive section.last-posts .content .content-overlay {
  background: rgba(115, 190, 229, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
/* line 118, sass/_partials/_archive.scss */
.archive section.last-posts .content:hover .content-overlay {
  opacity: 1;
}
/* line 122, sass/_partials/_archive.scss */
.archive section.last-posts .content-image {
  width: 100%;
}
/* line 126, sass/_partials/_archive.scss */
.archive section.last-posts .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 143, sass/_partials/_archive.scss */
.archive section.last-posts .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
/* line 149, sass/_partials/_archive.scss */
.archive section.last-posts .content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
/* line 157, sass/_partials/_archive.scss */
.archive section.last-posts .content-details p {
  color: #fff;
  font-size: 0.8em;
}
/* line 162, sass/_partials/_archive.scss */
.archive section.last-posts .fadeIn-bottom {
  top: 80%;
}
/* line 166, sass/_partials/_archive.scss */
.archive section.last-posts .fadeIn-top {
  top: 20%;
}
/* line 170, sass/_partials/_archive.scss */
.archive section.last-posts .fadeIn-left {
  left: 20%;
}
/* line 174, sass/_partials/_archive.scss */
.archive section.last-posts .fadeIn-right {
  left: 80%;
}
/* line 181, sass/_partials/_archive.scss */
.archive .top-post {
  text-align: center;
  margin: 30px 0px;
}
/* line 186, sass/_partials/_archive.scss */
.archive .entry h1 {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
}

/* line 2, sass/_partials/_header.scss */
.navbar-brand img {
  width: 250px;
}

/* line 8, sass/_partials/_header.scss */
.affix-top .navbar-brand img {
  filter: brightness(0) invert(1);
  -webkit-transition: 1s -webkit-filter linear;
  -moz-transition: 1s -moz-filter linear;
  -moz-transition: 1s filter linear;
  -ms-transition: 1s -ms-filter linear;
  -o-transition: 1s -o-filter linear;
  transition: 1s filter linear, 1s -webkit-filter linear;
}
@media (min-width: 1024px) {
  /* line 8, sass/_partials/_header.scss */
  .affix-top .navbar-brand img {
    transition: all .2s ease-in-out;
    width: 400px;
  }
}
@media (min-width: 1024px) {
  /* line 24, sass/_partials/_header.scss */
  .affix-top.navbar-default .navbar-nav > li > a {
    line-height: 90px;
    transition: all .2s ease-in-out;
    font-size: 18px;
  }
}

/* line 32, sass/_partials/_header.scss */
.affix {
  background: rgba(0, 0, 0, 0.7) !important;
  border-bottom: 2px #73bee5 solid !important;
}
/* line 36, sass/_partials/_header.scss */
.affix .navbar-brand img {
  filter: unset;
  -webkit-transition: 1s -webkit-filter linear;
  -moz-transition: 1s -moz-filter linear;
  -moz-transition: 1s filter linear;
  -ms-transition: 1s -ms-filter linear;
  -o-transition: 1s -o-filter linear;
  transition: 1s filter linear, 1s -webkit-filter linear;
}
@media (min-width: 1024px) {
  /* line 36, sass/_partials/_header.scss */
  .affix .navbar-brand img {
    transition: all .2s ease-in-out;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  /* line 52, sass/_partials/_header.scss */
  .affix.navbar-default .navbar-nav > li > a {
    line-height: 50px;
    transition: all .2s ease-in-out;
    font-size: 16px;
  }
}

/* line 61, sass/_partials/_header.scss */
.navbar-default {
  border: none;
  background: none;
}
/* line 64, sass/_partials/_header.scss */
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 20px;
}
/* line 67, sass/_partials/_header.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 74, sass/_partials/_header.scss */
.navbar-nav li a {
  color: #fff;
}
/* line 77, sass/_partials/_header.scss */
.navbar-nav li .active {
  background: none;
  color: #73bee5;
}
/* line 83, sass/_partials/_header.scss */
.navbar-nav li .dropdown-menu li a {
  color: #333;
}
@media (max-width: 767px) {
  /* line 83, sass/_partials/_header.scss */
  .navbar-nav li .dropdown-menu li a {
    color: #fff !important;
  }
}
/* line 89, sass/_partials/_header.scss */
.navbar-nav li .dropdown-menu li .dropdown-menu {
  position: absolute;
  top: -8px;
  left: 241px;
  width: 100%;
}
/* line 94, sass/_partials/_header.scss */
.navbar-nav li .dropdown-menu li .dropdown-menu a {
  white-space: pre-line;
}
/* line 99, sass/_partials/_header.scss */
.navbar-nav li .dropdown-menu li:hover .dropdown-menu {
  display: block;
}

@media (max-width: 767px) {
  /* line 107, sass/_partials/_header.scss */
  .navbar-collapse {
    background: #73bee5;
  }
  /* line 111, sass/_partials/_header.scss */
  .navbar-collapse .active a {
    font-weight: bold;
    color: #fff !important;
  }
}

/* line 2, sass/_partials/_footer.scss */
section.contact {
  padding-bottom: 0px;
}
/* line 4, sass/_partials/_footer.scss */
section.contact h2 {
  text-transform: lowercase;
  text-align: center;
  margin: 0;
}
/* line 8, sass/_partials/_footer.scss */
section.contact h2:before {
  content: url("img/h-before.png");
  left: -10px;
  position: relative;
  top: -3px;
}
/* line 15, sass/_partials/_footer.scss */
section.contact .fields {
  text-align: center;
}
/* line 17, sass/_partials/_footer.scss */
section.contact .fields .fa {
  font-size: 120px;
  color: #73bee5;
}
/* line 21, sass/_partials/_footer.scss */
section.contact .fields p {
  margin-top: 25px;
}
/* line 25, sass/_partials/_footer.scss */
section.contact .more {
  background: transparent;
  border: 2px #73bee5 solid;
  color: #73bee5;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
  text-decoration: none;
}
/* line 36, sass/_partials/_footer.scss */
section.contact .more:hover {
  background: #73bee5;
  color: #fff;
  text-decoration: none;
}

/* line 44, sass/_partials/_footer.scss */
footer {
  background: #49a4d4;
  color: #fff;
  padding: 20px 0px;
  margin-top: -5px;
}
/* line 49, sass/_partials/_footer.scss */
footer a {
  color: #fff;
}
/* line 51, sass/_partials/_footer.scss */
footer a:hover, footer a:focus {
  color: #fff;
}
/* line 55, sass/_partials/_footer.scss */
footer h4 {
  text-transform: lowercase;
  font-size: 18px;
}
/* line 58, sass/_partials/_footer.scss */
footer h4:before {
  content: url("img/h-white-before.png");
  left: -10px;
  position: relative;
  top: -3px;
}
/* line 65, sass/_partials/_footer.scss */
footer ul {
  padding-left: 10px;
}
/* line 67, sass/_partials/_footer.scss */
footer ul li {
  list-style: none;
  margin-top: 6px;
}
/* line 70, sass/_partials/_footer.scss */
footer ul li a {
  text-transform: lowercase;
  font-weight: 300;
}
/* line 78, sass/_partials/_footer.scss */
footer .col-md-3:last-child p {
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 78, sass/_partials/_footer.scss */
  footer .col-md-3:last-child p {
    margin-left: 10px;
  }
}
/* line 84, sass/_partials/_footer.scss */
footer .col-md-3:last-child a {
  text-decoration: underline;
}
/* line 89, sass/_partials/_footer.scss */
footer hr {
  border-top: 1px #fff solid;
  margin-top: 20px;
}
/* line 93, sass/_partials/_footer.scss */
footer .row {
  margin: 0;
  padding: 0;
}
/* line 97, sass/_partials/_footer.scss */
footer .row.copyright .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  /* line 102, sass/_partials/_footer.scss */
  footer .row.copyright .text-right {
    text-align: left;
    margin-top: 15px;
  }
}

/*Wordpress editor styles start*/
/* line 3, sass/_partials/_wordpress.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
}

/* line 6, sass/_partials/_wordpress.scss */
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

/* line 11, sass/_partials/_wordpress.scss */
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

/* line 16, sass/_partials/_wordpress.scss */
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

/* line 22, sass/_partials/_wordpress.scss */
.alignnone, img.alignnone {
  /* not sure about this one */
}

/* line 25, sass/_partials/_wordpress.scss */
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

/* line 30, sass/_partials/_wordpress.scss */
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

/* line 35, sass/_partials/_wordpress.scss */
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

/* line 40, sass/_partials/_wordpress.scss */
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

/* line 44, sass/_partials/_wordpress.scss */
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

/* line 51, sass/_partials/_wordpress.scss */
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*Wordpress editor styles end*/
/* line 1, sass/_partials/_common.scss */
body {
  overflow-x: hidden;
  color: #333;
}

/* line 5, sass/_partials/_common.scss */
.btn-default {
  background: #73bee5;
  border: #73bee5 2px solid;
  color: #fff;
  border-radius: 3px;
  padding: 8px 35px;
}
/* line 11, sass/_partials/_common.scss */
.btn-default:hover {
  border: #73bee5 2px solid;
  background: #fff;
  color: #73bee5;
}

/* line 17, sass/_partials/_common.scss */
section {
  padding: 45px 0px;
}

/* line 21, sass/_partials/_common.scss */
.bcrumb a {
  color: #73bee5;
}

/* line 25, sass/_partials/_common.scss */
.wpcf7-submit {
  width: 100px;
  padding: 10px;
  border-radius: 3px;
  background: #73bee5;
  border: none;
  color: #fff;
}
