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

/* line 19, scss/bootstrap/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 45, scss/bootstrap/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 57, scss/bootstrap/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, scss/bootstrap/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 78, scss/bootstrap/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, scss/bootstrap/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 99, scss/bootstrap/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, scss/bootstrap/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 119, scss/bootstrap/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, scss/bootstrap/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, scss/bootstrap/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, scss/bootstrap/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, scss/bootstrap/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 163, scss/bootstrap/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, scss/bootstrap/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, scss/bootstrap/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, scss/bootstrap/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, scss/bootstrap/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, scss/bootstrap/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, scss/bootstrap/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, scss/bootstrap/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, scss/bootstrap/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 256, scss/bootstrap/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, scss/bootstrap/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 278, scss/bootstrap/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, scss/bootstrap/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 303, scss/bootstrap/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 312, scss/bootstrap/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, scss/bootstrap/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 335, scss/bootstrap/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 347, scss/bootstrap/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, scss/bootstrap/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 368, scss/bootstrap/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, scss/bootstrap/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, scss/bootstrap/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, scss/bootstrap/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, scss/bootstrap/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, scss/bootstrap/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, scss/bootstrap/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

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

  /* line 19, scss/bootstrap/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, scss/bootstrap/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, scss/bootstrap/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 34, scss/bootstrap/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 39, scss/bootstrap/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, scss/bootstrap/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 49, scss/bootstrap/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, scss/bootstrap/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 59, scss/bootstrap/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 65, scss/bootstrap/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, scss/bootstrap/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, scss/bootstrap/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, scss/bootstrap/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, scss/bootstrap/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 89, scss/bootstrap/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 95, scss/bootstrap/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@at-root {
  @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 24, scss/bootstrap/bootstrap/_glyphicons.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 37, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, scss/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, scss/bootstrap/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, scss/bootstrap/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, scss/bootstrap/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, scss/bootstrap/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: white;
}

/* line 39, scss/bootstrap/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, scss/bootstrap/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 53, scss/bootstrap/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, scss/bootstrap/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, scss/bootstrap/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, scss/bootstrap/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, scss/bootstrap/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, scss/bootstrap/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, scss/bootstrap/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, scss/bootstrap/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, scss/bootstrap/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

/* line 142, scss/bootstrap/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, scss/bootstrap/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 10, scss/bootstrap/bootstrap/_type.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 17, scss/bootstrap/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 26, scss/bootstrap/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 31, scss/bootstrap/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 37, scss/bootstrap/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 42, scss/bootstrap/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, scss/bootstrap/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, scss/bootstrap/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, scss/bootstrap/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, scss/bootstrap/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, scss/bootstrap/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, scss/bootstrap/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, scss/bootstrap/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, scss/bootstrap/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, scss/bootstrap/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 79, scss/bootstrap/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 84, scss/bootstrap/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, scss/bootstrap/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, scss/bootstrap/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, scss/bootstrap/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, scss/bootstrap/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, scss/bootstrap/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, scss/bootstrap/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, scss/bootstrap/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, scss/bootstrap/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, scss/bootstrap/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, scss/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 9, scss/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, scss/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 9, scss/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, scss/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 9, scss/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, scss/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 9, scss/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, scss/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 9, scss/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, scss/bootstrap/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, scss/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 9, scss/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, scss/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 9, scss/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, scss/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 9, scss/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, scss/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 9, scss/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, scss/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 9, scss/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, scss/bootstrap/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 150, scss/bootstrap/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 154, scss/bootstrap/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, scss/bootstrap/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, scss/bootstrap/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, scss/bootstrap/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, scss/bootstrap/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 190, scss/bootstrap/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, scss/bootstrap/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, scss/bootstrap/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, scss/bootstrap/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, scss/bootstrap/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 231, scss/bootstrap/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, scss/bootstrap/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, scss/bootstrap/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, scss/bootstrap/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 259, scss/bootstrap/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, scss/bootstrap/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 275, scss/bootstrap/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, scss/bootstrap/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, scss/bootstrap/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, scss/bootstrap/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 10, scss/bootstrap/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

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

/* line 24, scss/bootstrap/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, scss/bootstrap/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, scss/bootstrap/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 55, scss/bootstrap/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, scss/bootstrap/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, scss/bootstrap/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, scss/bootstrap/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, scss/bootstrap/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, scss/bootstrap/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, scss/bootstrap/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, scss/bootstrap/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, scss/bootstrap/bootstrap/mixins/_grid-framework.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-left: 15px;
  padding-right: 15px;
}

/* line 27, scss/bootstrap/bootstrap/mixins/_grid-framework.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 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, scss/bootstrap/bootstrap/mixins/_grid-framework.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 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, scss/bootstrap/bootstrap/mixins/_grid-framework.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 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, scss/bootstrap/bootstrap/mixins/_grid-framework.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 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, scss/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, scss/bootstrap/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, scss/bootstrap/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, scss/bootstrap/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, scss/bootstrap/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 32, scss/bootstrap/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
/* line 41, scss/bootstrap/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
/* line 51, scss/bootstrap/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, scss/bootstrap/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
/* line 62, scss/bootstrap/bootstrap/_tables.scss */
.table .table {
  background-color: white;
}

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

/* line 88, scss/bootstrap/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dddddd;
}
/* line 95, scss/bootstrap/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
/* line 102, scss/bootstrap/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, scss/bootstrap/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, scss/bootstrap/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: whitesmoke;
}

/* line 135, scss/bootstrap/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, scss/bootstrap/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 12, scss/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

/* line 24, scss/bootstrap/bootstrap/mixins/_table-row.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 12, scss/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 24, scss/bootstrap/bootstrap/mixins/_table-row.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 12, scss/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 24, scss/bootstrap/bootstrap/mixins/_table-row.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 12, scss/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 24, scss/bootstrap/bootstrap/mixins/_table-row.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 12, scss/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 24, scss/bootstrap/bootstrap/mixins/_table-row.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 171, scss/bootstrap/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, scss/bootstrap/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  /* line 183, scss/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 192, scss/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, scss/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 209, scss/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 213, scss/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 226, scss/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, scss/bootstrap/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, scss/bootstrap/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, scss/bootstrap/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, scss/bootstrap/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* line 59, scss/bootstrap/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, scss/bootstrap/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, scss/bootstrap/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

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

/* line 83, scss/bootstrap/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, scss/bootstrap/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, scss/bootstrap/bootstrap/mixins/_forms.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 103, scss/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
/* line 107, scss/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}
/* line 108, scss/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}
/* line 136, scss/bootstrap/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 148, scss/bootstrap/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 154, scss/bootstrap/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, scss/bootstrap/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, scss/bootstrap/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, scss/bootstrap/bootstrap/_forms.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 198, scss/bootstrap/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 203, scss/bootstrap/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, scss/bootstrap/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 225, scss/bootstrap/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, scss/bootstrap/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

/* line 249, scss/bootstrap/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

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

/* line 265, scss/bootstrap/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 278, scss/bootstrap/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 286, scss/bootstrap/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, scss/bootstrap/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, scss/bootstrap/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 316, scss/bootstrap/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, scss/bootstrap/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, scss/bootstrap/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 85, scss/bootstrap/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, scss/bootstrap/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, scss/bootstrap/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 345, scss/bootstrap/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, scss/bootstrap/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, scss/bootstrap/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, scss/bootstrap/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 85, scss/bootstrap/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, scss/bootstrap/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 366, scss/bootstrap/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 371, scss/bootstrap/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, scss/bootstrap/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, scss/bootstrap/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, scss/bootstrap/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, scss/bootstrap/bootstrap/_forms.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 412, scss/bootstrap/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 419, scss/bootstrap/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 17, scss/bootstrap/bootstrap/mixins/_forms.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 21, scss/bootstrap/bootstrap/mixins/_forms.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 24, scss/bootstrap/bootstrap/mixins/_forms.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 31, scss/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, scss/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 17, scss/bootstrap/bootstrap/mixins/_forms.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 21, scss/bootstrap/bootstrap/mixins/_forms.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 24, scss/bootstrap/bootstrap/mixins/_forms.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 31, scss/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, scss/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 17, scss/bootstrap/bootstrap/mixins/_forms.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 21, scss/bootstrap/bootstrap/mixins/_forms.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 24, scss/bootstrap/bootstrap/mixins/_forms.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 31, scss/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, scss/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, scss/bootstrap/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, scss/bootstrap/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  /* line 478, scss/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, scss/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, scss/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, scss/bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 502, scss/bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, scss/bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, scss/bootstrap/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 520, scss/bootstrap/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, scss/bootstrap/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 531, scss/bootstrap/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, scss/bootstrap/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 562, scss/bootstrap/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 570, scss/bootstrap/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, scss/bootstrap/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, scss/bootstrap/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, scss/bootstrap/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, scss/bootstrap/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, scss/bootstrap/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, scss/bootstrap/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 27, scss/bootstrap/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 34, scss/bootstrap/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333333;
  text-decoration: none;
}
/* line 40, scss/bootstrap/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -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 48, scss/bootstrap/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 59, scss/bootstrap/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, scss/bootstrap/bootstrap/_buttons.scss */
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
/* line 12, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 24, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 31, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 39, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 47, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: white;
  border-color: #cccccc;
}
/* line 53, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: white;
  background-color: #333333;
}

/* line 71, scss/bootstrap/bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 12, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: white;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: white;
  background-color: #286090;
  border-color: #204d74;
}
/* line 24, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #286090;
  border-color: #204d74;
}
/* line 31, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: white;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 39, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 47, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: white;
}

/* line 75, scss/bootstrap/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 12, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: white;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
/* line 24, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
/* line 31, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: white;
  background-color: #398439;
  border-color: #255625;
}
/* line 39, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 47, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

/* line 79, scss/bootstrap/bootstrap/_buttons.scss */
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 12, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: white;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 24, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 31, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: white;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 39, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 47, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

/* line 83, scss/bootstrap/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 12, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: white;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 24, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 31, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: white;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 39, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 47, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

/* line 87, scss/bootstrap/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 12, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: white;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 24, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 31, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: white;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 39, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 47, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, scss/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

/* line 96, scss/bootstrap/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 105, scss/bootstrap/bootstrap/_buttons.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 112, scss/bootstrap/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 116, scss/bootstrap/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 124, scss/bootstrap/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, scss/bootstrap/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

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

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

/* line 151, scss/bootstrap/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, scss/bootstrap/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, scss/bootstrap/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, scss/bootstrap/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, scss/bootstrap/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, scss/bootstrap/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, scss/bootstrap/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, scss/bootstrap/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, scss/bootstrap/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, scss/bootstrap/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, scss/bootstrap/bootstrap/_dropdowns.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 21, scss/bootstrap/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, scss/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, scss/bootstrap/bootstrap/_dropdowns.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  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);
  background-clip: padding-box;
}
/* line 54, scss/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, scss/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, scss/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 79, scss/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}

/* line 90, scss/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 105, scss/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 111, scss/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, scss/bootstrap/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, scss/bootstrap/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, scss/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, scss/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, scss/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 163, scss/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, scss/bootstrap/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, scss/bootstrap/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, scss/bootstrap/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, scss/bootstrap/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, scss/bootstrap/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 7, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 18, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 29, scss/bootstrap/bootstrap/_button-groups.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 35, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 41, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 46, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 64, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 77, scss/bootstrap/bootstrap/_button-groups.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 87, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, scss/bootstrap/bootstrap/_button-groups.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 120, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, scss/bootstrap/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, scss/bootstrap/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 147, scss/bootstrap/bootstrap/_button-groups.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 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 165, scss/bootstrap/bootstrap/_button-groups.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 172, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 189, scss/bootstrap/bootstrap/_button-groups.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 193, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 207, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, scss/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 238, scss/bootstrap/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 60, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, scss/bootstrap/bootstrap/_input-groups.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 69, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 89, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 102, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 114, scss/bootstrap/bootstrap/_input-groups.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 126, scss/bootstrap/bootstrap/_input-groups.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-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 152, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 160, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 166, scss/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, scss/bootstrap/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, scss/bootstrap/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, scss/bootstrap/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 24, scss/bootstrap/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, scss/bootstrap/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 35, scss/bootstrap/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 48, scss/bootstrap/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, scss/bootstrap/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, scss/bootstrap/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, scss/bootstrap/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
/* line 78, scss/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, scss/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, scss/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
/* line 98, scss/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, scss/bootstrap/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, scss/bootstrap/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, scss/bootstrap/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 133, scss/bootstrap/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #337ab7;
}

/* line 144, scss/bootstrap/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, scss/bootstrap/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, scss/bootstrap/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, scss/bootstrap/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, scss/bootstrap/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, scss/bootstrap/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, scss/bootstrap/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, scss/bootstrap/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, scss/bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, scss/bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 201, scss/bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  /* line 206, scss/bootstrap/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 212, scss/bootstrap/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

/* line 224, scss/bootstrap/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, scss/bootstrap/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, scss/bootstrap/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, scss/bootstrap/bootstrap/_navbar.scss */
.navbar {
  /*position: relative;*/
  position: fixed;
  width: 92%; /*new*/ 
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 83, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

/* line 128, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 139, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 139, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 171, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 181, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 252, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 258, scss/bootstrap/bootstrap/_navbar.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 232, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 478, scss/bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, scss/bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, scss/bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, scss/bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 502, scss/bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, scss/bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, scss/bootstrap/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 520, scss/bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, scss/bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 531, scss/bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, scss/bootstrap/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777777;
}
/* line 404, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777777;
}
/* line 415, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
/* line 419, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
/* line 427, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
/* line 435, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
/* line 442, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
/* line 445, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
/* line 448, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
/* line 454, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 464, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  /* line 473, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 476, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  /* line 484, scss/bootstrap/bootstrap/_navbar.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: #555555;
    background-color: #e7e7e7;
  }
  /* line 492, scss/bootstrap/bootstrap/_navbar.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: #cccccc;
    background-color: transparent;
  }
}
/* line 506, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777777;
}
/* line 508, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}
/* line 513, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777777;
}
/* line 516, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333333;
}
/* line 522, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 531, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
/* line 535, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 538, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
/* line 544, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 553, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
/* line 561, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}
/* line 569, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
/* line 577, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
/* line 580, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
/* line 583, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 589, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 598, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}
@media (max-width: 767px) {
  /* line 607, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 616, scss/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  /* line 624, scss/bootstrap/bootstrap/_navbar.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: white;
    background-color: #090909;
  }
  /* line 632, scss/bootstrap/bootstrap/_navbar.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: #444444;
    background-color: transparent;
  }
}
/* line 641, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: white;
}
/* line 648, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 651, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: white;
}
/* line 657, scss/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

/* line 6, scss/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
/* line 13, scss/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, scss/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
/* line 25, scss/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, scss/bootstrap/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, scss/bootstrap/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 13, scss/bootstrap/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
/* line 26, scss/bootstrap/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 33, scss/bootstrap/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 42, scss/bootstrap/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
/* line 54, scss/bootstrap/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: white;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 69, scss/bootstrap/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

/* line 6, scss/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
/* line 13, scss/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 6, scss/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 13, scss/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, scss/bootstrap/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, scss/bootstrap/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 15, scss/bootstrap/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
/* line 24, scss/bootstrap/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 32, scss/bootstrap/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 39, scss/bootstrap/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 48, scss/bootstrap/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: white;
  cursor: not-allowed;
}

/* line 5, scss/bootstrap/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, scss/bootstrap/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, scss/bootstrap/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 34, scss/bootstrap/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, scss/bootstrap/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 8, scss/bootstrap/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, scss/bootstrap/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 8, scss/bootstrap/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, scss/bootstrap/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 8, scss/bootstrap/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, scss/bootstrap/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 8, scss/bootstrap/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, scss/bootstrap/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 8, scss/bootstrap/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, scss/bootstrap/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 8, scss/bootstrap/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, scss/bootstrap/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, scss/bootstrap/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, scss/bootstrap/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 33, scss/bootstrap/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 42, scss/bootstrap/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: white;
}
/* line 47, scss/bootstrap/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, scss/bootstrap/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, scss/bootstrap/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 63, scss/bootstrap/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, scss/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 14, scss/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, scss/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, scss/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 29, scss/bootstrap/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, scss/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, scss/bootstrap/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 44, scss/bootstrap/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 50, scss/bootstrap/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, scss/bootstrap/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 18, scss/bootstrap/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, scss/bootstrap/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 36, scss/bootstrap/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, scss/bootstrap/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, scss/bootstrap/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, scss/bootstrap/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 29, scss/bootstrap/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, scss/bootstrap/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 43, scss/bootstrap/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, scss/bootstrap/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, scss/bootstrap/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, scss/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, scss/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, scss/bootstrap/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, scss/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, scss/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, scss/bootstrap/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, scss/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, scss/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, scss/bootstrap/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, scss/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, scss/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 11, scss/bootstrap/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 12, scss/bootstrap/bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  /* line 17, scss/bootstrap/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 18, scss/bootstrap/bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

/* line 26, scss/bootstrap/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  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 36, scss/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 55, scss/bootstrap/bootstrap/_progress-bars.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);
  background-size: 40px 40px;
}

/* line 65, scss/bootstrap/bootstrap/_progress-bars.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 73, scss/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, scss/bootstrap/bootstrap/mixins/_progress-bar.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 77, scss/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, scss/bootstrap/bootstrap/mixins/_progress-bar.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 81, scss/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, scss/bootstrap/bootstrap/mixins/_progress-bar.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 85, scss/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, scss/bootstrap/bootstrap/mixins/_progress-bar.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 1, scss/bootstrap/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, scss/bootstrap/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 11, scss/bootstrap/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, scss/bootstrap/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, scss/bootstrap/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, scss/bootstrap/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 30, scss/bootstrap/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 35, scss/bootstrap/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 41, scss/bootstrap/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, scss/bootstrap/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, scss/bootstrap/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, scss/bootstrap/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, scss/bootstrap/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, scss/bootstrap/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, scss/bootstrap/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
/* line 31, scss/bootstrap/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, scss/bootstrap/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 47, scss/bootstrap/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555555;
}
/* line 50, scss/bootstrap/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
/* line 56, scss/bootstrap/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: whitesmoke;
}

/* line 63, scss/bootstrap/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 72, scss/bootstrap/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, scss/bootstrap/bootstrap/_list-group.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 81, scss/bootstrap/bootstrap/_list-group.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: #777777;
}
/* line 89, scss/bootstrap/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 98, scss/bootstrap/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, scss/bootstrap/bootstrap/_list-group.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 4, scss/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 12, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 20, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 26, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, scss/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 12, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 20, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 26, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, scss/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 12, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 20, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 26, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, scss/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 12, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 20, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 26, scss/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, scss/bootstrap/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, scss/bootstrap/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, scss/bootstrap/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: white;
  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 16, scss/bootstrap/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, scss/bootstrap/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, scss/bootstrap/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, scss/bootstrap/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 43, scss/bootstrap/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, scss/bootstrap/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 64, scss/bootstrap/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, scss/bootstrap/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, scss/bootstrap/bootstrap/_panels.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-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, scss/bootstrap/bootstrap/_panels.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 89, scss/bootstrap/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, scss/bootstrap/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, scss/bootstrap/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 112, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 122, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 132, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 136, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 144, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 154, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 158, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 167, scss/bootstrap/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
/* line 171, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 175, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 182, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 186, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 195, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 204, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, scss/bootstrap/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, scss/bootstrap/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, scss/bootstrap/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, scss/bootstrap/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, scss/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 239, scss/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
/* line 244, scss/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, scss/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 254, scss/bootstrap/bootstrap/_panels.scss */
.panel-default {
  border-color: #dddddd;
}
/* line 6, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
/* line 11, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
/* line 14, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: whitesmoke;
  background-color: #333333;
}
/* line 20, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

/* line 257, scss/bootstrap/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: white;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: white;
}
/* line 20, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, scss/bootstrap/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, scss/bootstrap/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, scss/bootstrap/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, scss/bootstrap/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, scss/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, scss/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 16, scss/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, scss/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, scss/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, scss/bootstrap/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  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 15, scss/bootstrap/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, scss/bootstrap/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, scss/bootstrap/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, scss/bootstrap/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 16, scss/bootstrap/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, scss/bootstrap/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, scss/bootstrap/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, scss/bootstrap/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, scss/bootstrap/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, scss/bootstrap/bootstrap/_modals.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 38, scss/bootstrap/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, scss/bootstrap/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, scss/bootstrap/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, scss/bootstrap/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
/* line 73, scss/bootstrap/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, scss/bootstrap/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, scss/bootstrap/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, scss/bootstrap/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, scss/bootstrap/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, scss/bootstrap/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, scss/bootstrap/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, scss/bootstrap/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, scss/bootstrap/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, scss/bootstrap/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, scss/bootstrap/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, scss/bootstrap/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, scss/bootstrap/bootstrap/_modals.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 145, scss/bootstrap/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, scss/bootstrap/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 4px;
}

/* line 36, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 52, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 59, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 66, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
/* line 73, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
/* line 80, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 87, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 94, scss/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 6, scss/bootstrap/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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 27, scss/bootstrap/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, scss/bootstrap/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, scss/bootstrap/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, scss/bootstrap/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, scss/bootstrap/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, scss/bootstrap/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 52, scss/bootstrap/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, scss/bootstrap/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, scss/bootstrap/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, scss/bootstrap/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, scss/bootstrap/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
/* line 85, scss/bootstrap/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, scss/bootstrap/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
/* line 100, scss/bootstrap/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, scss/bootstrap/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
/* line 116, scss/bootstrap/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, scss/bootstrap/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

/* line 7, scss/bootstrap/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 23, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, scss/bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 35, scss/bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 40, scss/bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 46, scss/bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 55, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 64, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 77, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
/* line 109, scss/bootstrap/bootstrap/_carousel.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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 120, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 131, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 139, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 144, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 149, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
/* line 207, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

/* line 218, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 229, scss/bootstrap/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 243, scss/bootstrap/bootstrap/_carousel.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 250, scss/bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, scss/bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, scss/bootstrap/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, scss/bootstrap/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 15, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, scss/bootstrap/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, scss/bootstrap/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, scss/bootstrap/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, scss/bootstrap/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, scss/bootstrap/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, scss/bootstrap/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, scss/bootstrap/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, scss/bootstrap/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, scss/bootstrap/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@at-root {
  @-ms-viewport {
    width: device-width;
}
}

/* line 18, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 47, scss/bootstrap/bootstrap/_responsive-utilities.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 7, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 13, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 13, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 13, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 13, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 13, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, scss/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, scss/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, scss/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, scss/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, scss/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap-select v1.8.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
/* line 34, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
/* line 38, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
/* line 44, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  width: 0.11px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
/* line 54, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
/* line 65, scss/bootstrap/bootstrap-select.scss */
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
/* line 69, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}
/* line 73, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

/* line 84, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
/* line 89, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
/* line 93, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

/* line 101, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
/* line 111, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
/* line 118, scss/bootstrap/bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
/* line 123, scss/bootstrap/bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
/* line 129, scss/bootstrap/bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
/* line 134, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
/* line 137, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
/* line 142, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
/* line 145, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
/* line 152, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
/* line 159, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
/* line 168, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
/* line 173, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 177, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
/* line 187, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
/* line 190, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
/* line 194, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
/* line 198, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 205, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
/* line 210, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
/* line 214, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
/* line 219, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
/* line 224, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -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);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 240, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
/* line 248, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
/* line 252, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
/* line 260, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
/* line 267, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 274, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
/* line 279, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
/* line 290, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
/* line 303, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
/* line 310, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
/* line 319, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
/* line 324, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
/* line 332, scss/bootstrap/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

/* line 340, scss/bootstrap/bootstrap-select.scss */
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

/* line 344, scss/bootstrap/bootstrap-select.scss */
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 348, scss/bootstrap/bootstrap-select.scss */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 353, scss/bootstrap/bootstrap-select.scss */
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 358, scss/bootstrap/bootstrap-select.scss */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 364, scss/bootstrap/bootstrap-select.scss */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
/* line 368, scss/bootstrap/bootstrap-select.scss */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, scss/awesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, scss/awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, scss/awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, scss/awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, scss/awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, scss/awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, scss/awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, scss/awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, scss/awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, scss/awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, scss/awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, scss/awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 10, scss/awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, scss/awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, scss/awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, scss/awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, scss/awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, scss/awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, scss/awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, scss/awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, scss/awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, scss/awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  /* line 15, scss/awesome/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 19, scss/awesome/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  /* line 26, scss/awesome/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 30, scss/awesome/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, scss/awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, scss/awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, scss/awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, scss/awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, scss/awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 18, scss/awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, scss/awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, scss/awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, scss/awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, scss/awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, scss/awesome/_stacked.scss */
.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, scss/awesome/_icons.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5, scss/awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6, scss/awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 7, scss/awesome/_icons.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 8, scss/awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 9, scss/awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 10, scss/awesome/_icons.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 11, scss/awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 12, scss/awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 13, scss/awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 14, scss/awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 15, scss/awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 16, scss/awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 19, scss/awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 20, scss/awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 21, scss/awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 22, scss/awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 23, scss/awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 25, scss/awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 26, scss/awesome/_icons.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 27, scss/awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 28, scss/awesome/_icons.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 29, scss/awesome/_icons.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 30, scss/awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 31, scss/awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 32, scss/awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 33, scss/awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 34, scss/awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 35, scss/awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 37, scss/awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 38, scss/awesome/_icons.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 39, scss/awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 40, scss/awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 41, scss/awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 42, scss/awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 43, scss/awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 44, scss/awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 45, scss/awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 46, scss/awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 47, scss/awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 48, scss/awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 49, scss/awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 50, scss/awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 51, scss/awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 52, scss/awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 53, scss/awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 54, scss/awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 55, scss/awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 56, scss/awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 57, scss/awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 58, scss/awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 59, scss/awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 60, scss/awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 61, scss/awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 62, scss/awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 63, scss/awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 65, scss/awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 66, scss/awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 67, scss/awesome/_icons.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 70, scss/awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 71, scss/awesome/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 72, scss/awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 73, scss/awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 74, scss/awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 76, scss/awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 77, scss/awesome/_icons.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 78, scss/awesome/_icons.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 79, scss/awesome/_icons.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 80, scss/awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 81, scss/awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 82, scss/awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 83, scss/awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 84, scss/awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 85, scss/awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 86, scss/awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 87, scss/awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 88, scss/awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 89, scss/awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 90, scss/awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 91, scss/awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 92, scss/awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 93, scss/awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 94, scss/awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 95, scss/awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 96, scss/awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 97, scss/awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 98, scss/awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 99, scss/awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 100, scss/awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 101, scss/awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 102, scss/awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 103, scss/awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 104, scss/awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 105, scss/awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 107, scss/awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 108, scss/awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 109, scss/awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 110, scss/awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 111, scss/awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 112, scss/awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 113, scss/awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 114, scss/awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 115, scss/awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 116, scss/awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 117, scss/awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 118, scss/awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 120, scss/awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 121, scss/awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 122, scss/awesome/_icons.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 123, scss/awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 124, scss/awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 125, scss/awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 126, scss/awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 127, scss/awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 128, scss/awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 129, scss/awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 130, scss/awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 131, scss/awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 132, scss/awesome/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 133, scss/awesome/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 135, scss/awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 136, scss/awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 137, scss/awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 138, scss/awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 139, scss/awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 141, scss/awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 142, scss/awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 143, scss/awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 144, scss/awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 145, scss/awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 146, scss/awesome/_icons.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 147, scss/awesome/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 148, scss/awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 149, scss/awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 150, scss/awesome/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 151, scss/awesome/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 152, scss/awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 153, scss/awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 154, scss/awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 155, scss/awesome/_icons.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 156, scss/awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 157, scss/awesome/_icons.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 158, scss/awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 159, scss/awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 160, scss/awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 162, scss/awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 163, scss/awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 164, scss/awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 165, scss/awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 167, scss/awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 168, scss/awesome/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 169, scss/awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 170, scss/awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 171, scss/awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 172, scss/awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 173, scss/awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 174, scss/awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 175, scss/awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 176, scss/awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 177, scss/awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 178, scss/awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 179, scss/awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 180, scss/awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 181, scss/awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 182, scss/awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 183, scss/awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 184, scss/awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 185, scss/awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 187, scss/awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 189, scss/awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 190, scss/awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 191, scss/awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 193, scss/awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 195, scss/awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 196, scss/awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 198, scss/awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 199, scss/awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 202, scss/awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 203, scss/awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 204, scss/awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 205, scss/awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 206, scss/awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 207, scss/awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 208, scss/awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 209, scss/awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 210, scss/awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 211, scss/awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 212, scss/awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 213, scss/awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 214, scss/awesome/_icons.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 215, scss/awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 216, scss/awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 217, scss/awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 218, scss/awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 219, scss/awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 221, scss/awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 223, scss/awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 225, scss/awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 226, scss/awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 227, scss/awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 229, scss/awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 231, scss/awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 233, scss/awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 234, scss/awesome/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 235, scss/awesome/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 237, scss/awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 238, scss/awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 239, scss/awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 241, scss/awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 242, scss/awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 243, scss/awesome/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 244, scss/awesome/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 245, scss/awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 246, scss/awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 247, scss/awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 248, scss/awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 249, scss/awesome/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 250, scss/awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 251, scss/awesome/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 252, scss/awesome/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 253, scss/awesome/_icons.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 254, scss/awesome/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 255, scss/awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 256, scss/awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 257, scss/awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 258, scss/awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 259, scss/awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 260, scss/awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 261, scss/awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 262, scss/awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 263, scss/awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 264, scss/awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 265, scss/awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 266, scss/awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 267, scss/awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 268, scss/awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 269, scss/awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 270, scss/awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 271, scss/awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 273, scss/awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 274, scss/awesome/_icons.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 275, scss/awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 276, scss/awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 277, scss/awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 278, scss/awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 280, scss/awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 281, scss/awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 282, scss/awesome/_icons.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 283, scss/awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 284, scss/awesome/_icons.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 285, scss/awesome/_icons.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 286, scss/awesome/_icons.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 287, scss/awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 288, scss/awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 289, scss/awesome/_icons.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 290, scss/awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 291, scss/awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 292, scss/awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 294, scss/awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 297, scss/awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 298, scss/awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 299, scss/awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 300, scss/awesome/_icons.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 302, scss/awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 303, scss/awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 304, scss/awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 305, scss/awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 306, scss/awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 307, scss/awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 308, scss/awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 309, scss/awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 310, scss/awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 311, scss/awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 312, scss/awesome/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 313, scss/awesome/_icons.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 314, scss/awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 315, scss/awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 316, scss/awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 317, scss/awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 318, scss/awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 319, scss/awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 320, scss/awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 321, scss/awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 322, scss/awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 323, scss/awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 324, scss/awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 325, scss/awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 326, scss/awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 327, scss/awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 328, scss/awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 329, scss/awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 330, scss/awesome/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 331, scss/awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 332, scss/awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 333, scss/awesome/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 334, scss/awesome/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 335, scss/awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 336, scss/awesome/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 337, scss/awesome/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 338, scss/awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 339, scss/awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 341, scss/awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 343, scss/awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 345, scss/awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 347, scss/awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 348, scss/awesome/_icons.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 350, scss/awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 352, scss/awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 356, scss/awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 359, scss/awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 361, scss/awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 363, scss/awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 364, scss/awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 365, scss/awesome/_icons.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 366, scss/awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 367, scss/awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 368, scss/awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 369, scss/awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 370, scss/awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 371, scss/awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 372, scss/awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 373, scss/awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 374, scss/awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 375, scss/awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 376, scss/awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 377, scss/awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 378, scss/awesome/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 379, scss/awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 380, scss/awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 381, scss/awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 382, scss/awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 383, scss/awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 384, scss/awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 385, scss/awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 386, scss/awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 387, scss/awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 388, scss/awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 389, scss/awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 390, scss/awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 391, scss/awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 392, scss/awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 393, scss/awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 394, scss/awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 395, scss/awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 396, scss/awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 397, scss/awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 398, scss/awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 399, scss/awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 400, scss/awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 401, scss/awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 403, scss/awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 404, scss/awesome/_icons.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 405, scss/awesome/_icons.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 406, scss/awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 407, scss/awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 408, scss/awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 409, scss/awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 410, scss/awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 411, scss/awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 412, scss/awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 413, scss/awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 414, scss/awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 416, scss/awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 417, scss/awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 418, scss/awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 419, scss/awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 421, scss/awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 422, scss/awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 423, scss/awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 424, scss/awesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 425, scss/awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 426, scss/awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 427, scss/awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 430, scss/awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 432, scss/awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 433, scss/awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 434, scss/awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 435, scss/awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 436, scss/awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 437, scss/awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 438, scss/awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 439, scss/awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 440, scss/awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 441, scss/awesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 442, scss/awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 443, scss/awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 444, scss/awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 445, scss/awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 446, scss/awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 447, scss/awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 448, scss/awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 449, scss/awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 450, scss/awesome/_icons.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 451, scss/awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 452, scss/awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 453, scss/awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 454, scss/awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 455, scss/awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 456, scss/awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 457, scss/awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 459, scss/awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 461, scss/awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 462, scss/awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 463, scss/awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 464, scss/awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 465, scss/awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 466, scss/awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 467, scss/awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 468, scss/awesome/_icons.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 469, scss/awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 470, scss/awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 473, scss/awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 475, scss/awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 477, scss/awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 479, scss/awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 480, scss/awesome/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 481, scss/awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 482, scss/awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 483, scss/awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 488, scss/awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 489, scss/awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 491, scss/awesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 493, scss/awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 494, scss/awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 495, scss/awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 498, scss/awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 499, scss/awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 500, scss/awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 502, scss/awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 504, scss/awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 506, scss/awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 507, scss/awesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 508, scss/awesome/_icons.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 509, scss/awesome/_icons.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 510, scss/awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 511, scss/awesome/_icons.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 512, scss/awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 513, scss/awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 514, scss/awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 516, scss/awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 517, scss/awesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 518, scss/awesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 519, scss/awesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 520, scss/awesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 521, scss/awesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 522, scss/awesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 523, scss/awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 524, scss/awesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 525, scss/awesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 526, scss/awesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 527, scss/awesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 528, scss/awesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 529, scss/awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 530, scss/awesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 531, scss/awesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 532, scss/awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 533, scss/awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 534, scss/awesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 535, scss/awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 536, scss/awesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 537, scss/awesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 538, scss/awesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 539, scss/awesome/_icons.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 540, scss/awesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 541, scss/awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 542, scss/awesome/_icons.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 543, scss/awesome/_icons.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 544, scss/awesome/_icons.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 545, scss/awesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 546, scss/awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 547, scss/awesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 548, scss/awesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 549, scss/awesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 550, scss/awesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 551, scss/awesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 552, scss/awesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 553, scss/awesome/_icons.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 556, scss/awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 557, scss/awesome/_icons.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 558, scss/awesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 559, scss/awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 560, scss/awesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 561, scss/awesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 562, scss/awesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 563, scss/awesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 564, scss/awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 565, scss/awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 566, scss/awesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 567, scss/awesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 568, scss/awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 569, scss/awesome/_icons.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 570, scss/awesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 571, scss/awesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 572, scss/awesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 573, scss/awesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 574, scss/awesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 575, scss/awesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 576, scss/awesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 577, scss/awesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 579, scss/awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 580, scss/awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 581, scss/awesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 582, scss/awesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 583, scss/awesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 584, scss/awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 585, scss/awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 586, scss/awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 587, scss/awesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 588, scss/awesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 589, scss/awesome/_icons.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 590, scss/awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 591, scss/awesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 592, scss/awesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 593, scss/awesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 594, scss/awesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 596, scss/awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 597, scss/awesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 598, scss/awesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 599, scss/awesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 600, scss/awesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 602, scss/awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 603, scss/awesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 604, scss/awesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 605, scss/awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 607, scss/awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 609, scss/awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 611, scss/awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 613, scss/awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 615, scss/awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 616, scss/awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 617, scss/awesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 618, scss/awesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 619, scss/awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 620, scss/awesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 621, scss/awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 622, scss/awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 623, scss/awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 624, scss/awesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 625, scss/awesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 626, scss/awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 628, scss/awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 630, scss/awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 632, scss/awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 633, scss/awesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 635, scss/awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 637, scss/awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 638, scss/awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 639, scss/awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 640, scss/awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 641, scss/awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 642, scss/awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 643, scss/awesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 644, scss/awesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 645, scss/awesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 646, scss/awesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 647, scss/awesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 648, scss/awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 649, scss/awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 650, scss/awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 651, scss/awesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 652, scss/awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 653, scss/awesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 654, scss/awesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 655, scss/awesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 656, scss/awesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 657, scss/awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 659, scss/awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 660, scss/awesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 661, scss/awesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 662, scss/awesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 663, scss/awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 664, scss/awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 665, scss/awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 666, scss/awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 667, scss/awesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 668, scss/awesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 669, scss/awesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 670, scss/awesome/_icons.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 671, scss/awesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 672, scss/awesome/_icons.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 673, scss/awesome/_icons.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 674, scss/awesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 675, scss/awesome/_icons.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 676, scss/awesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 677, scss/awesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 678, scss/awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 679, scss/awesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 680, scss/awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 681, scss/awesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 682, scss/awesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 683, scss/awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 684, scss/awesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 685, scss/awesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 686, scss/awesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 687, scss/awesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 688, scss/awesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 689, scss/awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 690, scss/awesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 691, scss/awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 692, scss/awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 693, scss/awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 694, scss/awesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 695, scss/awesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 696, scss/awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 697, scss/awesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

@font-face {
  font-family: 'Lola-font';
  src: url("../fonts/Lola-font.eot?z29kol");
  src: url("../fonts/Lola-font.eot?z29kol#iefix") format("embedded-opentype"), url("../fonts/Lola-font.ttf?z29kol") format("truetype"), url("../fonts/Lola-font.woff?z29kol") format("woff"), url("../fonts/Lola-font.svg?z29kol#Lola-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, scss/lola-font/lola-font.scss */
[class^="lola-icon-"], [class*=" lola-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Lola-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, scss/lola-font/lola-font.scss */
.lola-icon-android:before {
  content: "\e900";
}

/* line 30, scss/lola-font/lola-font.scss */
.lola-icon-apple:before {
  content: "\e901";
}

/* line 33, scss/lola-font/lola-font.scss */
.lola-icon-arrow-left:before {
  content: "\e902";
}

/* line 36, scss/lola-font/lola-font.scss */
.lola-icon-arrow-right:before {
  content: "\e903";
}

/* line 39, scss/lola-font/lola-font.scss */
.lola-icon-ball:before {
  content: "\e904";
}

/* line 42, scss/lola-font/lola-font.scss */
.lola-icon-be-symbol:before {
  content: "\e905";
}

/* line 45, scss/lola-font/lola-font.scss */
.lola-icon-big-play:before {
  content: "\e906";
}

/* line 48, scss/lola-font/lola-font.scss */
.lola-icon-big-play-fill:before {
  content: "\e907";
}

/* line 51, scss/lola-font/lola-font.scss */
.lola-icon-circle:before {
  content: "\e908";
}

/* line 54, scss/lola-font/lola-font.scss */
.lola-icon-circle-bold:before {
  content: "\e909";
}

/* line 57, scss/lola-font/lola-font.scss */
.lola-icon-circle-fill:before {
  content: "\e90a";
}

/* line 60, scss/lola-font/lola-font.scss */
.lola-icon-close:before {
  content: "\e90b";
}

/* line 63, scss/lola-font/lola-font.scss */
.lola-icon-close-bold:before {
  content: "\e90c";
}

/* line 66, scss/lola-font/lola-font.scss */
.lola-icon-close-fill:before {
  content: "\e90d";
}

/* line 69, scss/lola-font/lola-font.scss */
.lola-icon-connection:before {
  content: "\e90e";
}

/* line 72, scss/lola-font/lola-font.scss */
.lola-icon-Lola_cross:before {
  content: "\e90f";
}

/* line 75, scss/lola-font/lola-font.scss */
.lola-icon-cross-bold:before {
  content: "\e910";
}

/* line 78, scss/lola-font/lola-font.scss */
.lola-icon-cross-fill:before {
  content: "\e911";
}

/* line 81, scss/lola-font/lola-font.scss */
.lola-icon-Lola_cross-half:before {
  content: "\e912";
}

/* line 84, scss/lola-font/lola-font.scss */
.lola-icon-cross-half-bold:before {
  content: "\e913";
}

/* line 87, scss/lola-font/lola-font.scss */
.lola-icon-cross-half-fill:before {
  content: "\e914";
}

/* line 90, scss/lola-font/lola-font.scss */
.lola-icon-dropbox:before {
  content: "\e915";
}

/* line 93, scss/lola-font/lola-font.scss */
.lola-icon-facebook:before {
  content: "\e916";
}

/* line 96, scss/lola-font/lola-font.scss */
.lola-icon-four-circles:before {
  content: "\e917";
}

/* line 99, scss/lola-font/lola-font.scss */
.lola-icon-Lola_gplus:before {
  content: "\e918";
}

/* line 102, scss/lola-font/lola-font.scss */
.lola-icon-helm:before {
  content: "\e919";
}

/* line 105, scss/lola-font/lola-font.scss */
.lola-icon-media:before {
  content: "\e91a";
}

/* line 108, scss/lola-font/lola-font.scss */
.lola-icon-instagram:before {
  content: "\e91b";
}

/* line 111, scss/lola-font/lola-font.scss */
.lola-icon-line-circle:before {
  content: "\e91c";
}

/* line 114, scss/lola-font/lola-font.scss */
.lola-icon-line-circle-bold:before {
  content: "\e91d";
}

/* line 117, scss/lola-font/lola-font.scss */
.lola-icon-line-circle-fill:before {
  content: "\e91e";
}

/* line 120, scss/lola-font/lola-font.scss */
.lola-icon-line-corners:before {
  content: "\e91f";
}

/* line 123, scss/lola-font/lola-font.scss */
.lola-icon-line-corners-bold:before {
  content: "\e920";
}

/* line 126, scss/lola-font/lola-font.scss */
.lola-icon-line-corners-short:before {
  content: "\e921";
}

/* line 129, scss/lola-font/lola-font.scss */
.lola-icon-line-waves:before {
  content: "\e922";
}

/* line 132, scss/lola-font/lola-font.scss */
.lola-icon-line-waves-bold:before {
  content: "\e923";
}

/* line 135, scss/lola-font/lola-font.scss */
.lola-icon-line-waves-short:before {
  content: "\e924";
}

/* line 138, scss/lola-font/lola-font.scss */
.lola-icon-linkedin:before {
  content: "\e925";
}

/* line 141, scss/lola-font/lola-font.scss */
.lola-icon-ok-with-dot:before {
  content: "\e926";
}

/* line 144, scss/lola-font/lola-font.scss */
.lola-icon-oval-with-dot:before {
  content: "\e927";
}

/* line 147, scss/lola-font/lola-font.scss */
.lola-icon-p-symbol:before {
  content: "\e928";
}

/* line 150, scss/lola-font/lola-font.scss */
.lola-icon-quotes:before {
  content: "\e929";
}

/* line 153, scss/lola-font/lola-font.scss */
.lola-icon-rect:before {
  content: "\e92a";
}

/* line 156, scss/lola-font/lola-font.scss */
.lola-icon-Lola_rect-bold:before {
  content: "\e92b";
}

/* line 159, scss/lola-font/lola-font.scss */
.lola-icon-rect-fill:before {
  content: "\e92c";
}

/* line 162, scss/lola-font/lola-font.scss */
.lola-icon-Lola_romb:before {
  content: "\e92d";
}

/* line 165, scss/lola-font/lola-font.scss */
.lola-icon-romb-bold:before {
  content: "\e92e";
}

/* line 168, scss/lola-font/lola-font.scss */
.lola-icon-Lola_romb-fill:before {
  content: "\e92f";
}

/* line 171, scss/lola-font/lola-font.scss */
.lola-icon-round-drink:before {
  content: "\e930";
}

/* line 174, scss/lola-font/lola-font.scss */
.lola-icon-round-sugar:before {
  content: "\e931";
}

/* line 177, scss/lola-font/lola-font.scss */
.lola-icon-round-with-stripes:before {
  content: "\e932";
}

/* line 180, scss/lola-font/lola-font.scss */
.lola-icon-scheme:before {
  content: "\e933";
}

/* line 183, scss/lola-font/lola-font.scss */
.lola-icon-skype:before {
  content: "\e934";
}

/* line 186, scss/lola-font/lola-font.scss */
.lola-icon-smile:before {
  content: "\e935";
}

/* line 189, scss/lola-font/lola-font.scss */
.lola-icon-square:before {
  content: "\e936";
}

/* line 192, scss/lola-font/lola-font.scss */
.lola-icon-square-bold:before {
  content: "\e937";
}

/* line 195, scss/lola-font/lola-font.scss */
.lola-icon-square-fill:before {
  content: "\e938";
}

/* line 198, scss/lola-font/lola-font.scss */
.lola-icon-star:before {
  content: "\e939";
}

/* line 201, scss/lola-font/lola-font.scss */
.lola-icon-star-fill:before {
  content: "\e93a";
}

/* line 204, scss/lola-font/lola-font.scss */
.lola-icon-Lola_starr-bold:before {
  content: "\e93b";
}

/* line 207, scss/lola-font/lola-font.scss */
.lola-icon-triangle:before {
  content: "\e93c";
}

/* line 210, scss/lola-font/lola-font.scss */
.lola-icon-triangle-bold:before {
  content: "\e93d";
}

/* line 213, scss/lola-font/lola-font.scss */
.lola-icon-triangle-fill:before {
  content: "\e93e";
}

/* line 216, scss/lola-font/lola-font.scss */
.lola-icon-t-symbol:before {
  content: "\e93f";
}

/* line 219, scss/lola-font/lola-font.scss */
.lola-icon-twitt:before {
  content: "\e940";
}

/* line 222, scss/lola-font/lola-font.scss */
.lola-icon-Lola_twitt-fill:before {
  content: "\e941";
}

/* line 225, scss/lola-font/lola-font.scss */
.lola-icon-v-symbol:before {
  content: "\e942";
}

/* line 228, scss/lola-font/lola-font.scss */
.lola-icon-windows:before {
  content: "\e943";
}

/* line 231, scss/lola-font/lola-font.scss */
.lola-icon-youtube:before {
  content: "\e944";
}

/* line 234, scss/lola-font/lola-font.scss */
.lola-icon-youtube-small:before {
  content: "\e945";
}

/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, LESS and SCSS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: "weathericons";
  src: url("../font/weathericons-regular-webfont.eot");
  src: url("../font/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/weathericons-regular-webfont.woff2") format("woff2"), url("../font/weathericons-regular-webfont.woff") format("woff"), url("../font/weathericons-regular-webfont.ttf") format("truetype"), url("../font/weathericons-regular-webfont.svg#weather_iconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, scss/weather-icons/weather-icons-core.scss */
.wi {
  display: inline-block;
  font-family: "weathericons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 29, scss/weather-icons/weather-icons-core.scss */
.wi-fw {
  width: 1.4em;
  text-align: center;
}

/* line 48, scss/weather-icons/weather-icons-core.scss */
.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 49, scss/weather-icons/weather-icons-core.scss */
.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 50, scss/weather-icons/weather-icons-core.scss */
.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 52, scss/weather-icons/weather-icons-core.scss */
.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 53, scss/weather-icons/weather-icons-core.scss */
.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 1, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-sunny:before {
  content: "\f00d";
}

/* line 2, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-cloudy:before {
  content: "\f002";
}

/* line 3, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-cloudy-gusts:before {
  content: "\f000";
}

/* line 4, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-cloudy-windy:before {
  content: "\f001";
}

/* line 5, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-fog:before {
  content: "\f003";
}

/* line 6, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-hail:before {
  content: "\f004";
}

/* line 7, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-haze:before {
  content: "\f0b6";
}

/* line 8, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-lightning:before {
  content: "\f005";
}

/* line 9, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-rain:before {
  content: "\f008";
}

/* line 10, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-rain-mix:before {
  content: "\f006";
}

/* line 11, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-rain-wind:before {
  content: "\f007";
}

/* line 12, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-showers:before {
  content: "\f009";
}

/* line 13, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-sleet:before {
  content: "\f0b2";
}

/* line 14, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-sleet-storm:before {
  content: "\f068";
}

/* line 15, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-snow:before {
  content: "\f00a";
}

/* line 16, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}

/* line 17, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-snow-wind:before {
  content: "\f065";
}

/* line 18, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-sprinkle:before {
  content: "\f00b";
}

/* line 19, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-storm-showers:before {
  content: "\f00e";
}

/* line 20, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-sunny-overcast:before {
  content: "\f00c";
}

/* line 21, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-thunderstorm:before {
  content: "\f010";
}

/* line 22, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-windy:before {
  content: "\f085";
}

/* line 23, scss/weather-icons/icon-classes/classes-day.scss */
.wi-solar-eclipse:before {
  content: "\f06e";
}

/* line 24, scss/weather-icons/icon-classes/classes-day.scss */
.wi-hot:before {
  content: "\f072";
}

/* line 25, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-cloudy-high:before {
  content: "\f07d";
}

/* line 26, scss/weather-icons/icon-classes/classes-day.scss */
.wi-day-light-wind:before {
  content: "\f0c4";
}

/* line 1, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-clear:before {
  content: "\f02e";
}

/* line 2, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-cloudy:before {
  content: "\f086";
}

/* line 3, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}

/* line 4, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}

/* line 5, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-hail:before {
  content: "\f024";
}

/* line 6, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-lightning:before {
  content: "\f025";
}

/* line 7, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-rain:before {
  content: "\f028";
}

/* line 8, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-rain-mix:before {
  content: "\f026";
}

/* line 9, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-rain-wind:before {
  content: "\f027";
}

/* line 10, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-showers:before {
  content: "\f029";
}

/* line 11, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-sleet:before {
  content: "\f0b4";
}

/* line 12, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}

/* line 13, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-snow:before {
  content: "\f02a";
}

/* line 14, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}

/* line 15, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-snow-wind:before {
  content: "\f067";
}

/* line 16, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-sprinkle:before {
  content: "\f02b";
}

/* line 17, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-storm-showers:before {
  content: "\f02c";
}

/* line 18, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}

/* line 19, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-cloudy:before {
  content: "\f031";
}

/* line 20, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-cloudy-gusts:before {
  content: "\f02f";
}

/* line 21, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-cloudy-windy:before {
  content: "\f030";
}

/* line 22, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-fog:before {
  content: "\f04a";
}

/* line 23, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-hail:before {
  content: "\f032";
}

/* line 24, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-lightning:before {
  content: "\f033";
}

/* line 25, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-partly-cloudy:before {
  content: "\f083";
}

/* line 26, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-rain:before {
  content: "\f036";
}

/* line 27, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-rain-mix:before {
  content: "\f034";
}

/* line 28, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-rain-wind:before {
  content: "\f035";
}

/* line 29, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-showers:before {
  content: "\f037";
}

/* line 30, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-sleet:before {
  content: "\f0b3";
}

/* line 31, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-sleet-storm:before {
  content: "\f069";
}

/* line 32, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-snow:before {
  content: "\f038";
}

/* line 33, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}

/* line 34, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-snow-wind:before {
  content: "\f066";
}

/* line 35, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-sprinkle:before {
  content: "\f039";
}

/* line 36, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-storm-showers:before {
  content: "\f03a";
}

/* line 37, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-thunderstorm:before {
  content: "\f03b";
}

/* line 38, scss/weather-icons/icon-classes/classes-night.scss */
.wi-lunar-eclipse:before {
  content: "\f070";
}

/* line 39, scss/weather-icons/icon-classes/classes-night.scss */
.wi-stars:before {
  content: "\f077";
}

/* line 40, scss/weather-icons/icon-classes/classes-night.scss */
.wi-storm-showers:before {
  content: "\f01d";
}

/* line 41, scss/weather-icons/icon-classes/classes-night.scss */
.wi-thunderstorm:before {
  content: "\f01e";
}

/* line 42, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-cloudy-high:before {
  content: "\f07e";
}

/* line 43, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-cloudy-high:before {
  content: "\f080";
}

/* line 44, scss/weather-icons/icon-classes/classes-night.scss */
.wi-night-alt-partly-cloudy:before {
  content: "\f081";
}

/* line 1, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-cloud:before {
  content: "\f041";
}

/* line 2, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-cloudy:before {
  content: "\f013";
}

/* line 3, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-cloudy-gusts:before {
  content: "\f011";
}

/* line 4, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-cloudy-windy:before {
  content: "\f012";
}

/* line 5, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-fog:before {
  content: "\f014";
}

/* line 6, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-hail:before {
  content: "\f015";
}

/* line 7, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-rain:before {
  content: "\f019";
}

/* line 8, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-rain-mix:before {
  content: "\f017";
}

/* line 9, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-rain-wind:before {
  content: "\f018";
}

/* line 10, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-showers:before {
  content: "\f01a";
}

/* line 11, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-sleet:before {
  content: "\f0b5";
}

/* line 12, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-snow:before {
  content: "\f01b";
}

/* line 13, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-sprinkle:before {
  content: "\f01c";
}

/* line 14, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-storm-showers:before {
  content: "\f01d";
}

/* line 15, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-thunderstorm:before {
  content: "\f01e";
}

/* line 16, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-snow-wind:before {
  content: "\f064";
}

/* line 17, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-snow:before {
  content: "\f01b";
}

/* line 18, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-smog:before {
  content: "\f074";
}

/* line 19, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-smoke:before {
  content: "\f062";
}

/* line 20, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-lightning:before {
  content: "\f016";
}

/* line 21, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-raindrops:before {
  content: "\f04e";
}

/* line 22, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-raindrop:before {
  content: "\f078";
}

/* line 23, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-dust:before {
  content: "\f063";
}

/* line 24, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-snowflake-cold:before {
  content: "\f076";
}

/* line 25, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-windy:before {
  content: "\f021";
}

/* line 26, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-strong-wind:before {
  content: "\f050";
}

/* line 27, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-sandstorm:before {
  content: "\f082";
}

/* line 28, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-earthquake:before {
  content: "\f0c6";
}

/* line 29, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-fire:before {
  content: "\f0c7";
}

/* line 30, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-flood:before {
  content: "\f07c";
}

/* line 31, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-meteor:before {
  content: "\f071";
}

/* line 32, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-tsunami:before {
  content: "\f0c5";
}

/* line 33, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-volcano:before {
  content: "\f0c8";
}

/* line 34, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-hurricane:before {
  content: "\f073";
}

/* line 35, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-tornado:before {
  content: "\f056";
}

/* line 36, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-small-craft-advisory:before {
  content: "\f0cc";
}

/* line 37, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-gale-warning:before {
  content: "\f0cd";
}

/* line 38, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-storm-warning:before {
  content: "\f0ce";
}

/* line 39, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-hurricane-warning:before {
  content: "\f0cf";
}

/* line 40, scss/weather-icons/icon-classes/classes-neutral.scss */
.wi-wind-direction:before {
  content: "\f0b1";
}

/* line 1, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-alien:before {
  content: "\f075";
}

/* line 2, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-celsius:before {
  content: "\f03c";
}

/* line 3, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-fahrenheit:before {
  content: "\f045";
}

/* line 4, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-degrees:before {
  content: "\f042";
}

/* line 5, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-thermometer:before {
  content: "\f055";
}

/* line 6, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-thermometer-exterior:before {
  content: "\f053";
}

/* line 7, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-thermometer-internal:before {
  content: "\f054";
}

/* line 8, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-cloud-down:before {
  content: "\f03d";
}

/* line 9, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-cloud-up:before {
  content: "\f040";
}

/* line 10, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-cloud-refresh:before {
  content: "\f03e";
}

/* line 11, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-horizon:before {
  content: "\f047";
}

/* line 12, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-horizon-alt:before {
  content: "\f046";
}

/* line 13, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-sunrise:before {
  content: "\f051";
}

/* line 14, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-sunset:before {
  content: "\f052";
}

/* line 15, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-moonrise:before {
  content: "\f0c9";
}

/* line 16, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-moonset:before {
  content: "\f0ca";
}

/* line 17, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-refresh:before {
  content: "\f04c";
}

/* line 18, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-refresh-alt:before {
  content: "\f04b";
}

/* line 19, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-umbrella:before {
  content: "\f084";
}

/* line 20, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-barometer:before {
  content: "\f079";
}

/* line 21, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-humidity:before {
  content: "\f07a";
}

/* line 22, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-na:before {
  content: "\f07b";
}

/* line 23, scss/weather-icons/icon-classes/classes-misc.scss */
.wi-train:before {
  content: "\f0cb";
}

/* line 1, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-new:before {
  content: "\f095";
}

/* line 2, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waxing-crescent-1:before {
  content: "\f096";
}

/* line 3, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waxing-crescent-2:before {
  content: "\f097";
}

/* line 4, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waxing-crescent-3:before {
  content: "\f098";
}

/* line 5, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waxing-crescent-4:before {
  content: "\f099";
}

/* line 6, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waxing-crescent-5:before {
  content: "\f09a";
}

/* line 7, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waxing-crescent-6:before {
  content: "\f09b";
}

/* line 8, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-first-quarter:before {
  content: "\f09c";
}

/* line 9, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waxing-gibbous-1:before {
  content: "\f09d";
}

/* line 10, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waxing-gibbous-2:before {
  content: "\f09e";
}

/* line 11, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waxing-gibbous-3:before {
  content: "\f09f";
}

/* line 12, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0";
}

/* line 13, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1";
}

/* line 14, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2";
}

/* line 15, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-full:before {
  content: "\f0a3";
}

/* line 16, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waning-gibbous-1:before {
  content: "\f0a4";
}

/* line 17, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waning-gibbous-2:before {
  content: "\f0a5";
}

/* line 18, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waning-gibbous-3:before {
  content: "\f0a6";
}

/* line 19, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waning-gibbous-4:before {
  content: "\f0a7";
}

/* line 20, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waning-gibbous-5:before {
  content: "\f0a8";
}

/* line 21, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waning-gibbous-6:before {
  content: "\f0a9";
}

/* line 22, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-third-quarter:before {
  content: "\f0aa";
}

/* line 23, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waning-crescent-1:before {
  content: "\f0ab";
}

/* line 24, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waning-crescent-2:before {
  content: "\f0ac";
}

/* line 25, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waning-crescent-3:before {
  content: "\f0ad";
}

/* line 26, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waning-crescent-4:before {
  content: "\f0ae";
}

/* line 27, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waning-crescent-5:before {
  content: "\f0af";
}

/* line 28, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-waning-crescent-6:before {
  content: "\f0b0";
}

/* line 29, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-new:before {
  content: "\f0eb";
}

/* line 30, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-crescent-1:before {
  content: "\f0d0";
}

/* line 31, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-crescent-2:before {
  content: "\f0d1";
}

/* line 32, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-crescent-3:before {
  content: "\f0d2";
}

/* line 33, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-crescent-4:before {
  content: "\f0d3";
}

/* line 34, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-crescent-5:before {
  content: "\f0d4";
}

/* line 35, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-crescent-6:before {
  content: "\f0d5";
}

/* line 36, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-first-quarter:before {
  content: "\f0d6";
}

/* line 37, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-gibbous-1:before {
  content: "\f0d7";
}

/* line 38, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-gibbous-2:before {
  content: "\f0d8";
}

/* line 39, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-gibbous-3:before {
  content: "\f0d9";
}

/* line 40, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-gibbous-4:before {
  content: "\f0da";
}

/* line 41, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-gibbous-5:before {
  content: "\f0db";
}

/* line 42, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waxing-gibbous-6:before {
  content: "\f0dc";
}

/* line 43, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-full:before {
  content: "\f0dd";
}

/* line 44, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-gibbous-1:before {
  content: "\f0de";
}

/* line 45, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-gibbous-2:before {
  content: "\f0df";
}

/* line 46, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-gibbous-3:before {
  content: "\f0e0";
}

/* line 47, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-gibbous-4:before {
  content: "\f0e1";
}

/* line 48, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-gibbous-5:before {
  content: "\f0e2";
}

/* line 49, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-gibbous-6:before {
  content: "\f0e3";
}

/* line 50, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-third-quarter:before {
  content: "\f0e4";
}

/* line 51, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-crescent-1:before {
  content: "\f0e5";
}

/* line 52, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-crescent-2:before {
  content: "\f0e6";
}

/* line 53, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-crescent-3:before {
  content: "\f0e7";
}

/* line 54, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-crescent-4:before {
  content: "\f0e8";
}

/* line 55, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-crescent-5:before {
  content: "\f0e9";
}

/* line 56, scss/weather-icons/icon-classes/classes-moon.scss */
.wi-moon-alt-waning-crescent-6:before {
  content: "\f0ea";
}

/* line 1, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-0:before {
  content: "\f095";
}

/* line 2, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-1:before {
  content: "\f096";
}

/* line 3, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-2:before {
  content: "\f097";
}

/* line 4, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-3:before {
  content: "\f098";
}

/* line 5, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-4:before {
  content: "\f099";
}

/* line 6, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-5:before {
  content: "\f09a";
}

/* line 7, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-6:before {
  content: "\f09b";
}

/* line 8, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-7:before {
  content: "\f09c";
}

/* line 9, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-8:before {
  content: "\f09d";
}

/* line 10, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-9:before {
  content: "\f09e";
}

/* line 11, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-10:before {
  content: "\f09f";
}

/* line 12, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-11:before {
  content: "\f0a0";
}

/* line 13, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-12:before {
  content: "\f0a1";
}

/* line 14, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-13:before {
  content: "\f0a2";
}

/* line 15, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-14:before {
  content: "\f0a3";
}

/* line 16, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-15:before {
  content: "\f0a4";
}

/* line 17, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-16:before {
  content: "\f0a5";
}

/* line 18, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-17:before {
  content: "\f0a6";
}

/* line 19, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-18:before {
  content: "\f0a7";
}

/* line 20, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-19:before {
  content: "\f0a8";
}

/* line 21, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-20:before {
  content: "\f0a9";
}

/* line 22, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-21:before {
  content: "\f0aa";
}

/* line 23, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-22:before {
  content: "\f0ab";
}

/* line 24, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-23:before {
  content: "\f0ac";
}

/* line 25, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-24:before {
  content: "\f0ad";
}

/* line 26, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-25:before {
  content: "\f0ae";
}

/* line 27, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-26:before {
  content: "\f0af";
}

/* line 28, scss/weather-icons/icon-classes/classes-moon-aliases.scss */
.wi-moon-27:before {
  content: "\f0b0";
}

/* line 1, scss/weather-icons/icon-classes/classes-time.scss */
.wi-time-1:before {
  content: "\f08a";
}

/* line 2, scss/weather-icons/icon-classes/classes-time.scss */
.wi-time-2:before {
  content: "\f08b";
}

/* line 3, scss/weather-icons/icon-classes/classes-time.scss */
.wi-time-3:before {
  content: "\f08c";
}

/* line 4, scss/weather-icons/icon-classes/classes-time.scss */
.wi-time-4:before {
  content: "\f08d";
}

/* line 5, scss/weather-icons/icon-classes/classes-time.scss */
.wi-time-5:before {
  content: "\f08e";
}

/* line 6, scss/weather-icons/icon-classes/classes-time.scss */
.wi-time-6:before {
  content: "\f08f";
}

/* line 7, scss/weather-icons/icon-classes/classes-time.scss */
.wi-time-7:before {
  content: "\f090";
}

/* line 8, scss/weather-icons/icon-classes/classes-time.scss */
.wi-time-8:before {
  content: "\f091";
}

/* line 9, scss/weather-icons/icon-classes/classes-time.scss */
.wi-time-9:before {
  content: "\f092";
}

/* line 10, scss/weather-icons/icon-classes/classes-time.scss */
.wi-time-10:before {
  content: "\f093";
}

/* line 11, scss/weather-icons/icon-classes/classes-time.scss */
.wi-time-11:before {
  content: "\f094";
}

/* line 12, scss/weather-icons/icon-classes/classes-time.scss */
.wi-time-12:before {
  content: "\f089";
}

/* line 1, scss/weather-icons/icon-classes/classes-direction.scss */
.wi-direction-up:before {
  content: "\f058";
}

/* line 2, scss/weather-icons/icon-classes/classes-direction.scss */
.wi-direction-up-right:before {
  content: "\f057";
}

/* line 3, scss/weather-icons/icon-classes/classes-direction.scss */
.wi-direction-right:before {
  content: "\f04d";
}

/* line 4, scss/weather-icons/icon-classes/classes-direction.scss */
.wi-direction-down-right:before {
  content: "\f088";
}

/* line 5, scss/weather-icons/icon-classes/classes-direction.scss */
.wi-direction-down:before {
  content: "\f044";
}

/* line 6, scss/weather-icons/icon-classes/classes-direction.scss */
.wi-direction-down-left:before {
  content: "\f043";
}

/* line 7, scss/weather-icons/icon-classes/classes-direction.scss */
.wi-direction-left:before {
  content: "\f048";
}

/* line 8, scss/weather-icons/icon-classes/classes-direction.scss */
.wi-direction-up-left:before {
  content: "\f087";
}

/* line 1, scss/weather-icons/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-0:before {
  content: "\f0b7";
}

/* line 2, scss/weather-icons/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-1:before {
  content: "\f0b8";
}

/* line 3, scss/weather-icons/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-2:before {
  content: "\f0b9";
}

/* line 4, scss/weather-icons/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-3:before {
  content: "\f0ba";
}

/* line 5, scss/weather-icons/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-4:before {
  content: "\f0bb";
}

/* line 6, scss/weather-icons/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-5:before {
  content: "\f0bc";
}

/* line 7, scss/weather-icons/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-6:before {
  content: "\f0bd";
}

/* line 8, scss/weather-icons/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-7:before {
  content: "\f0be";
}

/* line 9, scss/weather-icons/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-8:before {
  content: "\f0bf";
}

/* line 10, scss/weather-icons/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-9:before {
  content: "\f0c0";
}

/* line 11, scss/weather-icons/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-10:before {
  content: "\f0c1";
}

/* line 12, scss/weather-icons/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-11:before {
  content: "\f0c2";
}

/* line 13, scss/weather-icons/icon-classes/classes-beaufort.scss */
.wi-wind-beaufort-12:before {
  content: "\f0c3";
}

/* line 1, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-0:before {
  content: "\f056";
}

/* line 2, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-1:before {
  content: "\f00e";
}

/* line 3, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-2:before {
  content: "\f073";
}

/* line 4, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-3:before {
  content: "\f01e";
}

/* line 5, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-4:before {
  content: "\f01e";
}

/* line 6, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-5:before {
  content: "\f017";
}

/* line 7, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-6:before {
  content: "\f017";
}

/* line 8, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-7:before {
  content: "\f017";
}

/* line 9, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-8:before {
  content: "\f015";
}

/* line 10, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-9:before {
  content: "\f01a";
}

/* line 11, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-10:before {
  content: "\f015";
}

/* line 12, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-11:before {
  content: "\f01a";
}

/* line 13, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-12:before {
  content: "\f01a";
}

/* line 14, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-13:before {
  content: "\f01b";
}

/* line 15, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-14:before {
  content: "\f00a";
}

/* line 16, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-15:before {
  content: "\f064";
}

/* line 17, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-16:before {
  content: "\f01b";
}

/* line 18, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-17:before {
  content: "\f015";
}

/* line 19, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-18:before {
  content: "\f017";
}

/* line 20, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-19:before {
  content: "\f063";
}

/* line 21, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-20:before {
  content: "\f014";
}

/* line 22, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-21:before {
  content: "\f021";
}

/* line 23, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-22:before {
  content: "\f062";
}

/* line 24, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-23:before {
  content: "\f050";
}

/* line 25, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-24:before {
  content: "\f050";
}

/* line 26, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-25:before {
  content: "\f076";
}

/* line 27, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-26:before {
  content: "\f013";
}

/* line 28, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-27:before {
  content: "\f031";
}

/* line 29, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-28:before {
  content: "\f002";
}

/* line 30, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-29:before {
  content: "\f031";
}

/* line 31, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-30:before {
  content: "\f002";
}

/* line 32, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-31:before {
  content: "\f02e";
}

/* line 33, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-32:before {
  content: "\f00d";
}

/* line 34, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-33:before {
  content: "\f083";
}

/* line 35, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-34:before {
  content: "\f00c";
}

/* line 36, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-35:before {
  content: "\f017";
}

/* line 37, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-36:before {
  content: "\f072";
}

/* line 38, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-37:before {
  content: "\f00e";
}

/* line 39, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-38:before {
  content: "\f00e";
}

/* line 40, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-39:before {
  content: "\f00e";
}

/* line 41, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-40:before {
  content: "\f01a";
}

/* line 42, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-41:before {
  content: "\f064";
}

/* line 43, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-42:before {
  content: "\f01b";
}

/* line 44, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-43:before {
  content: "\f064";
}

/* line 45, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-44:before {
  content: "\f00c";
}

/* line 46, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-45:before {
  content: "\f00e";
}

/* line 47, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-46:before {
  content: "\f01b";
}

/* line 48, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-47:before {
  content: "\f00e";
}

/* line 49, scss/weather-icons/mappings/wi-yahoo.scss */
.wi-yahoo-3200:before {
  content: "\f077";
}

/* line 1, scss/weather-icons/mappings/wi-forecast-io.scss */
.wi-forecast-io-clear-day:before {
  content: "\f00d";
}

/* line 2, scss/weather-icons/mappings/wi-forecast-io.scss */
.wi-forecast-io-clear-night:before {
  content: "\f02e";
}

/* line 3, scss/weather-icons/mappings/wi-forecast-io.scss */
.wi-forecast-io-rain:before {
  content: "\f019";
}

/* line 4, scss/weather-icons/mappings/wi-forecast-io.scss */
.wi-forecast-io-snow:before {
  content: "\f01b";
}

/* line 5, scss/weather-icons/mappings/wi-forecast-io.scss */
.wi-forecast-io-sleet:before {
  content: "\f0b5";
}

/* line 6, scss/weather-icons/mappings/wi-forecast-io.scss */
.wi-forecast-io-wind:before {
  content: "\f050";
}

/* line 7, scss/weather-icons/mappings/wi-forecast-io.scss */
.wi-forecast-io-fog:before {
  content: "\f014";
}

/* line 8, scss/weather-icons/mappings/wi-forecast-io.scss */
.wi-forecast-io-cloudy:before {
  content: "\f013";
}

/* line 9, scss/weather-icons/mappings/wi-forecast-io.scss */
.wi-forecast-io-partly-cloudy-day:before {
  content: "\f002";
}

/* line 10, scss/weather-icons/mappings/wi-forecast-io.scss */
.wi-forecast-io-partly-cloudy-night:before {
  content: "\f031";
}

/* line 11, scss/weather-icons/mappings/wi-forecast-io.scss */
.wi-forecast-io-hail:before {
  content: "\f015";
}

/* line 12, scss/weather-icons/mappings/wi-forecast-io.scss */
.wi-forecast-io-thunderstorm:before {
  content: "\f01e";
}

/* line 13, scss/weather-icons/mappings/wi-forecast-io.scss */
.wi-forecast-io-tornado:before {
  content: "\f056";
}

/* line 2, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
  content: "\f055";
}

/* line 4, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
  content: "\f013";
}

/* line 6, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
  content: "\f055";
}

/* line 8, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
  content: "\f013";
}

/* line 10, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
  content: "\f014";
}

/* line 12, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
  content: "\f014";
}

/* line 13, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-10:before {
  content: "\f014";
}

/* line 14, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-11:before {
  content: "\f014";
}

/* line 15, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-12:before {
  content: "\f016";
}

/* line 16, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-18:before {
  content: "\f050";
}

/* line 17, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-20:before {
  content: "\f014";
}

/* line 18, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-21:before {
  content: "\f017";
}

/* line 19, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-22:before {
  content: "\f017";
}

/* line 20, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-23:before {
  content: "\f019";
}

/* line 21, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-24:before {
  content: "\f01b";
}

/* line 22, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-25:before {
  content: "\f015";
}

/* line 23, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-26:before {
  content: "\f01e";
}

/* line 24, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-27:before {
  content: "\f063";
}

/* line 25, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-28:before {
  content: "\f063";
}

/* line 26, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-29:before {
  content: "\f063";
}

/* line 27, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-30:before {
  content: "\f014";
}

/* line 28, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-31:before {
  content: "\f014";
}

/* line 29, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-32:before {
  content: "\f014";
}

/* line 30, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-33:before {
  content: "\f014";
}

/* line 31, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-34:before {
  content: "\f014";
}

/* line 32, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-35:before {
  content: "\f014";
}

/* line 33, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-40:before {
  content: "\f017";
}

/* line 34, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-41:before {
  content: "\f01c";
}

/* line 35, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-42:before {
  content: "\f019";
}

/* line 36, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-43:before {
  content: "\f01c";
}

/* line 37, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-44:before {
  content: "\f019";
}

/* line 38, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-45:before {
  content: "\f015";
}

/* line 39, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-46:before {
  content: "\f015";
}

/* line 40, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-47:before {
  content: "\f01b";
}

/* line 41, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-48:before {
  content: "\f01b";
}

/* line 42, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-50:before {
  content: "\f01c";
}

/* line 43, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-51:before {
  content: "\f01c";
}

/* line 44, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-52:before {
  content: "\f019";
}

/* line 45, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-53:before {
  content: "\f019";
}

/* line 46, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-54:before {
  content: "\f076";
}

/* line 47, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-55:before {
  content: "\f076";
}

/* line 48, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-56:before {
  content: "\f076";
}

/* line 49, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-57:before {
  content: "\f01c";
}

/* line 50, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-58:before {
  content: "\f019";
}

/* line 51, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-60:before {
  content: "\f01c";
}

/* line 52, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-61:before {
  content: "\f01c";
}

/* line 53, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-62:before {
  content: "\f019";
}

/* line 54, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-63:before {
  content: "\f019";
}

/* line 55, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-64:before {
  content: "\f015";
}

/* line 56, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-65:before {
  content: "\f015";
}

/* line 57, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-66:before {
  content: "\f015";
}

/* line 58, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-67:before {
  content: "\f017";
}

/* line 59, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-68:before {
  content: "\f017";
}

/* line 60, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-70:before {
  content: "\f01b";
}

/* line 61, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-71:before {
  content: "\f01b";
}

/* line 62, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-72:before {
  content: "\f01b";
}

/* line 63, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-73:before {
  content: "\f01b";
}

/* line 64, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-74:before {
  content: "\f076";
}

/* line 65, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-75:before {
  content: "\f076";
}

/* line 66, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-76:before {
  content: "\f076";
}

/* line 67, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-77:before {
  content: "\f01b";
}

/* line 68, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-78:before {
  content: "\f076";
}

/* line 69, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-80:before {
  content: "\f019";
}

/* line 70, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-81:before {
  content: "\f01c";
}

/* line 71, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-82:before {
  content: "\f019";
}

/* line 72, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-83:before {
  content: "\f019";
}

/* line 73, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-84:before {
  content: "\f01d";
}

/* line 74, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-85:before {
  content: "\f017";
}

/* line 75, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-86:before {
  content: "\f017";
}

/* line 76, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-87:before {
  content: "\f017";
}

/* line 77, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-89:before {
  content: "\f015";
}

/* line 78, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-90:before {
  content: "\f016";
}

/* line 79, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-91:before {
  content: "\f01d";
}

/* line 80, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-92:before {
  content: "\f01e";
}

/* line 81, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-93:before {
  content: "\f01e";
}

/* line 82, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-94:before {
  content: "\f016";
}

/* line 83, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-95:before {
  content: "\f01e";
}

/* line 84, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-96:before {
  content: "\f01e";
}

/* line 85, scss/weather-icons/mappings/wi-wmo4680.scss */
.wi-wmo4680-99:before {
  content: "\f056";
}

/* line 2, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-200:before {
  content: "\f01e";
}

/* line 3, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-201:before {
  content: "\f01e";
}

/* line 4, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-202:before {
  content: "\f01e";
}

/* line 5, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-210:before {
  content: "\f016";
}

/* line 6, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-211:before {
  content: "\f016";
}

/* line 7, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-212:before {
  content: "\f016";
}

/* line 8, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-221:before {
  content: "\f016";
}

/* line 9, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-230:before {
  content: "\f01e";
}

/* line 10, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-231:before {
  content: "\f01e";
}

/* line 11, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-232:before {
  content: "\f01e";
}

/* line 12, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-300:before {
  content: "\f01c";
}

/* line 13, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-301:before {
  content: "\f01c";
}

/* line 14, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-302:before {
  content: "\f019";
}

/* line 15, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-310:before {
  content: "\f017";
}

/* line 16, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-311:before {
  content: "\f019";
}

/* line 17, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-312:before {
  content: "\f019";
}

/* line 18, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-313:before {
  content: "\f01a";
}

/* line 19, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-314:before {
  content: "\f019";
}

/* line 20, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-321:before {
  content: "\f01c";
}

/* line 21, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-500:before {
  content: "\f01c";
}

/* line 22, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-501:before {
  content: "\f019";
}

/* line 23, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-502:before {
  content: "\f019";
}

/* line 24, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-503:before {
  content: "\f019";
}

/* line 25, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-504:before {
  content: "\f019";
}

/* line 26, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-511:before {
  content: "\f017";
}

/* line 27, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-520:before {
  content: "\f01a";
}

/* line 28, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-521:before {
  content: "\f01a";
}

/* line 29, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-522:before {
  content: "\f01a";
}

/* line 30, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-531:before {
  content: "\f01d";
}

/* line 31, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-600:before {
  content: "\f01b";
}

/* line 32, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-601:before {
  content: "\f01b";
}

/* line 33, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-602:before {
  content: "\f0b5";
}

/* line 34, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-611:before {
  content: "\f017";
}

/* line 35, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-612:before {
  content: "\f017";
}

/* line 36, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-615:before {
  content: "\f017";
}

/* line 37, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-616:before {
  content: "\f017";
}

/* line 38, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-620:before {
  content: "\f017";
}

/* line 39, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-621:before {
  content: "\f01b";
}

/* line 40, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-622:before {
  content: "\f01b";
}

/* line 41, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-701:before {
  content: "\f01a";
}

/* line 42, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-711:before {
  content: "\f062";
}

/* line 43, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-721:before {
  content: "\f0b6";
}

/* line 44, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-731:before {
  content: "\f063";
}

/* line 45, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-741:before {
  content: "\f014";
}

/* line 46, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-761:before {
  content: "\f063";
}

/* line 47, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-762:before {
  content: "\f063";
}

/* line 48, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-771:before {
  content: "\f011";
}

/* line 49, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-781:before {
  content: "\f056";
}

/* line 50, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-800:before {
  content: "\f00d";
}

/* line 51, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-801:before {
  content: "\f011";
}

/* line 52, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-802:before {
  content: "\f011";
}

/* line 53, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-803:before {
  content: "\f012";
}

/* line 54, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-804:before {
  content: "\f013";
}

/* line 55, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-900:before {
  content: "\f056";
}

/* line 56, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-901:before {
  content: "\f01d";
}

/* line 57, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-902:before {
  content: "\f073";
}

/* line 58, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-903:before {
  content: "\f076";
}

/* line 59, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-904:before {
  content: "\f072";
}

/* line 60, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-905:before {
  content: "\f021";
}

/* line 61, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-906:before {
  content: "\f015";
}

/* line 62, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-957:before {
  content: "\f050";
}

/* line 64, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-200:before {
  content: "\f010";
}

/* line 65, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-201:before {
  content: "\f010";
}

/* line 66, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-202:before {
  content: "\f010";
}

/* line 67, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-210:before {
  content: "\f005";
}

/* line 68, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-211:before {
  content: "\f005";
}

/* line 69, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-212:before {
  content: "\f005";
}

/* line 70, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-221:before {
  content: "\f005";
}

/* line 71, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-230:before {
  content: "\f010";
}

/* line 72, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-231:before {
  content: "\f010";
}

/* line 73, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-232:before {
  content: "\f010";
}

/* line 74, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-300:before {
  content: "\f00b";
}

/* line 75, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-301:before {
  content: "\f00b";
}

/* line 76, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-302:before {
  content: "\f008";
}

/* line 77, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-310:before {
  content: "\f008";
}

/* line 78, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-311:before {
  content: "\f008";
}

/* line 79, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-312:before {
  content: "\f008";
}

/* line 80, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-313:before {
  content: "\f008";
}

/* line 81, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-314:before {
  content: "\f008";
}

/* line 82, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-321:before {
  content: "\f00b";
}

/* line 83, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-500:before {
  content: "\f00b";
}

/* line 84, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-501:before {
  content: "\f008";
}

/* line 85, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-502:before {
  content: "\f008";
}

/* line 86, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-503:before {
  content: "\f008";
}

/* line 87, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-504:before {
  content: "\f008";
}

/* line 88, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-511:before {
  content: "\f006";
}

/* line 89, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-520:before {
  content: "\f009";
}

/* line 90, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-521:before {
  content: "\f009";
}

/* line 91, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-522:before {
  content: "\f009";
}

/* line 92, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-531:before {
  content: "\f00e";
}

/* line 93, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-600:before {
  content: "\f00a";
}

/* line 94, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-601:before {
  content: "\f0b2";
}

/* line 95, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-602:before {
  content: "\f00a";
}

/* line 96, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-611:before {
  content: "\f006";
}

/* line 97, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-612:before {
  content: "\f006";
}

/* line 98, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-615:before {
  content: "\f006";
}

/* line 99, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-616:before {
  content: "\f006";
}

/* line 100, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-620:before {
  content: "\f006";
}

/* line 101, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-621:before {
  content: "\f00a";
}

/* line 102, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-622:before {
  content: "\f00a";
}

/* line 103, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-701:before {
  content: "\f009";
}

/* line 104, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-711:before {
  content: "\f062";
}

/* line 105, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-721:before {
  content: "\f0b6";
}

/* line 106, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-731:before {
  content: "\f063";
}

/* line 107, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-741:before {
  content: "\f003";
}

/* line 108, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-761:before {
  content: "\f063";
}

/* line 109, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-762:before {
  content: "\f063";
}

/* line 110, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-781:before {
  content: "\f056";
}

/* line 111, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-800:before {
  content: "\f00d";
}

/* line 112, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-801:before {
  content: "\f000";
}

/* line 113, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-802:before {
  content: "\f000";
}

/* line 114, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-803:before {
  content: "\f000";
}

/* line 115, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-804:before {
  content: "\f00c";
}

/* line 116, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-900:before {
  content: "\f056";
}

/* line 117, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-902:before {
  content: "\f073";
}

/* line 118, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-903:before {
  content: "\f076";
}

/* line 119, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-904:before {
  content: "\f072";
}

/* line 120, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-906:before {
  content: "\f004";
}

/* line 121, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-day-957:before {
  content: "\f050";
}

/* line 123, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-200:before {
  content: "\f02d";
}

/* line 124, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-201:before {
  content: "\f02d";
}

/* line 125, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-202:before {
  content: "\f02d";
}

/* line 126, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-210:before {
  content: "\f025";
}

/* line 127, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-211:before {
  content: "\f025";
}

/* line 128, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-212:before {
  content: "\f025";
}

/* line 129, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-221:before {
  content: "\f025";
}

/* line 130, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-230:before {
  content: "\f02d";
}

/* line 131, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-231:before {
  content: "\f02d";
}

/* line 132, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-232:before {
  content: "\f02d";
}

/* line 133, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-300:before {
  content: "\f02b";
}

/* line 134, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-301:before {
  content: "\f02b";
}

/* line 135, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-302:before {
  content: "\f028";
}

/* line 136, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-310:before {
  content: "\f028";
}

/* line 137, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-311:before {
  content: "\f028";
}

/* line 138, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-312:before {
  content: "\f028";
}

/* line 139, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-313:before {
  content: "\f028";
}

/* line 140, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-314:before {
  content: "\f028";
}

/* line 141, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-321:before {
  content: "\f02b";
}

/* line 142, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-500:before {
  content: "\f02b";
}

/* line 143, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-501:before {
  content: "\f028";
}

/* line 144, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-502:before {
  content: "\f028";
}

/* line 145, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-503:before {
  content: "\f028";
}

/* line 146, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-504:before {
  content: "\f028";
}

/* line 147, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-511:before {
  content: "\f026";
}

/* line 148, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-520:before {
  content: "\f029";
}

/* line 149, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-521:before {
  content: "\f029";
}

/* line 150, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-522:before {
  content: "\f029";
}

/* line 151, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-531:before {
  content: "\f02c";
}

/* line 152, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-600:before {
  content: "\f02a";
}

/* line 153, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-601:before {
  content: "\f0b4";
}

/* line 154, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-602:before {
  content: "\f02a";
}

/* line 155, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-611:before {
  content: "\f026";
}

/* line 156, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-612:before {
  content: "\f026";
}

/* line 157, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-615:before {
  content: "\f026";
}

/* line 158, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-616:before {
  content: "\f026";
}

/* line 159, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-620:before {
  content: "\f026";
}

/* line 160, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-621:before {
  content: "\f02a";
}

/* line 161, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-622:before {
  content: "\f02a";
}

/* line 162, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-701:before {
  content: "\f029";
}

/* line 163, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-711:before {
  content: "\f062";
}

/* line 164, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-721:before {
  content: "\f0b6";
}

/* line 165, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-731:before {
  content: "\f063";
}

/* line 166, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-741:before {
  content: "\f04a";
}

/* line 167, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-761:before {
  content: "\f063";
}

/* line 168, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-762:before {
  content: "\f063";
}

/* line 169, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-781:before {
  content: "\f056";
}

/* line 170, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-800:before {
  content: "\f02e";
}

/* line 171, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-801:before {
  content: "\f022";
}

/* line 172, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-802:before {
  content: "\f022";
}

/* line 173, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-803:before {
  content: "\f022";
}

/* line 174, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-804:before {
  content: "\f086";
}

/* line 175, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-900:before {
  content: "\f056";
}

/* line 176, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-902:before {
  content: "\f073";
}

/* line 177, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-903:before {
  content: "\f076";
}

/* line 178, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-904:before {
  content: "\f072";
}

/* line 179, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-906:before {
  content: "\f024";
}

/* line 180, scss/weather-icons/mappings/wi-owm.scss */
.wi-owm-night-957:before {
  content: "\f050";
}

/* line 1, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-chanceflurries:before {
  content: "\f064";
}

/* line 2, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-chancerain:before {
  content: "\f019";
}

/* line 3, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-chancesleat:before {
  content: "\f0b5";
}

/* line 4, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-chancesnow:before {
  content: "\f01b";
}

/* line 5, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-chancetstorms:before {
  content: "\f01e";
}

/* line 6, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-clear:before {
  content: "\f00d";
}

/* line 7, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-cloudy:before {
  content: "\f002";
}

/* line 8, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-flurries:before {
  content: "\f064";
}

/* line 9, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-hazy:before {
  content: "\f0b6";
}

/* line 10, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-mostlycloudy:before {
  content: "\f002";
}

/* line 11, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-mostlysunny:before {
  content: "\f00d";
}

/* line 12, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-partlycloudy:before {
  content: "\f002";
}

/* line 13, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-partlysunny:before {
  content: "\f00d";
}

/* line 14, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-rain:before {
  content: "\f01a";
}

/* line 15, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-sleat:before {
  content: "\f0b5";
}

/* line 16, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-snow:before {
  content: "\f01b";
}

/* line 17, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-sunny:before {
  content: "\f00d";
}

/* line 18, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-tstorms:before {
  content: "\f01e";
}

/* line 19, scss/weather-icons/mappings/wi-wunderground.scss */
.wi-wu-unknown:before {
  content: "\f00d";
}

/* line 1, scss/partials/_bootstrap.scss */
.tab-content {
  display: table;
  width: 100%;
  /* optional */
}

/* line 7, scss/partials/_bootstrap.scss */
.container-with-margin {
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
}

/* line 14, scss/partials/_bootstrap.scss */
.row.no-padding-row {
  margin-left: 0;
  margin-right: 0;
}
/* line 17, scss/partials/_bootstrap.scss */
.row.no-padding-row > div {
  padding-left: 0;
  padding-right: 0;
}

/* line 24, scss/partials/_bootstrap.scss */
.btn {
  outline: 0 !important;
}
/* line 28, scss/partials/_bootstrap.scss */
.btn:hover, .btn:focus, .btn:active {
  outline: 0 !important;
}

/* line 33, scss/partials/_bootstrap.scss */
.out-of-block {
  margin: 30px -15px;
}
/* line 35, scss/partials/_bootstrap.scss */
.out-of-block img {
  width: 100%;
}

@media all and (min-width: 768px) {
  /* line 41, scss/partials/_bootstrap.scss */
  .out-of-block {
    margin-right: -45px;
    margin-left: -45px;
  }

  /* line 46, scss/partials/_bootstrap.scss */
  .container-with-margin {
    padding-left: 30%;
    padding-right: 30%;
  }
}
/* line 55, scss/partials/_bootstrap.scss */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 62, scss/partials/_bootstrap.scss */
.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  /* line 68, scss/partials/_bootstrap.scss */
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media all and (min-width: 992px) {
  /* line 76, scss/partials/_bootstrap.scss */
  .col-md-5ths {
    width: 20%;
    float: left;
  }

  /* line 81, scss/partials/_bootstrap.scss */
  .container-with-margin {
    padding-left: 33%;
    padding-right: 33%;
  }

  /* line 86, scss/partials/_bootstrap.scss */
  .grey-block .container-with-margin {
    padding-left: 90px;
    padding-right: 90px;
  }

  /* line 91, scss/partials/_bootstrap.scss */
  .out-of-block {
    margin-right: -90px;
    margin-left: -90px;
  }
}
@media all and (min-width: 1200px) {
  /* line 99, scss/partials/_bootstrap.scss */
  .col-lg-5ths {
    width: 20%;
    float: left;
  }

  /* line 104, scss/partials/_bootstrap.scss */
  .container-with-margin {
    padding-left: 36%;
    padding-right: 36%;
  }

  /* line 109, scss/partials/_bootstrap.scss */
  .grey-block .container-with-margin {
    padding-left: 120px;
    padding-right: 120px;
  }

  /* line 115, scss/partials/_bootstrap.scss */
  .out-of-block {
    margin-right: -115px;
    margin-left: -115px;
  }
}
/* line 2, scss/partials/_sections.scss */
#infscr-loading {
  position: fixed;
  text-align: center;
  bottom: 0;
  right: 0;
  z-index: 100;
  padding: 20px;
  color: #222222;
  font-size: 15px;
}
/* line 12, scss/partials/_sections.scss */
#infscr-loading img {
  max-width: 40px;
}

/* line 17, scss/partials/_sections.scss */
.big-lineheight {
  line-height: 110px;
  height: 110px;
}

/* line 22, scss/partials/_sections.scss */
.right-padding {
  padding-right: 0;
}

/* line 26, scss/partials/_sections.scss */
.vertical-middle {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  display: table-cell;
}

/* line 33, scss/partials/_sections.scss */
.full-image {
  width: 100%;
}

/* line 37, scss/partials/_sections.scss */
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
/* line 40, scss/partials/_sections.scss */
.table-cell.table-cell-img {
  width: 65px;
}

/* line 45, scss/partials/_sections.scss */
.media-title {
  text-align: center;
  /*min-height: 120px;*/
}

/* line 50, scss/partials/_sections.scss */
.black-bg {
  background-color: #1c1c1c;
}

/* line 54, scss/partials/_sections.scss */
.dark-block {
  background-color: #1c1c1c;
  color: white;
  background-image: url("../images/black-map.jpg");
  background-size: cover;
}
/* line 59, scss/partials/_sections.scss */
.dark-block a {
  color: white;
}

/* line 64, scss/partials/_sections.scss */
.grey-block {
  background-color: #f7f7f7;
  text-align: center;
}

/* line 69, scss/partials/_sections.scss */
.light-grey-block {
  background-color: #fbfbfb;
}

/* line 73, scss/partials/_sections.scss */
.dark-white-block {
  background-color: #f7f7f7;
}

/* line 77, scss/partials/_sections.scss */
.color-lines {
  margin: 0;
  height: 2px;
  width: 100%;
}
/* line 81, scss/partials/_sections.scss */
.color-lines:after {
  content: '';
  clear: both;
  display: block;
}
/* line 86, scss/partials/_sections.scss */
.color-lines div {
  height: inherit;
}
/* line 88, scss/partials/_sections.scss */
.color-lines div:nth-child(1) {
  background-color: #ffbd66;
}
/* line 91, scss/partials/_sections.scss */
.color-lines div:nth-child(2) {
  background-color: #50b9ea;
}
/* line 94, scss/partials/_sections.scss */
.color-lines div:nth-child(3) {
  background-color: #5ed3b6;
}
/* line 97, scss/partials/_sections.scss */
.color-lines div:nth-child(4) {
  background-color: #d2448f;
}
/* line 100, scss/partials/_sections.scss */
.color-lines div:nth-child(5) {
  background-color: #93358f;
}

/* line 106, scss/partials/_sections.scss */
.big-h {
  font: normal 40px "CircularStd-Bold";
  text-align: center;
  padding: 40px 0 50px;
}

/* line 112, scss/partials/_sections.scss */
.small-text {
  -ms-word-break: break-all;
  word-break: break-all;
  font-size: 14px;
}
/* line 116, scss/partials/_sections.scss */
.small-text p {
  font-size: 14px;
}

/* line 121, scss/partials/_sections.scss */
.right-align {
  text-align: right;
}

/* line 125, scss/partials/_sections.scss */
.hover-line {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
/* line 136, scss/partials/_sections.scss */
.hover-line:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 51%;
  bottom: 0;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 151, scss/partials/_sections.scss */
.hover-line:hover, .hover-line:focus {
  text-decoration: none;
}
/* line 153, scss/partials/_sections.scss */
.hover-line:hover:before, .hover-line:focus:before {
  left: 0;
  right: 0;
}

/* line 161, scss/partials/_sections.scss */
.cookies a {
  position: relative;
}
/* line 163, scss/partials/_sections.scss */
.cookies a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 51%;
  bottom: -4px;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: #d2448f;
}
/* line 179, scss/partials/_sections.scss */
.cookies a:hover, .cookies a:focus {
  text-decoration: none;
}
/* line 181, scss/partials/_sections.scss */
.cookies a:hover:before, .cookies a:focus:before {
  left: 0;
  right: 0;
}

/* line 189, scss/partials/_sections.scss */
.arrowed, .link-all a {
  font-size: 20px;
  /*margin-top: 20px;*/
  position: relative;
  padding-right: 33px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
/* line 204, scss/partials/_sections.scss */
.arrowed:before, .link-all a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 51%;
  bottom: 0;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 219, scss/partials/_sections.scss */
.arrowed:hover, .arrowed:focus, .link-all a:hover, .link-all a:focus {
  text-decoration: none;
}
/* line 221, scss/partials/_sections.scss */
.arrowed:hover:before, .arrowed:focus:before, .link-all a:hover:before, .link-all a:focus:before {
  left: 0;
  right: 0;
}
/* line 226, scss/partials/_sections.scss */
.arrowed:after, .link-all a:after {
  content: "\e903";
  font: normal 16px "Lola-font";
  padding-left: 10px;
  position: absolute;
  /*bottom: 7px;*/
  bottom: 5px;
}

/* line 237, scss/partials/_sections.scss */
.share-block .name, .share-block .arrowed, .double-lines .name, .double-lines .arrowed {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  box-shadow: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 251, scss/partials/_sections.scss */
.share-block .name:before, .share-block .arrowed:before, .double-lines .name:before, .double-lines .arrowed:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 271, scss/partials/_sections.scss */
.share-block .name:hover, .share-block .name:focus, .share-block .arrowed:hover, .share-block .arrowed:focus, .double-lines .name:hover, .double-lines .name:focus, .double-lines .arrowed:hover, .double-lines .arrowed:focus {
  text-decoration: none;
  color: white;
}
/* line 274, scss/partials/_sections.scss */
.share-block .name:hover:before, .share-block .name:focus:before, .share-block .arrowed:hover:before, .share-block .arrowed:focus:before, .double-lines .name:hover:before, .double-lines .name:focus:before, .double-lines .arrowed:hover:before, .double-lines .arrowed:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 283, scss/partials/_sections.scss */
.cookies .cookies-info {
  display: block;
  cursor: pointer;
  text-align: center;
  box-shadow: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 297, scss/partials/_sections.scss */
.cookies .cookies-info:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: #5ed3b6;
}
/* line 318, scss/partials/_sections.scss */
.cookies .cookies-info:hover, .cookies .cookies-info:focus {
  color: #ffffff;
  text-decoration: none;
}
/* line 321, scss/partials/_sections.scss */
.cookies .cookies-info:hover:before, .cookies .cookies-info:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 331, scss/partials/_sections.scss */
.arrowed-back:before {
  content: "\e902";
  font: normal 16px "Lola-font";
  left: -15px;
  position: absolute;
}
/* line 337, scss/partials/_sections.scss */
.arrowed-back:after {
  content: "";
  padding-left: 0;
}

/* line 343, scss/partials/_sections.scss */
.link-all {
  line-height: 23px;
  position: relative;
  font-size: 24px;
  text-align: center;
  margin-top: 40px;
}
/* line 350, scss/partials/_sections.scss */
.link-all a:after {
  content: "\e903";
  font: normal 13px "Lola-font";
}

/* line 357, scss/partials/_sections.scss */
.arrowed {
  line-height: 23px;
}

/* line 361, scss/partials/_sections.scss */
.flex-video {
  position: relative;
  padding-top: 25px;
 /* padding-bottom: 67.5%;
  height: 0;*/
  height: 360px;
  margin-bottom: 0;
  overflow: hidden;
}
/* line 368, scss/partials/_sections.scss */
.flex-video iframe, .flex-video object, .flex-video embed {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  height: 360px;
  color: transparent;
}

/* line 379, scss/partials/_sections.scss */
.work-items-list {
  overflow: hidden;
}
/* line 381, scss/partials/_sections.scss */
.work-items-list .work-item {
  float: left;
  width: 50%;
}

/* line 386, scss/partials/_sections.scss */
.work-item {
  color: white;
  display: block;
  height: 10%;
  position: relative;
  width: 100%;
 /* new */
  align-content: center;
  background-position: center;
}
/* line 393, scss/partials/_sections.scss */
.work-item > * {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
/* line 400, scss/partials/_sections.scss */
.work-item .tile-primary-content {
  background-color: white;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 411, scss/partials/_sections.scss */
.work-item .tile-primary-content img {
  position: relative;
  max-width: none;
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -moz-transition: -moz-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}
/* line 424, scss/partials/_sections.scss */
.work-item .tile-secondary-content {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 100ms ease-out;
  transition: opacity 100ms ease-out;
  -moz-transition: opacity 100ms ease-out;
  -o-transition: opacity 100ms ease-out;
  text-align: center;
  color: white;
}
/* line 441, scss/partials/_sections.scss */
.work-item .tile-secondary-content * {
  opacity: 0;
  -moz-transition: opacity 200ms ease-in 100ms;
  -o-transition: opacity 200ms ease-in 100ms;
  -webkit-transition: opacity 200ms ease-in;
  -webkit-transition-delay: 100ms;
  transition: opacity 200ms ease-in 100ms;
}
/* line 451, scss/partials/_sections.scss */
.work-item .tile-text-content {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  color: black;
  font-family: "CircularStd-Bold";
}
/* line 465, scss/partials/_sections.scss */
.work-item .tile-text-content *, .work-item .tile-text-content a, .work-item .tile-text-content .link {
  color: black;
}
/* line 469, scss/partials/_sections.scss */
.work-item .tile-text-content.bordered {
  text-align: center;
}
/* line 471, scss/partials/_sections.scss */
.work-item .tile-text-content.bordered img {
  display: inline-block;
  max-width: 100%;
}
/* line 478, scss/partials/_sections.scss */
.work-item h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
/* line 483, scss/partials/_sections.scss */
.work-item p {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "CircularStd-Bold";
}
/* line 489, scss/partials/_sections.scss */
.work-item .link {
  position: relative;
  color: white;
  font-family: "CircularStd-Book";
  text-transform: none;
}
/* line 494, scss/partials/_sections.scss */
.work-item .link:after {
  position: absolute;
  content: "\e903";
  font: normal 8px "Lola-font";
  padding-left: 10px;
}
/* line 502, scss/partials/_sections.scss */
.work-item .info-title {
  text-transform: none;
  text-align: right;
  color: #d9d9d9;
}
/* line 507, scss/partials/_sections.scss */
.work-item .info {
  text-transform: none;
  position: relative;
}
/* line 511, scss/partials/_sections.scss */
.work-item .info a {
  text-decoration: underline;
}
/* line 515, scss/partials/_sections.scss */
.work-item .info:after {
  display: block;
  content: "";
  width: 102px;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 528, scss/partials/_sections.scss */
.work-item .hovered .tile-primary-content img, .work-item:hover .tile-primary-content img {
  -moz-transform: scale3d(1.2, 1.2, 0);
  -webkit-transform: scale3d(1.2, 1.2, 0);
  transform: scale3d(1.2, 1.2, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transition: -moz-transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
  -o-transition: -o-transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
  -webkit-transition: -webkit-transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
  transition: transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
}
/* line 542, scss/partials/_sections.scss */
.work-item .hovered .tile-secondary-content, .work-item:hover .tile-secondary-content {
  z-index: 2;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 100ms ease-out;
  transition: opacity 100ms ease-out;
  -moz-transition: opacity 100ms ease-out;
  -o-transition: opacity 100ms ease-out;
}
/* line 548, scss/partials/_sections.scss */
.work-item .hovered .tile-secondary-content *, .work-item:hover .tile-secondary-content * {
  opacity: 1;
}
/* line 554, scss/partials/_sections.scss */
.work-item.scaled {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  z-index: 20;
  box-shadow: 0 0 54px 0 rgba(39, 39, 39, 0.56);
}
/* line 560, scss/partials/_sections.scss */
.work-item.left-from-scale .tile-secondary-content {
  padding-right: 15%;
}
/* line 565, scss/partials/_sections.scss */
.work-item.right-from-scale .tile-secondary-content {
  padding-left: 15%;
}

/* line 571, scss/partials/_sections.scss */
.pagination {
  margin: 30px 0;
}
/* line 574, scss/partials/_sections.scss */
.pagination > li > a {
  text-transform: capitalize;
  margin-bottom: 8px;
  background-color: #f2f2f2;
  font-size: 20px;
  margin-left: 10px;
  border-radius: 3px !important;
  color: gray;
  padding: 7px 13px;
  min-width: 40px;
  min-height: 40px;
  border: none;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
/* line 594, scss/partials/_sections.scss */
.pagination > li > a:hover, .pagination > li > a.active {
  background-color: #ffbd66;
  color: white;
}
/* line 600, scss/partials/_sections.scss */
.pagination > li > span.dots {
  background-color: transparent;
  border: none;
  display: block;
  padding: 7px 13px;
  margin-left: 10px;
  color: gray;
}

/* line 612, scss/partials/_sections.scss */
.tag {
  font-size: 14px;
  color: #515151;
  margin: 0 5px 12px 0;
  background-color: #f2f2f2;
  border-radius: 30px;
  padding: 6px 10px 5px;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 630, scss/partials/_sections.scss */
.tag:before {
  content: "";
  position: absolute;
  border-radius: 30px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffbd66;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 652, scss/partials/_sections.scss */
.tag:hover, .tag:focus {
  color: white;
  text-decoration: none;
}
/* line 655, scss/partials/_sections.scss */
.tag:hover:before, .tag:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 662, scss/partials/_sections.scss */
.people-items-list {
  padding: 20px 0;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
}
/* line 667, scss/partials/_sections.scss */
.people-items-list:after {
  content: "";
  clear: both;
}

/* line 673, scss/partials/_sections.scss */
.person-item {
  float: left;
  width: 50%;
  padding: 10px 10px 0;
}
/* line 683, scss/partials/_sections.scss */
.person-item:not(.large) .img:not(.no-social).hovered img, .person-item:not(.large) .img:not(.no-social):hover img {
  -moz-transform: scale3d(1.2, 1.2, 0);
  -webkit-transform: scale3d(1.2, 1.2, 0);
  transform: scale3d(1.2, 1.2, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transition: -moz-transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
  -o-transition: -o-transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
  -webkit-transition: -webkit-transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
  transition: transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
}
/* line 696, scss/partials/_sections.scss */
.person-item:not(.large) .img:not(.no-social).hovered .social, .person-item:not(.large) .img:not(.no-social):hover .social {
  opacity: 1;
  z-index: 2;
  background-color: rgba(80, 185, 234, 0.7);
  -webkit-transition: opacity 100ms ease-out;
  transition: opacity 100ms ease-out;
  -moz-transition: opacity 100ms ease-out;
  -o-transition: opacity 100ms ease-out;
}
/* line 702, scss/partials/_sections.scss */
.person-item:not(.large) .img:not(.no-social).hovered .social a, .person-item:not(.large) .img:not(.no-social):hover .social a {
  opacity: 1;
}
/* line 711, scss/partials/_sections.scss */
.person-item .img {
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* line 716, scss/partials/_sections.scss */
.person-item .img img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  width: 100%;
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -moz-transition: -moz-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}
/* line 731, scss/partials/_sections.scss */
.person-item .img .social {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #50b9ea;
  padding: 15%;
  -webkit-transition: opacity 100ms ease-out;
  transition: opacity 100ms ease-out;
  -moz-transition: opacity 100ms ease-out;
  -o-transition: opacity 100ms ease-out;
}
/* line 742, scss/partials/_sections.scss */
.person-item .img .social table {
  width: 100%;
  height: 100%;
  text-align: center;
}
/* line 747, scss/partials/_sections.scss */
.person-item .img .social table tr td {
  padding: 0;
}
/* line 753, scss/partials/_sections.scss */
.person-item .img .social a {
  cursor: pointer;
  display: inline-block;
  font: normal 14px/1 "Lola-font";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 32px;
  opacity: 0;
  -moz-transition: opacity 200ms ease-in 100ms;
  -o-transition: opacity 200ms ease-in 100ms;
  -webkit-transition: opacity 200ms ease-in;
  -webkit-transition-delay: 100ms;
  transition: opacity 200ms ease-in 100ms;
}
/* line 769, scss/partials/_sections.scss */
.person-item .img .social a:before {
  cursor: pointer;
}
/* line 774, scss/partials/_sections.scss */
.person-item .img .social a.twitter:before {
  content: "\e941";
}
/* line 779, scss/partials/_sections.scss */
.person-item .img .social a.mail:before {
  content: "\f0e0";
  font-family: FontAwesome;
}
/* line 785, scss/partials/_sections.scss */
.person-item .img .social a.linkedin:before {
  content: "\e925";
}
/* line 790, scss/partials/_sections.scss */
.person-item .img .social a.instagram:before {
  content: "\e91b";
}
/* line 795, scss/partials/_sections.scss */
.person-item .img .social a.dribbble:before {
  content: "\e904";
}
/* line 802, scss/partials/_sections.scss */
.person-item .img .social a:hover, .person-item .img .social a:active, .person-item .img .social a:focus {
  text-decoration: none;
}
/* line 808, scss/partials/_sections.scss */
.person-item h3 {
  font-family: "CircularStd-Black";
  font-size: 16px;
  margin-top: 20px;
}
/* line 813, scss/partials/_sections.scss */
.person-item p {
  font-family: "CircularStd-Book";
  font-size: 11px;
  color: gray;
  margin-top: 4px;
}
/* line 820, scss/partials/_sections.scss */
.person-item.large {
  width: 100%;
}
/* line 822, scss/partials/_sections.scss */
.person-item.large p, .person-item.large h3, .person-item.large .social {
  max-width: 50%;
}
/* line 825, scss/partials/_sections.scss */
.person-item.large .img {
  overflow: visible;
}
/* line 827, scss/partials/_sections.scss */
.person-item.large .img .social {
  width: 180px;
  height: 40px;
  right: 0;
  padding: 0;
  bottom: -50px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  left: auto;
  top: auto;
}
/* line 842, scss/partials/_sections.scss */
.person-item.large .img .social table tr td {
  padding: 0 0 0 3%;
}
/* line 844, scss/partials/_sections.scss */
.person-item.large .img .social table tr td:first-child {
  padding-left: 0;
}
/* line 850, scss/partials/_sections.scss */
.person-item.large .img .social a {
  font-size: 32px;
  color: #50b9ea;
  opacity: 1;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  -webkit-transition-delay: 0ms;
  transition: none;
}
/* line 859, scss/partials/_sections.scss */
.person-item.large .img .social a:before {
  vertical-align: middle;
}
/* line 866, scss/partials/_sections.scss */
.person-item.large .img:hover img, .person-item.large .img:focus img {
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 882, scss/partials/_sections.scss */
.person-item.large .content a {
  font-size: 16px;
}
/* line 884, scss/partials/_sections.scss */
.person-item.large .content a:after {
  font-size: 12px;
}

@media all and (max-width: 550px) {
  /* line 893, scss/partials/_sections.scss */
  .big-h {
    font-size: 30px;
  }

  /* line 897, scss/partials/_sections.scss */
  .quote {
    font-size: 24px;
    line-height: 36px;
  }
}
@media all and (min-width: 768px) {
  /* line 905, scss/partials/_sections.scss */
  .arrowed {
    padding-right: 33px;
  }

  /* line 909, scss/partials/_sections.scss */
  /*.link-all {
    margin-top: 100px;
  }*/
  /* line 912, scss/partials/_sections.scss */
  .link-all a:after {
    padding-left: 14px;
  }

  /* line 919, scss/partials/_sections.scss */
  .arrowed:before, .link-all a:before {
    height: 4px;
  }

  /* line 925, scss/partials/_sections.scss */
  .table-cell.table-cell-img {
    width: 100px;
  }

  /* line 931, scss/partials/_sections.scss */
  .work-item .tile-text-content {
    padding: 50px;
  }
  /* line 934, scss/partials/_sections.scss */
  .work-item .info {
    font-size: 36px;
    padding-bottom: 40px;
  }
  /* line 938, scss/partials/_sections.scss */
  .work-item .info:after {
    width: 102px;
    height: 8px;
  }
  /* line 943, scss/partials/_sections.scss */
  .work-item .info-title {
    font-size: 24px;
    margin-bottom: 50px;
  }

  /* line 949, scss/partials/_sections.scss */
  .work-items-list {
    padding: 20px 0;
  }
  /* line 952, scss/partials/_sections.scss */
  .work-items-list .work-item {
    height: 456px;
   /*padding: 20px;*/
	padding: 0px;
  }

  /* line 959, scss/partials/_sections.scss */
  .people-items-list .person-item {
    width: 25%;
  }
  /* line 961, scss/partials/_sections.scss */
  .people-items-list .person-item.large {
    width: 50%;
  }
  /* line 964, scss/partials/_sections.scss */
  .people-items-list .person-item.large .img .social {
    bottom: -50px;
    padding-right: 10px;
  }
  /* line 970, scss/partials/_sections.scss */
  .people-items-list .person-item.large .content p {
    max-width: none;
  }
  /* line 973, scss/partials/_sections.scss */
  .people-items-list .person-item.large .content a {
    padding-right: 0;
    margin: 40px 10px 10px;
  }
  /* line 976, scss/partials/_sections.scss */
  .people-items-list .person-item.large .content a:after {
    position: relative;
    top: 50%;
    bottom: auto;
  }

  /* line 987, scss/partials/_sections.scss */
  .person-item {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 991, scss/partials/_sections.scss */
  .person-item .img {
    padding: 10px;
  }
  /* line 994, scss/partials/_sections.scss */
  .person-item .img .social a {
    font-size: 38px;
  }
  /* line 999, scss/partials/_sections.scss */
  .person-item h3 {
    font-size: 22px;
    margin-top: 12px;
  }
  /* line 1003, scss/partials/_sections.scss */
  .person-item p {
    font-size: 14px;
  }
  /* line 1006, scss/partials/_sections.scss */
  .person-item h3, .person-item p {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 1012, scss/partials/_sections.scss */
  .vertical-text {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    white-space: nowrap;
  }

  /* line 1019, scss/partials/_sections.scss */
  .big-h {
    font-size: 54px;
    padding: 50px 0;
  }
}
@media all and (min-width: 992px) {
  /* line 1026, scss/partials/_sections.scss */
  .people-items-list {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* line 1034, scss/partials/_sections.scss */
  .person-item .img .social a {
    font-size: 52px;
  }
  /* line 1039, scss/partials/_sections.scss */
  .person-item h3 {
    font-size: 36px;
    margin-top: 15px;
  }
  /* line 1043, scss/partials/_sections.scss */
  .person-item p {
    font-size: 18px;
    margin-top: 10px;
  }

  /* line 1052, scss/partials/_sections.scss */
  .people-items-list .person-item.large h3, .people-items-list .person-item.large p {
    max-width: 70%;
  }
  /* line 1055, scss/partials/_sections.scss */
  .people-items-list .person-item.large .social {
    max-width: 30%;
  }
  /* line 1059, scss/partials/_sections.scss */
  .people-items-list .person-item.large .content a {
    font-size: 24px;
    line-height: 36px;
  }
  /* line 1062, scss/partials/_sections.scss */
  .people-items-list .person-item.large .content a:after {
    padding-left: 18px;
    font-size: 14px;
  }

  /* line 1072, scss/partials/_sections.scss */
  .right-padding {
    padding-right: 85px;
  }

  /* line 1076, scss/partials/_sections.scss */
  .big-h {
    padding: 70px 0;
  }
}
@media all and (min-width: 1200px) {
  /* line 1083, scss/partials/_sections.scss */
  .big-lineheight {
    line-height: 90px;
    height: 90px;
  }

  /* line 1091, scss/partials/_sections.scss */
  .people-items-list .person-item.large .content {
    padding-top: 70px;
  }
  /* line 1093, scss/partials/_sections.scss */
  .people-items-list .person-item.large .content p {
    margin-top: 20px;
  }
}
/* line 2, scss/partials/_themes.scss */
.green-theme .page-title {
  background-color: #5ed3b6;
}
/* line 5, scss/partials/_themes.scss */
.green-theme .page-title:before {
  content: "\e922";
  top: 29%;
  left: 10%;
  font-size: 10px;
  transform: rotate(20deg) scale(-1, 1);
}
/* line 12, scss/partials/_themes.scss */
.green-theme .page-title:after {
  content: "\e922";
  top: 45%;
  right: 10%;
  font-size: 10px;
  transform: rotate(-20deg) scale(-1, 1);
}
/* line 21, scss/partials/_themes.scss */
.green-theme .page-title .arrowed:before {
  background-color: #5ed3b6;
}
/* line 27, scss/partials/_themes.scss */
.green-theme .page-title h1:before {
  content: "\e910";
  font-size: 24px;
  transform: rotate(-10deg);
  left: 10%;
  bottom: 18%;
}
/* line 34, scss/partials/_themes.scss */
.green-theme .page-title h1:after {
  content: "\e93d";
  top: 34%;
  font-size: 12px;
  transform: rotate(-10deg);
  left: 45%;
}
/* line 45, scss/partials/_themes.scss */
.green-theme .page-title span:before {
  content: "\e90a";
  bottom: 26%;
  font-size: 10px;
  left: 15%;
}
/* line 51, scss/partials/_themes.scss */
.green-theme .page-title span:after {
  content: "\e92e";
  bottom: 12%;
  font-size: 18px;
  transform: rotate(-10deg);
  right: 28%;
}
/* line 64, scss/partials/_themes.scss */
.green-theme .link-all:not(.orange-text) a:before {
  background-color: #5ed3b6;
}
/* line 72, scss/partials/_themes.scss */
.green-theme .hover-line:before {
  background-color: #5ed3b6;
}
/* line 77, scss/partials/_themes.scss */
.green-theme .green-text {
  color: #5accb0;
}
/* line 79, scss/partials/_themes.scss */
.green-theme .green-text a {
  color: #5accb0;
}
/* line 84, scss/partials/_themes.scss */
.green-theme .black-text {
  color: #515151;
}
/* line 86, scss/partials/_themes.scss */
.green-theme .black-text a {
  color: #515151;
}
/* line 91, scss/partials/_themes.scss */
.green-theme .orange-text {
  color: #ffbd66;
}

/* new */
.green-theme .blue-text {
  color: #32A6F2;
}
.green-theme .blue-text .project-link a {
  color: #32A6F2;
}

/* new */
.green-theme .purple-text {
  color: #d2448f;
}
.green-theme .purple-text .project-link a {
  color: #d2448f;
}

/* line 93, scss/partials/_themes.scss */
.green-theme .orange-text a {
  color: #ffbd66;
}
/* line 99, scss/partials/_themes.scss */
.green-theme .additional-info a, .green-theme .project-link a {
  color: #5ed3b6;
}
/* line 104, scss/partials/_themes.scss */
.green-theme .name {
  color: #5ed3b6;
}
/* line 106, scss/partials/_themes.scss */
.green-theme .name:hover {
  color: white;
}
/* line 109, scss/partials/_themes.scss */
.green-theme .name:before {
  background: #5ed3b6;
}
/* line 115, scss/partials/_themes.scss */
.green-theme .project-title h2 {
  color: #5ed3b6;
}
/* line 122, scss/partials/_themes.scss */
.green-theme .project-data .content a {
  color: #5ed3b6;
}
/* line 129, scss/partials/_themes.scss */
.green-theme .work-item .tile-secondary-content {
  background-color: rgba(94, 211, 182, 0.7);
}
/* line 132, scss/partials/_themes.scss */
.green-theme .work-item .tile-text-content {
  background-color: white;
}
/* line 134, scss/partials/_themes.scss */
.green-theme .work-item .tile-text-content.bordered {
  background-color: #5ed3b6;
}
/* line 137, scss/partials/_themes.scss */
.green-theme .work-item .tile-text-content a {
  color: #5ed3b6;
}
/* line 141, scss/partials/_themes.scss */
.green-theme .work-item .tile-text-content .info:after {
  background: #5ed3b6;
}
/* line 147, scss/partials/_themes.scss */
.green-theme #infscr-loading {
  background: rgba(94, 211, 182, 0.8);
}

/* line 153, scss/partials/_themes.scss */
.pink-theme .page-title {
  background-color: #d2448f;
}
/* line 155, scss/partials/_themes.scss */
.pink-theme .page-title:before {
  content: "\e938";
  top: 34%;
  left: 20%;
  transform: rotate(25deg);
  font-size: 16px;
}
/* line 163, scss/partials/_themes.scss */
.pink-theme .page-title:after {
  content: "\e909";
  top: 31%;
  right: 10%;
  font-size: 42px;
}
/* line 171, scss/partials/_themes.scss */
.pink-theme .page-title h1:before {
  content: '\e912';
  bottom: 33%;
  left: 6%;
  transform: rotate(35deg);
  font-size: 14px;
}
/* line 178, scss/partials/_themes.scss */
.pink-theme .page-title h1:after {
  content: "\e93d";
  bottom: 15%;
  right: 25%;
  font-size: 18px;
}
/* line 186, scss/partials/_themes.scss */
.pink-theme .page-title h1 span:before {
  content: "\e922";
  bottom: 10%;
  left: 30%;
  font-size: 14px;
}
/* line 196, scss/partials/_themes.scss */
.pink-theme .work-item .tile-secondary-content {
  background-color: rgba(210, 68, 143, 0.7);
}
/* line 200, scss/partials/_themes.scss */
.pink-theme #infscr-loading {
  background: rgba(210, 68, 143, 0.8);
}

/* line 207, scss/partials/_themes.scss */
.blue-theme .page-title {
  background-color: #50b9ea;
}
/* line 210, scss/partials/_themes.scss */
.blue-theme .page-title:before {
  content: "\e92b";
  top: 38%;
  left: 8%;
  transform: rotate(-5deg);
  font-size: 40px;
}
/* line 218, scss/partials/_themes.scss */
.blue-theme .page-title:after {
  content: "\e924";
  top: 35%;
  right: 28%;
  font-size: 12px;
}
/* line 226, scss/partials/_themes.scss */
.blue-theme .page-title h1:before {
  content: "\e90b";
  bottom: 15%;
  left: 36%;
  font-size: 18px;
}
/* line 232, scss/partials/_themes.scss */
.blue-theme .page-title h1:after {
  content: "\e93d";
  bottom: 22%;
  right: 20%;
  font-size: 26px;
  transform: rotate(-15deg);
}
/* line 243, scss/partials/_themes.scss */
.blue-theme .arrowed:before {
  background-color: #50b9ea;
}
/* line 250, scss/partials/_themes.scss */
.blue-theme .person-item .content a {
  color: #50b9ea;
}
/* line 259, scss/partials/_themes.scss */
.blue-theme .link-all:not(.orange-text) a:before {
  background-color: #50b9ea;
}
/* line 268, scss/partials/_themes.scss */
.blue-theme .person-item .img .social {
  background: rgba(80, 185, 234, 0.9);
}
/* line 274, scss/partials/_themes.scss */
.blue-theme .person-item.large .img img {
  border-bottom: 5px solid #50b9ea;
}
/* line 277, scss/partials/_themes.scss */
.blue-theme .person-item.large .img .social {
  background: transparent;
}
/* line 283, scss/partials/_themes.scss */
.blue-theme #infscr-loading {
  background: rgba(80, 185, 234, 0.8);
}

/* line 290, scss/partials/_themes.scss */
.purple-theme .page-title,
.purple-theme .purple-block {
  background-color: #93358f;
}
/* line 295, scss/partials/_themes.scss */
.purple-theme .arrowed:before {
  background-color: #93358f;
}
/* line 304, scss/partials/_themes.scss */
.purple-theme .link-all:not(.orange-text) a:before {
  background-color: #93358f;
}
/* line 312, scss/partials/_themes.scss */
.purple-theme .page-title:before {
  content: "\e93d";
  top: 30%;
  left: 10%;
  font-size: 26px;
  transform: rotate(-15deg);
}
/* line 319, scss/partials/_themes.scss */
.purple-theme .page-title:after {
  content: "\e924";
  top: 45%;
  right: 15%;
  font-size: 12px;
}
/* line 326, scss/partials/_themes.scss */
.purple-theme .page-title h1:before {
  content: "\e90a";
  font-size: 14px;
  left: 40%;
  bottom: 18%;
}
/* line 335, scss/partials/_themes.scss */
.purple-theme h3, .purple-theme a {
  color: #93358f;
}
/* line 338, scss/partials/_themes.scss */
.purple-theme .purple-block {
  color: white;
}
/* line 341, scss/partials/_themes.scss */
.purple-theme #infscr-loading {
  background: rgba(147, 53, 143, 0.8);
}

/* line 347, scss/partials/_themes.scss */
.yellow-theme .page-title {
  background-color: #ffbd66;
}
/* line 349, scss/partials/_themes.scss */
.yellow-theme .page-title:before {
  content: "\e922";
  transform: rotate(10deg) scale(-1, 1);
  font-size: 10px;
  top: 30%;
  left: 5%;
}
/* line 356, scss/partials/_themes.scss */
.yellow-theme .page-title:after {
  content: "\e922";
  top: 48%;
  right: 6%;
  transform: rotate(-19deg) scale(-1, 1);
  font-size: 12px;
}
/* line 365, scss/partials/_themes.scss */
.yellow-theme .page-title h1:before {
  content: "\e910";
  font-size: 24px;
  transform: rotate(-10deg);
  left: 10%;
  bottom: 18%;
}
/* line 372, scss/partials/_themes.scss */
.yellow-theme .page-title h1:after {
  content: "\e93d";
  top: 34%;
  font-size: 12px;
  transform: rotate(-10deg);
  left: 45%;
}
/* line 382, scss/partials/_themes.scss */
.yellow-theme .page-title span:before {
  content: "\e90a";
  bottom: 26%;
  font-size: 10px;
  left: 15%;
}
/* line 388, scss/partials/_themes.scss */
.yellow-theme .page-title span:after {
  content: "\e92e";
  bottom: 12%;
  font-size: 18px;
  transform: rotate(-10deg);
  right: 28%;
}
/* line 399, scss/partials/_themes.scss */
.yellow-theme .arrowed:before {
  background-color: #ffbd66;
}
/* line 407, scss/partials/_themes.scss */
.yellow-theme .link-all:not(.orange-text) a:before {
  background-color: #ffbd66;
}
/* line 416, scss/partials/_themes.scss */
.yellow-theme .news-block:hover .horizontal-line, .yellow-theme .news-block:focus .horizontal-line {
  border-color: #ffbd66;
}
/* line 419, scss/partials/_themes.scss */
.yellow-theme .news-block:hover h2, .yellow-theme .news-block:focus h2 {
  color: #ffbd66;
}
/* line 426, scss/partials/_themes.scss */
.yellow-theme .sidebar h2 {
  color: #ffbd66;
}
/* line 430, scss/partials/_themes.scss */
.yellow-theme .follow, .yellow-theme .article-title {
  color: #ffbd66;
}
/* line 435, scss/partials/_themes.scss */
.yellow-theme .article a {
  color: #ffbd66;
}
/* line 440, scss/partials/_themes.scss */
.yellow-theme .name {
  color: #ffbd66;
}
/* line 442, scss/partials/_themes.scss */
.yellow-theme .name:hover, .yellow-theme .name:focus {
  color: white;
}
/* line 445, scss/partials/_themes.scss */
.yellow-theme .name:before {
  background: #ffbd66;
}
/* line 449, scss/partials/_themes.scss */
.yellow-theme #infscr-loading {
  background: rgba(255, 189, 102, 0.8);
}

/* line 457, scss/partials/_themes.scss */
.link-all.orange-text a:before {
  background-color: #ffbd66;
}

/* new */
.link-all.blue-text a:before {
  background-color: #50b9ea;
}

/* line 465, scss/partials/_themes.scss */
.messages-date a, .message-text a {
  color: #ffbd66;
}

@media all and (min-width: 992px) {
  /* line 474, scss/partials/_themes.scss */
  .pink-theme .page-title:before {
    font-size: 20px;
    top: 33%;
    left: 22%;
  }
  /* line 480, scss/partials/_themes.scss */
  .pink-theme .page-title:after {
    font-size: 54px;
    top: 35%;
    right: 17%;
  }
  /* line 487, scss/partials/_themes.scss */
  .pink-theme .page-title h1:before {
    font-size: 20px;
    bottom: 33%;
    left: 10%;
  }
  /* line 492, scss/partials/_themes.scss */
  .pink-theme .page-title h1:after {
    font-size: 28px;
    bottom: 8%;
    right: 35%;
  }
  /* line 499, scss/partials/_themes.scss */
  .pink-theme .page-title h1 span:before {
    font-size: 18px;
    bottom: 20%;
    left: 38%;
  }

  /* line 511, scss/partials/_themes.scss */
  .blue-theme .page-title:before {
    top: 35%;
    left: 15%;
    font-size: 52px;
  }
  /* line 517, scss/partials/_themes.scss */
  .blue-theme .page-title:after {
    font-size: 22px;
    top: 35%;
    right: 30%;
  }
  /* line 524, scss/partials/_themes.scss */
  .blue-theme .page-title h1:before {
    font-size: 24px;
    bottom: 15%;
    left: 30%;
  }
  /* line 529, scss/partials/_themes.scss */
  .blue-theme .page-title h1:after {
    font-size: 40px;
    bottom: 15%;
    right: 15%;
  }

  /* line 539, scss/partials/_themes.scss */
  .purple-theme .page-title:before {
    top: 40%;
    left: 30%;
    font-size: 48px;
  }
  /* line 544, scss/partials/_themes.scss */
  .purple-theme .page-title:after {
    font-size: 22px;
    top: 40%;
    right: 32%;
  }
  /* line 550, scss/partials/_themes.scss */
  .purple-theme .page-title h1:before {
    font-size: 16px;
    left: 46%;
    bottom: 15%;
  }

  /* line 561, scss/partials/_themes.scss */
  .yellow-theme .page-title:before,
  .green-theme .page-title:before {
    top: 45%;
    left: 19%;
  }
  /* line 565, scss/partials/_themes.scss */
  .yellow-theme .page-title:after,
  .green-theme .page-title:after {
    top: 64%;
    right: 15%;
    font-size: 14px;
    transform: rotate(-11deg) scale(-1, 1);
  }
  /* line 573, scss/partials/_themes.scss */
  .yellow-theme .page-title h1:before,
  .green-theme .page-title h1:before {
    top: 74%;
    left: 30%;
    font-size: 30px;
  }
  /* line 578, scss/partials/_themes.scss */
  .yellow-theme .page-title h1:after,
  .green-theme .page-title h1:after {
    top: 26%;
    left: 46%;
    font-size: 22px;
  }
  /* line 585, scss/partials/_themes.scss */
  .yellow-theme .page-title h1 span:before,
  .green-theme .page-title h1 span:before {
    top: 69%;
    left: 32%;
    font-size: 12px;
  }
  /* line 590, scss/partials/_themes.scss */
  .yellow-theme .page-title h1 span:after,
  .green-theme .page-title h1 span:after {
    bottom: 20%;
    right: 44%;
    font-size: 26px;
    transform: rotate(-20deg);
  }
}
/* line 1, scss/partials/_header.scss */
header {
  position: absolute;
  z-index: 50;
  width: 100%;
  top: 0;
  left: 0;
}
/* line 8, scss/partials/_header.scss */
header .navbar {
  border: 0;
  margin: 15px 15px 0;
  /*background-color: white;*/
  background-color: #fffb;
  border-radius: 3px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
/* line 14, scss/partials/_header.scss */
header .navbar .header-back {
  float: left;
  border-right: 1px solid #d9d9d9;
  padding: 20px 15px 15px;
  font-size: 18px;
}
/* line 19, scss/partials/_header.scss */
header .navbar .header-back a {
  text-transform: capitalize;
  color: #515151;
}
/* line 22, scss/partials/_header.scss */
header .navbar .header-back a:hover {
  text-decoration: none;
}
/* line 30, scss/partials/_header.scss */
header .navbar .nav li a, header .navbar .nav li.active a {
  outline: none;
}
/* line 32, scss/partials/_header.scss */
header .navbar .nav li a:after, header .navbar .nav li.active a:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  outline: none;
  position: absolute;
  top: 87%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 52, scss/partials/_header.scss */
header .navbar .nav li a:focus, header .navbar .nav li.active a:focus {
  background-color: transparent;
}
/* line 56, scss/partials/_header.scss */
header .navbar .nav li a:hover, header .navbar .nav li.active a:hover {
  outline: none;
  background-color: transparent;
}
/* line 59, scss/partials/_header.scss */
header .navbar .nav li a:hover:after, header .navbar .nav li.active a:hover:after {
  outline: none;
  opacity: 1;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 71, scss/partials/_header.scss */
header .navbar .nav li a.green-wave:after, header .navbar .nav li.active a.green-wave:after {
  background-image: url("../img/green-wave.png");
}
/* line 76, scss/partials/_header.scss */
header .navbar .nav li a.purple-wave:after, header .navbar .nav li.active a.purple-wave:after {
  background-image: url("../img/purple-wave.png");
}
/* line 81, scss/partials/_header.scss */
header .navbar .nav li a.orange-wave:after, header .navbar .nav li.active a.orange-wave:after {
  background-image: url("../img/orange-wave.png");
}
/* line 86, scss/partials/_header.scss */
header .navbar .nav li a.blue-wave:after, header .navbar .nav li.active a.blue-wave:after {
  background-image: url("../img/blue-wave.png");
}
/* line 91, scss/partials/_header.scss */
header .navbar .nav li a.pink-wave:after, header .navbar .nav li.active a.pink-wave:after {
  background-image: url("../img/pink-wave.png");
}
/* line 97, scss/partials/_header.scss */
header .navbar .nav li {
  padding: 9px 7px 13px;
  text-align: center;
}
/* line 100, scss/partials/_header.scss */
header .navbar .nav li a {
  display: inline-block;
  font-size: 18px;
  padding: 10px 5px;
  color: #515151;
  position: relative;
}
/* line 109, scss/partials/_header.scss */
header .navbar .nav li.active a:after {
  opacity: 1;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
/* line 120, scss/partials/_header.scss */
header .navbar .navbar-collapse {
  border-top: 1px solid #d9d9d9;
}
/* line 124, scss/partials/_header.scss */
header .navbar .navbar-toggle {
  margin-top: 8px;
  margin-right: 20px;
}
/* line 128, scss/partials/_header.scss */
header .navbar .navbar-toggle .icon-bar {
  width: 30px;
  height: 3px;
  background-color: #515151;
}
/* line 132, scss/partials/_header.scss */
header .navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
/* line 138, scss/partials/_header.scss */
header .navbar .navbar-logo {
  float: left;
  display: block;
  padding-top: 14px;
  padding-left: 20px;
}
/* line 143, scss/partials/_header.scss */
header .navbar .navbar-logo:hover, header .navbar .navbar-logo:focus, header .navbar .navbar-logo:active {
  text-decoration: none;
}
/* line 146, scss/partials/_header.scss */
header .navbar .navbar-logo img {
  float: left;
  margin-right: 15px;
  width: 32px;
}
/* line 151, scss/partials/_header.scss */
header .navbar .navbar-logo .logo-text {
  font-size: 18px;
  letter-spacing: 12px;
  color: #515151;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
header .navbar .navbar-logo .logo-text img {
  width: 140px;
  height: auto;
}

@media all and (max-width: 550px) {
  /* line 166, scss/partials/_header.scss */
  header .navbar .navbar-logo {
    padding-top: 13px;
    padding-left: 10px;
  }
  /* line 169, scss/partials/_header.scss */
  header .navbar .navbar-logo .logo-text {
    font-size: 16px;
    letter-spacing: 10px;
  }
  /* line 173, scss/partials/_header.scss */
  header .navbar .navbar-logo img {
    margin-right: 10px;
    width: 28px;
  }
  /* line 178, scss/partials/_header.scss */
  header .navbar .navbar-toggle {
    margin: 6px 10px 7px 0;
  }
  /* line 181, scss/partials/_header.scss */
  header .navbar .header-back {
    font-size: 14px;
  }
}
@media all and (min-width: 768px) {
  /* line 190, scss/partials/_header.scss */
  header .navbar {
    padding: 0 20px 0 0;
    margin: 15px 30px 0;
  }
  /* line 195, scss/partials/_header.scss */
  header .navbar .nav li:last-child {
    padding-right: 0;
  }
  /* line 198, scss/partials/_header.scss */
  header .navbar .nav li a {
    padding: 20px 5px 15px;
    font-size: 16px;
  }
  /* line 205, scss/partials/_header.scss */
  header .navbar .navbar-collapse {
    border-top: none;
  }
  /* line 208, scss/partials/_header.scss */
  header .navbar .header-back {
    padding: 25px 15px;
    font-size: 20px;
  }
  /* line 212, scss/partials/_header.scss */
  header .navbar .navbar-logo {
    padding-top: 25px;
  }
}
@media all and (min-width: 992px) {
  /* line 221, scss/partials/_header.scss */
  header .navbar {
    margin: 35px 60px 0;
  }
  /* line 224, scss/partials/_header.scss */
  header .navbar .nav li {
    padding: 7px 10px 15px;
  }
  /* line 226, scss/partials/_header.scss */
  header .navbar .nav li a {
    font-size: 18px;
  }
  /* line 232, scss/partials/_header.scss */
  header .navbar .navbar-logo .logo-text {
    font-size: 24px;
    letter-spacing: 15px;
  }
}
/* line 3, scss/partials/_pages.scss */
.about-us-page .arrowed:after {
  font-size: 13px;
}

/* line 11, scss/partials/_pages.scss */
.people .arrowed:after {
  bottom: 5px;
}

/* line 17, scss/partials/_pages.scss */
.dropdown-menu {
  min-width: 150px;
}
/* line 19, scss/partials/_pages.scss */
.dropdown-menu.inner {
  max-height: 150px !important;
  overflow-y: scroll !important;
}
/* line 23, scss/partials/_pages.scss */
.dropdown-menu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
/* line 27, scss/partials/_pages.scss */
.dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
/* line 34, scss/partials/_pages.scss */
.dropdown-menu > li > a {
  padding: 5px 10px;
}

/* line 40, scss/partials/_pages.scss */
.tags-line {
  margin: 5px auto 45px;
}

/* line 46, scss/partials/_pages.scss */
.office .img img {
  width: 100%;
}

/* line 54, scss/partials/_pages.scss */
.page.work-page:after, .page.people:after {
  content: '';
  clear: both;
  display: block;
}

/* line 63, scss/partials/_pages.scss */
.error.page {
  display: table;
  width: 100%;
  background-color: #1a1a1a;
  background-image: url("../images/img-error.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 45% center;
}
/* line 71, scss/partials/_pages.scss */
.error.page .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 160px 15px 70px;
}
/* line 77, scss/partials/_pages.scss */
.error.page .content h1 {
  background-color: white;
  color: #1e1e1e;
  border-radius: 50%;
  display: inline-block;
  padding: 30px 15px;
  font-size: 46px;
  margin: 40px 0;
}
/* line 87, scss/partials/_pages.scss */
.error.page .content p {
  color: white;
  font-size: 24px;
  font-family: "CircularStd-Bold";
}
/* line 91, scss/partials/_pages.scss */
.error.page .content p a {
  color: #d2448f;
  position: relative;
  text-decoration: underline;
  padding-right: 28px;
}
/* line 96, scss/partials/_pages.scss */
.error.page .content p a:after {
  position: absolute;
  text-decoration: none;
  content: "\e903";
  display: inline-block;
  text-decoration: none;
  font: bold 14px "Lola-font";
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

/* line 116, scss/partials/_pages.scss */
.team-block a {
  line-height: 26px;
  font-size: 20px;
  margin-top: 20px;
  position: relative;
  padding-right: 33px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
/* line 132, scss/partials/_pages.scss */
.team-block a:before {
  content: "";
  background-color: #93358f;
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 51%;
  bottom: 0;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 148, scss/partials/_pages.scss */
.team-block a:hover, .team-block a:focus {
  text-decoration: none;
}
/* line 150, scss/partials/_pages.scss */
.team-block a:hover:before, .team-block a:focus:before {
  left: 0;
  right: 0;
}
/* line 155, scss/partials/_pages.scss */
.team-block a:after {
  content: "\e903";
  font: normal 13px "Lola-font";
  padding-left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

/* line 168, scss/partials/_pages.scss */
.contact-page .grey-block {
  background-color: transparent;
}

/* line 173, scss/partials/_pages.scss */
.page-title {
  height: 300px;
  width: 100%;
  display: table;
  position: relative;
}
/* line 182, scss/partials/_pages.scss */
.page-title:before, .page-title:after,
.page-title *:before,
.page-title *:after {
  content: "";
  color: white;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  font-family: "Lola-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 203, scss/partials/_pages.scss */
.page-title h1 {
  padding-top: 20px;
  position: relative;
  /*text-transform: capitalize;*/
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  font: normal 32px "CircularStd-Bold";
  letter-spacing: -2px;
}
/* line 214, scss/partials/_pages.scss */
.page-title h1 span {
  position: static;
}

/* line 221, scss/partials/_pages.scss */
.contact-info {
  line-height: 24px;
  font-size: 18px;
  padding: 25px 15px;
  text-align: center;
}
/* line 226, scss/partials/_pages.scss */
.contact-info h2, .contact-info h3 {
  margin: 0;
  padding: 0;
}
/* line 230, scss/partials/_pages.scss */
.contact-info h2 {
  margin-bottom: 20px;
  color: #d2448f;
  font-size: 24px;
}
/* line 235, scss/partials/_pages.scss */
.contact-info h3 {
  text-transform: uppercase;
  font-family: "CircularStd-Book";
  margin-bottom: 0;
  font-size: 18px;
  padding-bottom: 5px;
  color: #515151;
}
/* line 244, scss/partials/_pages.scss */
.contact-info p, .contact-info a {
  color: #515151;
}
/* line 248, scss/partials/_pages.scss */
.contact-info .email {
  font-size: 16px;
  white-space: nowrap;
  color: #d2448f;
}

/* line 255, scss/partials/_pages.scss */
.title {
  text-align: center;
  font: normal 32px "CircularStd-Bold";
  letter-spacing: -1px;
  padding: 20px 0px;
}

/* line 263, scss/partials/_pages.scss */
.work-item p {
  display: block;
}

/* line 268, scss/partials/_pages.scss */
.address-info {
  font-size: 18px;
  background-color: white;
  margin-right: -15px;
  margin-left: -15px;
  z-index: 100;
  margin-bottom: 30px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
/* line 276, scss/partials/_pages.scss */
.address-info .img-box {
  position: relative;
}
/* line 280, scss/partials/_pages.scss */
.address-info .maps-block {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
/* line 289, scss/partials/_pages.scss */
.address-info:hover, .address-info.hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
/* line 291, scss/partials/_pages.scss */
.address-info:hover .maps-block, .address-info.hover .maps-block {
  opacity: 1;
  height: 100%;
  z-index: 2;
}
/* line 296, scss/partials/_pages.scss */
.address-info:hover .img, .address-info.hover .img {
  opacity: 0;
  z-index: 1;
}
/* line 301, scss/partials/_pages.scss */
.address-info p, .address-info a {
  white-space: nowrap;
  color: #515151;
}
/* line 306, scss/partials/_pages.scss */
.address-info h2, .address-info .email {
  color: #d2448f;
}
/* line 310, scss/partials/_pages.scss */
.address-info h2 {
  text-transform: uppercase;
  font: normal 26px "CircularStd-Black";
  margin-bottom: 20px;
}
/* line 316, scss/partials/_pages.scss */
.address-info h3 {
  font-family: "CircularStd-Book";
  font-size: 20px;
}
/* line 320, scss/partials/_pages.scss */
.address-info .content {
  padding: 25px;
}
/* line 324, scss/partials/_pages.scss */
.address-info .img-box, .address-info .maps-block {
  width: 100%;
  overflow: hidden;
}
/* line 327, scss/partials/_pages.scss */
.address-info .img-box .img, .address-info .maps-block .img {
  width: 100%;
  text-align: center;
}
/* line 330, scss/partials/_pages.scss */
.address-info .img-box .img img, .address-info .maps-block .img img {
  width: 100%;
}

/* line 337, scss/partials/_pages.scss */
.work {
  margin: 0;
}

/* line 341, scss/partials/_pages.scss */
.news {
  font-size: 18px;
  color: #1c1c1c;
  padding: 60px 0 45px;
}
/* line 345, scss/partials/_pages.scss */
.news .vertical-text {
  text-align: center;
  color: #ffbd66;
  font: normal 54px "CircularStd-Bold";
}

/* line 352, scss/partials/_pages.scss */
.home .light-grey-block {
  padding-bottom: 80px;
  padding-top: 25px;
}
/* line 359, scss/partials/_pages.scss */
.home .link-all a:after {
  font-size: 11px;
  bottom: 6px;
}

/* line 367, scss/partials/_pages.scss */
.search-icon {
  background-color: transparent;
  border: 0px;
  height: 69px;
  width: 40px;
  border-bottom: 0;
}
/* line 373, scss/partials/_pages.scss */
.search-icon .fa-search {
  font-size: 20px;
  color: #d9d9d9;
}

/* line 379, scss/partials/_pages.scss */
.cookies {
  color: #1c1c1c;
  display: none;
  margin: 0 auto;
  font-size: 18px;
  /*background-color: white;*/
  background-color: #fffc;
  box-shadow: 0 0 10px 0 rgba(28, 28, 28, 0.3);
  border-radius: 3px;
  padding: 10px 10px !important;
  position: fixed;
  z-index: 50;
  bottom: 20px;
  /* bottom: 50px; */
  left: 0;
  right: 0;
}
/* line 393, scss/partials/_pages.scss */
.cookies p {
  font-size: 14px;
  position: relative;
  padding-left: 45px;
  padding-right: 10px;
}
/* line 398, scss/partials/_pages.scss */
.cookies p::before {
    content: '';
    display: block;
    background-image: url("../img/cookie-monster.png");
    width: 42px;
    height: 42px;
    position: absolute;
    left: 4px;
    background-size: 100%;
}
}
/* line 407, scss/partials/_pages.scss */
.cookies p a {
  color: #d2448f;
}
/* line 413, scss/partials/_pages.scss */
.cookies .cookies-info {
  display: block;
  color: #1c1c1c;
  padding: 5px;
  width: 100px;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  margin: 5px auto;
}
/* line 422, scss/partials/_pages.scss */
.cookies:after {
  content: '';
  display: block;
  clear: both;
}

/* line 429, scss/partials/_pages.scss */
.news-block {
  display: block;
  position: relative;
  padding: 40px 0 30px;
  border-bottom: 1px solid #f7f7f7;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 439, scss/partials/_pages.scss */
.news-block:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ffbd66;
  height: 6px;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  -moz-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
}
/* line 451, scss/partials/_pages.scss */
.news-block:hover:before {
  right: 35%;
}
/* line 454, scss/partials/_pages.scss */
.news-block:hover h2 {
  color: #ffbd66;
}
/* line 458, scss/partials/_pages.scss */
.news-block p {
  font-size: 16px;
  color: gray;
  line-height: 27px;
}
/* line 463, scss/partials/_pages.scss */
.news-block .small-text {
  padding-top: 35px;
  color: #1c1c1c;
}
/* line 466, scss/partials/_pages.scss */
.news-block .small-text p {
  color: #1c1c1c;
}
/* line 471, scss/partials/_pages.scss */
.news-block .small-text .no-padding-row > div:first-child {
  padding-right: 5px;
}
/* line 478, scss/partials/_pages.scss */
.news-block h2 {
  font: normal 24px "CircularStd-Book";
  line-height: 36px;
  padding-bottom: 10px;
  color: #1c1c1c;
}

/* line 486, scss/partials/_pages.scss */
.list-icon {
  font-size: 18px;
  color: #515151;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  position: relative;
  padding: 30px 15px 30px 60px;
  display: block;
  text-align: left;
  margin: 10px auto;
  line-height: 24px;
  font-family: "CircularStd-Book" !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
/* line 506, scss/partials/_pages.scss */
.list-icon:before, .list-icon:after {
  font-family: "Lola-font";
}
/* line 509, scss/partials/_pages.scss */
.list-icon:hover, .list-icon:focus {
  text-decoration: none;
  color: #515151;
  box-shadow: 0 0 10px 0 rgba(207, 207, 207, 0.3);
  z-index: 5;
}
/* line 515, scss/partials/_pages.scss */
.list-icon:before {
  color: #5ed3b6;
  display: block;
  text-align: center;
  position: absolute;
  left: 10px;
  font-size: 40px;
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
}

/* line 529, scss/partials/_pages.scss */
.news-link {
  text-align: center;
}
/* line 531, scss/partials/_pages.scss */
.news-link a {
  color: #ffbd66;
}

/* line 536, scss/partials/_pages.scss */
.clients-block {
  padding-top: 50px;
}

/* line 540, scss/partials/_pages.scss */
.work-block {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 549, scss/partials/_pages.scss */
.work-block:hover .green-hover {
  display: table;
}

/* line 556, scss/partials/_pages.scss */
.quote-author cite {
  font: normal 18px "CircularStd-Bold";
}

/* line 561, scss/partials/_pages.scss */
.search-icon {
  outline: none;
}
/* line 563, scss/partials/_pages.scss */
.search-icon:hover, .search-icon:focus {
  outline: none;
  border-color: #d9d9d9;
  box-shadow: none;
}

/* line 571, scss/partials/_pages.scss */
.filters .search, .filters .bootstrap-select {
  outline: none;
  width: 50% !important;
}
/* line 575, scss/partials/_pages.scss */
.filters .search:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .filters .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  margin-bottom: 1px;
}
/* line 579, scss/partials/_pages.scss */
.filters .search {
  position: relative;
  float: left;
}
/* line 582, scss/partials/_pages.scss */
.filters .search .search-icon {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 589, scss/partials/_pages.scss */
.filters input, .filters .categories {
  height: 70px;
  float: left;
  background-color: white;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  color: gray;
  font-size: 16px;
}
/* line 598, scss/partials/_pages.scss */
.filters input:hover, .filters input:focus, .filters .categories:hover, .filters .categories:focus {
  outline: none;
}
/* line 602, scss/partials/_pages.scss */
.filters input {
  font-size: 18px;
  border-right: 1px solid #d9d9d9;
  padding: 10px 35px 10px 15px;
}
/* line 606, scss/partials/_pages.scss */
.filters input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 18px;
  color: #d9d9d9;
}
/* line 611, scss/partials/_pages.scss */
.filters input::-ms-clear {
  display: none;
}
/* line 615, scss/partials/_pages.scss */
.filters input::-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  font-size: 18px;
  color: #d9d9d9;
}
/* line 621, scss/partials/_pages.scss */
.filters input:-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  font-size: 18px;
  color: #d9d9d9;
}
/* line 627, scss/partials/_pages.scss */
.filters input:-ms-input-placeholder {
  font-size: 18px;
  color: #d9d9d9;
  text-transform: uppercase;
}
/* line 635, scss/partials/_pages.scss */
.filters .bootstrap-select:first-child {
  border-left: 1px solid #e6e6e6;
}
/* line 640, scss/partials/_pages.scss */
.filters .bootstrap-select.btn-group .dropdown-menu > li {
  text-transform: capitalize;
}
/* line 642, scss/partials/_pages.scss */
.filters .bootstrap-select.btn-group .dropdown-menu > li > a {
  white-space: normal;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
/* line 653, scss/partials/_pages.scss */
.filters .categories {
  color: #d9d9d9;
  text-transform: capitalize;
  border-right: 1px solid #e6e6e6;
}
/* line 658, scss/partials/_pages.scss */
.filters .categories .caret {
  right: 2px;
  position: absolute;
  color: #d9d9d9;
  border-top: 8px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-top: 2px;
}
/* line 666, scss/partials/_pages.scss */
.filters .categories .caret:before {
  content: "";
  display: block;
  bottom: 10px;
  right: -4px;
  position: absolute;
  border-bottom: 8px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 680, scss/partials/_pages.scss */
.underlined {
  border-bottom: 5px solid #93358f;
}

/* line 684, scss/partials/_pages.scss */
.about-us-page {
  color: #515151;
}
/* line 686, scss/partials/_pages.scss */
.about-us-page h2 {
  padding: 5px 10px;
  text-align: center;
  font-size: 26px;
  margin: 0 auto 15px;
  display: block;
}
/* line 692, scss/partials/_pages.scss */
.about-us-page h2.underlined {
  width: 40%;
}
/* line 696, scss/partials/_pages.scss */
.about-us-page p {
  font-size: 15px;
  padding: 10px 15px 5px;
  line-height: 18px;
}
/* line 702, scss/partials/_pages.scss */
.about-us-page .background {
  line-height: normal;
  font-size: 62px;
  margin-bottom: -50px;
  text-align: center;
  padding: 20px 0 0;
}
/* line 710, scss/partials/_pages.scss */
.about-us-page .img-responsive {
  width: 100%;
  margin-top: 20px;
}

/* line 717, scss/partials/_pages.scss */
.purple-block {
  overflow: hidden;
  position: relative;
}
/* line 720, scss/partials/_pages.scss */
.purple-block:before, .purple-block:after {
  position: absolute;
  font-size: 13px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  font-family: "Lola-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* line 736, scss/partials/_pages.scss */
.purple-block:before {
  content: '\e93e';
  color: #50b9ea;
  left: 3%;
  top: 6%;
  transform: rotate(-10deg);
}
/* line 743, scss/partials/_pages.scss */
.purple-block:after {
  content: '\e922';
  color: #5ed3b6;
  font-size: 12px;
  bottom: 18%;
  left: 44%;
}

/* line 752, scss/partials/_pages.scss */
.background {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 758, scss/partials/_pages.scss */
.background:before {
  content: "\e909";
  display: block;
  font-size: 26px;
  color: #ffbd66;
  right: 5%;
  top: 12%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  font-family: "Lola-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 780, scss/partials/_pages.scss */
.coordinates {
  padding-left: 30px !important;
  font-size: 22px;
  position: relative;
  display: inline-block;
}
/* line 785, scss/partials/_pages.scss */
.coordinates:before {
  content: '';
  display: inline-block;
  background-image: url("../img/icons.png");
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  background-position: -46px -9px;
  background-size: 74px;
}

/* line 801, scss/partials/_pages.scss */
.weather {
  padding: 5px 0 0;
}
/* line 803, scss/partials/_pages.scss */
.weather > div {
  display: inline-block;
}
/* line 806, scss/partials/_pages.scss */
.weather:after {
  content: '';
  display: block;
  clear: both;
}

/* line 813, scss/partials/_pages.scss */
.weather-icon, .people-icon {
  font-size: 22px;
  position: relative;
}
/* line 816, scss/partials/_pages.scss */
.weather-icon:before, .people-icon:before {
  content: '';
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}

/* line 824, scss/partials/_pages.scss */
.weather-icon {
  padding-left: 0;
}
/* line 826, scss/partials/_pages.scss */
.weather-icon:before {
  content: "\f00a";
  width: 35px;
  text-align: center;
  font-family: "weathericons";
  display: inline-block;
  position: relative;
  color: #93358f;
  font-size: 18px;
  margin-right: 0;
}
/* line 838, scss/partials/_pages.scss */
.weather-icon.clear-day:before {
  content: "\f00d";
}
/* line 843, scss/partials/_pages.scss */
.weather-icon.clear-night:before {
  content: '\f02e';
}
/* line 848, scss/partials/_pages.scss */
.weather-icon.rain:before {
  content: '\f04e';
}
/* line 853, scss/partials/_pages.scss */
.weather-icon.snow:before {
  content: "\f00a";
}
/* line 858, scss/partials/_pages.scss */
.weather-icon.sleet:before {
  content: '\f0b5';
}
/* line 864, scss/partials/_pages.scss */
.weather-icon.wind:before {
  content: '\f021';
}
/* line 869, scss/partials/_pages.scss */
.weather-icon.fog:before {
  content: '\f014';
}
/* line 874, scss/partials/_pages.scss */
.weather-icon.cloudy:before {
  content: '\f013';
}
/* line 879, scss/partials/_pages.scss */
.weather-icon.partly-cloudy-day:before {
  content: '\f002';
}
/* line 884, scss/partials/_pages.scss */
.weather-icon.partly-cloudy-night:before {
  content: '\f086';
}

/* line 890, scss/partials/_pages.scss */
.people-icon {
  padding-left: 15px;
}
/* line 892, scss/partials/_pages.scss */
.people-icon:before {
  background-image: url("../img/icons.png");
  background-position: 5px 0px;
  height: 20px;
  background-size: 36px;
  margin-bottom: -3px;
}

/* line 903, scss/partials/_pages.scss */
.purple-block,
.dark-block {
  text-align: center;
}

/* line 912, scss/partials/_pages.scss */
.purple-block,
.dark-block,
.about-block,
.offices-block,
.team-block,
.additional-block {
  padding-top: 40px;
  padding-bottom: 25px;
}

/* line 917, scss/partials/_pages.scss */
.instagram-line {
  text-align: center;
  padding: 0;
  border-top: 1px solid #efefef;
}
/* line 921, scss/partials/_pages.scss */
.instagram-line img {
  margin-top: 4px;
  width: 100%;
}
/* line 927, scss/partials/_pages.scss */
.instagram-line .row.no-padding-row > div {
  padding-right: 4px;
}
/* line 929, scss/partials/_pages.scss */
.instagram-line .row.no-padding-row > div:nth-child(3n+3) {
  padding-right: 0;
}

/* line 937, scss/partials/_pages.scss */
.top-line-images, .bottom-line-images {
  background-color: #515151;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

/* line 944, scss/partials/_pages.scss */
.top-line-images {
  width: 100%;
  height: 210px;
}

/* line 949, scss/partials/_pages.scss */
.bottom-line-images {
  width: 100%;
  height: 290px;
}

/* line 954, scss/partials/_pages.scss */
.small-padding {
  padding: 4px;
}

/* line 958, scss/partials/_pages.scss */
.office {
  text-align: center;
}
/* line 960, scss/partials/_pages.scss */
.office .coordinates {
  padding: 5px 0;
}
/* line 963, scss/partials/_pages.scss */
.office:after {
  content: '';
  display: block;
  clear: both;
}
/* line 968, scss/partials/_pages.scss */
.office h3 {
  font: normal 24px "CircularStd-Black";
  margin-top: 10px;
}

/* line 974, scss/partials/_pages.scss */
.background {
  font: normal 74px "CircularStd-Black";
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}

/* line 981, scss/partials/_pages.scss */
.top-margin > div {
  padding: 0;
}

/* line 986, scss/partials/_pages.scss */
.double-image {
  height: 300px;
  padding-top: 20px;
}
/* line 989, scss/partials/_pages.scss */
.double-image:after {
  clear: both;
  display: block;
  content: '';
}
/* line 994, scss/partials/_pages.scss */
.double-image img, .double-image .flex-video {
  box-shadow: 0 1px 29px 0 rgba(60, 60, 60, 0.2);
  width: 75%;
}
/* line 997, scss/partials/_pages.scss */
.double-image img:first-child, .double-image .flex-video:first-child {
  float: right;
}
/* line 1000, scss/partials/_pages.scss */
.double-image img:nth-child(2), .double-image .flex-video:nth-child(2) {
  float: left;
  margin-top: -50px;
}
/* line 1006, scss/partials/_pages.scss */
.double-image .flex-video:hover {
  z-index: 100;
}

/* line 1013, scss/partials/_pages.scss */
.counter .number, .counter .counter-title {
  padding: 0;
  font-family: "CircularStd-Black";
}
/* line 1017, scss/partials/_pages.scss */
.counter .number {
  font-size: 70px;
  margin-bottom: 0;
  line-height: 64px;
}
/* line 1022, scss/partials/_pages.scss */
.counter .counter-title {
  font-size: 12px;
  color: #93358f;
}

/* line 1029, scss/partials/_pages.scss */
.additional-block img {
  width: 100%;
  margin-top: 20px;
}
/* line 1033, scss/partials/_pages.scss */
.additional-block .right-align {
  text-align: left;
}

/* line 1039, scss/partials/_pages.scss */
.about-us-page .flex-video {
  height: 100%;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 1044, scss/partials/_pages.scss */
.about-us-page .flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1054, scss/partials/_pages.scss */
.project-page {
  padding-bottom: 10px;
}
/* line 1055, scss/partials/_pages.scss */
.project-page .flex-video {
  margin: 15px auto 25px;
}
/* line 1058, scss/partials/_pages.scss */
.project-page .out-of-block {
  margin-top: 30px;
  margin-bottom: 25px;
}
/* line 1062, scss/partials/_pages.scss */
.project-page p {
 /* -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;*/
  font-size: 14px;
  color: gray;
  margin-bottom: 20px;
}
/* line 1075, scss/partials/_pages.scss */
.project-page .arrowed {
  margin-top: 0;
}
/* line 1079, scss/partials/_pages.scss */
.project-page h3 {
  font: normal 20px "CircularStd-Book";
  line-height: 18px;
  padding-bottom: 10px;
  color: #1c1c1c;
}

/* line 1087, scss/partials/_pages.scss */
.project-title {
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}
/* line 1090, scss/partials/_pages.scss */
.project-title h2, .project-title h3 {
  font: normal 20px "CircularStd-Book";
}

/* line 1095, scss/partials/_pages.scss */
.main-info {
  padding: 15px 0;
  color: gray;
}
/* line 1098, scss/partials/_pages.scss */
.main-info p {
  font-size: 14px;
}
/* line 1100, scss/partials/_pages.scss */
.main-info p:last-child {
  margin-bottom: 0;
}

/* line 1106, scss/partials/_pages.scss */
.summary-block {
  padding: 20px 0;
  margin-top: -30px;
}
/* line 1109, scss/partials/_pages.scss */
.summary-block h4 {
  margin-top: 30px;
  color: #ababab;
  text-transform: uppercase;
  line-height: 24px;
  font: normal 16px "CircularStd-Book";
}
/* line 1117, scss/partials/_pages.scss */
.summary-block p {
  font-size: 12px;
}

/* line 1122, scss/partials/_pages.scss */
.name {
  width: 120px;
  margin: 15px auto;
  border: 1px solid #d9d9d9;
  padding: 11px 20px 9px 0;
  font-size: 18px;
  background-color: white;
  line-height: 23px;
  z-index: 10;
}
/* line 1131, scss/partials/_pages.scss */
.name:after {
  font-size: 12px;
  line-height: 12px;
  bottom: 15px;
}

/* line 1138, scss/partials/_pages.scss */
.share-block {
  position: relative;
  text-align: center;
}
/* line 1141, scss/partials/_pages.scss */
.share-block:before {
  display: block;
  content: '';
  border-bottom: 1px solid #d9d9d9;
  position: absolute;
  top: 40%;
  width: 100%;
}

/* line 1151, scss/partials/_pages.scss */
.project-navigate {
  padding-top: 50px;
}

/* line 1155, scss/partials/_pages.scss */
.project-data {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 130px;
  overflow: hidden;
  table-layout: fixed;
}
/* line 1161, scss/partials/_pages.scss */
.project-data .project-link {
  height: inherit;
  max-width: 50%;
}
/* line 1164, scss/partials/_pages.scss */
.project-data .project-link img {
  min-height: 100%;
}
/* line 1168, scss/partials/_pages.scss */
.project-data .content {
  width: 50%;
  height: 100%;
  position: relative;
  line-height: 20px;
}
/* line 1173, scss/partials/_pages.scss */
.project-data .content.right-align {
  padding-left: 0;
  padding-right: 10px;
}
/* line 1176, scss/partials/_pages.scss */
.project-data .content.right-align .hover-line {
  left: inherit;
  right: 10px;
  text-align: right;
}
/* line 1180, scss/partials/_pages.scss */
.project-data .content.right-align .hover-line .arrowed {
  padding-right: 0;
}
/* line 1184, scss/partials/_pages.scss */
.project-data .content.right-align h3 {
  right: 0;
  left: inherit;
  text-align: right;
}
/* line 1191, scss/partials/_pages.scss */
.project-data .content h3 {
  padding: 0 10px;
  position: absolute;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  top: 5px;
  font: normal 15px "CircularStd-Book";
  color: #515151;
}
/* line 1203, scss/partials/_pages.scss */
.project-data .content h3 span {
  display: block;
  text-transform: uppercase;
}
/* line 1210, scss/partials/_pages.scss */
.project-data .content .hover-line {
  left: 10px;
  bottom: 2px;
  padding-bottom: 3px;
  position: absolute;
}
/* line 1216, scss/partials/_pages.scss */
.project-data .content .arrowed {
  margin-top: 0;
  font-size: 18px;
  padding-right: 22px;
}
/* line 1220, scss/partials/_pages.scss */
.project-data .content .arrowed:after, .project-data .content .arrowed:before {
  font-size: 10px;
  bottom: 7px;
}
/* line 1224, scss/partials/_pages.scss */
.project-data .content .arrowed:before {
  padding-right: 1px;
}
/* line 1228, scss/partials/_pages.scss */
.project-data .content .arrowed:after {
  right: 0;
  left: auto;
  top: auto;
  transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
}
/* line 1236, scss/partials/_pages.scss */
.project-data .content .arrowed.arrowed-back {
  padding-right: 0;
  padding-left: 22px;
}
/* line 1240, scss/partials/_pages.scss */
.project-data .content .arrowed.arrowed-back:before {
  left: 0;
  right: auto;
  width: auto;
  height: auto;
}

/* line 1252, scss/partials/_pages.scss */
.additional-info {
  padding: 20px 0;
}
/* line 1254, scss/partials/_pages.scss */
.additional-info img {
  margin: 0 auto;
}

/* line 1260, scss/partials/_pages.scss */
.people .filters, .work-page .filters {
  text-align: center;
  padding: 0;
}
/* line 1263, scss/partials/_pages.scss */
.people .filters .bootstrap-select, .work-page .filters .bootstrap-select {
  width: 100% !important;
}

/* line 1270, scss/partials/_pages.scss */
.culture-page #search-form {
  margin-bottom: 0 !important;
}
/* line 1275, scss/partials/_pages.scss */
.culture-page .arrowed:after {
  bottom: 5px;
}

/* line 1281, scss/partials/_pages.scss */
.culture-detail {
  font-size: 14px;
  color: gray;
}
/* line 1284, scss/partials/_pages.scss */
.culture-detail .arrowed, .culture-detail .name {
  margin: 0;
}
/* line 1287, scss/partials/_pages.scss */
.culture-detail .name {
  display: inline-block;
  text-align: center;
  margin: 5px auto;
}

/* line 1294, scss/partials/_pages.scss */
.article-title {
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}
/* line 1297, scss/partials/_pages.scss */
.article-title h2, .article-title h3 {
  font: normal 20px "CircularStd-Book";
}

/* line 1302, scss/partials/_pages.scss */
.article-date {
  font-size: 14px;
  margin-top: 10px;
  color: #d9d9d9;
}

/* line 1308, scss/partials/_pages.scss */
.article {
  padding: 20px 0;
}
/* line 1310, scss/partials/_pages.scss */
.article p {
  margin-bottom: 20px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* line 1320, scss/partials/_pages.scss */
.article:first-letter {
  color: #1c1c1c;
  font: normal 36px "CircularStd-Bold";
  float: left;
  padding: 0 10px;
  line-height: 38px;
}
/* line 1327, scss/partials/_pages.scss */
.article h3 {
  font: normal 20px "CircularStd-Book";
  color: #1c1c1c;
  padding-bottom: 10px;
}
/* line 1333, scss/partials/_pages.scss */
.article .full-image, .article .flex-video {
  margin: 0 auto 20px;
}
/* line 1336, scss/partials/_pages.scss */
.article .out-of-block {
  margin-top: 20px;
  margin-bottom: 0;
}

/* line 1343, scss/partials/_pages.scss */
.floated {
  max-width: 50%;
}
/* line 1345, scss/partials/_pages.scss */
.floated.floated-left {
  float: left;
  padding: 10px 10px 10px 0;
}
/* line 1349, scss/partials/_pages.scss */
.floated.floated-right {
  float: right;
  padding: 10px 0 10px 10px;
}

/* line 1356, scss/partials/_pages.scss */
.profile img {
  max-width: 60px;
}
/* line 1359, scss/partials/_pages.scss */
.profile .content {
  padding-right: 5px;
  vertical-align: middle;
}
/* line 1363, scss/partials/_pages.scss */
.profile h4 {
  font-size: 16px;
  color: #515151;
}

/* line 1369, scss/partials/_pages.scss */
.double-lines {
  padding: 15px 5px;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
/* line 1373, scss/partials/_pages.scss */
.double-lines .right-align {
  display: table-cell;
  vertical-align: middle;
}

/* line 1379, scss/partials/_pages.scss */
.table-prop {
  display: table;
  width: 100%;
}

/* line 1384, scss/partials/_pages.scss */
.related-articles {
  padding: 60px 0px;
}

/* line 1388, scss/partials/_pages.scss */
.short-article {
  display: block;
  text-align: left;
  border: 1px solid #d9d9d9;
  color: gray;
  margin-bottom: 20px;
}
/* line 1393, scss/partials/_pages.scss */
.short-article:hover {
  text-decoration: none;
  cursor: pointer;
  color: gray;
}
/* line 1398, scss/partials/_pages.scss */
.short-article:after {
  content: '';
  display: block;
  clear: both;
}
/* line 1403, scss/partials/_pages.scss */
.short-article .img {
  overflow: hidden;
}
/* line 1406, scss/partials/_pages.scss */
.short-article img {
  width: 100%;
}
/* line 1409, scss/partials/_pages.scss */
.short-article .content {
  padding: 20px 20px 15px 20px;
}
/* line 1413, scss/partials/_pages.scss */
.short-article h3 {
  color: #515151;
  font: normal 24px "CircularStd-Black";
}
/* line 1416, scss/partials/_pages.scss */
.short-article h3 a {
  color: #515151;
  font: normal 24px "CircularStd-Black";
}
/* line 1419, scss/partials/_pages.scss */
.short-article h3 a:hover {
  color: #515151;
  text-decoration: none;
}
/* line 1426, scss/partials/_pages.scss */
.short-article .small-text {
  padding: 0 0 15px;
}
/* line 1429, scss/partials/_pages.scss */
.short-article .small-text p:first-child {
  float: left;
}
/* line 1432, scss/partials/_pages.scss */
.short-article .small-text p:last-child {
  float: right;
}

@media all and (max-width: 480px) {
  /* line 1443, scss/partials/_pages.scss */
  .work-page .filters .no-padding-row > div, .people .filters .no-padding-row > div {
    width: 100%;
  }
  /* line 1447, scss/partials/_pages.scss */
  .work-page .filters .categories, .people .filters .categories {
    height: 60px;
    padding: 10px 15px;
    border-right: 0px;
  }

  /* line 1456, scss/partials/_pages.scss */
  .work-item p {
    display: none;
  }
  /* line 1459, scss/partials/_pages.scss */
  .work-item h2 {
    position: relative;
  }
  /* line 1461, scss/partials/_pages.scss */
  .work-item h2:after {
    position: absolute;
    content: "\e903";
    font: normal 16px "Lola-font";
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/* line 1475, scss/partials/_pages.scss */
.work-item .link {
  font-size: 18px;
  line-height: 23px;
}
/* line 1478, scss/partials/_pages.scss */
.work-item .link:after {
  font-size: 10px;
  bottom: 7px;
  line-height: 10px;
}

@media all and (max-width: 550px) {
  /* line 1488, scss/partials/_pages.scss */
  .news {
    padding: 30px 0;
  }
  /* line 1490, scss/partials/_pages.scss */
  .news .vertical-text {
    font-size: 30px;
  }

  /* line 1495, scss/partials/_pages.scss */
  .project-data {
    height: 135px;
  }
  /* line 1497, scss/partials/_pages.scss */
  .project-data .project-link {
    display: none;
  }
  /* line 1500, scss/partials/_pages.scss */
  .project-data .content {
    width: 100%;
    float: none !important;
  }

  /* line 1510, scss/partials/_pages.scss */
  .news-block h2 {
    font-size: 24px;
    line-height: 28px;
  }
  /* line 1514, scss/partials/_pages.scss */
  .news-block p {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 1519, scss/partials/_pages.scss */
  .news-block .small-text {
    font-size: 12px;
  }
  /* line 1521, scss/partials/_pages.scss */
  .news-block .small-text div {
    width: 100%;
    float: none;
  }
  /* line 1524, scss/partials/_pages.scss */
  .news-block .small-text div .right-align {
    text-align: left;
  }

  /* line 1532, scss/partials/_pages.scss */
  .work-item h2 {
    font-size: 16px;
  }
  /* line 1535, scss/partials/_pages.scss */
  .work-item p {
    font-size: 12px;
  }
  /* line 1539, scss/partials/_pages.scss */
  .work-item .link:after {
    padding-left: 1px;
  }

  /* line 1546, scss/partials/_pages.scss */
  .home .light-grey-block {
    padding-bottom: 30px;
  }

  /* line 1551, scss/partials/_pages.scss */
  .list-icon {
    padding: 10px 5px;
    text-align: center;
  }
  /* line 1554, scss/partials/_pages.scss */
  .list-icon:before {
    position: relative;
    padding-top: 10px;
    transform: translate(0px);
    -webkit-transform: translate(0px);
    left: 0px;
    margin-bottom: 10px;
  }

  /* line 1564, scss/partials/_pages.scss */
  .clients-block {
    padding-top: 20px;
  }

  /* line 1569, scss/partials/_pages.scss */
  .about-us-page h2 {
    font-size: 22px;
  }
  /* line 1571, scss/partials/_pages.scss */
  .about-us-page h2.underlined {
    width: 200px;
  }
  /* line 1575, scss/partials/_pages.scss */
  .about-us-page p {
    font-size: 14px;
    padding: 10px 0px 5px;
  }

  /* line 1581, scss/partials/_pages.scss */
  .offices-block .container-with-margin {
    padding: 0 10;
  }

  /* line 1591, scss/partials/_pages.scss */
  .purple-block,
  .dark-block,
  .about-block,
  .offices-block,
  .team-block,
  .additional-block {
    padding-top: 30px;
  }

  /* line 1595, scss/partials/_pages.scss */
  .top-line-images {
    height: 150px;
  }

  /* line 1598, scss/partials/_pages.scss */
  .bottom-line-images {
    height: 200px;
  }

  /* line 1602, scss/partials/_pages.scss */
  .contact-info {
    padding: 25px 0px 15px;
  }
}
@media all and (min-width: 768px) {
  /* line 1611, scss/partials/_pages.scss */
  .project-page .flex-video {
    margin: 15px auto 25px;
  }
  /* line 1614, scss/partials/_pages.scss */
  .project-page .out-of-block {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  /* line 1621, scss/partials/_pages.scss */
  .team-block a {
    font-size: 24px;
  }

  /* line 1627, scss/partials/_pages.scss */
  .dropdown-menu.inner {
    max-height: inherit !important;
    overflow-y: auto !important;
  }

  /* line 1633, scss/partials/_pages.scss */
  .cookies {
    width: 90%;
    margin: 0px 5%;
  }
  /* line 1636, scss/partials/_pages.scss */
  .cookies p, .cookies .cookies-cell {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 1640, scss/partials/_pages.scss */
  .cookies .cookies-container {
    display: table;
    width: 100%;
  }
  /* line 1644, scss/partials/_pages.scss */
  .cookies .cookies-info {
    padding: 7px 5px;
  }

  /* line 1651, scss/partials/_pages.scss */
  .error.page .content {
    padding: 230px 15px 130px;
  }
  /* line 1653, scss/partials/_pages.scss */
  .error.page .content h1 {
    padding: 35px 18px;
    font-size: 52px;
  }

  /* line 1661, scss/partials/_pages.scss */
  .clients-block {
    padding-top: 0;
  }

  /* line 1666, scss/partials/_pages.scss */
  .contact-page .container-with-margin {
    padding-bottom: 90px;
  }
  /* line 1669, scss/partials/_pages.scss */
  .contact-page .grey-block {
    background-color: #f7f7f7;
  }

  /* line 1674, scss/partials/_pages.scss */
  .page-title {
    height: 320px;
    padding-top: 74px;
  }
  /* line 1677, scss/partials/_pages.scss */
  .page-title h1 {
    font-size: 36px;
  }

  /* line 1682, scss/partials/_pages.scss */
  .contact-info {
    padding-top: 90px;
    text-align: left;
    font-size: 24px;
    padding-bottom: 0;
  }
  /* line 1688, scss/partials/_pages.scss */
  .contact-info p, .contact-info .email {
    font-size: 18px;
    white-space: normal;
  }
  /* line 1693, scss/partials/_pages.scss */
  .contact-info h2, .contact-info h3 {
    font-family: "CircularStd-Bold";
    font-size: 24px;
  }
  /* line 1697, scss/partials/_pages.scss */
  .contact-info h2 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }
  /* line 1702, scss/partials/_pages.scss */
  .contact-info h3 {
	text-transform: none;
    /*text-transform: capitalize;*/
    font-size: 22px;
    margin-bottom: 15px;
  }

  /* line 1709, scss/partials/_pages.scss */
  .address-info {
    text-align: left;
    margin-right: 0;
    margin-left: 0;
    font-size: 24px;
    box-shadow: 0 0 20px 0 rgba(28, 28, 28, 0.1);
  }
  /* line 1715, scss/partials/_pages.scss */
  .address-info:hover {
    box-shadow: 0 0 50px 0 rgba(28, 28, 28, 0.3);
  }
  /* line 1719, scss/partials/_pages.scss */
  .address-info h3, .address-info p, .address-info a {
    font-size: 18px;
  }
  /* line 1723, scss/partials/_pages.scss */
  .address-info h2, .address-info .email {
    white-space: normal;
  }
  /* line 1727, scss/partials/_pages.scss */
  .address-info h2 {
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 0;
  }
  /* line 1732, scss/partials/_pages.scss */
  .address-info h3 {
    line-height: 26px;
    margin-bottom: 20px;
  }
  /* line 1736, scss/partials/_pages.scss */
  .address-info .img-box {
    height: 170px;
  }
  /* line 1739, scss/partials/_pages.scss */
  .address-info .img-box .img {
    height: 100%;
  }
  /* line 1741, scss/partials/_pages.scss */
  .address-info .img-box .img img {
    height: 100%;
  }
  /* line 1746, scss/partials/_pages.scss */
  .address-info .content {
    padding: 15px 10px;
    line-height: 24px;
  }

  /* line 1752, scss/partials/_pages.scss */
  .news {
    padding: 100px 0 50px;
  }
  /* line 1754, scss/partials/_pages.scss */
  .news .vertical-text {
    margin-top: 190px;
    text-align: left;
  }
  /* line 1758, scss/partials/_pages.scss */
  .news .link-all {
    margin-top: 60px;
  }

  /* line 1763, scss/partials/_pages.scss */
  .news-link {
    padding: 70px 0px;
  }
  /* line 1765, scss/partials/_pages.scss */
  .news-link a {
    font-size: 24px;
  }

  /* line 1770, scss/partials/_pages.scss */
  .list-icon {
    background-color: transparent;
    text-align: left;
    font-size: 24px;
    margin-bottom: 15px;
    padding: 30px 75px;
  }
  /* line 1776, scss/partials/_pages.scss */
  .list-icon:before {
    position: absolute;
    left: 15px;
    font-size: 40px;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    padding-bottom: 0px;
  }
  /* line 1785, scss/partials/_pages.scss */
  .list-icon:hover, .list-icon:focus {
    background-color: white;
    text-decoration: none;
    color: #515151;
    box-shadow: 0px 0px 15px 0px rgba(207, 207, 207, 0.15);
  }
  /* line 1790, scss/partials/_pages.scss */
  .list-icon:hover:after, .list-icon:focus:after {
    content: "\e903";
    position: absolute;
    color: #5ed3b6;
    right: 30px;
    font-size: 14px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    top: 50%;
  }

  /* line 1804, scss/partials/_pages.scss */
  .green-hover h2 {
    font-size: 36px;
  }
  /* line 1807, scss/partials/_pages.scss */
  .green-hover p {
    font-size: 16px;
  }
  /* line 1810, scss/partials/_pages.scss */
  .green-hover a {
    font-size: 18px;
  }
  /* line 1812, scss/partials/_pages.scss */
  .green-hover a:after {
    font-size: 10px;
  }

  /* line 1818, scss/partials/_pages.scss */
  .search-icon {
    width: 60px;
    height: 105px;
  }

  /* line 1823, scss/partials/_pages.scss */
  .filters {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    padding: 0 25% 0 5%;
  }
  /* line 1827, scss/partials/_pages.scss */
  .filters input, .filters .categories {
    border-bottom: 0;
    padding: 10px 30px;
    height: 105px;
  }
  /* line 1833, scss/partials/_pages.scss */
  .filters .categories {
    color: gray;
  }
  /* line 1835, scss/partials/_pages.scss */
  .filters .categories .caret {
    right: 12px;
    position: absolute;
    color: #d9d9d9;
    border-top: 10px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-top: 2px;
  }
  /* line 1843, scss/partials/_pages.scss */
  .filters .categories .caret:before {
    content: "";
    display: block;
    bottom: 15px;
    right: -6px;
    position: absolute;
    border-bottom: 10px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  /* line 1856, scss/partials/_pages.scss */
  .filters input {
    padding: 10px 60px 10px 30px;
    border-left: 1px solid #e6e6e6;
  }
  /* line 1860, scss/partials/_pages.scss */
  .filters .bootstrap-select {
    width: 35% !important;
  }

  /* line 1864, scss/partials/_pages.scss */
  .sidebar {
    padding: 5px 35px;
    background-color: white;
    border: 1px solid #e6e6e6;
    margin-top: -40px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  /* line 1876, scss/partials/_pages.scss */
  .sidebar h2 {
    text-transform: capitalize;
    margin-top: 30px;
    font-size: 24px;
  }

  /* line 1883, scss/partials/_pages.scss */
  .follow {
    font-size: 24px;
    margin: 35px 0;
    text-align: center;
  }

  /* line 1890, scss/partials/_pages.scss */
  .people .filters, .work-page .filters {
    padding: 0 15% 0;
  }

  /* line 1895, scss/partials/_pages.scss */
  .line {
    padding: 15px 0px 20px;
    border-bottom: 1px solid #e6e6e6;
  }

  /* line 1900, scss/partials/_pages.scss */
  .messages {
    color: gray;
  }
  /* line 1902, scss/partials/_pages.scss */
  .messages h2 {
    margin-bottom: 15px;
  }
  /* line 1905, scss/partials/_pages.scss */
  .messages .line {
    font-size: 16px;
  }
  /* line 1907, scss/partials/_pages.scss */
  .messages .line .messages-date {
    line-height: 36px;
  }
  /* line 1909, scss/partials/_pages.scss */
  .messages .line .messages-date a {
    padding-right: 5px;
    font-family: "CircularStd-Bold";
  }
  /* line 1913, scss/partials/_pages.scss */
  .messages .line .messages-date span {
    color: #d9d9d9;
  }
  /* line 1917, scss/partials/_pages.scss */
  .messages .line .messages-text {
    line-height: 19px;
  }

  /* line 1923, scss/partials/_pages.scss */
  .underlined {
    border-right: 5px solid #93358f;
    border-bottom: 0;
  }

  /* line 1929, scss/partials/_pages.scss */
  .about-us-page h2 {
    padding: 0px 25px;
    font-size: 36px;
  }
  /* line 1932, scss/partials/_pages.scss */
  .about-us-page h2.underlined {
    margin: 15px 0px;
    width: auto;
    text-align: right;
  }
  /* line 1938, scss/partials/_pages.scss */
  .about-us-page p {
    line-height: 24px;
    font-size: 18px;
    padding: 15px 0 10px;
  }
  /* line 1943, scss/partials/_pages.scss */
  .about-us-page .background {
    width: auto;
    font-size: 154px;
    margin-bottom: -115px;
    padding-top: 30px;
  }

  /* line 1951, scss/partials/_pages.scss */
  .about-block .container-with-margin {
    position: relative;
  }
  /* line 1953, scss/partials/_pages.scss */
  .about-block .container-with-margin:before, .about-block .container-with-margin:after {
    font-size: 22px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    font-family: "Lola-font" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  /* line 1971, scss/partials/_pages.scss */
  .about-block .container-with-margin:before {
    content: "\e93d";
    color: #93358f;
    left: 29%;
    top: 65%;
    transform: rotate(25deg);
    -webkit-transform: rotate(24deg);
  }
  /* line 1979, scss/partials/_pages.scss */
  .about-block .container-with-margin:after {
    content: '\e924';
    font-size: 14px;
    left: 5%;
    bottom: 33%;
    color: #5ed3b6;
  }
  /* line 1988, scss/partials/_pages.scss */
  .about-block .container-with-margin .no-padding-row > div {
    padding: 0;
  }
  /* line 1991, scss/partials/_pages.scss */
  .about-block .container-with-margin .no-padding-row > div:first-child:after {
    content: "\e909";
    display: block;
    font-size: 40px;
    color: #ffbd66;
    left: -54%;
    position: absolute;
    top: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    font-family: "Lola-font" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }

  /* line 2018, scss/partials/_pages.scss */
  .purple-block:before {
    font-size: 20px;
    left: 24%;
    top: 10%;
  }
  /* line 2023, scss/partials/_pages.scss */
  .purple-block:after {
    font-size: 18px;
    bottom: 28%;
    left: 45%;
  }

  /* line 2031, scss/partials/_pages.scss */
  .background:before {
    font-size: 42px;
    right: 26%;
    top: 15%;
  }

  /* line 2042, scss/partials/_pages.scss */
  .purple-block,
  .dark-block,
  .about-block,
  .offices-block,
  .additional-block {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  /* line 2050, scss/partials/_pages.scss */
  .offices-block h2,
  .purple-block h2,
  .dark-block h2 {
    margin: 0 auto 40px;
  }
  /* line 2053, scss/partials/_pages.scss */
  .offices-block p,
  .purple-block p,
  .dark-block p {
    padding: 15px 11%;
  }

  /* line 2058, scss/partials/_pages.scss */
  .about-block {
    padding-bottom: 100px;
  }

  /* line 2062, scss/partials/_pages.scss */
  .top-margin {
    margin-top: 55px;
  }

  /* line 2066, scss/partials/_pages.scss */
  .top-line-images {
    height: 240px;
  }

  /* line 2070, scss/partials/_pages.scss */
  .weather-icon, .people-icon {
    font-size: 32px;
  }

  /* line 2074, scss/partials/_pages.scss */
  .weather-icon {
    float: left;
  }
  /* line 2076, scss/partials/_pages.scss */
  .weather-icon:before {
    width: 50px;
    font-size: 26px;
  }

  /* line 2082, scss/partials/_pages.scss */
  .people-icon {
    float: right;
    padding-left: 0;
  }
  /* line 2085, scss/partials/_pages.scss */
  .people-icon:before {
    width: 40px;
    float: left;
    height: 30px;
    margin-top: 5px;
    background-size: 60px;
    position: static;
  }

  /* line 2095, scss/partials/_pages.scss */
  .arrowed {
    font-size: 24px;
    margin-top: 60px;
  }

  /* line 2100, scss/partials/_pages.scss */
  .instagram-line {
    padding: 50px 5px;
  }
  /* line 2102, scss/partials/_pages.scss */
  .instagram-line img {
    margin-top: 8px;
    width: 100%;
  }
  /* line 2106, scss/partials/_pages.scss */
  .instagram-line h2 {
    margin-bottom: 60px;
  }
  /* line 2111, scss/partials/_pages.scss */
  .instagram-line .row.no-padding-row > div {
    padding-right: 8px;
  }
  /* line 2113, scss/partials/_pages.scss */
  .instagram-line .row.no-padding-row > div:nth-child(3n+3) {
    padding-right: 8px;
  }
  /* line 2116, scss/partials/_pages.scss */
  .instagram-line .row.no-padding-row > div:nth-child(6n+6) {
    padding-right: 0;
  }

  /* line 2125, scss/partials/_pages.scss */
  .team-block h2 {
    text-align: left;
    padding: 0px;
  }
  /* line 2129, scss/partials/_pages.scss */
  .team-block .arrowed {
    margin-top: 35px;
  }

  /* line 2135, scss/partials/_pages.scss */
  .additional-block h2 {
    margin-bottom: 90px;
  }
  /* line 2139, scss/partials/_pages.scss */
  .additional-block p:first-child {
    margin-top: 110px;
  }
  /* line 2143, scss/partials/_pages.scss */
  .additional-block img {
    width: 90%;
  }
  /* line 2145, scss/partials/_pages.scss */
  .additional-block img:first-child {
    margin: 0 0 55px;
  }
  /* line 2148, scss/partials/_pages.scss */
  .additional-block img:last-child {
    margin: 60px 0 20px;
  }
  /* line 2152, scss/partials/_pages.scss */
  .additional-block .right-align {
    text-align: right;
  }
  /* line 2157, scss/partials/_pages.scss */
  .additional-block .row > div:first-child {
    padding-right: 30px;
  }
  /* line 2160, scss/partials/_pages.scss */
  .additional-block .row > div:last-child {
    padding-left: 30px;
  }

  /* line 2167, scss/partials/_pages.scss */
  .weather {
    padding-top: 10px;
  }
  /* line 2169, scss/partials/_pages.scss */
  .weather > div {
    display: block;
  }

  /* line 2174, scss/partials/_pages.scss */
  .offices-block {
    text-align: center;
  }

  /* line 2178, scss/partials/_pages.scss */
  .team-block {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  /* line 2183, scss/partials/_pages.scss */
  .counter {
    padding: 90px 20% 60px;
  }
  /* line 2185, scss/partials/_pages.scss */
  .counter .number {
    font-size: 140px;
    line-height: 110px;
  }
  /* line 2189, scss/partials/_pages.scss */
  .counter .counter-title {
    font-size: 20px;
  }

  /* line 2194, scss/partials/_pages.scss */
  .coordinates {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
  }

  /* line 2199, scss/partials/_pages.scss */
  .office {
    box-shadow: 0 0 20px 0 rgba(28, 28, 28, 0.1);
    margin-top: 70px;
    text-align: left;
    padding: 0 15px 20px;
    background-color: white;
  }
   
  /* line 2206, scss/partials/_pages.scss */
  .office .img {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    height: 100%;
  }
  /* line 2211, scss/partials/_pages.scss */
  .office .img img {
    height: 100%;
  }
  /* line 2216, scss/partials/_pages.scss */
  .office .coordinates {
    font-size: 16px;
    white-space: nowrap;
  }
  /* line 2221, scss/partials/_pages.scss */
  .office .img-responsive {
    margin-top: 0;
    width: 100%;
  }
  /* line 2226, scss/partials/_pages.scss */
  .office h3 {
    font-size: 24px;
    margin-top: 30px;
  }

  /* line 2232, scss/partials/_pages.scss */
  .double-image {
    padding-top: 30px;
    height: 200px;
  }

  /* line 2237, scss/partials/_pages.scss */
  .project-page, .article {
    padding-bottom: 30px;
  }
  /* line 2239, scss/partials/_pages.scss */
  .project-page p, .article p {
    font-size: 20px;
    margin-bottom: 35px;
  }
  /* line 2243, scss/partials/_pages.scss */
  .project-page h3, .article h3 {
    font: normal 36px "CircularStd-Black";
    padding: 0 0 20px;
  }

  /* line 2249, scss/partials/_pages.scss */
  .project-title {
    text-align: center;
    padding: 60px 0;
  }
  /* line 2252, scss/partials/_pages.scss */
  .project-title h2 {
    font: normal 48px "CircularStd-Bold";
  }
  /* line 2255, scss/partials/_pages.scss */
  .project-title h3 {
    font: normal 36px "CircularStd-Bold";
  }

  /* line 2259, scss/partials/_pages.scss */
  .main-info {
    padding: 50px 0px 40px;
  }

  /* line 2262, scss/partials/_pages.scss */
  .summary-block {
    padding: 5px 0;
  }
  /* line 2264, scss/partials/_pages.scss */
  .summary-block h4 {
    font: normal 24px "CircularStd-Bold";
    color: #1c1c1c;
    text-transform: none;
  }

  /* line 2271, scss/partials/_pages.scss */
  .name {
    width: 150px;
    height: 50px;
    line-height: 28px;
  }
  /* line 2275, scss/partials/_pages.scss */
  .name:after {
    font-size: 14px;
    line-height: 18px;
    bottom: 15px;
  }

  /* line 2282, scss/partials/_pages.scss */
  .project-data {
    height: 135px;
  }
  /* line 2285, scss/partials/_pages.scss */
  .project-data .content h3 {
    font-size: 18px;
  }
  /* line 2288, scss/partials/_pages.scss */
  .project-data .content a {
    font-size: 18px;
  }
  /* line 2290, scss/partials/_pages.scss */
  .project-data .content a:after, .project-data .content a:before {
    font-size: 10px;
    bottom: 5px;
  }

  /* line 2298, scss/partials/_pages.scss */
  .article {
    padding: 50px 0 20px;
  }
  /* line 2300, scss/partials/_pages.scss */
  .article:first-letter {
    font-size: 60px;
    line-height: 56px;
  }
  /* line 2304, scss/partials/_pages.scss */
  .article .full-image, .article .flex-video {
    margin: 15px auto 45px;
  }
  /* line 2307, scss/partials/_pages.scss */
  .article .out-of-block {
    margin-top: 50px;
    margin-bottom: 0;
  }

  /* line 2313, scss/partials/_pages.scss */
  .article-title {
    text-align: center;
    padding: 40px 0 20px;
  }
  /* line 2316, scss/partials/_pages.scss */
  .article-title h2, .article-title h3 {
    font: normal 54px "CircularStd-Bold";
  }

  /* line 2321, scss/partials/_pages.scss */
  .article-date {
    font-size: 16px;
  }
  /* line 2323, scss/partials/_pages.scss */
  .article-date :first-letter {
    font-size: 60px;
  }

  /* line 2328, scss/partials/_pages.scss */
  .floated {
    max-width: 100%;
  }
  /* line 2330, scss/partials/_pages.scss */
  .floated.floated-left {
    margin-left: -20px;
    padding: 20px 40px 20px 0;
  }
  /* line 2334, scss/partials/_pages.scss */
  .floated.floated-right {
    margin-right: -15px;
    padding: 20px 0 20px 40px;
  }

  /* line 2341, scss/partials/_pages.scss */
  .culture-detail .tag {
    font-size: 20px;
    padding: 6px 17px 5px;
    margin-left: 10px;
  }
  /* line 2345, scss/partials/_pages.scss */
  .culture-detail .tag:first-child {
    margin-left: 0;
  }

  /* line 2351, scss/partials/_pages.scss */
  .table-prop {
    margin-top: 10px;
  }

  /* line 2356, scss/partials/_pages.scss */
  .profile img {
    max-width: 70px;
  }
  /* line 2359, scss/partials/_pages.scss */
  .profile h4, .profile p {
    font-size: 20px;
  }

  /* line 2364, scss/partials/_pages.scss */
  .short-article {
    font-size: 30px;
  }
  /* line 2365, scss/partials/_pages.scss */
  .short-article h3 {
    min-height: 150px;
  }
  /* line 2367, scss/partials/_pages.scss */
  .short-article h3 a {
    font-size: 30px;
  }
  /* line 2372, scss/partials/_pages.scss */
  .short-article .small-text p {
    font-size: 16px;
  }
  /* line 2377, scss/partials/_pages.scss */
  .short-article .img {
    max-height: 110px;
  }

  /* line 2384, scss/partials/_pages.scss */
  .news-block:hover:after {
    width: 65%;
  }
  /* line 2388, scss/partials/_pages.scss */
  .news-block h2 {
    font-size: 36px;
    padding-top: 20px;
  }
  /* line 2392, scss/partials/_pages.scss */
  .news-block p {
    font-size: 18px;
  }
}
@media all and (min-width: 890px) {
  /* line 2400, scss/partials/_pages.scss */
  .office .img {
    height: 100%;
  }
}
@media all and (min-width: 992px) {
  /* line 2411, scss/partials/_pages.scss */
  .error.page .content {
    padding: 240px 15px 130px;
  }
  /* line 2413, scss/partials/_pages.scss */
  .error.page .content h1 {
    padding: 54px 26px;
    font-size: 78px;
  }

  /* line 2421, scss/partials/_pages.scss */
  .double-image {
    height: 250px;
  }

  /* line 2425, scss/partials/_pages.scss */
  .cookies {
    padding: 20px 15px !important;
    font-size: 18px;
  }
  /* line 2428, scss/partials/_pages.scss */
  .cookies p {
    /* font-size: 18px; */
	font-size: 16px;
    padding-right: 30px;
  }
  /* line 2431, scss/partials/_pages.scss */
  .cookies p:before {
    top: 5px;
  }
  /* line 2435, scss/partials/_pages.scss */
  .cookies .cookies-info {
    padding: 10px 5px;
  }

  /* line 2442, scss/partials/_pages.scss */
  .about-block .container-with-margin:before {
    font-size: 30px;
    left: 30%;
    top: 69%;
  }
  /* line 2447, scss/partials/_pages.scss */
  .about-block .container-with-margin:after {
    font-size: 22px;
    left: 15%;
    bottom: 30%;
  }
  /* line 2456, scss/partials/_pages.scss */
  .about-block .container-with-margin .no-padding-row > div:first-child:after {
    font-size: 52px;
    left: -57%;
    top: 62%;
  }

  /* line 2468, scss/partials/_pages.scss */
  .purple-block:after {
    bottom: 35%;
    left: 44%;
  }

  /* line 2474, scss/partials/_pages.scss */
  .page-title {
    height: 400px;
  }
  /* line 2476, scss/partials/_pages.scss */
  .page-title h1 {
    font-size: 40px;
  }

  /* line 2481, scss/partials/_pages.scss */
  .blocks-info {
    padding: 45px 45px 40px;
  }

  /* line 2485, scss/partials/_pages.scss */
  .title {
    padding: 30px 0px;
  }

  /* line 2490, scss/partials/_pages.scss */
  .people .filters, .work-page .filters {
    padding: 0 20% 0;
  }

  /* line 2495, scss/partials/_pages.scss */
  .news {
    padding: 110px 0 90px;
  }

  /* line 2499, scss/partials/_pages.scss */
  .img-box, .maps-block {
    max-height: 160px;
  }

  /* line 2504, scss/partials/_pages.scss */
  .about-us-page p {
    font-size: 20px;
  }
  /* line 2508, scss/partials/_pages.scss */
  .about-us-page .background {
    font-size: 190px;
    margin-bottom: -130px;
  }
  /* line 2513, scss/partials/_pages.scss */
  .about-us-page h2 {
    padding: 0 25px;
    font-size: 54px;
  }

  /* line 2519, scss/partials/_pages.scss */
  .project-data {
    height: 190px;
  }
  /* line 2523, scss/partials/_pages.scss */
  .project-data .content.right-align .hover-line {
    right: 25px;
  }
  /* line 2527, scss/partials/_pages.scss */
  .project-data .content.right-align h3 {
    padding-right: 25px;
    padding-left: 10px;
  }
  /* line 2532, scss/partials/_pages.scss */
  .project-data .content.right-align a.arrowed-back {
    padding-left: 24px;
  }
  /* line 2538, scss/partials/_pages.scss */
  .project-data .content h3 {
    font-size: 24px;
    top: 20px;
    padding-left: 25px;
    padding-right: 10px;
  }
  /* line 2544, scss/partials/_pages.scss */
  .project-data .content .hover-line {
    bottom: 15px;
    left: 25px;
  }
  /* line 2549, scss/partials/_pages.scss */
  .project-data .content a:after, .project-data .content a:before {
    font-size: 14px;
  }
  /* line 2552, scss/partials/_pages.scss */
  .project-data .content a:after {
    right: 0;
  }
  /* line 2555, scss/partials/_pages.scss */
  .project-data .content a:before {
    left: -25px;
  }

  /* line 2562, scss/partials/_pages.scss */
  .top-line-images {
    height: 320px;
  }

  /* line 2566, scss/partials/_pages.scss */
  .bottom-line-images {
    height: 350px;
  }

  /* line 2570, scss/partials/_pages.scss */
  .office {
    padding: 0 20px 20px;
  }
  /* line 2572, scss/partials/_pages.scss */
  .office h3 {
    font-size: 40px;
  }
  /* line 2575, scss/partials/_pages.scss */
  .office .img {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 2579, scss/partials/_pages.scss */
  .office .coordinates {
    padding: 20px 0px;
    font-size: 22px;
  }
  /* line 2582, scss/partials/_pages.scss */
  .office .coordinates:before {
    background-position: -78px -18px;
    background-size: inherit;
  }

  /* line 2590, scss/partials/_pages.scss */
  .floated.floated-left {
    margin-left: -90px;
  }
  /* line 2593, scss/partials/_pages.scss */
  .floated.floated-right {
    margin-right: -90px;
  }

  /* line 2598, scss/partials/_pages.scss */
  .short-article .img {
    max-height: 150px;
  }

  /* line 2603, scss/partials/_pages.scss */
  .filters {
    padding-left: 10%;
  }
  /* line 2605, scss/partials/_pages.scss */
  .filters .bootstrap-select {
    width: 30% !important;
  }

  /* line 2611, scss/partials/_pages.scss */
  .sidebar h2 {
    font-size: 36px;
  }
  /* line 2615, scss/partials/_pages.scss */
  .sidebar .follow.arrowed {
    margin-top: 35px;
    margin-bottom: 30px;
  }

  /* line 2624, scss/partials/_pages.scss */
  .list-icon:hover:after, .list-icon:focus:after {
    right: 15px;
  }

  /* line 2630, scss/partials/_pages.scss */
  .filters input, .filters .categories {
    font-size: 20px;
  }

  /* line 2636, scss/partials/_pages.scss */
  input::-webkit-input-placeholder {
    font-size: 20px;
  }
  /* line 2639, scss/partials/_pages.scss */
  input::-moz-placeholder {
    font-size: 20px;
  }
  /* line 2642, scss/partials/_pages.scss */
  input:-moz-placeholder {
    font-size: 20px;
  }
  /* line 2645, scss/partials/_pages.scss */
  input:-ms-input-placeholder {
    font-size: 20px;
  }
}
@media all and (min-width: 1100px) {
  /* line 2653, scss/partials/_pages.scss */
  .office .img {
    height: 100%;
  }
}
@media all and (min-width: 1200px) {
  /* line 2663, scss/partials/_pages.scss */
  .error.page {
    content-padding: 270px 15px 160px;
  }

  /* line 2670, scss/partials/_pages.scss */
  .double-image {
    height: 350px;
  }

  /* line 2675, scss/partials/_pages.scss */
  .about-us-page .background {
    padding-top: 40px;
    font-size: 280px;
    margin-bottom: -170px;
    letter-spacing: -25px;
  }

  /* line 2684, scss/partials/_pages.scss */
  .purple-block:after {
    bottom: 39%;
    left: 47%;
  }

  /* line 2692, scss/partials/_pages.scss */
  .list-icon:hover:after, .list-icon:focus:after {
    right: 30px;
  }

  /* line 2697, scss/partials/_pages.scss */
  .weather-icon, .people-icon {
    font-size: 48px;
  }

  /* line 2702, scss/partials/_pages.scss */
  .weather-icon:before {
    font-size: 44px;
    margin-right: 20px;
  }

  /* line 2708, scss/partials/_pages.scss */
  .people-icon {
    padding-right: 5px;
  }
  /* line 2710, scss/partials/_pages.scss */
  .people-icon:before {
    background-size: inherit;
    background-position: -8px -4px;
    height: 50px;
    margin-top: 7px;
    margin-right: 10px;
  }

  /* line 2720, scss/partials/_pages.scss */
  .contact-info h2 {
    font-size: 36px;
  }
  /* line 2723, scss/partials/_pages.scss */
  .contact-info h3 {
    font-size: 24px;
  }
  /* line 2726, scss/partials/_pages.scss */
  .contact-info .email {
    font-size: 22px;
  }
  /* line 2729, scss/partials/_pages.scss */
  .contact-info p, .contact-info .email {
    margin-bottom: 5px;
  }

  /* line 2733, scss/partials/_pages.scss */
  .people-icon {
    padding-right: 20px;
  }

  /* line 2738, scss/partials/_pages.scss */
  .address-info h2 {
    font-size: 40px;
  }
  /* line 2741, scss/partials/_pages.scss */
  .address-info h3 {
    font-size: 22px;
  }
  /* line 2744, scss/partials/_pages.scss */
  .address-info .content {
    padding: 20px;
  }
  /* line 2747, scss/partials/_pages.scss */
  .address-info p {
    margin-bottom: 20px;
  }

  /* line 2753, scss/partials/_pages.scss */
  .address-info p, .contact-info p {
    font-size: 24px;
  }
  /* line 2756, scss/partials/_pages.scss */
  .address-info a, .contact-info a {
    font-size: 20px;
  }

  /* line 2762, scss/partials/_pages.scss */
  .people .filters, .work-page .filters {
    padding: 0 25% 0;
  }

  /* line 2767, scss/partials/_pages.scss */
  .page-title {
    height: 470px;
  }
  /* line 2769, scss/partials/_pages.scss */
  .page-title h1 {
    font-size: 54px;
  }

  /* line 2774, scss/partials/_pages.scss */
  .title {
    font-size: 54px;
    padding: 65px 0px 80px;
  }

  /* line 2779, scss/partials/_pages.scss */
  .img-box, .maps-block {
    max-height: 230px;
  }

  /* line 2784, scss/partials/_pages.scss */
  .office .img {
    height: 100%;
  }

  /* line 2790, scss/partials/_pages.scss */
  .short-article .img {
    max-height: 200px;
  }

  /* line 2796, scss/partials/_pages.scss */
  .floated.floated-left {
    margin-left: -120px;
  }
  /* line 2799, scss/partials/_pages.scss */
  .floated.floated-right {
    margin-right: -120px;
  }

  /* line 2805, scss/partials/_pages.scss */
  .filters .bootstrap-select {
    width: 25% !important;
  }

  /* line 2812, scss/partials/_pages.scss */
  .project-data .content .hover-line {
    bottom: 20px;
  }
}
@media all and (min-width: 1400px) {
  /* line 2823, scss/partials/_pages.scss */
  .office .img {
    height: 100%;
  }

  /* line 2828, scss/partials/_pages.scss */
  .address-info .img-box {
    height: 220px;
  }
}
@media all and (min-width: 1500px) {
  /* line 2838, scss/partials/_pages.scss */
  .error.page .content {
    padding: 370px 15px 270px;
  }

  /* line 2845, scss/partials/_pages.scss */
  .office .img {
    height: 100%;
  }

  /* line 2851, scss/partials/_pages.scss */
  .address-info .img-box {
    height: 250px;
  }
}
@media all and (min-width: 1700px) {
  /* line 2862, scss/partials/_pages.scss */
  .error.page .content {
    padding: 430px 15px 330px;
  }

  /* line 2870, scss/partials/_pages.scss */
  .office .img {
    height: 100%;
  }

  /* line 2875, scss/partials/_pages.scss */
  .address-info .img-box {
    height: 280px;
  }
}
/* line 1, scss/partials/_galleries.scss */
.quotes-gallery {
  text-align: center;
  margin-bottom: 40px;
}
/* line 5, scss/partials/_galleries.scss */
.quotes-gallery .owl-carousel .owl-stage-outer {
  padding-top: 15px;
}
/* line 9, scss/partials/_galleries.scss */
.quotes-gallery .owl-item {
  background-color: white;
}
/* line 12, scss/partials/_galleries.scss */
.quotes-gallery .owl-dots {
  padding-top: 20px;
  display: table;
  width: 70%;
  border-spacing: 10px 0;
  margin: 0 auto;
}
/* line 18, scss/partials/_galleries.scss */
.quotes-gallery .owl-dots .owl-dot {
  display: table-cell;
  background-color: #d9d9d9;
  height: 3px;
  text-align: center;
}
/* line 23, scss/partials/_galleries.scss */
.quotes-gallery .owl-dots .owl-dot.active {
  background-color: #d2448f;
}
/* line 28, scss/partials/_galleries.scss */
.quotes-gallery .img-thumbnail {
  position: relative;
  /*width: 165px;*/
  width: 180px;
  margin-bottom: 25px;
  margin-top: 15px;
  box-shadow: 0 2px 13px 0 rgba(131, 131, 131, 0.3);
  border: 0;
  border-radius: 0;
}
/* line 36, scss/partials/_galleries.scss */
.quotes-gallery .img-thumbnail:before {
  content: "\e929";
  display: block;
  color: #d2448f;
  font-size: 24px;
  font-family: "Lola-font";
  position: absolute;
  left: -10px;
  z-index: 20;
  top: -15px;
}

/* line 50, scss/partials/_galleries.scss */
.quote {
  /*font: normal 28px "Old Standard";*/
  font: normal 18px "Old Standard" !important;
  color: gray;
  color: gray;
  line-height: 36px;
  margin-bottom: 40px;
}

/* line 57, scss/partials/_galleries.scss */
.home-gallery {
  position: relative;
  background-color: black;
}
/* line 60, scss/partials/_galleries.scss */
.home-gallery .content {
  padding-left: 50px;
  position: absolute;
  bottom: 35px;
  color: white;
}
/* line 65, scss/partials/_galleries.scss */
.home-gallery .content p {
  font-size: 18px;
}
/* line 68, scss/partials/_galleries.scss */
.home-gallery .content h2 {
  font-size: 24px;
}
/* line 71, scss/partials/_galleries.scss */
.home-gallery .content .link-all {
  text-align: left;
  margin-top: 0;
  font-size: 18px;
}
/* line 76, scss/partials/_galleries.scss */
.home-gallery .content .link-all a:after {
  font-size: 10px;
}
/* line 83, scss/partials/_galleries.scss */
.home-gallery .owl-dots {
  display: table;
  background-color: rgba(0, 0, 0, 0.5);
  height: 12px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
/* line 90, scss/partials/_galleries.scss */
.home-gallery .owl-dots .owl-dot {
  display: table-cell;
  height: 12px;
  position: relative;
}
/* line 95, scss/partials/_galleries.scss */
.home-gallery .owl-dots .owl-dot:nth-child(4n+1) {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 98, scss/partials/_galleries.scss */
.home-gallery .owl-dots .owl-dot:nth-child(4n+2) {
  background-color: rgba(255, 189, 102, 0.1);
}
/* line 101, scss/partials/_galleries.scss */
.home-gallery .owl-dots .owl-dot:nth-child(4n+3) {
  background-color: rgba(210, 68, 143, 0.1);
}
/* line 104, scss/partials/_galleries.scss */
.home-gallery .owl-dots .owl-dot:nth-child(4n+4) {
  background-color: rgba(94, 211, 182, 0.1);
}
/* line 107, scss/partials/_galleries.scss */
.home-gallery .owl-dots .owl-dot.active {
  background-color: #5ed3b6;
}
/* line 109, scss/partials/_galleries.scss */
.home-gallery .owl-dots .owl-dot.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 12px;
  background-color: #19a099;
}

@media all and (max-width: 550px) {
  /* line 127, scss/partials/_galleries.scss */
  .home-gallery .content {
    padding-left: 15px;
  }
}
@media all and (min-width: 768px) {
  /* line 136, scss/partials/_galleries.scss */
  .home-gallery .content {
    padding-left: 50px;
  }
  /* line 138, scss/partials/_galleries.scss */
  .home-gallery .content .link-all {
    margin-top: 20px;
    font-size: 22px;
  }
  /* line 142, scss/partials/_galleries.scss */
  .home-gallery .content .link-all a:after {
    font-size: 14px;
  }
  /* line 147, scss/partials/_galleries.scss */
  .home-gallery .content p {
    font-size: 22px;
  }
  /* line 150, scss/partials/_galleries.scss */
  .home-gallery .content h2 {
    font-size: 30px;
  }
  /* line 154, scss/partials/_galleries.scss */
  .home-gallery .owl-prev, .home-gallery .owl-next {
    position: absolute;
    background-color: white;
    width: 60px;
    height: 60px;
    right: 65px;
    bottom: 70px;
  }
  /* line 161, scss/partials/_galleries.scss */
  .home-gallery .owl-prev:after, .home-gallery .owl-next:after {
    position: absolute;
    content: '\e902';
    font: bold 20px "Lola-font";
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    top: 50%;
    color: #5ed3b6;
    text-align: center;
    left: 17px;
  }
  /* line 174, scss/partials/_galleries.scss */
  .home-gallery .owl-prev {
    float: left;
    margin-right: 63px;
  }
  /* line 177, scss/partials/_galleries.scss */
  .home-gallery .owl-prev:after {
    content: '\e902';
  }
  /* line 183, scss/partials/_galleries.scss */
  .home-gallery .owl-next:after {
    content: '\e903';
  }
  /* line 187, scss/partials/_galleries.scss */
  .home-gallery .owl-dots {
    height: 20px;
  }
  /* line 190, scss/partials/_galleries.scss */
  .home-gallery .owl-dots .owl-dot {
    height: 20px;
  }
  /* line 194, scss/partials/_galleries.scss */
  .home-gallery .owl-dots .owl-dot.active:before {
    height: 20px;
  }

  /* line 201, scss/partials/_galleries.scss */
  .quote {
    font-size: 48px;
    line-height: 54px;
  }

  /* line 207, scss/partials/_galleries.scss */
  .quotes-gallery .owl-dots {
    width: 40%;
  }
}
@media all and (min-width: 992px) {
  /* line 215, scss/partials/_galleries.scss */
  .home-gallery .content {
    bottom: 60px;
  }
  /* line 217, scss/partials/_galleries.scss */
  .home-gallery .content h2 {
    font-size: 54px;
  }
  /* line 220, scss/partials/_galleries.scss */
  .home-gallery .content .link-all {
    font-size: 20px;
    margin-top: 50px;
  }
  /* line 224, scss/partials/_galleries.scss */
  .home-gallery .content p {
    font-size: 26px;
  }
  
  /* line 231, scss/partials/_galleries.scss */
  .quotes-gallery .owl-dots {
    width: 30%;
  }
}
/* line 1, scss/partials/_footer.scss */
.footer {
  text-align: center;
  /*ext-transform: uppercase;*/
  color: #515151;
  font: normal 18px "CircularStd-Book";
}
/* line 6, scss/partials/_footer.scss */
.footer .black-bg {
  padding: 0 15px;
}
/* line 11, scss/partials/_footer.scss */
.footer .nav li a {
  color: #d9d9d9;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 18, scss/partials/_footer.scss */
.footer .nav li a:hover, .footer .nav li a:active, .footer .nav li a:focus {
  color: gray;
}

/* line 26, scss/partials/_footer.scss */
.footer-link {
  background-color: #fcfcfc;
  font: normal 28px 'CircularStd-Medium';
  padding: 30px 30px 30px 15px;
  text-transform: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
/* line 37, scss/partials/_footer.scss */
.footer-link a {
  color: #d2448f;
  border-bottom: 4px solid #d2448f;
  position: relative;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
/* line 48, scss/partials/_footer.scss */
.footer-link a:after {
  position: absolute;
  content: "\e903";
  display: inline-block;
  text-decoration: none;
  font: bold 14px "Lola-font";
  right: -25px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
/* line 60, scss/partials/_footer.scss */
.footer-link:hover {
  color: white;
  background-color: #d2448f;
}
/* line 63, scss/partials/_footer.scss */
.footer-link:hover a {
  text-decoration: none;
  border-color: white;
  color: white;
}

/* line 26, scss/partials/_footer.scss */
.footer-link1 {
  background-color: #fcfcfc;
  font: normal 28px 'CircularStd-Medium';
  padding: 30px 30px 30px 15px;
  text-transform: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
/* line 37, scss/partials/_footer.scss */
.footer-link1 a {
  color: #5ed3b6;
  border-bottom: 4px solid #5ed3b6;
  position: relative;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
/* line 48, scss/partials/_footer.scss */
.footer-link1 a:after {
  position: absolute;
  content: "\e903";
  display: inline-block;
  text-decoration: none;
  font: bold 14px "Lola-font";
  right: -25px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
/* line 60, scss/partials/_footer.scss */
.footer-link1:hover {
  color: white;
  background-color: #5ed3b6;
}
/* line 63, scss/partials/_footer.scss */
.footer-link1:hover a {
  text-decoration: none;
  border-color: white;
  color: white;
}

/* line 26, scss/partials/_footer.scss */
.footer-link2 {
  background-color: #fcfcfc;
  font: normal 28px 'CircularStd-Medium';
  padding: 30px 30px 30px 15px;
  text-transform: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
/* line 37, scss/partials/_footer.scss */
.footer-link2 a {
  color: #93358f;
  border-bottom: 4px solid #93358f;
  position: relative;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
/* line 48, scss/partials/_footer.scss */
.footer-link2 a:after {
  position: absolute;
  content: "\e903";
  display: inline-block;
  text-decoration: none;
  font: bold 14px "Lola-font";
  right: -25px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
/* line 60, scss/partials/_footer.scss */
.footer-link2:hover {
  color: white;
  background-color: #93358f;
}
/* line 63, scss/partials/_footer.scss */
.footer-link2:hover a {
  text-decoration: none;
  border-color: white;
  color: white;
}


/* line 72, scss/partials/_footer.scss */
.footer-logo {
  color: white;
  padding: 40px 0 40px;
}
/* line 75, scss/partials/_footer.scss */
.footer-logo h2 {
  margin-bottom: 15px;
  font-size: 36px;
  letter-spacing: 22px;
}
/* line 81, scss/partials/_footer.scss */
.footer-logo h3 {
  margin-bottom: 40px;
  font-size: 20px;
  letter-spacing: 16px;
}
/* line 86, scss/partials/_footer.scss */
.footer-logo p {
  letter-spacing: -0.5px;
  color: #515151;
  font-size: 18px;
  margin: 0 auto;
  width: 50%;
  line-height: 28px;
}

/* line 96, scss/partials/_footer.scss */
.footer-nav {
  color: #515151;
  background-color: #1a1a1a;
  padding: 25px 0;
}
/* line 100, scss/partials/_footer.scss */
.footer-nav:after {
  content: '';
  display: block;
  clear: both;
}
/* line 105, scss/partials/_footer.scss */
.footer-nav .navbar-nav {
  float: none;
}
/* line 109, scss/partials/_footer.scss */
.footer-nav nav {
  text-align: center;
}
/* line 113, scss/partials/_footer.scss */
.footer-nav .nav {
  display: none;
}

/* line 118, scss/partials/_footer.scss */
.social-icons {
  margin-bottom: 20px;
  display: inline-block;
}
/* line 122, scss/partials/_footer.scss */
.social-icons a {
  padding: 0 0 0 20px;
  float: left;
  color: #515151;
  text-decoration: none;
  font-size: 42px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-property: color;
  transition-property: color;
}
/* line 135, scss/partials/_footer.scss */
.social-icons a:first-child {
  padding-left: 0;
}
/* line 140, scss/partials/_footer.scss */
.social-icons a:hover, .social-icons a:active {
  color: white;
}

/* line 147, scss/partials/_footer.scss */
.lang {
  font-size: 22px;
}
/* line 149, scss/partials/_footer.scss */
.lang a {
  position: relative;
  color: #515151;
  padding: 0 15px 0;
  border-left: 2px solid #515151;
}
/* line 154, scss/partials/_footer.scss */
.lang a:after {
  content: "\e924";
  display: block;
  font-family: "Lola-font";
  font-size: 6px;
  position: absolute;
  top: 100%;
  left: 15px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
/* line 173, scss/partials/_footer.scss */
.lang a:hover, .lang a:focus, .lang a:active, .lang a.active {
  outline: none;
  text-decoration: none;
  background-color: transparent;
}
/* line 177, scss/partials/_footer.scss */
.lang a:hover:after, .lang a:focus:after, .lang a:active:after, .lang a.active:after {
  opacity: 1;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
/* line 184, scss/partials/_footer.scss */
.lang a:first-child {
  border-left: none;
}

/* line 190, scss/partials/_footer.scss */
.rights {
  font-size: 16px;
  padding: 33px 15px 50px;
  display: block;
  color: #373737;
  border-top: 1px solid rgba(81, 81, 81, 0.2);
}
/* line 196, scss/partials/_footer.scss */
.rights span {
  padding: 0 10px;
  border-left: 2px solid #373737;
}
/* line 199, scss/partials/_footer.scss */
.rights span:first-child {
  border-left: none;
  padding-right: 7px;
}

@media all and (max-width: 550px) {
  /* line 208, scss/partials/_footer.scss */
  .footer-link {
    font-size: 24px;
  }
  /* line 211, scss/partials/_footer.scss */
  .footer-link a:after {
    margin-left: 5px;
  }

  /* line 217, scss/partials/_footer.scss */
  .footer-logo {
    font-size: 28px;
    /*letter-spacing: 14px;*/
  }
  /* line 220, scss/partials/_footer.scss */
  .footer-logo h3 {
    font-size: 16px;
    letter-spacing: 12px;
  }
  /* line 224, scss/partials/_footer.scss */
  .footer-logo p {
    font-size: 16px;
    width: 100%;
    line-height: 24px;
  }

  /* line 232, scss/partials/_footer.scss */
  .social-icons a {
    font-size: 40px;
    padding: 0 0 0 12px;
  }

  /* line 238, scss/partials/_footer.scss */
  .rights {
    font-size: 14px;
  }
}
@media all and (min-width: 768px) {
  /* line 245, scss/partials/_footer.scss */
  .footer-logo {
    text-align: center;
  }
  /* line 247, scss/partials/_footer.scss */
  .footer-logo p {
    width: 80%;
  }

  /* line 252, scss/partials/_footer.scss */
  .rights {
    text-align: center;
  }
  /* line 254, scss/partials/_footer.scss */
  .rights span {
    display: inline;
    border-left: 2px solid #373737;
  }
  /* line 257, scss/partials/_footer.scss */
  .rights span:first-child {
    border-left: none;
  }
}
@media all and (min-width: 992px) {
  /* line 266, scss/partials/_footer.scss */
  .footer .nav {
    display: inline-block;
  }
  /* line 269, scss/partials/_footer.scss */
  .footer .nav li a {
    font-size: 14px;
    padding: 15px 10px;
    color: #d9d9d9;
  }
  /* line 273, scss/partials/_footer.scss */
  .footer .nav li a:hover {
    background-color: transparent;
  }

  /* line 281, scss/partials/_footer.scss */
  .footer-link {
    font-size: 48px;
    padding: 90px 120px 90px 90px;
  }
  /* line 284, scss/partials/_footer.scss */
  .footer-link a {
    line-height: 40px;
  }
  /* line 286, scss/partials/_footer.scss */
  .footer-link a:after {
    right: -50px;
    font-size: 24px;
  }

  /* line 293, scss/partials/_footer.scss */
  .footer-nav {
    text-align: left;
    padding: 50px 0 30px;
  }

  /* line 298, scss/partials/_footer.scss */
  .footer-logo {
    /*padding: 62px 0 90px;*/
	padding: 62px 0 62px;
  }
  /* line 300, scss/partials/_footer.scss */
  .footer-logo p {
    font-size: 18px;
    width: 35%;
  }
  /* line 304, scss/partials/_footer.scss */
  .footer-logo h2 {
    font-size: 28px;
    letter-spacing: 15px;
  }
  /* line 308, scss/partials/_footer.scss */
  .footer-logo h3 {
    font-size: 14px;
    letter-spacing: 12px;
  }

  /* line 314, scss/partials/_footer.scss */
  .social-icons {
    padding: 13px 0;
  }
  /* line 316, scss/partials/_footer.scss */
  .social-icons a {
    padding-left: 10px;
    font-size: 26px;
  }

  /* line 322, scss/partials/_footer.scss */
  .lang {
    text-align: right;
    padding: 10px 0;
    line-height: 19px;
  }
  /* line 326, scss/partials/_footer.scss */
  .lang a {
    padding: 0 12px;
    font-size: 24px;
  }
  /* line 331, scss/partials/_footer.scss */
  .lang a:first-child:hover:after, .lang a:first-child.active:after {
    right: 7px;
  }
  /* line 337, scss/partials/_footer.scss */
  .lang a:hover:after, .lang a.active:after {
    font-size: 8px;
    display: inline-block;
    bottom: -12px;
    left: 0;
    right: 5px;
    padding: 2px;
  }

  /* line 349, scss/partials/_footer.scss */
  .rights {
    padding: 40px 0;
    font-size: 18px;
  }
}
@media all and (min-width: 1200px) {
  /* line 360, scss/partials/_footer.scss */
  .footer .nav li a {
    font-size: 18px;
    padding: 15px 18px;
  }

  /* line 369, scss/partials/_footer.scss */
  .social-icons a {
    padding-left: 8px;
    font-size: 26px;
  }

  /* line 375, scss/partials/_footer.scss */
  .footer-nav {
    padding: 54px 5px 40px;
  }
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CircularStd-Bold";
  src: url("../fonts/CircularStd-Bold.eot");
  src: url("../fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CircularStd-Book";
  src: url("../fonts/CircularStd-Book.eot");
  src: url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CircularStd-Black";
  src: url("../fonts/CircularStd-Black.eot");
  src: url("../fonts/CircularStd-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Black.woff") format("woff"), url("../fonts/CircularStd-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CircularStd-Medium";
  src: url("../fonts/CircularStd-Medium.eot");
  src: url("../fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lola-font";
  src: url("../fonts/Lola-font.eot");
  src: url("../fonts/Lola-font.eot?#iefix") format("embedded-opentype"), url("../fonts/Lola-font.woff") format("woff"), url("../fonts/Lola-font.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Old Standard";
  src: url("../fonts/oldstandard-italic.eot");
  src: url("../fonts/oldstandard-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/oldstandard-italic.woff") format("woff"), url("../fonts/oldstandard-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "weathericons";
  src: url("../fonts/weathericons-regular-webfont.eot");
  src: url("../fonts/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weathericons-regular-webfont.woff") format("woff"), url("../fonts/weathericons-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 25, style.scss */
html {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "CircularStd-Book";
}

/* line 32, style.scss */
body {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
  font-family: "CircularStd-Book";
  -webkit-font-smoothing: antialiased;
}

/* line 40, style.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  word-wrap: break-word;
  font-family: "CircularStd-Bold";
}

/* line 47, style.scss */
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 53, style.scss */
p {
  font-family: "CircularStd-Book";
  margin-bottom: 0;
}

/* line 58, style.scss */
a {
  outline: 0 !important;
}

/* line 62, style.scss */
img {
  max-width: 100%;
}
.footer-nav .lang {
    display: none;
}

@media all and (min-width: 1290px) {
	
  /* new */
  .work-items-list {
    padding: 20px 0;
	/* new */
	margin-left: 6em !important;
    margin-right: 6em !important;
  }
  /* new */
  .work-items-list .work-item {
    height: 464px;
	padding: 0px !important;
  }
}

	@media all and (min-width: 1420px) {
	
  /* new */
  .work-items-list {
    padding: 20px 0;
	/* new */
	margin-left: 12em !important;
    margin-right: 12em !important;
  }
  /* new */
  .work-items-list .work-item {
    height: 480px;
	padding: 0px !important;
  }
}
  	
	@media all and (min-width: 1698px) {
	
  /* new */
  .work-items-list {
    padding: 20px 0;
	/* new */
	margin-left: 20em !important;
    margin-right: 20em !important;
  }
  /* new */
  .work-items-list .work-item {
    height: 480px;
	padding: 0px !important;
  }
}
	
	
	
