@import url("/css/animate.css");
@import url("/css/paceloader.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/*

PROJECTSTRAP v0.0.1 beta - Jan 2017
Core SASS module oriented project.
(c) Modo Agencia www.modoagencia.com

Build on Bootstrap
Thanks to @mdo, @fat and Twitter, Inc.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 95, ../styles/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* line 24, ../styles/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, ../styles/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 27, ../styles/bootstrap/_scaffolding.scss */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #2e3033;
  background-color: white;
}

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

/* line 48, ../styles/bootstrap/_scaffolding.scss */
a {
  color: #cb62a9;
  text-decoration: none;
}
/* line 53, ../styles/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #a93884;
  text-decoration: underline;
}
/* line 58, ../styles/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

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

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

/* line 93, ../styles/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, ../styles/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

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

/* line 125, ../styles/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, ../styles/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, ../styles/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 10, ../styles/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #2e3033;
}
/* line 17, ../styles/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, ../styles/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
/* line 31, ../styles/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, ../styles/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
/* line 42, ../styles/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, ../styles/bootstrap/_type.scss */
h1, .h1 {
  font-size: 56px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 138, ../styles/bootstrap/_type.scss */
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

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

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

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

/* line 15, ../styles/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../styles/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 992px) {
  /* line 211, ../styles/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, ../styles/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

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

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

/* line 275, ../styles/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, ../styles/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, ../styles/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, ../styles/bootstrap/_type.scss */
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857;
}

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

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

/* line 24, ../styles/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, ../styles/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../styles/bootstrap/_code.scss */
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  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, ../styles/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 22, ../styles/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
/* line 32, ../styles/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: 20px 12px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid rgba(178, 178, 178, 0.3);
}
/* line 41, ../styles/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(178, 178, 178, 0.3);
}
/* line 51, ../styles/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, ../styles/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid rgba(178, 178, 178, 0.3);
}
/* line 62, ../styles/bootstrap/_tables.scss */
.table .table {
  background-color: white;
}

/* line 76, ../styles/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, ../styles/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid rgba(178, 178, 178, 0.3);
}
/* line 95, ../styles/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 rgba(178, 178, 178, 0.3);
}
/* line 102, ../styles/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

/* line 12, ../styles/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, ../styles/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, ../styles/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: #6da957;
}

/* line 24, ../styles/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: #62984e;
}

/* line 12, ../styles/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: #477e79;
}

/* line 24, ../styles/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: #3e6e69;
}

/* line 12, ../styles/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: #dc933b;
}

/* line 24, ../styles/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: #d78726;
}

/* line 12, ../styles/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: #fa1414;
}

/* line 24, ../styles/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: #ef0505;
}

/* line 171, ../styles/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../styles/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(178, 178, 178, 0.3);
  }
  /* line 183, ../styles/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 192, ../styles/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, ../styles/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 209, ../styles/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, ../styles/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, ../styles/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, ../styles/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

/* line 114, ../styles/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #dddddd;
  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, ../styles/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #cb62a9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(203, 98, 169, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(203, 98, 169, 0.6);
}
/* line 103, ../styles/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* line 107, ../styles/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #777777;
}
/* line 108, ../styles/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #777777;
}
/* line 136, ../styles/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 148, ../styles/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 154, ../styles/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

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

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 194, ../styles/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: 46px;
  }
  /* line 199, ../styles/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: 31px;
  }
  /* line 204, ../styles/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: 45px;
  }
}
/* line 216, ../styles/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 30px;
}

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

/* line 243, ../styles/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 250, ../styles/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 256, ../styles/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 266, ../styles/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 279, ../styles/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 287, ../styles/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

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

/* line 308, ../styles/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
/* line 317, ../styles/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, ../styles/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: 31px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../styles/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: 31px;
  line-height: 31px;
}

/* line 85, ../styles/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 334, ../styles/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 31px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 341, ../styles/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
/* line 346, ../styles/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 349, ../styles/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 36px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 71, ../styles/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: 45px;
  padding: 8px 22px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, ../styles/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: 45px;
  line-height: 45px;
}

/* line 85, ../styles/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 360, ../styles/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 45px;
  padding: 8px 22px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 367, ../styles/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
/* line 372, ../styles/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 375, ../styles/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 42px;
  padding: 9px 22px;
  font-size: 20px;
  line-height: 1.33333;
}

/* line 389, ../styles/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 394, ../styles/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 57.5px;
}

/* line 399, ../styles/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}

/* line 413, ../styles/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: 45px;
  height: 45px;
  line-height: 45px;
}

/* line 420, ../styles/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: 31px;
  height: 31px;
  line-height: 31px;
}

/* line 17, ../styles/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: #6da957;
}
/* line 21, ../styles/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #6da957;
  -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, ../styles/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #578845;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a8cc9a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a8cc9a;
}
/* line 31, ../styles/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #6da957;
  border-color: #6da957;
  background-color: #6da957;
}
/* line 37, ../styles/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #6da957;
}

/* line 17, ../styles/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: #dc933b;
}
/* line 21, ../styles/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #dc933b;
  -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, ../styles/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #c17923;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ebc392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ebc392;
}
/* line 31, ../styles/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #dc933b;
  border-color: #dc933b;
  background-color: #dc933b;
}
/* line 37, ../styles/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #dc933b;
}

/* line 17, ../styles/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: #fa1414;
}
/* line 21, ../styles/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #fa1414;
  -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, ../styles/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #d60505;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fc7878;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fc7878;
}
/* line 31, ../styles/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #fa1414;
  border-color: #fa1414;
  background-color: #fa1414;
}
/* line 37, ../styles/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #fa1414;
}

/* line 440, ../styles/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
/* line 443, ../styles/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  /* line 479, ../styles/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 486, ../styles/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 493, ../styles/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 497, ../styles/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 503, ../styles/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 509, ../styles/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 513, ../styles/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 521, ../styles/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 527, ../styles/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 532, ../styles/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 538, ../styles/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 563, ../styles/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 571, ../styles/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
/* line 576, ../styles/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 15, ../styles/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../styles/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 583, ../styles/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 594, ../styles/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 604, ../styles/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 9px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  /* line 612, ../styles/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
    font-size: 14px;
  }
}

/* line 9, ../styles/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 10em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 27, ../styles/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 34, ../styles/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #666666;
  text-decoration: none;
}
/* line 40, ../styles/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, ../styles/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, ../styles/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../styles/bootstrap/_buttons.scss */
.btn-default {
  color: #666666;
  background-color: white;
  border-color: #cccccc;
}
/* line 12, ../styles/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #666666;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../styles/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #666666;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 24, ../styles/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #666666;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 31, ../styles/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: #666666;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 39, ../styles/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 47, ../styles/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, ../styles/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: white;
  background-color: #666666;
}

/* line 71, ../styles/bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #cb62a9;
  border-color: rgba(0, 0, 0, 0);
}
/* line 12, ../styles/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: white;
  background-color: #bc3e93;
  border-color: rgba(0, 0, 0, 0);
}
/* line 17, ../styles/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: white;
  background-color: #bc3e93;
  border-color: rgba(0, 0, 0, 0);
}
/* line 24, ../styles/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #bc3e93;
  border-color: rgba(0, 0, 0, 0);
}
/* line 31, ../styles/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: #a1357e;
  border-color: rgba(0, 0, 0, 0);
}
/* line 39, ../styles/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 47, ../styles/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: #cb62a9;
  border-color: rgba(0, 0, 0, 0);
}
/* line 53, ../styles/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #cb62a9;
  background-color: white;
}

/* line 75, ../styles/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #6da957;
  border-color: rgba(0, 0, 0, 0);
}
/* line 12, ../styles/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: white;
  background-color: #578845;
  border-color: rgba(0, 0, 0, 0);
}
/* line 17, ../styles/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: white;
  background-color: #578845;
  border-color: rgba(0, 0, 0, 0);
}
/* line 24, ../styles/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #578845;
  border-color: rgba(0, 0, 0, 0);
}
/* line 31, ../styles/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: #487039;
  border-color: rgba(0, 0, 0, 0);
}
/* line 39, ../styles/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 47, ../styles/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: #6da957;
  border-color: rgba(0, 0, 0, 0);
}
/* line 53, ../styles/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #6da957;
  background-color: white;
}

/* line 79, ../styles/bootstrap/_buttons.scss */
.btn-info {
  color: white;
  background-color: #477e79;
  border-color: rgba(0, 0, 0, 0);
}
/* line 12, ../styles/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: white;
  background-color: #355d5a;
  border-color: rgba(0, 0, 0, 0);
}
/* line 17, ../styles/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: white;
  background-color: #355d5a;
  border-color: rgba(0, 0, 0, 0);
}
/* line 24, ../styles/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #355d5a;
  border-color: rgba(0, 0, 0, 0);
}
/* line 31, ../styles/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: #284744;
  border-color: rgba(0, 0, 0, 0);
}
/* line 39, ../styles/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 47, ../styles/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: #477e79;
  border-color: rgba(0, 0, 0, 0);
}
/* line 53, ../styles/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #477e79;
  background-color: white;
}

/* line 83, ../styles/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #dc933b;
  border-color: rgba(0, 0, 0, 0);
}
/* line 12, ../styles/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: white;
  background-color: #c17923;
  border-color: rgba(0, 0, 0, 0);
}
/* line 17, ../styles/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: white;
  background-color: #c17923;
  border-color: rgba(0, 0, 0, 0);
}
/* line 24, ../styles/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #c17923;
  border-color: rgba(0, 0, 0, 0);
}
/* line 31, ../styles/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: #a3661d;
  border-color: rgba(0, 0, 0, 0);
}
/* line 39, ../styles/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 47, ../styles/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: #dc933b;
  border-color: rgba(0, 0, 0, 0);
}
/* line 53, ../styles/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #dc933b;
  background-color: white;
}

/* line 87, ../styles/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #fa1414;
  border-color: rgba(0, 0, 0, 0);
}
/* line 12, ../styles/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: white;
  background-color: #d60505;
  border-color: rgba(0, 0, 0, 0);
}
/* line 17, ../styles/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: white;
  background-color: #d60505;
  border-color: rgba(0, 0, 0, 0);
}
/* line 24, ../styles/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d60505;
  border-color: rgba(0, 0, 0, 0);
}
/* line 31, ../styles/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: #b30404;
  border-color: rgba(0, 0, 0, 0);
}
/* line 39, ../styles/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 47, ../styles/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: #fa1414;
  border-color: rgba(0, 0, 0, 0);
}
/* line 53, ../styles/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #fa1414;
  background-color: white;
}

/* line 96, ../styles/bootstrap/_buttons.scss */
.btn-link {
  color: #cb62a9;
  font-weight: normal;
  border-radius: 0;
}
/* line 105, ../styles/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, ../styles/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 116, ../styles/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #a93884;
  text-decoration: underline;
  background-color: transparent;
}
/* line 124, ../styles/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, ../styles/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 8px 22px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 10em;
}

/* line 139, ../styles/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 10em;
}

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

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

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

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

/* line 10, ../styles/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, ../styles/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

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

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

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

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

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

/* line 31, ../styles/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: 16px;
  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, ../styles/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../styles/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #eeeeee;
}
/* line 65, ../styles/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, ../styles/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #e2e2e2;
}

/* line 90, ../styles/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: #cb62a9;
}

/* line 105, ../styles/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 111, ../styles/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, ../styles/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../styles/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

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

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

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

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

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

/* line 186, ../styles/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, ../styles/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  /* line 207, ../styles/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../styles/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 7, ../styles/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../styles/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 18, ../styles/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, ../styles/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, ../styles/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 15, ../styles/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../styles/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 41, ../styles/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 46, ../styles/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

/* line 56, ../styles/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../styles/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, ../styles/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, ../styles/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

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

/* line 77, ../styles/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, ../styles/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, ../styles/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

/* line 77, ../styles/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
/* line 89, ../styles/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: 4px 10px;
  font-size: 14px;
  border-radius: 3px;
}
/* line 94, ../styles/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: 8px 22px;
  font-size: 20px;
  border-radius: 6px;
}
/* line 102, ../styles/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 114, ../styles/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, ../styles/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 126, ../styles/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, ../styles/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../styles/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, ../styles/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, ../styles/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 152, ../styles/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 160, ../styles/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 166, ../styles/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, ../styles/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 15, ../styles/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../styles/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../styles/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../styles/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 5px;
}
/* line 24, ../styles/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../styles/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 35, ../styles/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, ../styles/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #cb62a9;
}
/* line 59, ../styles/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../styles/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../styles/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
/* line 78, ../styles/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../styles/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, ../styles/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: transparent transparent rgba(0, 0, 0, 0);
}
/* line 98, ../styles/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #cb62a9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: transparent;
  cursor: default;
}

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

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

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

/* line 190, ../styles/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../styles/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 201, ../styles/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, ../styles/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, ../styles/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, ../styles/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../styles/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

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

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

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

/* line 50, ../styles/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, ../styles/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../styles/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../styles/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  /* line 50, ../styles/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../styles/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../styles/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 83, ../styles/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, ../styles/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, ../styles/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 109, ../styles/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: 992px) {
  /* line 109, ../styles/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, ../styles/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  /* line 128, ../styles/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

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

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

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

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

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

/* line 232, ../styles/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 9.5px -15px;
}
/* line 235, ../styles/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 991px) {
  /* line 243, ../styles/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, ../styles/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../styles/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  /* line 258, ../styles/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: 992px) {
  /* line 232, ../styles/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../styles/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../styles/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

/* line 286, ../styles/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: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  /* line 479, ../styles/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 486, ../styles/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 493, ../styles/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 497, ../styles/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 503, ../styles/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 509, ../styles/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 513, ../styles/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 521, ../styles/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 527, ../styles/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 532, ../styles/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 538, ../styles/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  /* line 298, ../styles/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../styles/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  /* line 286, ../styles/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, ../styles/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../styles/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, ../styles/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
/* line 346, ../styles/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
/* line 349, ../styles/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 19px;
  margin-bottom: 19px;
}

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

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

  /* line 382, ../styles/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../styles/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../styles/bootstrap/_navbar.scss */
.navbar-default {
  background-color: black;
  border-color: transparent;
}
/* line 401, ../styles/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: white;
}
/* line 404, ../styles/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
/* line 410, ../styles/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: white;
}
/* line 415, ../styles/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: white;
}
/* line 419, ../styles/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
/* line 427, ../styles/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: transparent;
}
/* line 435, ../styles/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, ../styles/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: transparent;
}
/* line 445, ../styles/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
/* line 448, ../styles/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 454, ../styles/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
/* line 464, ../styles/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: transparent;
  color: white;
}
@media (max-width: 991px) {
  /* line 473, ../styles/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  /* line 476, ../styles/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  /* line 484, ../styles/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: white;
    background-color: transparent;
  }
  /* line 492, ../styles/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, ../styles/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: white;
}
/* line 508, ../styles/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: white;
}
/* line 513, ../styles/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: white;
}
/* line 516, ../styles/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: white;
}
/* line 522, ../styles/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, ../styles/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: transparent;
}
/* line 535, ../styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #777777;
}
/* line 538, ../styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
/* line 544, ../styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #777777;
}
/* line 549, ../styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
/* line 553, ../styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: #2f2f2f;
}
/* line 561, ../styles/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, ../styles/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, ../styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
/* line 580, ../styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
/* line 583, ../styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #777777;
}
/* line 589, ../styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #111111;
}
/* line 598, ../styles/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: 991px) {
  /* line 607, ../styles/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  /* line 610, ../styles/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  /* line 613, ../styles/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 616, ../styles/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: #2f2f2f;
  }
  /* line 624, ../styles/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, ../styles/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, ../styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #777777;
}
/* line 643, ../styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: white;
}
/* line 648, ../styles/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #777777;
}
/* line 651, ../styles/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: white;
}
/* line 657, ../styles/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, ../styles/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 0px 0px;
  margin-bottom: 22px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
/* line 13, ../styles/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../styles/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "»\00a0";
  padding: 0 5px;
  color: #cccccc;
}
/* line 25, ../styles/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../styles/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
/* line 10, ../styles/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 13, ../styles/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 20px;
  line-height: 1.42857;
  text-decoration: none;
  color: #cb62a9;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
/* line 26, ../styles/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, ../styles/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, ../styles/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #a93884;
  background-color: #eeeeee;
  border-color: #dddddd;
}
/* line 54, ../styles/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: #cb62a9;
  border-color: #cb62a9;
  cursor: default;
}
/* line 69, ../styles/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, ../styles/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 8px 22px;
  font-size: 20px;
  line-height: 1.33333;
}
/* line 13, ../styles/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, ../styles/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, ../styles/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.5;
}
/* line 13, ../styles/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, ../styles/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, ../styles/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
/* line 15, ../styles/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../styles/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../styles/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 15, ../styles/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, ../styles/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 32, ../styles/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 39, ../styles/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 48, ../styles/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, ../styles/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, ../styles/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../styles/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

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

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

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

/* line 52, ../styles/bootstrap/_labels.scss */
.label-success {
  background-color: #6da957;
}
/* line 8, ../styles/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #578845;
}

/* line 56, ../styles/bootstrap/_labels.scss */
.label-info {
  background-color: #477e79;
}
/* line 8, ../styles/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #355d5a;
}

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

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

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

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

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

/* line 7, ../styles/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  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, ../styles/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../styles/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #2e3033;
}

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

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

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

/* line 59, ../styles/bootstrap/_alerts.scss */
.alert-success {
  background-color: #6da957;
  border-color: #6da957;
  color: #6da957;
}
/* line 8, ../styles/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #62984e;
}
/* line 11, ../styles/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #578845;
}

/* line 63, ../styles/bootstrap/_alerts.scss */
.alert-info {
  background-color: #477e79;
  border-color: #477e79;
  color: #477e79;
}
/* line 8, ../styles/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #3e6e69;
}
/* line 11, ../styles/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #355d5a;
}

/* line 67, ../styles/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #dc933b;
  border-color: #dc933b;
  color: #dc933b;
}
/* line 8, ../styles/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #d78726;
}
/* line 11, ../styles/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #c17923;
}

/* line 71, ../styles/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #fa1414;
  border-color: #fa1414;
  color: #fa1414;
}
/* line 8, ../styles/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #ef0505;
}
/* line 11, ../styles/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #d60505;
}

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

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

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

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

/* line 26, ../styles/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  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, ../styles/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: white;
  text-align: center;
  background-color: #cb62a9;
  -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, ../styles/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, ../styles/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, ../styles/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #6da957;
}
/* line 7, ../styles/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, ../styles/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #477e79;
}
/* line 7, ../styles/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, ../styles/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #dc933b;
}
/* line 7, ../styles/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, ../styles/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #fa1414;
}
/* line 7, ../styles/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, ../styles/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../styles/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 21, ../styles/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, ../styles/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, ../styles/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 47, ../styles/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555555;
}
/* line 50, ../styles/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
/* line 56, ../styles/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, ../styles/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 72, ../styles/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, ../styles/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, ../styles/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, ../styles/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: #cb62a9;
  border-color: #cb62a9;
}
/* line 98, ../styles/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, ../styles/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: #fefbfd;
}

/* line 4, ../styles/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #6da957;
  background-color: #6da957;
}

/* line 12, ../styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #6da957;
}
/* line 15, ../styles/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, ../styles/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: #6da957;
  background-color: #62984e;
}
/* line 26, ../styles/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: #6da957;
  border-color: #6da957;
}

/* line 4, ../styles/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #477e79;
  background-color: #477e79;
}

/* line 12, ../styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #477e79;
}
/* line 15, ../styles/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, ../styles/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: #477e79;
  background-color: #3e6e69;
}
/* line 26, ../styles/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: #477e79;
  border-color: #477e79;
}

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

/* line 12, ../styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #dc933b;
}
/* line 15, ../styles/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, ../styles/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: #dc933b;
  background-color: #d78726;
}
/* line 26, ../styles/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: #dc933b;
  border-color: #dc933b;
}

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

/* line 12, ../styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #fa1414;
}
/* line 15, ../styles/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, ../styles/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: #fa1414;
  background-color: #ef0505;
}
/* line 26, ../styles/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: #fa1414;
  border-color: #fa1414;
}

/* line 123, ../styles/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, ../styles/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../styles/bootstrap/_panels.scss */
.panel {
  margin-bottom: 22px;
  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, ../styles/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 15, ../styles/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../styles/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../styles/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, ../styles/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../styles/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
/* line 43, ../styles/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../styles/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, ../styles/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../styles/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, ../styles/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, ../styles/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, ../styles/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, ../styles/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../styles/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 112, ../styles/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../styles/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 122, ../styles/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, ../styles/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, ../styles/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, ../styles/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, ../styles/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, ../styles/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, ../styles/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, ../styles/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, ../styles/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 rgba(178, 178, 178, 0.3);
}
/* line 171, ../styles/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, ../styles/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 182, ../styles/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, ../styles/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, ../styles/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, ../styles/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, ../styles/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../styles/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 22px;
}
/* line 226, ../styles/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, ../styles/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../styles/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 239, ../styles/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, ../styles/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../styles/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 254, ../styles/bootstrap/_panels.scss */
.panel-default {
  border-color: #dddddd;
}
/* line 6, ../styles/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
/* line 11, ../styles/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
/* line 14, ../styles/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: whitesmoke;
  background-color: #333333;
}
/* line 20, ../styles/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

/* line 257, ../styles/bootstrap/_panels.scss */
.panel-primary {
  border-color: #cb62a9;
}
/* line 6, ../styles/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: white;
  background-color: #cb62a9;
  border-color: #cb62a9;
}
/* line 11, ../styles/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cb62a9;
}
/* line 14, ../styles/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #cb62a9;
  background-color: white;
}
/* line 20, ../styles/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cb62a9;
}

/* line 260, ../styles/bootstrap/_panels.scss */
.panel-success {
  border-color: #6da957;
}
/* line 6, ../styles/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: white;
  background-color: #6da957;
  border-color: #6da957;
}
/* line 11, ../styles/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6da957;
}
/* line 14, ../styles/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #6da957;
  background-color: white;
}
/* line 20, ../styles/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6da957;
}

/* line 263, ../styles/bootstrap/_panels.scss */
.panel-info {
  border-color: #477e79;
}
/* line 6, ../styles/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: white;
  background-color: #477e79;
  border-color: #477e79;
}
/* line 11, ../styles/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #477e79;
}
/* line 14, ../styles/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #477e79;
  background-color: white;
}
/* line 20, ../styles/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #477e79;
}

/* line 266, ../styles/bootstrap/_panels.scss */
.panel-warning {
  border-color: #dc933b;
}
/* line 6, ../styles/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: white;
  background-color: #dc933b;
  border-color: #dc933b;
}
/* line 11, ../styles/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dc933b;
}
/* line 14, ../styles/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #dc933b;
  background-color: white;
}
/* line 20, ../styles/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dc933b;
}

/* line 269, ../styles/bootstrap/_panels.scss */
.panel-danger {
  border-color: #fa1414;
}
/* line 6, ../styles/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: white;
  background-color: #fa1414;
  border-color: #fa1414;
}
/* line 11, ../styles/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fa1414;
}
/* line 14, ../styles/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #fa1414;
  background-color: white;
}
/* line 20, ../styles/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fa1414;
}

/* line 5, ../styles/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 16, ../styles/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, ../styles/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../styles/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../styles/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border: 1px solid transparent;
  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, ../styles/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../styles/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../styles/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../styles/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: black;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 16, ../styles/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../styles/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../styles/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../styles/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, ../styles/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, ../styles/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, ../styles/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../styles/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../styles/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid transparent;
  border: 1px solid transparent;
  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, ../styles/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #222222;
}
/* line 73, ../styles/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../styles/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 79, ../styles/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 15, ../styles/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, ../styles/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../styles/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../styles/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../styles/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../styles/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 15, ../styles/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../styles/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../styles/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../styles/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../styles/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../styles/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../styles/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../styles/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, ../styles/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../styles/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../styles/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "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;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, ../styles/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../styles/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 3px 0;
}
/* line 20, ../styles/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 3px;
}
/* line 21, ../styles/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 3px 0;
}
/* line 22, ../styles/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 3px;
}

/* line 26, ../styles/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  background-color: #222222;
  border-radius: 4px;
}

/* line 36, ../styles/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ../styles/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-width: 3px 3px 0;
  border-top-color: #222222;
}
/* line 52, ../styles/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 3px;
  margin-bottom: -3px;
  border-width: 3px 3px 0;
  border-top-color: #222222;
}
/* line 59, ../styles/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 3px;
  margin-bottom: -3px;
  border-width: 3px 3px 0;
  border-top-color: #222222;
}
/* line 66, ../styles/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -3px;
  border-width: 3px 3px 3px 0;
  border-right-color: #222222;
}
/* line 73, ../styles/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -3px;
  border-width: 3px 0 3px 3px;
  border-left-color: #222222;
}
/* line 80, ../styles/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -3px;
  border-width: 0 3px 3px;
  border-bottom-color: #222222;
}
/* line 87, ../styles/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 3px;
  margin-top: -3px;
  border-width: 0 3px 3px;
  border-bottom-color: #222222;
}
/* line 94, ../styles/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 3px;
  margin-top: -3px;
  border-width: 0 3px 3px;
  border-bottom-color: #222222;
}

/* line 6, ../styles/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "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: 16px;
  background-color: #cccccc;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0);
  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, ../styles/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -5px;
}
/* line 28, ../styles/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 5px;
}
/* line 29, ../styles/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 5px;
}
/* line 30, ../styles/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -5px;
}

/* line 33, ../styles/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #cccccc;
  border-bottom: 1px solid #bfbfbf;
  border-radius: 5px 5px 0 0;
}

/* line 42, ../styles/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 52, ../styles/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ../styles/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 6px;
}

/* line 64, ../styles/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 5px;
  content: "";
}

/* line 70, ../styles/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -6px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.05);
  bottom: -6px;
}
/* line 77, ../styles/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #cccccc;
}
/* line 85, ../styles/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -6px;
  margin-top: -6px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.05);
}
/* line 92, ../styles/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -5px;
  border-left-width: 0;
  border-right-color: #cccccc;
}
/* line 100, ../styles/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  top: -6px;
}
/* line 107, ../styles/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #cccccc;
}
/* line 116, ../styles/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -6px;
  margin-top: -6px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.05);
}
/* line 123, ../styles/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #cccccc;
  bottom: -5px;
}

/* line 7, ../styles/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../styles/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../styles/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, ../styles/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, ../styles/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, ../styles/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, ../styles/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, ../styles/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, ../styles/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../styles/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 64, ../styles/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../styles/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../styles/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 77, ../styles/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../styles/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../styles/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../styles/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 14px;
  color: white;
  text-align: center;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}
/* line 109, ../styles/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, ../styles/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, ../styles/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, ../styles/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, ../styles/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 144, ../styles/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 149, ../styles/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, ../styles/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, ../styles/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, ../styles/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, ../styles/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, ../styles/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #cb62a9;
}

/* line 218, ../styles/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: none;
}
/* line 229, ../styles/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 243, ../styles/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 21px;
    height: 21px;
    margin-top: -7px;
    font-size: 21px;
  }
  /* line 250, ../styles/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -7px;
  }
  /* line 254, ../styles/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -7px;
  }

  /* line 260, ../styles/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, ../styles/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 15, ../styles/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../styles/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../styles/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../styles/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../styles/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../styles/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../styles/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../styles/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../styles/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../styles/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../styles/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@at-root {
  @-ms-viewport {
    width: device-width;
}
}

/* line 18, ../styles/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../styles/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../styles/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../styles/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 47, ../styles/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, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 13, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../styles/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../styles/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../styles/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 13, ../styles/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, ../styles/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../styles/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../styles/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 13, ../styles/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, ../styles/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../styles/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../styles/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 13, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../styles/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../styles/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../styles/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../styles/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 13, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../styles/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../styles/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../styles/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../styles/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../styles/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../styles/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../styles/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 3, ../styles/projectstrap/_alerts.scss */
.alert {
  margin-bottom: 11px;
  /*--- Alert Outlined ---*/
}
/* line 7, ../styles/projectstrap/_alerts.scss */
.alert.alert-outlined.alert-default {
  background-color: transparent;
  border-color: #eeeeee;
}
/* line 11, ../styles/projectstrap/_alerts.scss */
.alert.alert-outlined.alert-primary {
  background-color: transparent;
  color: #cb62a9;
  border-color: #cb62a9;
}
/* line 16, ../styles/projectstrap/_alerts.scss */
.alert.alert-outlined.alert-warning {
  background-color: transparent;
  color: #dc933b;
  border-color: #dc933b;
}
/* line 21, ../styles/projectstrap/_alerts.scss */
.alert.alert-outlined.alert-danger {
  background-color: transparent;
  color: #fa1414;
  border-color: #fa1414;
}
/* line 26, ../styles/projectstrap/_alerts.scss */
.alert.alert-outlined.alert-success {
  background-color: transparent;
  color: #6da957;
  border-color: #6da957;
}
/* line 31, ../styles/projectstrap/_alerts.scss */
.alert.alert-outlined.alert-info {
  background-color: transparent;
  color: #477e79;
  border-color: #477e79;
}
/* line 36, ../styles/projectstrap/_alerts.scss */
.alert.alert-outlined.alert-inverse {
  background-color: transparent;
  color: #777777;
  border-color: #777777;
}
/* line 43, ../styles/projectstrap/_alerts.scss */
.alert.alert-inverse {
  background-color: #525252;
}

/* line 48, ../styles/projectstrap/_alerts.scss */
.alert:not(.alert-default) {
  color: #fff;
}
/* line 51, ../styles/projectstrap/_alerts.scss */
.alert:not(.alert-default) a:not(.close),
.alert:not(.alert-default) .alert-link {
  color: #fff;
  text-decoration: underline;
}
/* line 55, ../styles/projectstrap/_alerts.scss */
.alert:not(.alert-default) .close {
  color: #fff;
}

/* line 60, ../styles/projectstrap/_alerts.scss */
.alert-default {
  background-color: #eeeeee;
}
/* line 62, ../styles/projectstrap/_alerts.scss */
.alert-default .alert-link {
  color: #2e3033;
  text-decoration: underline;
}

/* line 68, ../styles/projectstrap/_alerts.scss */
.close {
  font-weight: 300;
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 73, ../styles/projectstrap/_alerts.scss */
.close:hover {
  opacity: 1;
}

/* line 5, ../styles/projectstrap/_badge.scss */
.badge {
  padding: 3px 7px;
  font-size: 14px;
}

/* line 6, ../styles/projectstrap/_breadcrumb.scss */
.breadcrumb > li {
  font-size: 14px;
}

/* line 3, ../styles/projectstrap/_buttons.scss */
.btn-inverse {
  color: white;
  background-color: black;
  border-color: rgba(0, 0, 0, 0);
}
/* line 12, ../styles/bootstrap/mixins/_buttons.scss */
.btn-inverse:focus, .btn-inverse.focus {
  color: white;
  background-color: black;
  border-color: rgba(0, 0, 0, 0);
}
/* line 17, ../styles/bootstrap/mixins/_buttons.scss */
.btn-inverse:hover {
  color: white;
  background-color: black;
  border-color: rgba(0, 0, 0, 0);
}
/* line 24, ../styles/bootstrap/mixins/_buttons.scss */
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  color: white;
  background-color: black;
  border-color: rgba(0, 0, 0, 0);
}
/* line 31, ../styles/bootstrap/mixins/_buttons.scss */
.btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse:active.focus, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus, .open > .btn-inverse.dropdown-toggle:hover, .open > .btn-inverse.dropdown-toggle:focus, .open > .btn-inverse.dropdown-toggle.focus {
  color: white;
  background-color: black;
  border-color: rgba(0, 0, 0, 0);
}
/* line 39, ../styles/bootstrap/mixins/_buttons.scss */
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  background-image: none;
}
/* line 47, ../styles/bootstrap/mixins/_buttons.scss */
.btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse.focus {
  background-color: black;
  border-color: rgba(0, 0, 0, 0);
}
/* line 53, ../styles/bootstrap/mixins/_buttons.scss */
.btn-inverse .badge {
  color: black;
  background-color: white;
}

/* line 8, ../styles/projectstrap/_buttons.scss */
.btn-default {
  background-size: 200%;
  background-position: 50%;
}
/* line 12, ../styles/projectstrap/_buttons.scss */
.btn-default:focus {
  background-color: white;
  outline: 0px auto transparent;
  outline-offset: 0;
}
/* line 19, ../styles/projectstrap/_buttons.scss */
.btn-default:hover, .btn-default:active:hover {
  background-color: white;
}
/* line 23, ../styles/projectstrap/_buttons.scss */
.btn-default:active {
  background-color: whitesmoke;
  background-image: -webkit-radial-gradient(circle, whitesmoke 10%, white 11%);
  background-image: radial-gradient(circle, #f5f5f5 10%, #ffffff 11%);
  background-repeat: no-repeat;
  background-size: 1000%;
  box-shadow: none;
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  outline: 0 !important;
}

/* line 8, ../styles/projectstrap/_buttons.scss */
.btn-primary {
  background-size: 200%;
  background-position: 50%;
}
/* line 12, ../styles/projectstrap/_buttons.scss */
.btn-primary:focus {
  background-color: #cb62a9;
  outline: 0px auto transparent;
  outline-offset: 0;
}
/* line 19, ../styles/projectstrap/_buttons.scss */
.btn-primary:hover, .btn-primary:active:hover {
  background-color: #da90c2;
}
/* line 23, ../styles/projectstrap/_buttons.scss */
.btn-primary:active {
  background-color: #c653a1;
  background-image: -webkit-radial-gradient(circle, #c653a1 10%, #cb62a9 11%);
  background-image: radial-gradient(circle, #c653a1 10%, #cb62a9 11%);
  background-repeat: no-repeat;
  background-size: 1000%;
  box-shadow: none;
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  outline: 0 !important;
}

/* line 8, ../styles/projectstrap/_buttons.scss */
.btn-success {
  background-size: 200%;
  background-position: 50%;
}
/* line 12, ../styles/projectstrap/_buttons.scss */
.btn-success:focus {
  background-color: #6da957;
  outline: 0px auto transparent;
  outline-offset: 0;
}
/* line 19, ../styles/projectstrap/_buttons.scss */
.btn-success:hover, .btn-success:active:hover {
  background-color: #90be7f;
}
/* line 23, ../styles/projectstrap/_buttons.scss */
.btn-success:active {
  background-color: #649c50;
  background-image: -webkit-radial-gradient(circle, #649c50 10%, #6da957 11%);
  background-image: radial-gradient(circle, #649c50 10%, #6da957 11%);
  background-repeat: no-repeat;
  background-size: 1000%;
  box-shadow: none;
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  outline: 0 !important;
}

/* line 8, ../styles/projectstrap/_buttons.scss */
.btn-info {
  background-size: 200%;
  background-position: 50%;
}
/* line 12, ../styles/projectstrap/_buttons.scss */
.btn-info:focus {
  background-color: #477e79;
  outline: 0px auto transparent;
  outline-offset: 0;
}
/* line 19, ../styles/projectstrap/_buttons.scss */
.btn-info:hover, .btn-info:active:hover {
  background-color: #5ea49e;
}
/* line 23, ../styles/projectstrap/_buttons.scss */
.btn-info:active {
  background-color: #40716c;
  background-image: -webkit-radial-gradient(circle, #40716c 10%, #477e79 11%);
  background-image: radial-gradient(circle, #40716c 10%, #477e79 11%);
  background-repeat: no-repeat;
  background-size: 1000%;
  box-shadow: none;
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  outline: 0 !important;
}

/* line 8, ../styles/projectstrap/_buttons.scss */
.btn-warning {
  background-size: 200%;
  background-position: 50%;
}
/* line 12, ../styles/projectstrap/_buttons.scss */
.btn-warning:focus {
  background-color: #dc933b;
  outline: 0px auto transparent;
  outline-offset: 0;
}
/* line 19, ../styles/projectstrap/_buttons.scss */
.btn-warning:hover, .btn-warning:active:hover {
  background-color: #e5b06f;
}
/* line 23, ../styles/projectstrap/_buttons.scss */
.btn-warning:active {
  background-color: #d9892a;
  background-image: -webkit-radial-gradient(circle, #d9892a 10%, #dc933b 11%);
  background-image: radial-gradient(circle, #d9892a 10%, #dc933b 11%);
  background-repeat: no-repeat;
  background-size: 1000%;
  box-shadow: none;
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  outline: 0 !important;
}

/* line 8, ../styles/projectstrap/_buttons.scss */
.btn-danger {
  background-size: 200%;
  background-position: 50%;
}
/* line 12, ../styles/projectstrap/_buttons.scss */
.btn-danger:focus {
  background-color: #fa1414;
  outline: 0px auto transparent;
  outline-offset: 0;
}
/* line 19, ../styles/projectstrap/_buttons.scss */
.btn-danger:hover, .btn-danger:active:hover {
  background-color: #fb5050;
}
/* line 23, ../styles/projectstrap/_buttons.scss */
.btn-danger:active {
  background-color: #f40505;
  background-image: -webkit-radial-gradient(circle, #f40505 10%, #fa1414 11%);
  background-image: radial-gradient(circle, #f40505 10%, #fa1414 11%);
  background-repeat: no-repeat;
  background-size: 1000%;
  box-shadow: none;
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  outline: 0 !important;
}

/* line 8, ../styles/projectstrap/_buttons.scss */
.btn-inverse {
  background-size: 200%;
  background-position: 50%;
}
/* line 12, ../styles/projectstrap/_buttons.scss */
.btn-inverse:focus {
  background-color: black;
  outline: 0px auto transparent;
  outline-offset: 0;
}
/* line 19, ../styles/projectstrap/_buttons.scss */
.btn-inverse:hover, .btn-inverse:active:hover {
  background-color: #1f1f1f;
}
/* line 23, ../styles/projectstrap/_buttons.scss */
.btn-inverse:active {
  background-color: black;
  background-image: -webkit-radial-gradient(circle, black 10%, black 11%);
  background-image: radial-gradient(circle, #000000 10%, #000000 11%);
  background-repeat: no-repeat;
  background-size: 1000%;
  box-shadow: none;
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  outline: 0 !important;
}

/* line 8, ../styles/projectstrap/_buttons.scss */
.btn-link {
  background-size: 200%;
  background-position: 50%;
}
/* line 12, ../styles/projectstrap/_buttons.scss */
.btn-link:focus {
  background-color: white;
  outline: 0px auto transparent;
  outline-offset: 0;
}
/* line 19, ../styles/projectstrap/_buttons.scss */
.btn-link:hover, .btn-link:active:hover {
  background-color: white;
}
/* line 23, ../styles/projectstrap/_buttons.scss */
.btn-link:active {
  background-color: whitesmoke;
  background-image: -webkit-radial-gradient(circle, whitesmoke 10%, white 11%);
  background-image: radial-gradient(circle, #f5f5f5 10%, #ffffff 11%);
  background-repeat: no-repeat;
  background-size: 1000%;
  box-shadow: none;
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  outline: 0 !important;
}

/* line 47, ../styles/projectstrap/_buttons.scss */
a.gray-darker:hover, a.gray-darker:focus, a.gray-darker:active {
  color: #090909;
}

/* line 47, ../styles/projectstrap/_buttons.scss */
a.gray-dark:hover, a.gray-dark:focus, a.gray-dark:active {
  color: #1a1a1a;
}

/* line 47, ../styles/projectstrap/_buttons.scss */
a.gray:hover, a.gray:focus, a.gray:active {
  color: #3c3c3c;
}

/* line 47, ../styles/projectstrap/_buttons.scss */
a.gray-light:hover, a.gray-light:focus, a.gray-light:active {
  color: #5e5e5e;
}

/* line 47, ../styles/projectstrap/_buttons.scss */
a.gray-lighter:hover, a.gray-lighter:focus, a.gray-lighter:active {
  color: #d5d5d5;
}

/* line 58, ../styles/projectstrap/_buttons.scss */
.btn {
  padding: 6px 56px 11px;
  font-size: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*--- Button Circle ---*/
  /*--- Button Rounded ---*/
  /*--- Button Outlined ---*/
  /*--- Button Material Design ---*/
}
/* line 63, ../styles/projectstrap/_buttons.scss */
.btn.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
}
/* line 67, ../styles/projectstrap/_buttons.scss */
.btn.btn-sm, .btn-group-sm > .btn {
  padding: 5px 23px 7px;
  font-size: 14px;
}
/* line 71, ../styles/projectstrap/_buttons.scss */
.btn.btn-lg, .btn-group-lg > .btn {
  padding: 8px 22px;
  font-size: 20px;
}
/* line 76, ../styles/projectstrap/_buttons.scss */
.btn.btn-link {
  border-radius: 10em;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666666;
}
/* line 81, ../styles/projectstrap/_buttons.scss */
.btn.btn-link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2e3033;
  text-decoration: none;
  background-color: #eee;
  border-color: transparent;
  text-decoration: none;
}
/* line 89, ../styles/projectstrap/_buttons.scss */
.btn.btn-link:active {
  background-image: radial-gradient(circle, #d6d6d6 10%, #bebebe 11%);
  text-decoration: none;
}
/* line 96, ../styles/projectstrap/_buttons.scss */
.btn.btn-default.disabled {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: none;
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
/* line 104, ../styles/projectstrap/_buttons.scss */
.btn.btn-primary {
  background: #663366;
  /* Old browsers */
  background: -moz-linear-gradient(left, #663366 0%, #a73f97 50%, #c85ba0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #663366 0%, #a73f97 50%, #c85ba0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #663366 0%, #a73f97 50%, #c85ba0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#663366', endColorstr='#c85ba0',GradientType=0 );
  /* IE6-9 */
}
/* line 112, ../styles/projectstrap/_buttons.scss */
.btn.disabled {
  background-image: none;
}
/* line 116, ../styles/projectstrap/_buttons.scss */
.btn.btn-transparent {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
/* line 120, ../styles/projectstrap/_buttons.scss */
.btn.btn-transparent:hover, .btn.btn-transparent:active, .btn.btn-transparent:focus {
  background-color: transparent;
}
/* line 126, ../styles/projectstrap/_buttons.scss */
.btn.btn-circle {
  border-radius: 50%;
  overflow: hidden;
  height: 60px;
  width: 60px;
}
/* line 131, ../styles/projectstrap/_buttons.scss */
.btn.btn-circle.btn-lg, .btn-group-lg > .btn.btn-circle {
  height: 80px;
  width: 80px;
}
/* line 135, ../styles/projectstrap/_buttons.scss */
.btn.btn-circle.btn-sm, .btn-group-sm > .btn.btn-circle {
  height: 40px;
  width: 40px;
}
/* line 139, ../styles/projectstrap/_buttons.scss */
.btn.btn-circle.btn-xs, .btn-group-xs > .btn.btn-circle {
  height: 20px;
  width: 20px;
}
/* line 146, ../styles/projectstrap/_buttons.scss */
.btn.btn-rounded {
  border-radius: 10em;
}
/* line 151, ../styles/projectstrap/_buttons.scss */
.btn.btn-outlined {
  background-color: transparent;
}
/* line 154, ../styles/projectstrap/_buttons.scss */
.btn.btn-outlined.btn-default {
  border: 1px solid;
}
/* line 157, ../styles/projectstrap/_buttons.scss */
.btn.btn-outlined.btn-primary {
  color: #cb62a9 !important;
  border: 1px solid #cb62a9;
}
/* line 161, ../styles/projectstrap/_buttons.scss */
.btn.btn-outlined.btn-success {
  color: #6da957 !important;
  border: 1px solid #6da957;
}
/* line 165, ../styles/projectstrap/_buttons.scss */
.btn.btn-outlined.btn-info {
  color: #477e79 !important;
  border: 1px solid #477e79;
}
/* line 169, ../styles/projectstrap/_buttons.scss */
.btn.btn-outlined.btn-warning {
  color: #dc933b !important;
  border: 1px solid #dc933b;
}
/* line 173, ../styles/projectstrap/_buttons.scss */
.btn.btn-outlined.btn-danger {
  color: #fa1414 !important;
  border: 1px solid #fa1414;
}
/* line 177, ../styles/projectstrap/_buttons.scss */
.btn.btn-outlined.btn-inverse {
  color: #777777 !important;
  border: 1px solid #777777;
}
/* line 181, ../styles/projectstrap/_buttons.scss */
.btn.btn-outlined:focus, .btn.btn-outlined:active {
  background-image: none;
}
/* line 187, ../styles/projectstrap/_buttons.scss */
.btn.btn-material {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  border: 0;
  text-transform: uppercase;
}
/* line 192, ../styles/projectstrap/_buttons.scss */
.btn.btn-material.btn-circle {
  border-radius: 50%;
}
/* line 195, ../styles/projectstrap/_buttons.scss */
.btn.btn-material:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
/* line 198, ../styles/projectstrap/_buttons.scss */
.btn.btn-material:active {
  box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.26);
}

/* line 206, ../styles/projectstrap/_buttons.scss */
.btn-group .btn i {
  position: relative;
  top: 1px;
  left: 0px;
  margin-right: 4px;
  margin-left: 1px;
}

/* line 216, ../styles/projectstrap/_buttons.scss */
.btn-group-justified {
  margin-top: 5px;
}

/*--- BUTTON ANIMATED LEFT, RIGHT, TOP, BOTTOM, FADE ---*/
/* line 222, ../styles/projectstrap/_buttons.scss */
.btn {
  /* Estilos generales el botón animado */
  /*---FIN BTN ANIMATED---*/
}
/* line 224, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated {
  vertical-align: middle;
  z-index: 1;
  position: relative;
  overflow: hidden;
  /* Animation Left */
  /* Animation Right */
  /* Animation Top */
  /* Animation Bottom */
  /* Animation Fade */
  /*--- BUTTON FILL FROM RIGHT, LEFT, TOP, BOTTOM ---*/
}
/* line 229, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated .visible-content {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
/* line 234, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated .hidden-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  /*margin-top: -10%;*/
}
/* line 242, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated .hidden-content i {
  position: relative;
  top: 47%;
  transform: translateY(-50%);
}
/* line 251, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-left .visible-content {
  left: auto;
  right: 0;
}
/* line 255, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-left .hidden-content {
  left: auto;
  right: -100%;
}
/* line 260, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-left:hover .visible-content, .btn.btn-animated.btn-animated-left:focus .visible-content {
  left: auto;
  right: 200%;
}
/* line 264, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-left:hover .hidden-content, .btn.btn-animated.btn-animated-left:focus .hidden-content {
  left: auto;
  right: 0;
}
/* line 273, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-right .visible-content {
  left: 0;
  right: auto;
}
/* line 277, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-right .hidden-content {
  left: -100%;
  right: auto;
}
/* line 282, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-right:hover .visible-content, .btn.btn-animated.btn-animated-right:focus .visible-content {
  left: 200%;
  right: auto;
}
/* line 286, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-right:hover .hidden-content, .btn.btn-animated.btn-animated-right:focus .hidden-content {
  left: 0;
  right: auto;
}
/* line 295, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-top .visible-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  right: auto;
}
/* line 300, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-top .hidden-content {
  top: -100%;
  left: 0;
  right: auto;
}
/* line 306, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-top:hover .visible-content, .btn.btn-animated.btn-animated-top:focus .visible-content {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  right: auto;
}
/* line 311, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-top:hover .hidden-content, .btn.btn-animated.btn-animated-top:focus .hidden-content {
  top: 0%;
  right: auto;
}
/* line 320, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-bottom .visible-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  right: auto;
}
/* line 325, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-bottom .hidden-content {
  top: 200%;
  left: 0;
  right: auto;
}
/* line 331, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-bottom:hover .visible-content, .btn.btn-animated.btn-animated-bottom:focus .visible-content {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  right: auto;
}
/* line 336, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-bottom:hover .hidden-content, .btn.btn-animated.btn-animated-bottom:focus .hidden-content {
  top: 0%;
  right: auto;
}
/* line 345, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-fade .visible-content {
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 352, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-fade .hidden-content {
  opacity: 0;
  left: 0;
  right: auto;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
/* line 360, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-fade:hover .visible-content, .btn.btn-animated.btn-animated-fade:focus .visible-content {
  opacity: 0;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
/* line 365, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-animated-fade:hover .hidden-content, .btn.btn-animated.btn-animated-fade:focus .hidden-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 375, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-fill-left .hidden-content, .btn.btn-animated.btn-fill-right .hidden-content, .btn.btn-animated.btn-fill-top .hidden-content, .btn.btn-animated.btn-fill-bottom .hidden-content {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: 0;
  height: 100%;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
}
/* line 388, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-fill-left:hover .hidden-content, .btn.btn-animated.btn-fill-right:hover .hidden-content, .btn.btn-animated.btn-fill-top:hover .hidden-content, .btn.btn-animated.btn-fill-bottom:hover .hidden-content {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
}
/* line 399, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-fill-right .hidden-content {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
/* line 405, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-fill-right:hover .hidden-content {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
}
/* line 416, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-fill-top .hidden-content {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 422, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-fill-top:hover .hidden-content {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
}
/* line 433, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-fill-bottom .hidden-content {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
/* line 439, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated.btn-fill-bottom:hover .hidden-content {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
}

/*--- BUTTON 3D ---*/
/* line 452, ../styles/projectstrap/_buttons.scss */
.btn-3d {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 457, ../styles/projectstrap/_buttons.scss */
.btn-3d:before, .btn-3d:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 4px;
  padding: 6px 20px;
}
/* line 466, ../styles/projectstrap/_buttons.scss */
.btn-3d.btn-3d-top:hover {
  background: #aaa;
  -webkit-transform-origin: 50% 0%;
  -webkit-transform: rotateX(90deg) translateY(-100%);
  -moz-transform-origin: 50% 0%;
  -moz-transform: rotateX(90deg) translateY(-100%);
  -ms-transform-origin: 50% 0%;
  -ms-transform: rotateX(90deg) translateY(-100%);
  transform-origin: 50% 0%;
  transform: rotateX(90deg) translateY(-100%);
}
/* line 477, ../styles/projectstrap/_buttons.scss */
.btn-3d.btn-3d-top:before {
  top: 100%;
  background: #e96a6a;
  color: #fff;
  content: attr(data-line);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
}
/* line 488, ../styles/projectstrap/_buttons.scss */
.btn-3d.btn-3d-bottom:hover {
  background: #aaa;
  -webkit-transform-origin: 50% 100%;
  -webkit-transform: rotateX(-90deg) translateY(100%);
  -moz-transform-origin: 50% 100%;
  -moz-transform: rotateX(-90deg) translateY(100%);
  -ms-transform-origin: 50% 100%;
  -ms-transform: rotateX(-90deg) translateY(100%);
  transform-origin: 50% 100%;
  transform: rotateX(-90deg) translateY(100%);
}
/* line 499, ../styles/projectstrap/_buttons.scss */
.btn-3d.btn-3d-bottom:after {
  top: -98%;
  background: #7aca7c;
  color: #fff;
  content: attr(data-line);
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  -ms-transform-origin: 0% 100%;
  -ms-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg);
}

/*--- LABELED BUTTON ---*/
/* line 518, ../styles/projectstrap/_buttons.scss */
.btn-labeled {
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  background: 0 0!important;
  padding: 0!important;
  border: none!important;
  box-shadow: none!important;
}
/* line 528, ../styles/projectstrap/_buttons.scss */
.btn-labeled:not([class*="btn-labeled-right"]) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 531, ../styles/projectstrap/_buttons.scss */
.btn-labeled:not([class*="btn-labeled-right"]) > .btn:hover {
  background-color: #b3b3b3;
}
/* line 535, ../styles/projectstrap/_buttons.scss */
.btn-labeled:not([class*="btn-labeled-right"]) > .label-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 540, ../styles/projectstrap/_buttons.scss */
.btn-labeled .label-button {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 0 -1px !important;
  padding: 0px 11px;
  font-size: 1em;
  background: #FFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: none;
  border-radius: 4px;
  color: #2e3033;
}
/* line 552, ../styles/projectstrap/_buttons.scss */
.btn-labeled .label-button.label-button-icon {
  position: relative;
}
/* line 554, ../styles/projectstrap/_buttons.scss */
.btn-labeled .label-button.label-button-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  border-width: 1px 1px 0 0;
  border-color: inherit;
  border-style: solid;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  background-image: none;
  z-index: 2;
  width: .6666em;
  height: .6666em;
  background-color: inherit;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
}
/* line 575, ../styles/projectstrap/_buttons.scss */
.btn-labeled .label-button.label-button-icon.label-button-icon-left:before {
  left: 0;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  border-width: 0 0 1px 1px;
}
/* line 588, ../styles/projectstrap/_buttons.scss */
.btn-labeled.btn-labeled-right .btn:hover {
  background-color: #b3b3b3;
}
/* line 593, ../styles/projectstrap/_buttons.scss */
.btn-labeled.btn-labeled-right:not([class*="left labeled"]) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 597, ../styles/projectstrap/_buttons.scss */
.btn-labeled.btn-labeled-right:not([class*="left labeled"]) > .label-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*--- Button Fill From Diagonal ---*/
/* line 608, ../styles/projectstrap/_buttons.scss */
.btn.btn-fill-diagonal:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #b3b3b3;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 627, ../styles/projectstrap/_buttons.scss */
.btn.btn-fill-diagonal:hover:after {
  height: 260%;
  opacity: 1;
}

/*--- Button Text from Left ---*/
/* line 637, ../styles/projectstrap/_buttons.scss */
.btn.btn-text {
  position: relative;
  overflow: hidden;
}
/* line 640, ../styles/projectstrap/_buttons.scss */
.btn.btn-text span {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  vertical-align: middle;
}
/* line 648, ../styles/projectstrap/_buttons.scss */
.btn.btn-text:before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
/* line 661, ../styles/projectstrap/_buttons.scss */
.btn.btn-text.btn-text-from-left:before {
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
/* line 669, ../styles/projectstrap/_buttons.scss */
.btn.btn-text.btn-text-from-left:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 673, ../styles/projectstrap/_buttons.scss */
.btn.btn-text.btn-text-from-left:hover span {
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
/* line 680, ../styles/projectstrap/_buttons.scss */
.btn.btn-text.btn-text-from-right:before {
  top: 0;
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
/* line 688, ../styles/projectstrap/_buttons.scss */
.btn.btn-text.btn-text-from-right:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 692, ../styles/projectstrap/_buttons.scss */
.btn.btn-text.btn-text-from-right:hover span {
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

/*--- Button Double Background ---*/
/* line 706, ../styles/projectstrap/_buttons.scss */
.btn.btn-double-background {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
/* line 713, ../styles/projectstrap/_buttons.scss */
.btn.btn-double-background:before, .btn.btn-double-background:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
/* line 726, ../styles/projectstrap/_buttons.scss */
.btn.btn-double-background:before {
  background-color: #cb62a9;
}
/* line 729, ../styles/projectstrap/_buttons.scss */
.btn.btn-double-background:after {
  background-color: #477e79;
}
/* line 733, ../styles/projectstrap/_buttons.scss */
.btn.btn-double-background:hover {
  color: #fff;
}
/* line 735, ../styles/projectstrap/_buttons.scss */
.btn.btn-double-background:hover:before, .btn.btn-double-background:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/* line 739, ../styles/projectstrap/_buttons.scss */
.btn.btn-double-background:hover:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

/*--- Button Animated Text ---*/
/* line 751, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 757, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text:before {
  content: attr(data-text);
  position: absolute;
  /*top: 0;*/
  left: 0;
  width: 100%;
  height: 100%;
  /*padding: 6.5%;*/
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
/* line 770, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text span {
  vertical-align: middle;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
/* line 783, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text:hover:before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/* line 788, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text:hover span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 792, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text:hover span:nth-child(1) {
  -webkit-transition-delay: 0.045s;
  transition-delay: 0.045s;
}
/* line 796, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text:hover span:nth-child(2) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}
/* line 800, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text:hover span:nth-child(3) {
  -webkit-transition-delay: 0.135s;
  transition-delay: 0.135s;
}
/* line 804, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text:hover span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
/* line 808, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text:hover span:nth-child(5) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s;
}
/* line 812, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text:hover span:nth-child(6) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}
/* line 816, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text:hover span:nth-child(7) {
  -webkit-transition-delay: 0.315s;
  transition-delay: 0.315s;
}
/* line 820, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text:hover span:nth-child(8) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
/* line 824, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text:hover span:nth-child(9) {
  -webkit-transition-delay: 0.405s;
  transition-delay: 0.405s;
}
/* line 828, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text:hover span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
/* line 832, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text:hover span:nth-child(11) {
  -webkit-transition-delay: 0.495s;
  transition-delay: 0.495s;
}
/* line 836, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-text:hover span:nth-child(12) {
  -webkit-transition-delay: 0.54s;
  transition-delay: 0.54s;
}

/*--- Button Animated from Center ---*/
/* line 847, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-from-center {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 853, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-from-center:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  box-shadow: inset 0 0 0 35px inherit;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
  transition: box-shadow 0.3s, transform 0.3s;
}
/* line 868, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-from-center:hover {
  color: #fff;
}
/* line 870, ../styles/projectstrap/_buttons.scss */
.btn.btn-animated-from-center:hover:before {
  box-shadow: inset 0 0 0 35px #37474f;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/*--- Button Animated Menu ---*/
/* line 882, ../styles/projectstrap/_buttons.scss */
.btn-menu .btn.btn-animated {
  display: block;
  text-align: left;
  border: 0;
  border-radius: 0;
  font-size: 26px;
}

/*--- Estilos generales del Card ---*/
/* line 2, ../styles/projectstrap/_cards.scss */
.card {
  width: auto;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  /*--- Estilos de la imágen de la card ---*/
  /*--- Estilos del texto de la card ---*/
  /*--- Color de fondo de la card ---*/
  /*--- Color de borde de la card ---*/
}
/* line 10, ../styles/projectstrap/_cards.scss */
.card .card-image {
  height: 100%;
  width: 100%;
}
/* line 13, ../styles/projectstrap/_cards.scss */
.card .card-image img {
  margin: auto;
}
/* line 17, ../styles/projectstrap/_cards.scss */
.card h1, .card h2, .card h3, .card h4, .card h4, .card h5, .card h6, .card p {
  margin: 0;
}
/* line 22, ../styles/projectstrap/_cards.scss */
.card .card-text {
  color: white;
  position: absolute;
  padding: 24px 15px 14px;
  bottom: 0;
  left: 0;
  right: 0;
  /*--- Le agrega un fondo al texto ---*/
}
/* line 29, ../styles/projectstrap/_cards.scss */
.card .card-text * {
  color: white;
}
/* line 32, ../styles/projectstrap/_cards.scss */
.card .card-text .card-title {
  margin-bottom: 5px;
}
/* line 37, ../styles/projectstrap/_cards.scss */
.card .card-text.background-text {
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 45, ../styles/projectstrap/_cards.scss */
.card.card-primary .card-block .card-title, .card.card-primary .card-block .card-text, .card.card-info .card-block .card-title, .card.card-info .card-block .card-text, .card.card-success .card-block .card-title, .card.card-success .card-block .card-text, .card.card-warning .card-block .card-title, .card.card-warning .card-block .card-text, .card.card-danger .card-block .card-title, .card.card-danger .card-block .card-text {
  color: #fff;
}
/* line 52, ../styles/projectstrap/_cards.scss */
.card.card-primary {
  background-color: #cb62a9;
}
/* line 55, ../styles/projectstrap/_cards.scss */
.card.card-info {
  background-color: #477e79;
}
/* line 58, ../styles/projectstrap/_cards.scss */
.card.card-success {
  background-color: #6da957;
}
/* line 61, ../styles/projectstrap/_cards.scss */
.card.card-warning {
  background-color: #dc933b;
}
/* line 64, ../styles/projectstrap/_cards.scss */
.card.card-danger {
  background-color: #fa1414;
}
/* line 70, ../styles/projectstrap/_cards.scss */
.card.card-outlined-primary {
  border: 1px solid #cb62a9;
}
/* line 73, ../styles/projectstrap/_cards.scss */
.card.card-outlined-info {
  border: 1px solid #477e79;
}
/* line 76, ../styles/projectstrap/_cards.scss */
.card.card-outlined-success {
  border: 1px solid #6da957;
}
/* line 79, ../styles/projectstrap/_cards.scss */
.card.card-outlined-warning {
  border: 1px solid #dc933b;
}
/* line 82, ../styles/projectstrap/_cards.scss */
.card.card-outlined-danger {
  border: 1px solid #fa1414;
}

/* line 88, ../styles/projectstrap/_cards.scss */
.card.card-material {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}
/* line 99, ../styles/projectstrap/_cards.scss */
.card.card-material .card-img-top {
  border-top-right-radius: calc(.25rem - 1px);
  border-top-left-radius: calc(.25rem - 1px);
  max-width: 100%;
  display: block;
  height: auto;
}
/* line 106, ../styles/projectstrap/_cards.scss */
.card.card-material .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
  max-width: 100%;
  display: block;
  height: auto;
}
/* line 113, ../styles/projectstrap/_cards.scss */
.card.card-material .card-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
/* line 119, ../styles/projectstrap/_cards.scss */
.card.card-material .card-block .card-title {
  margin-bottom: .75rem;
}
/* line 123, ../styles/projectstrap/_cards.scss */
.card.card-material h1, .card.card-material h2, .card.card-material h3, .card.card-material h4, .card.card-material h4, .card.card-material h5, .card.card-material h6, .card.card-material p {
  margin: auto;
}
/* line 126, ../styles/projectstrap/_cards.scss */
.card.card-material .card-text {
  position: static;
  color: #000;
  padding: 0;
  margin-bottom: 1rem;
}

/*--- Estilos para el carousel fade ---*/
/* line 3, ../styles/projectstrap/_carousel.scss */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

/* line 8, ../styles/projectstrap/_carousel.scss */
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

/* line 13, ../styles/projectstrap/_carousel.scss */
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

/* line 20, ../styles/projectstrap/_carousel.scss */
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

/* line 24, ../styles/projectstrap/_carousel.scss */
.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 30, ../styles/projectstrap/_carousel.scss */
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 36, ../styles/projectstrap/_carousel.scss */
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 43, ../styles/projectstrap/_carousel.scss */
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*--- Estilos para el carousel Background ---*/
/*$carousel-background-height: calc(100vh - 60px);*/
@media (max-width: 767px) {
  /* line 57, ../styles/projectstrap/_carousel.scss */
  .carousel:not(#carousel-banner-home) {
    margin: 30px -15px 0;
  }
}
/* line 61, ../styles/projectstrap/_carousel.scss */
.carousel:not(#carousel-banner-home)#carousel-clientes {
  padding: 0 15px;
  margin-bottom: 30px;
}
/* line 69, ../styles/projectstrap/_carousel.scss */
.carousel.carousel-background .carousel-inner .item .slide-1, .carousel.carousel-background .carousel-inner .item .slide-2, .carousel.carousel-background .carousel-inner .item .slide-3 {
  display: table;
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
}
/* line 77, ../styles/projectstrap/_carousel.scss */
.carousel.carousel-background .carousel-inner .item .slide-1 h1, .carousel.carousel-background .carousel-inner .item .slide-1 h2, .carousel.carousel-background .carousel-inner .item .slide-1 h3, .carousel.carousel-background .carousel-inner .item .slide-1 h4, .carousel.carousel-background .carousel-inner .item .slide-1 h5, .carousel.carousel-background .carousel-inner .item .slide-1 h6, .carousel.carousel-background .carousel-inner .item .slide-2 h1, .carousel.carousel-background .carousel-inner .item .slide-2 h2, .carousel.carousel-background .carousel-inner .item .slide-2 h3, .carousel.carousel-background .carousel-inner .item .slide-2 h4, .carousel.carousel-background .carousel-inner .item .slide-2 h5, .carousel.carousel-background .carousel-inner .item .slide-2 h6, .carousel.carousel-background .carousel-inner .item .slide-3 h1, .carousel.carousel-background .carousel-inner .item .slide-3 h2, .carousel.carousel-background .carousel-inner .item .slide-3 h3, .carousel.carousel-background .carousel-inner .item .slide-3 h4, .carousel.carousel-background .carousel-inner .item .slide-3 h5, .carousel.carousel-background .carousel-inner .item .slide-3 h6 {
  color: white;
  margin-top: 0;
}
@media (max-width: 767px) {
  /* line 69, ../styles/projectstrap/_carousel.scss */
  .carousel.carousel-background .carousel-inner .item .slide-1, .carousel.carousel-background .carousel-inner .item .slide-2, .carousel.carousel-background .carousel-inner .item .slide-3 {
    height: 400px;
  }
}
/* line 85, ../styles/projectstrap/_carousel.scss */
.carousel.carousel-background .carousel-inner .item .slide-1 {
  background-image: url("/img/eleseg-bg-001.jpg");
}
/* line 88, ../styles/projectstrap/_carousel.scss */
.carousel.carousel-background .carousel-inner .item .slide-2 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
}
/* line 91, ../styles/projectstrap/_carousel.scss */
.carousel.carousel-background .carousel-inner .item .slide-3 {
  background-image: url("https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327");
}
/* line 94, ../styles/projectstrap/_carousel.scss */
.carousel.carousel-background .carousel-inner .item .slide-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-left: 10%;
  padding-right: 10%;
}
/* line 100, ../styles/projectstrap/_carousel.scss */
.carousel.carousel-background .carousel-inner .item .slide-text .slide-text-title {
  font-size: 46px;
}
/* line 103, ../styles/projectstrap/_carousel.scss */
.carousel.carousel-background .carousel-inner .item .slide-text .slide-text-desc {
  margin-top: 40px;
  font-size: 28px;
}
@media (max-width: 767px) {
  /* line 108, ../styles/projectstrap/_carousel.scss */
  .carousel.carousel-background .carousel-inner .item .slide-text .slide-text-title {
    font-size: 34px;
  }
  /* line 111, ../styles/projectstrap/_carousel.scss */
  .carousel.carousel-background .carousel-inner .item .slide-text .slide-text-desc {
    font-size: 21px;
    margin-top: 30px;
  }
}
/* line 123, ../styles/projectstrap/_carousel.scss */
.carousel.carousel-background.carousel-background-animation .carousel-inner .item .slide-text {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s ease-in;
}
/* line 129, ../styles/projectstrap/_carousel.scss */
.carousel.carousel-background.carousel-background-animation .carousel-inner .item.active .slide-text {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s ease-out;
}

/* Grays */
/* line 6, ../styles/projectstrap/_color.scss */
.white {
  color: #fff;
}

/* line 7, ../styles/projectstrap/_color.scss */
.black {
  color: #000;
}

/* line 8, ../styles/projectstrap/_color.scss */
.gray0 {
  color: #f9f9f9;
}

/* line 9, ../styles/projectstrap/_color.scss */
.gray1 {
  color: #E9E9E9;
}

/* line 10, ../styles/projectstrap/_color.scss */
.gray2 {
  color: #C7C7C7;
}

/* line 11, ../styles/projectstrap/_color.scss */
.gray3 {
  color: #AFAFAF;
}

/* line 12, ../styles/projectstrap/_color.scss */
.gray4 {
  color: #949494;
}

/* line 13, ../styles/projectstrap/_color.scss */
.gray5 {
  color: #585858;
}

/* line 14, ../styles/projectstrap/_color.scss */
.gray6 {
  color: #404040;
}

/* line 15, ../styles/projectstrap/_color.scss */
.gray7 {
  color: #313131;
}

/* line 16, ../styles/projectstrap/_color.scss */
.gray8 {
  color: #f0f0f0;
}

/* line 17, ../styles/projectstrap/_color.scss */
.gray9 {
  color: #242424;
}

/* line 18, ../styles/projectstrap/_color.scss */
.gray10 {
  color: #c5c5c5;
}

/* Background Grays */
/* line 21, ../styles/projectstrap/_color.scss */
.bg-white {
  background-color: #fff;
}

/* line 22, ../styles/projectstrap/_color.scss */
.bg-black {
  background-color: #000;
}

/* line 23, ../styles/projectstrap/_color.scss */
.bg-gray0 {
  background-color: #f9f9f9;
}

/* line 24, ../styles/projectstrap/_color.scss */
.bg-gray1 {
  background-color: #E9E9E9;
}

/* line 25, ../styles/projectstrap/_color.scss */
.bg-gray2 {
  background-color: #C7C7C7;
}

/* line 26, ../styles/projectstrap/_color.scss */
.bg-gray3 {
  background-color: #AFAFAF;
}

/* line 27, ../styles/projectstrap/_color.scss */
.bg-gray4 {
  background-color: #949494;
}

/* line 28, ../styles/projectstrap/_color.scss */
.bg-gray5 {
  background-color: #585858;
}

/* line 29, ../styles/projectstrap/_color.scss */
.bg-gray6 {
  background-color: #404040;
}

/* line 30, ../styles/projectstrap/_color.scss */
.bg-gray7 {
  background-color: #313131;
}

/* line 31, ../styles/projectstrap/_color.scss */
.bg-gray8 {
  background-color: #f2f2f2;
}

/* line 32, ../styles/projectstrap/_color.scss */
.bg-gray9 {
  background-color: #242424;
}

/* line 33, ../styles/projectstrap/_color.scss */
.bg-gray10 {
  background-color: #ccc;
}

/* Gray Variables */
/* line 36, ../styles/projectstrap/_color.scss */
.gray-darker {
  color: #222222;
}

/* line 37, ../styles/projectstrap/_color.scss */
.gray-dark {
  color: #333333;
}

/* line 38, ../styles/projectstrap/_color.scss */
.gray {
  color: #555555;
}

/* line 39, ../styles/projectstrap/_color.scss */
.gray-light {
  color: #777777;
}

/* line 40, ../styles/projectstrap/_color.scss */
.gray-lighter {
  color: #eeeeee;
}

/* Background Gray Variables */
/* line 43, ../styles/projectstrap/_color.scss */
.bg-gray-darker {
  background-color: #222222;
}

/* line 44, ../styles/projectstrap/_color.scss */
.bg-gray-dark {
  background-color: #333333;
}

/* line 45, ../styles/projectstrap/_color.scss */
.bg-gray {
  background-color: #555555;
}

/* line 46, ../styles/projectstrap/_color.scss */
.bg-gray-light {
  background-color: #777777;
}

/* line 47, ../styles/projectstrap/_color.scss */
.bg-gray-lighter {
  background-color: #eeeeee;
}

/* line 49, ../styles/projectstrap/_color.scss */
.text-blue {
  color: #544a9a;
}

/* line 54, ../styles/projectstrap/_color.scss */
.bg-primary-ed {
  background: #663366;
  /* Old browsers */
  background: -moz-linear-gradient(left, #663366 0%, #a73f97 50%, #c85ba0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #663366 0%, #a73f97 50%, #c85ba0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #663366 0%, #a73f97 50%, #c85ba0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#663366', endColorstr='#c85ba0',GradientType=0 );
  /* IE6-9 */
}

/* line 61, ../styles/projectstrap/_color.scss */
.bg-success-ed {
  background: #6da957;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6da957 0%, #88c25f 50%, #bcd756 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6da957 0%, #88c25f 50%, #bcd756 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6da957 0%, #88c25f 50%, #bcd756 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da957', endColorstr='#bcd756',GradientType=0 );
  /* IE6-9 */
}

/* line 68, ../styles/projectstrap/_color.scss */
.bg-info-ed {
  background: #477e79;
  /* Old browsers */
  background: -moz-linear-gradient(left, #477e79 0%, #60b09e 50%, #7ac1b6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #477e79 0%, #60b09e 50%, #7ac1b6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #477e79 0%, #60b09e 50%, #7ac1b6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#477e79', endColorstr='#7ac1b6',GradientType=0 );
  /* IE6-9 */
}

/* line 75, ../styles/projectstrap/_color.scss */
.bg-warning-ed {
  background: #dc933b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #dc933b 0%, #e7b54c 50%, #f1eb55 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #dc933b 0%, #e7b54c 50%, #f1eb55 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dc933b 0%, #e7b54c 50%, #f1eb55 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc933b', endColorstr='#f1eb55',GradientType=0 );
  /* IE6-9 */
}

/* line 82, ../styles/projectstrap/_color.scss */
.bg-blue-ed {
  background: #3e2a6f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3e2a6f 0%, #524da0 50%, #706cad 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3e2a6f 0%, #524da0 50%, #706cad 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3e2a6f 0%, #524da0 50%, #706cad 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e2a6f', endColorstr='#706cad',GradientType=0 );
  /* IE6-9 */
}

/* line 3, ../styles/projectstrap/_dropdowns.scss */
.dropdown-menu {
  border-radius: 0;
  background-clip: initial;
}
/* line 6, ../styles/projectstrap/_dropdowns.scss */
.dropdown-menu.columns-2 {
  min-width: 400px;
}
/* line 10, ../styles/projectstrap/_dropdowns.scss */
.dropdown-menu li a {
  padding: 3px 20px;
}

/* line 16, ../styles/projectstrap/_dropdowns.scss */
.divider {
  border-top: 1px solid #DDD;
  margin-bottom: 16px;
  margin-top: 10px;
}
/* line 20, ../styles/projectstrap/_dropdowns.scss */
.divider.divider-alpha {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 25, ../styles/projectstrap/_dropdowns.scss */
.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/* line 30, ../styles/projectstrap/_dropdowns.scss */
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
/* line 36, ../styles/projectstrap/_dropdowns.scss */
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #e2e2e2;
}

@media (max-width: 991px) {
  /* line 46, ../styles/projectstrap/_dropdowns.scss */
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}
/* line 6, ../styles/projectstrap/_forms.scss */
label {
  font-weight: 500;
  font-size: 15px;
}

/* line 11, ../styles/projectstrap/_forms.scss */
legend {
  padding-bottom: 10px;
  font-weight: 500;
}

/* line 16, ../styles/projectstrap/_forms.scss */
.form-control {
  height: 46px;
  padding: 6px 11px;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
}

/* line 24, ../styles/projectstrap/_forms.scss */
.input-group {
  margin-top: 5px;
}

/* line 30, ../styles/projectstrap/_forms.scss */
.form-inline .form-control,
.input-group .form-control,
.btn-group-vertical .form-control {
  height: 34px;
}
/* line 33, ../styles/projectstrap/_forms.scss */
.form-inline .btn,
.input-group .btn,
.btn-group-vertical .btn {
  margin-top: 0;
  height: 34px;
}
/* line 37, ../styles/projectstrap/_forms.scss */
.form-inline .input-group,
.input-group .input-group,
.btn-group-vertical .input-group {
  margin-top: 0;
}

/* line 42, ../styles/projectstrap/_forms.scss */
.input-group-btn:first-child > .btn {
  margin-right: -2px;
}

/* line 47, ../styles/projectstrap/_forms.scss */
.navbar-form .form-control {
  height: 34px;
}

/* line 65, ../styles/projectstrap/_forms.scss */
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 70, ../styles/projectstrap/_forms.scss */
textarea[disabled], textarea[readonly],
textarea.form-control[disabled],
textarea.form-control[readonly],
input.form-control[disabled],
input.form-control[readonly],
input[type=text][disabled],
input[type=text][readonly],
input[type=password][disabled],
input[type=password][readonly],
input[type=email][disabled],
input[type=email][readonly],
input[type=number][disabled],
input[type=number][readonly],
[type=text].form-control[disabled],
[type=text].form-control[readonly],
[type=password].form-control[disabled],
[type=password].form-control[readonly],
[type=email].form-control[disabled],
[type=email].form-control[readonly],
[type=tel].form-control[disabled],
[type=tel].form-control[readonly],
[contenteditable].form-control[disabled],
[contenteditable].form-control[readonly] {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 75, ../styles/projectstrap/_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,
textarea.form-control.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > .input-group-btn > textarea.form-control.btn,
input.form-control.input-sm,
.input-group-sm > input.form-control,
.input-group-sm > .input-group-btn > input.form-control.btn,
input[type=text].input-sm,
.input-group-sm > input[type=text].form-control,
.input-group-sm > input[type=text].input-group-addon,
.input-group-sm > .input-group-btn > input[type=text].btn,
input[type=password].input-sm,
.input-group-sm > input[type=password].form-control,
.input-group-sm > input[type=password].input-group-addon,
.input-group-sm > .input-group-btn > input[type=password].btn,
input[type=email].input-sm,
.input-group-sm > input[type=email].form-control,
.input-group-sm > input[type=email].input-group-addon,
.input-group-sm > .input-group-btn > input[type=email].btn,
input[type=number].input-sm,
.input-group-sm > input[type=number].form-control,
.input-group-sm > input[type=number].input-group-addon,
.input-group-sm > .input-group-btn > input[type=number].btn,
[type=text].form-control.input-sm,
.input-group-sm > [type=text].form-control,
[type=password].form-control.input-sm,
.input-group-sm > [type=password].form-control,
[type=email].form-control.input-sm,
.input-group-sm > [type=email].form-control,
[type=tel].form-control.input-sm,
.input-group-sm > [type=tel].form-control,
[contenteditable].form-control.input-sm,
.input-group-sm > [contenteditable].form-control {
  font-size: 14px;
  height: 28px;
  padding: 4px 10px;
}
/* line 81, ../styles/projectstrap/_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,
textarea.form-control.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > .input-group-btn > textarea.form-control.btn,
input.form-control.input-lg,
.input-group-lg > input.form-control,
.input-group-lg > .input-group-btn > input.form-control.btn,
input[type=text].input-lg,
.input-group-lg > input[type=text].form-control,
.input-group-lg > input[type=text].input-group-addon,
.input-group-lg > .input-group-btn > input[type=text].btn,
input[type=password].input-lg,
.input-group-lg > input[type=password].form-control,
.input-group-lg > input[type=password].input-group-addon,
.input-group-lg > .input-group-btn > input[type=password].btn,
input[type=email].input-lg,
.input-group-lg > input[type=email].form-control,
.input-group-lg > input[type=email].input-group-addon,
.input-group-lg > .input-group-btn > input[type=email].btn,
input[type=number].input-lg,
.input-group-lg > input[type=number].form-control,
.input-group-lg > input[type=number].input-group-addon,
.input-group-lg > .input-group-btn > input[type=number].btn,
[type=text].form-control.input-lg,
.input-group-lg > [type=text].form-control,
[type=password].form-control.input-lg,
.input-group-lg > [type=password].form-control,
[type=email].form-control.input-lg,
.input-group-lg > [type=email].form-control,
[type=tel].form-control.input-lg,
.input-group-lg > [type=tel].form-control,
[contenteditable].form-control.input-lg,
.input-group-lg > [contenteditable].form-control {
  font-size: 20px;
  height: 51px;
  padding: 13px 18px;
}

/* line 89, ../styles/projectstrap/_forms.scss */
select,
select.form-control {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 0\9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 101, ../styles/projectstrap/_forms.scss */
select::-ms-expand,
select.form-control::-ms-expand {
  display: none;
}
/* line 106, ../styles/projectstrap/_forms.scss */
select.input.input-sm, .input-group-sm > select.input.form-control,
.input-group-sm > select.input.input-group-addon,
.input-group-sm > .input-group-btn > select.input.btn,
select.form-control.input.input-sm,
.input-group-sm > select.form-control.input {
  font-size: 14px;
}
/* line 110, ../styles/projectstrap/_forms.scss */
select.input.input-lg, .input-group-lg > select.input.form-control,
.input-group-lg > select.input.input-group-addon,
.input-group-lg > .input-group-btn > select.input.btn,
select.form-control.input.input-lg,
.input-group-lg > select.form-control.input {
  font-size: 20px;
}
/* line 115, ../styles/projectstrap/_forms.scss */
select:focus,
select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
}
/* line 120, ../styles/projectstrap/_forms.scss */
select[multiple],
select.form-control[multiple] {
  background-image: none;
}

/* line 128, ../styles/projectstrap/_forms.scss */
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-top: 3px;
  margin-right: 4px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
/* line 139, ../styles/projectstrap/_forms.scss */
input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
  outline: none;
}
/* line 144, ../styles/projectstrap/_forms.scss */
input[type="radio"]:before, input[type="radio"]:after,
.radio input[type="radio"]:before,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:before,
.radio-inline input[type="radio"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
/* line 153, ../styles/projectstrap/_forms.scss */
input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #cb62a9;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
/* line 161, ../styles/projectstrap/_forms.scss */
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  position: relative;
  top: -3px;
  border: 1px solid #555555;
}
/* line 167, ../styles/projectstrap/_forms.scss */
input[type="radio"]:checked:before,
.radio input[type="radio"]:checked:before,
.radio-inline input[type="radio"]:checked:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
/* line 171, ../styles/projectstrap/_forms.scss */
input[type="radio"]:disabled:checked:before,
.radio input[type="radio"]:disabled:checked:before,
.radio-inline input[type="radio"]:disabled:checked:before {
  background-color: #eeeeee;
}
/* line 175, ../styles/projectstrap/_forms.scss */
input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
  border-color: #cb62a9;
}
/* line 180, ../styles/projectstrap/_forms.scss */
input[type="radio"]:disabled:after, input[type="radio"]:disabled:checked:after,
.radio input[type="radio"]:disabled:after,
.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:checked:after {
  border-color: #eeeeee;
}

/* line 187, ../styles/projectstrap/_forms.scss */
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
/* line 195, ../styles/projectstrap/_forms.scss */
input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  outline: none;
}
/* line 199, ../styles/projectstrap/_forms.scss */
input[type="checkbox"]:focus:after,
.checkbox input[type="checkbox"]:focus:after,
.checkbox-inline input[type="checkbox"]:focus:after {
  border-color: #cb62a9;
}
/* line 203, ../styles/projectstrap/_forms.scss */
input[type="checkbox"]:before,
.checkbox input[type="checkbox"]:before,
.checkbox-inline input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid transparent;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
/* line 218, ../styles/projectstrap/_forms.scss */
input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 1px solid #555555;
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
/* line 230, ../styles/projectstrap/_forms.scss */
input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
  top: 0;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
}
/* line 237, ../styles/projectstrap/_forms.scss */
input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #cb62a9;
  border-color: #cb62a9;
}
/* line 242, ../styles/projectstrap/_forms.scss */
input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
  border-color: #eeeeee;
}
/* line 246, ../styles/projectstrap/_forms.scss */
input[type="checkbox"]:disabled:checked:after,
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
  background-color: #eeeeee;
  border-color: transparent;
}

/* line 259, ../styles/projectstrap/_forms.scss */
.has-warning input:not([type=checkbox]),
.has-warning .form-control,
.has-warning input.form-control[readonly],
.has-warning input[type=text][readonly],
.has-warning [type=text].form-control[readonly],
.has-warning input:not([type=checkbox]):focus,
.has-warning .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 271, ../styles/projectstrap/_forms.scss */
.has-error input:not([type=checkbox]),
.has-error .form-control,
.has-error input.form-control[readonly],
.has-error input[type=text][readonly],
.has-error [type=text].form-control[readonly],
.has-error input:not([type=checkbox]):focus,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 283, ../styles/projectstrap/_forms.scss */
.has-success input:not([type=checkbox]),
.has-success .form-control,
.has-success input.form-control[readonly],
.has-success input[type=text][readonly],
.has-success [type=text].form-control[readonly],
.has-success input:not([type=checkbox]):focus,
.has-success .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 290, ../styles/projectstrap/_forms.scss */
.has-warning .input-group-addon, .has-error .input-group-addon, .has-success .input-group-addon {
  color: #555555;
  border-color: #dddddd;
  background-color: #eeeeee;
}

@media (min-width: 768px) {
  /* line 299, ../styles/projectstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 11px;
  }
}
/* line 308, ../styles/projectstrap/_forms.scss */
form.form-underline .form-control {
  border: 0;
  border-bottom: 1px solid #dddddd;
}
/* line 311, ../styles/projectstrap/_forms.scss */
form.form-underline .form-control:focus {
  border-bottom: 1px solid #cb62a9;
}

/* line 323, ../styles/projectstrap/_forms.scss */
form.form-material label {
  margin-top: 16px;
}
/* line 326, ../styles/projectstrap/_forms.scss */
form.form-material .form-group {
  position: relative;
  /*margin-top: 30px;*/
}
/* line 331, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-static label, form.form-material .form-group.label-floating label, form.form-material .form-group.label-placeholder label, form.form-material .form-group.label-column label {
  font-weight: 500;
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
/* line 340, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-static.is-fixed label, form.form-material .form-group.label-floating.is-fixed label, form.form-material .form-group.label-placeholder.is-fixed label, form.form-material .form-group.label-column.is-fixed label {
  top: -30px;
  font-size: 12px;
}
/* line 348, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.is-empty.label-floating label, form.form-material .form-group.is-empty.label-placeholder label, form.form-material .form-group.is-empty.label-column label {
  top: -7px;
  font-size: 16px;
}
/* line 355, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-static label {
  top: -30px;
  left: 0;
  font-size: 14px;
  line-height: 1.07142857;
}
/* line 361, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-static.is-fixed {
  font-size: 12px;
}
/* line 366, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-column label {
  position: static;
}
/* line 371, ../styles/projectstrap/_forms.scss */
form.form-material .form-group .form-control {
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
  background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
  background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#d2d2d2, #d2d2d2);
  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
  -webkit-background-size: 0 2px, 100% 1px;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 7px 0;
  caret-color: #cb62a9;
}
/* line 392, ../styles/projectstrap/_forms.scss */
form.form-material .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  position: relative;
  top: 1px;
}
/* line 396, ../styles/projectstrap/_forms.scss */
form.form-material .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  position: relative;
  top: 1px;
}
/* line 400, ../styles/projectstrap/_forms.scss */
form.form-material .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  position: relative;
  top: 1px;
}
/* line 404, ../styles/projectstrap/_forms.scss */
form.form-material .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  position: relative;
  top: 1px;
}
/* line 411, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.is-focused label {
  color: #cb62a9;
  font-weight: 500;
}
/* line 415, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.is-focused .form-control {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cb62a9), to(#cb62a9)), -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#dddddd));
  background-image: -webkit-linear-gradient(#cb62a9, #cb62a9), -webkit-linear-gradient(#dddddd, #dddddd);
  background-image: -o-linear-gradient(#cb62a9, #cb62a9), -o-linear-gradient(#dddddd, #dddddd);
  background-image: linear-gradient(#cb62a9, #cb62a9), linear-gradient(#dddddd, #dddddd);
  -webkit-background-size: 100% 2px, 100% 1px;
  background-size: 100% 2px, 100% 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 431, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.is-focused.label-floating label {
  top: -30px;
  font-size: 12px;
}

/* line 441, ../styles/projectstrap/_forms.scss */
form.form-material .form-group {
  color: #333;
}
/* line 446, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-floating.form-group-sm label {
  top: -11px;
  font-size: 11px;
  line-height: 1.5;
}
/* line 452, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-floating.form-group-sm.is-fixed label {
  position: absolute;
  top: -30px;
  font-size: 9px;
}
/* line 459, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-floating.form-group-sm.is-focused label {
  top: -30px;
  font-size: 9px;
}
/* line 467, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-floating.form-group-lg label {
  top: -5px;
  font-size: 18px;
}
/* line 472, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-floating.form-group-lg.is-fixed label {
  position: absolute;
  top: -30px;
  font-size: 14px;
}
/* line 479, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-floating.form-group-lg.is-focused label {
  top: -30px;
  font-size: 14px;
}
/* line 489, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-static.form-group-sm label {
  font-size: 9px;
}
/* line 494, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-static.form-group-lg label {
  font-size: 14px;
}
/* line 501, ../styles/projectstrap/_forms.scss */
form.form-material textarea {
  border-width: 0;
  border-bottom-width: 1px;
  max-width: 100%;
}

/* line 509, ../styles/projectstrap/_forms.scss */
.help-block {
  margin-top: 7px;
}

/* line 1, ../styles/projectstrap/_frames.scss */
.frame {
  position: absolute;
}
/* line 6, ../styles/projectstrap/_frames.scss */
.frame.frame-top.frame-25 {
  height: 25%;
  top: 0;
  right: 0;
  left: 0;
}
/* line 12, ../styles/projectstrap/_frames.scss */
.frame.frame-top.frame-33 {
  height: 66%;
  top: 0;
  right: 0;
  left: 0;
}
/* line 18, ../styles/projectstrap/_frames.scss */
.frame.frame-top.frame-50 {
  height: 50%;
  top: 0;
  right: 0;
  left: 0;
}
/* line 24, ../styles/projectstrap/_frames.scss */
.frame.frame-top.frame-66 {
  height: 66%;
  top: 0;
  right: 0;
  left: 0;
}
/* line 30, ../styles/projectstrap/_frames.scss */
.frame.frame-top.frame-75 {
  height: 75%;
  top: 0;
  right: 0;
  left: 0;
}
/* line 40, ../styles/projectstrap/_frames.scss */
.frame.frame-bottom.frame-25 {
  height: 25%;
  bottom: 0;
  right: 0;
  left: 0;
}
/* line 46, ../styles/projectstrap/_frames.scss */
.frame.frame-bottom.frame-33 {
  height: 33%;
  bottom: 0;
  right: 0;
  left: 0;
}
/* line 52, ../styles/projectstrap/_frames.scss */
.frame.frame-bottom.frame-50 {
  height: 50%;
  bottom: 0;
  right: 0;
  left: 0;
}
/* line 58, ../styles/projectstrap/_frames.scss */
.frame.frame-bottom.frame-66 {
  height: 66%;
  bottom: 0;
  right: 0;
  left: 0;
}
/* line 64, ../styles/projectstrap/_frames.scss */
.frame.frame-bottom.frame-75 {
  height: 75%;
  bottom: 0;
  right: 0;
  left: 0;
}
/* line 74, ../styles/projectstrap/_frames.scss */
.frame.frame-right.frame-25 {
  width: 25%;
  top: 0;
  bottom: 0;
  right: 0;
}
/* line 80, ../styles/projectstrap/_frames.scss */
.frame.frame-right.frame-33 {
  width: 33%;
  top: 0;
  bottom: 0;
  right: 0;
}
/* line 86, ../styles/projectstrap/_frames.scss */
.frame.frame-right.frame-50 {
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
}
/* line 92, ../styles/projectstrap/_frames.scss */
.frame.frame-right.frame-66 {
  width: 66%;
  top: 0;
  bottom: 0;
  right: 0;
}
/* line 98, ../styles/projectstrap/_frames.scss */
.frame.frame-right.frame-75 {
  width: 75%;
  top: 0;
  bottom: 0;
  right: 0;
}
/* line 108, ../styles/projectstrap/_frames.scss */
.frame.frame-left.frame-25 {
  width: 25%;
  top: 0;
  bottom: 0;
  left: 0;
}
/* line 114, ../styles/projectstrap/_frames.scss */
.frame.frame-left.frame-33 {
  width: 33%;
  top: 0;
  bottom: 0;
  left: 0;
}
/* line 120, ../styles/projectstrap/_frames.scss */
.frame.frame-left.frame-50 {
  width: 50%;
  top: 0;
  bottom: 0;
  left: 0;
}
/* line 126, ../styles/projectstrap/_frames.scss */
.frame.frame-left.frame-66 {
  width: 66%;
  top: 0;
  bottom: 0;
  left: 0;
}
/* line 132, ../styles/projectstrap/_frames.scss */
.frame.frame-left.frame-75 {
  width: 75%;
  top: 0;
  bottom: 0;
  left: 0;
}
/* line 140, ../styles/projectstrap/_frames.scss */
.frame.frame-full {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
/* line 147, ../styles/projectstrap/_frames.scss */
.frame.frame-photo {
  background-position: center top;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 157, ../styles/projectstrap/_frames.scss */
.row .middle-div {
  display: table;
  width: calc(100% - 30px);
}
@media (max-width: 767px) {
  /* line 157, ../styles/projectstrap/_frames.scss */
  .row .middle-div {
    display: block;
    width: auto;
  }
}
/* line 164, ../styles/projectstrap/_frames.scss */
.row .middle-div [class^="col-"] {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  /* line 164, ../styles/projectstrap/_frames.scss */
  .row .middle-div [class^="col-"] {
    display: block;
  }
}

/* line 6, ../styles/projectstrap/_hamburger.scss */
.navbar.navbar-toggle-block .navbar-header .navbar-toggle {
  display: block;
  z-index: 106;
}

/* line 14, ../styles/projectstrap/_hamburger.scss */
.fullscreen-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 1s ease;
  moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 28, ../styles/projectstrap/_hamburger.scss */
.fullscreen-menu .menu-inner {
  position: absolute;
  top: 90px;
  width: 100%;
  padding: 0;
}
/* line 34, ../styles/projectstrap/_hamburger.scss */
.fullscreen-menu .menu-inner li {
  display: block;
  opacity: 0;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
/* line 47, ../styles/projectstrap/_hamburger.scss */
.fullscreen-menu .menu-inner li .fullscreen-menu-items {
  color: #fff;
  font-size: 56px;
}
/* line 53, ../styles/projectstrap/_hamburger.scss */
.fullscreen-menu .icon-close {
  float: right;
  margin-top: 20px;
  margin-right: 15px;
  height: 60px;
}
/* line 58, ../styles/projectstrap/_hamburger.scss */
.fullscreen-menu .icon-close a {
  color: #fff;
}

/* line 65, ../styles/projectstrap/_hamburger.scss */
body.open-nav .fullscreen-menu {
  z-index: 106;
  opacity: 1;
  -webkit-transition: all 1s ease;
  moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 73, ../styles/projectstrap/_hamburger.scss */
body.open-nav .fullscreen-menu .menu-inner li {
  transform: translate(0px, 0px);
  opacity: 1;
}
/* line 77, ../styles/projectstrap/_hamburger.scss */
body.open-nav .fullscreen-menu .menu-inner li:nth-child(2) {
  transition-delay: 0.1s;
}
/* line 80, ../styles/projectstrap/_hamburger.scss */
body.open-nav .fullscreen-menu .menu-inner li:nth-child(3) {
  transition-delay: 0.2s;
}
/* line 83, ../styles/projectstrap/_hamburger.scss */
body.open-nav .fullscreen-menu .menu-inner li:nth-child(4) {
  transition-delay: 0.3s;
}
/* line 86, ../styles/projectstrap/_hamburger.scss */
body.open-nav .fullscreen-menu .menu-inner li:nth-child(5) {
  transition-delay: 0.4s;
}
/* line 89, ../styles/projectstrap/_hamburger.scss */
body.open-nav .fullscreen-menu .menu-inner li:nth-child(6) {
  transition-delay: 0.5s;
}
/* line 92, ../styles/projectstrap/_hamburger.scss */
body.open-nav .fullscreen-menu .menu-inner li:nth-child(7) {
  transition-delay: 0.6s;
}

/* line 8, ../styles/projectstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 1, ../styles/projectstrap/_labels.scss */
.label {
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  border-radius: 0.25em;
}
/* line 7, ../styles/projectstrap/_labels.scss */
.label.label-outlined {
  background-color: transparent;
}
/* line 9, ../styles/projectstrap/_labels.scss */
.label.label-outlined.label-default {
  border: 1px solid #777777;
  color: #777777;
}
/* line 13, ../styles/projectstrap/_labels.scss */
.label.label-outlined.label-primary {
  border: 1px solid #cb62a9;
  color: #cb62a9;
}
/* line 17, ../styles/projectstrap/_labels.scss */
.label.label-outlined.label-success {
  border: 1px solid #6da957;
  color: #6da957;
}
/* line 21, ../styles/projectstrap/_labels.scss */
.label.label-outlined.label-warning {
  border: 1px solid #dc933b;
  color: #dc933b;
}
/* line 25, ../styles/projectstrap/_labels.scss */
.label.label-outlined.label-danger {
  border: 1px solid #fa1414;
  color: #fa1414;
}
/* line 29, ../styles/projectstrap/_labels.scss */
.label.label-outlined.label-info {
  border: 1px solid #477e79;
  color: #477e79;
}
/* line 34, ../styles/projectstrap/_labels.scss */
.label.label-rounded {
  border-radius: 10em;
  overflow: hidden;
}

/* line 4, ../styles/projectstrap/_list-group.scss */
.list-group .list-group-item {
  padding: 15px;
}
/* line 7, ../styles/projectstrap/_list-group.scss */
.list-group .list-group-item-heading {
  font-size: 22px;
}
/* line 10, ../styles/projectstrap/_list-group.scss */
.list-group .list-group-item-text {
  color: #777777;
}

/* line 15, ../styles/projectstrap/_list-group.scss */
.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*--- Estilo general del media object ---*/
/* line 4, ../styles/projectstrap/_media-objects.scss */
.media-object {
  width: 64px !important;
  height: 64px !important;
  overflow: hidden;
  /*--- Estilos para el media object circle ---*/
}
/* line 10, ../styles/projectstrap/_media-objects.scss */
.media-object.circle {
  overflow: hidden;
  border-radius: 50%;
}

/* line 4, ../styles/projectstrap/_modal.scss */
.modal .modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

/*--- Estilos para el modal material design ---*/
/* line 13, ../styles/projectstrap/_modal.scss */
.modal.modal-material .modal-content {
  border-radius: 2px;
  border: none;
}
/* line 16, ../styles/projectstrap/_modal.scss */
.modal.modal-material .modal-content .modal-header {
  border-bottom: 0;
}
/* line 19, ../styles/projectstrap/_modal.scss */
.modal.modal-material .modal-content .modal-footer {
  border-top: 0;
}
/* line 21, ../styles/projectstrap/_modal.scss */
.modal.modal-material .modal-content .modal-footer .btn {
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
}

/*--- Modal bounce ---*/
/* line 35, ../styles/projectstrap/_modal.scss */
.modal.bounce .modal-dialog {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* line 44, ../styles/projectstrap/_modal.scss */
.modal.bounce.fade.in {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 51, ../styles/projectstrap/_modal.scss */
.modal.bounce.fade.in .modal-dialog {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
}

@-webkit-keyframes anim-open {
  /* line 61, ../styles/projectstrap/_modal.scss */
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 62, ../styles/projectstrap/_modal.scss */
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 63, ../styles/projectstrap/_modal.scss */
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 64, ../styles/projectstrap/_modal.scss */
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 65, ../styles/projectstrap/_modal.scss */
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 66, ../styles/projectstrap/_modal.scss */
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 67, ../styles/projectstrap/_modal.scss */
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 68, ../styles/projectstrap/_modal.scss */
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 69, ../styles/projectstrap/_modal.scss */
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 70, ../styles/projectstrap/_modal.scss */
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 71, ../styles/projectstrap/_modal.scss */
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 72, ../styles/projectstrap/_modal.scss */
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 73, ../styles/projectstrap/_modal.scss */
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 74, ../styles/projectstrap/_modal.scss */
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 75, ../styles/projectstrap/_modal.scss */
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 76, ../styles/projectstrap/_modal.scss */
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 77, ../styles/projectstrap/_modal.scss */
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 78, ../styles/projectstrap/_modal.scss */
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 79, ../styles/projectstrap/_modal.scss */
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 80, ../styles/projectstrap/_modal.scss */
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 81, ../styles/projectstrap/_modal.scss */
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 82, ../styles/projectstrap/_modal.scss */
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 83, ../styles/projectstrap/_modal.scss */
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 84, ../styles/projectstrap/_modal.scss */
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 85, ../styles/projectstrap/_modal.scss */
  50% {
    opacity: 1;
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 86, ../styles/projectstrap/_modal.scss */
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 87, ../styles/projectstrap/_modal.scss */
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 88, ../styles/projectstrap/_modal.scss */
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 89, ../styles/projectstrap/_modal.scss */
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 90, ../styles/projectstrap/_modal.scss */
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 91, ../styles/projectstrap/_modal.scss */
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 92, ../styles/projectstrap/_modal.scss */
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 93, ../styles/projectstrap/_modal.scss */
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 94, ../styles/projectstrap/_modal.scss */
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 95, ../styles/projectstrap/_modal.scss */
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 96, ../styles/projectstrap/_modal.scss */
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 97, ../styles/projectstrap/_modal.scss */
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 98, ../styles/projectstrap/_modal.scss */
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 99, ../styles/projectstrap/_modal.scss */
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 100, ../styles/projectstrap/_modal.scss */
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 101, ../styles/projectstrap/_modal.scss */
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 102, ../styles/projectstrap/_modal.scss */
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 103, ../styles/projectstrap/_modal.scss */
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 104, ../styles/projectstrap/_modal.scss */
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 105, ../styles/projectstrap/_modal.scss */
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 106, ../styles/projectstrap/_modal.scss */
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 107, ../styles/projectstrap/_modal.scss */
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 108, ../styles/projectstrap/_modal.scss */
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 109, ../styles/projectstrap/_modal.scss */
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes anim-open {
  /* line 113, ../styles/projectstrap/_modal.scss */
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 114, ../styles/projectstrap/_modal.scss */
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 115, ../styles/projectstrap/_modal.scss */
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 116, ../styles/projectstrap/_modal.scss */
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 117, ../styles/projectstrap/_modal.scss */
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 118, ../styles/projectstrap/_modal.scss */
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 119, ../styles/projectstrap/_modal.scss */
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 120, ../styles/projectstrap/_modal.scss */
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 121, ../styles/projectstrap/_modal.scss */
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 122, ../styles/projectstrap/_modal.scss */
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 123, ../styles/projectstrap/_modal.scss */
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 124, ../styles/projectstrap/_modal.scss */
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 125, ../styles/projectstrap/_modal.scss */
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 126, ../styles/projectstrap/_modal.scss */
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 127, ../styles/projectstrap/_modal.scss */
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 128, ../styles/projectstrap/_modal.scss */
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 129, ../styles/projectstrap/_modal.scss */
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 130, ../styles/projectstrap/_modal.scss */
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 131, ../styles/projectstrap/_modal.scss */
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 132, ../styles/projectstrap/_modal.scss */
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 133, ../styles/projectstrap/_modal.scss */
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 134, ../styles/projectstrap/_modal.scss */
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 135, ../styles/projectstrap/_modal.scss */
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 136, ../styles/projectstrap/_modal.scss */
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 137, ../styles/projectstrap/_modal.scss */
  50% {
    opacity: 1;
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 138, ../styles/projectstrap/_modal.scss */
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 139, ../styles/projectstrap/_modal.scss */
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 140, ../styles/projectstrap/_modal.scss */
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 141, ../styles/projectstrap/_modal.scss */
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 142, ../styles/projectstrap/_modal.scss */
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 143, ../styles/projectstrap/_modal.scss */
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 144, ../styles/projectstrap/_modal.scss */
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 145, ../styles/projectstrap/_modal.scss */
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 146, ../styles/projectstrap/_modal.scss */
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 147, ../styles/projectstrap/_modal.scss */
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 148, ../styles/projectstrap/_modal.scss */
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 149, ../styles/projectstrap/_modal.scss */
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 150, ../styles/projectstrap/_modal.scss */
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 151, ../styles/projectstrap/_modal.scss */
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 152, ../styles/projectstrap/_modal.scss */
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 153, ../styles/projectstrap/_modal.scss */
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 154, ../styles/projectstrap/_modal.scss */
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 155, ../styles/projectstrap/_modal.scss */
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 156, ../styles/projectstrap/_modal.scss */
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 157, ../styles/projectstrap/_modal.scss */
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 158, ../styles/projectstrap/_modal.scss */
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 159, ../styles/projectstrap/_modal.scss */
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 160, ../styles/projectstrap/_modal.scss */
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  /* line 161, ../styles/projectstrap/_modal.scss */
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes anim-close {
  /* line 165, ../styles/projectstrap/_modal.scss */
  0% {
    opacity: 1;
  }

  /* line 166, ../styles/projectstrap/_modal.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
  }
}

@keyframes anim-close {
  /* line 170, ../styles/projectstrap/_modal.scss */
  0% {
    opacity: 1;
  }

  /* line 171, ../styles/projectstrap/_modal.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
}

/*--- Modal From Bottom ---*/
/* line 178, ../styles/projectstrap/_modal.scss */
.modal.modal-bottom .modal-dialog {
  opacity: 0;
  -webkit-transform: translate3d(0, 25%, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
/* line 186, ../styles/projectstrap/_modal.scss */
.modal.modal-bottom.in .modal-dialog {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
/* line 193, ../styles/projectstrap/_modal.scss */
.modal.modal-bottom.in .modal-body, .modal.modal-bottom.in .modal-header, .modal.modal-bottom.in .modal-footer {
  -webkit-animation: anim-elem 0.7s both;
  animation: anim-elem 0.7s both;
}

/*--- Modal From Left ---*/
/* line 204, ../styles/projectstrap/_modal.scss */
.modal.modal-left .modal-dialog {
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
/* line 212, ../styles/projectstrap/_modal.scss */
.modal.modal-left.in .modal-dialog {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

/*--- Modal From Right ---*/
/* line 226, ../styles/projectstrap/_modal.scss */
.modal.modal-right .modal-dialog {
  opacity: 0;
  -webkit-transform: translate3d(50%, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
/* line 234, ../styles/projectstrap/_modal.scss */
.modal.modal-right.in .modal-dialog {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

/*--- Modal Fall ---*/
/* line 247, ../styles/projectstrap/_modal.scss */
.modal.modal-fall {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
/* line 251, ../styles/projectstrap/_modal.scss */
.modal.modal-fall .modal-dialog {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 265, ../styles/projectstrap/_modal.scss */
.modal.modal-fall.in .modal-dialog {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

/*--- Modal Fall ---*/
/* line 281, ../styles/projectstrap/_modal.scss */
.modal.modal-side-fall {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
/* line 285, ../styles/projectstrap/_modal.scss */
.modal.modal-side-fall .modal-dialog {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 299, ../styles/projectstrap/_modal.scss */
.modal.modal-side-fall.in .modal-dialog {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}

/*--- Modal Newspaper ---*/
/* line 316, ../styles/projectstrap/_modal.scss */
.modal.modal-newspaper .modal-dialog {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 327, ../styles/projectstrap/_modal.scss */
.modal.modal-newspaper.in .modal-dialog {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/*--- Modal Flip Horizontal ---*/
/* line 344, ../styles/projectstrap/_modal.scss */
.modal.modal-flip-h .modal-dialog {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
/* line 358, ../styles/projectstrap/_modal.scss */
.modal.modal-flip-h.in .modal-dialog {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

/*--- Modal Flip Vertical ---*/
/* line 373, ../styles/projectstrap/_modal.scss */
.modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
/* line 378, ../styles/projectstrap/_modal.scss */
.modal.modal-flip-v .modal-dialog {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
/* line 392, ../styles/projectstrap/_modal.scss */
.modal.modal-flip-v.in .modal-dialog {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

/*--- Modal 3D Sign ---*/
/* line 407, ../styles/projectstrap/_modal.scss */
.modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
/* line 412, ../styles/projectstrap/_modal.scss */
.modal.modal-3d-sign .modal-dialog {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-70deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
/* line 429, ../styles/projectstrap/_modal.scss */
.modal.modal-3d-sign.in .modal-dialog {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

/*--- Modal 3D Slit ---*/
/* line 444, ../styles/projectstrap/_modal.scss */
.modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
/* line 449, ../styles/projectstrap/_modal.scss */
.modal.modal-3d-slit .modal-dialog {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateZ(-3000deg) rotateY(90deg);
  -moz-transform: rotateZ(-3000deg) rotateY(90deg);
  -ms-transform: rotateZ(-3000deg) rotateY(90deg);
  transform: rotateZ(-3000deg) rotateY(90deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
/* line 463, ../styles/projectstrap/_modal.scss */
.modal.modal-3d-slit.in .modal-dialog {
  -webkit-animation: slit .7s forwards ease-out;
  -moz-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@-webkit-keyframes slit {
  /* line 476, ../styles/projectstrap/_modal.scss */
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out;
  }

  /* line 477, ../styles/projectstrap/_modal.scss */
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes slit {
  /* line 481, ../styles/projectstrap/_modal.scss */
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -moz-animation-timing-function: ease-out;
  }

  /* line 482, ../styles/projectstrap/_modal.scss */
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes slit {
  /* line 486, ../styles/projectstrap/_modal.scss */
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }

  /* line 487, ../styles/projectstrap/_modal.scss */
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

/*--- Modal 3D Rotate Bottom ---*/
/* line 492, ../styles/projectstrap/_modal.scss */
.modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
/* line 497, ../styles/projectstrap/_modal.scss */
.modal.modal-3d-rotate-bottom .modal-dialog {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
/* line 514, ../styles/projectstrap/_modal.scss */
.modal.modal-3d-rotate-bottom.in .modal-dialog {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}

/*--- Modal 3D Rotate Bottom ---*/
/* line 528, ../styles/projectstrap/_modal.scss */
.modal.modal-black .modal-content {
  background-color: #000;
  color: #fff;
}
/* line 532, ../styles/projectstrap/_modal.scss */
.modal.modal-black .modal-title {
  color: #fff;
}

/* line 4, ../styles/projectstrap/_navbar.scss */
.navbar .sidebar-toggle {
  float: left;
  background-color: #090909;
  color: #777777;
  height: 60px;
  width: 60px;
  text-align: center;
  padding-top: 12px;
}
/* line 12, ../styles/projectstrap/_navbar.scss */
.navbar .sidebar-toggle i {
  font-size: 24px;
}
/* line 17, ../styles/projectstrap/_navbar.scss */
.navbar .sidebar-toggle:hover, .navbar .sidebar-toggle:active, .navbar .sidebar-toggle:focus {
  background-color: #3c3c3c;
}

/* line 25, ../styles/projectstrap/_navbar.scss */
.navbar {
  box-shadow: none;
  border: 0;
  border-bottom: 0;
}
/* line 33, ../styles/projectstrap/_navbar.scss */
.navbar.navbar-inverse .navbar-form input[type=text],
.navbar.navbar-inverse .navbar-form input[type=password] {
  color: #fff;
  background-color: #090909;
  border-color: #555555;
}
/* line 37, ../styles/projectstrap/_navbar.scss */
.navbar.navbar-inverse .navbar-form input[type=text]:focus,
.navbar.navbar-inverse .navbar-form input[type=password]:focus {
  border-color: #cb62a9;
}
/* line 41, ../styles/projectstrap/_navbar.scss */
.navbar.navbar-inverse .navbar-form .btn-inverse {
  background-color: #090909;
  border-color: #555555;
  border-left: 0;
  padding: 6px 10px;
}
/* line 46, ../styles/projectstrap/_navbar.scss */
.navbar.navbar-inverse .navbar-form .btn-inverse:hover {
  background-color: #2a2a2a;
}
/* line 53, ../styles/projectstrap/_navbar.scss */
.navbar .navbar-form .btn {
  margin-top: 0;
  height: 34px;
}
/* line 57, ../styles/projectstrap/_navbar.scss */
.navbar .navbar-form i {
  font-size: 1.4em;
}
/* line 60, ../styles/projectstrap/_navbar.scss */
.navbar .navbar-form .input-group {
  margin-top: 0;
}
/* line 68, ../styles/projectstrap/_navbar.scss */
.navbar:not(.navbar-fixed-top) .navbar-right li:last-child .navbar-form {
  padding-right: 0px;
  margin-right: -5px;
}

/* line 80, ../styles/projectstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
}
/* line 83, ../styles/projectstrap/_navbar.scss */
.navbar-nav > li > a {
  font-size: 14px;
  /*font-family: univia-pro;*/
  font-weight: 400;
}
/* line 87, ../styles/projectstrap/_navbar.scss */
.navbar-nav > li > a:hover {
  background-color: transparent;
}

/*--- Estilos para el navbar toggle y las barras del ícono al hacer click ---*/
/* line 95, ../styles/projectstrap/_navbar.scss */
.navbar-toggle {
  margin-right: 5px;
}
/* line 97, ../styles/projectstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  transition: all 0.4s ease-in-out;
}
/* line 102, ../styles/projectstrap/_navbar.scss */
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  transform: rotate(-45deg);
  position: relative;
  top: 5px;
  transition: all 0.4s ease-in-out;
}
/* line 108, ../styles/projectstrap/_navbar.scss */
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  background-color: transparent;
}
/* line 111, ../styles/projectstrap/_navbar.scss */
.navbar-toggle:not(.collapsed) .icon-bar:last-child {
  transform: rotate(45deg);
  position: relative;
  top: -7px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
  /* line 124, ../styles/projectstrap/_navbar.scss */
  .navbar .navbar-brand {
    width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/*--- Estilos para el navbar animation top al scrollear ---*/
/* line 136, ../styles/projectstrap/_navbar.scss */
.navbar-animation-top {
  transition: all 0.5s ease-in-out;
}
/* line 138, ../styles/projectstrap/_navbar.scss */
.navbar-animation-top.scroll {
  background-color: #cb62a9;
}

/* line 152, ../styles/projectstrap/_navbar.scss */
.navbar.navbar-landing-page ul li a:before, .navbar.navbar-landing-page ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
/* line 166, ../styles/projectstrap/_navbar.scss */
.navbar.navbar-landing-page ul li a:before {
  background: #cb62a9;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* line 171, ../styles/projectstrap/_navbar.scss */
.navbar.navbar-landing-page ul li a:after {
  background: #6da957;
}
/* line 177, ../styles/projectstrap/_navbar.scss */
.navbar.navbar-landing-page ul li.active a:before, .navbar.navbar-landing-page ul li.active a:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 194, ../styles/projectstrap/_navbar.scss */
.navbar.navbar-justify .navbar-nav {
  width: 100%;
}
/* line 196, ../styles/projectstrap/_navbar.scss */
.navbar.navbar-justify .navbar-nav li {
  width: calc(100% / 4);
}
@media (max-width: 767px) {
  /* line 196, ../styles/projectstrap/_navbar.scss */
  .navbar.navbar-justify .navbar-nav li {
    width: 100%;
  }
}
/* line 203, ../styles/projectstrap/_navbar.scss */
.navbar.navbar-justify .navbar-nav .dropdown-menu li {
  width: 100%;
}
/* line 208, ../styles/projectstrap/_navbar.scss */
.navbar.navbar-justify .collapse {
  padding: 0;
}

/*.navbar{
  &.navbar-sticky-animated{
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: top 500ms ease;
    -moz-transition: top 500ms ease;
    -o-transition: top 500ms ease;
    transition: top 500ms ease;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.scrollActive{
  .navbar-sticky-animated{
    position: fixed;
    z-index: 9999;
  }
}*/
/* line 247, ../styles/projectstrap/_navbar.scss */
.navbar.navbar-material {
  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
}

/* line 252, ../styles/projectstrap/_navbar.scss */
.navbar-material {
  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
}

/* line 278, ../styles/projectstrap/_navbar.scss */
.effect-1.navbar {
  border-bottom: 0;
}
/* line 280, ../styles/projectstrap/_navbar.scss */
.effect-1.navbar .navbar-nav > li {
  border-bottom: 0;
  -webkit-transition: ease, 0.4s;
  -o-transition: ease, 0.4s;
  transition: ease, 0.4s;
}
/* line 284, ../styles/projectstrap/_navbar.scss */
.effect-1.navbar .navbar-nav > li > a {
  border-bottom: 0;
  border-radius: 0;
  font-size: 16px;
}
/* line 289, ../styles/projectstrap/_navbar.scss */
.effect-1.navbar .navbar-nav > li > a:focus {
  outline: 0;
  background-color: transparent;
}
/* line 294, ../styles/projectstrap/_navbar.scss */
.effect-1.navbar .navbar-nav > li > a:after, .effect-1.navbar .navbar-nav > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #cb62a9;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s;
}
/* line 305, ../styles/projectstrap/_navbar.scss */
.effect-1.navbar .navbar-nav > li > a:after {
  bottom: 0;
}
/* line 309, ../styles/projectstrap/_navbar.scss */
.effect-1.navbar .navbar-nav > li > a:before {
  top: 0;
}
/* line 317, ../styles/projectstrap/_navbar.scss */
.effect-1.navbar .navbar-nav > li:hover > a:after, .effect-1.navbar .navbar-nav > li:hover > a:before {
  color: #cb62a9;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 336, ../styles/projectstrap/_navbar.scss */
.effect-1a.navbar .navbar-nav > li > a:after {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
/* line 339, ../styles/projectstrap/_navbar.scss */
.effect-1a.navbar .navbar-nav > li > a:before {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* line 353, ../styles/projectstrap/_navbar.scss */
.effect-1b.navbar .navbar-nav > li > a:after {
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}
/* line 356, ../styles/projectstrap/_navbar.scss */
.effect-1b.navbar .navbar-nav > li > a:before {
  display: none;
}

/* line 371, ../styles/projectstrap/_navbar.scss */
.effect-1c.navbar .navbar-nav > li > a:after {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
/* line 374, ../styles/projectstrap/_navbar.scss */
.effect-1c.navbar .navbar-nav > li > a:before {
  display: none;
}

/* line 388, ../styles/projectstrap/_navbar.scss */
.effect-1d.navbar .navbar-nav > li > a:after {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  width: 90%;
  bottom: 47%;
  left: 10%;
}
/* line 394, ../styles/projectstrap/_navbar.scss */
.effect-1d.navbar .navbar-nav > li > a:before {
  display: none;
}

/* line 404, ../styles/projectstrap/_navbar.scss */
.effect-2.navbar, .effect-2a.navbar {
  border-bottom: 0;
}
/* line 407, ../styles/projectstrap/_navbar.scss */
.effect-2.navbar .navbar-nav > li, .effect-2a.navbar .navbar-nav > li {
  border-bottom: 0;
  -webkit-transition: ease, 0.4s;
  -o-transition: ease, 0.4s;
  transition: ease, 0.4s;
}
/* line 411, ../styles/projectstrap/_navbar.scss */
.effect-2.navbar .navbar-nav > li > a, .effect-2a.navbar .navbar-nav > li > a {
  border: 0;
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
/* line 417, ../styles/projectstrap/_navbar.scss */
.effect-2.navbar .navbar-nav > li > a:focus, .effect-2a.navbar .navbar-nav > li > a:focus {
  outline: 0;
  background-color: transparent;
}
/* line 422, ../styles/projectstrap/_navbar.scss */
.effect-2.navbar .navbar-nav > li > a:after, .effect-2.navbar .navbar-nav > li > a:before, .effect-2a.navbar .navbar-nav > li > a:after, .effect-2a.navbar .navbar-nav > li > a:before {
  content: '';
  position: absolute;
  background: #cb62a9;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
/* line 435, ../styles/projectstrap/_navbar.scss */
.effect-2.navbar .navbar-nav > li > a:after, .effect-2a.navbar .navbar-nav > li > a:after {
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
/* line 440, ../styles/projectstrap/_navbar.scss */
.effect-2.navbar .navbar-nav > li > a:before, .effect-2a.navbar .navbar-nav > li > a:before {
  top: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
/* line 447, ../styles/projectstrap/_navbar.scss */
.effect-2.navbar .navbar-nav > li:after, .effect-2.navbar .navbar-nav > li:before, .effect-2a.navbar .navbar-nav > li:after, .effect-2a.navbar .navbar-nav > li:before {
  content: '';
  position: absolute;
  background: #cb62a9;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}
/* line 460, ../styles/projectstrap/_navbar.scss */
.effect-2.navbar .navbar-nav > li:after, .effect-2a.navbar .navbar-nav > li:after {
  right: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
/* line 465, ../styles/projectstrap/_navbar.scss */
.effect-2.navbar .navbar-nav > li:before, .effect-2a.navbar .navbar-nav > li:before {
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
/* line 473, ../styles/projectstrap/_navbar.scss */
.effect-2.navbar .navbar-nav > li:hover:after, .effect-2.navbar .navbar-nav > li:hover:before, .effect-2a.navbar .navbar-nav > li:hover:after, .effect-2a.navbar .navbar-nav > li:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
/* line 482, ../styles/projectstrap/_navbar.scss */
.effect-2.navbar .navbar-nav > li:hover > a:after, .effect-2.navbar .navbar-nav > li:hover > a:before, .effect-2a.navbar .navbar-nav > li:hover > a:after, .effect-2a.navbar .navbar-nav > li:hover > a:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
/* line 493, ../styles/projectstrap/_navbar.scss */
.effect-2.navbar .navbar-nav > li.active > a, .effect-2a.navbar .navbar-nav > li.active > a {
  background-color: transparent;
}

/* line 507, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2a.navbar .navbar-nav > li:after, .effect-2.effect-2a.navbar .navbar-nav > li:before {
  width: 4px;
}
/* line 511, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2a.navbar .navbar-nav > li > a:after, .effect-2.effect-2a.navbar .navbar-nav > li > a:before {
  height: 4px;
}
/* line 517, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2a.navbar .navbar-nav > li:hover:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/* line 522, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2a.navbar .navbar-nav > li:hover > a:after, .effect-2.effect-2a.navbar .navbar-nav > li:hover > a:before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* line 538, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav {
  border-bottom: 0;
}
/* line 541, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav > li {
  border-bottom: 0;
  -webkit-transition: ease, 0.4s;
  -o-transition: ease, 0.4s;
  transition: ease, 0.4s;
}
/* line 545, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav > li > a {
  border: 0;
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
/* line 551, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav > li > a:focus {
  outline: 0;
  background-color: transparent;
}
/* line 556, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav > li > a:after, .effect-2.effect-2b.navbar .navbar-nav > li > a:before {
  content: '';
  position: absolute;
  background: #cb62a9;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
/* line 571, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav > li > a:after {
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 578, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav > li > a:before {
  top: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 587, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav > li:after, .effect-2.effect-2b.navbar .navbar-nav > li:before {
  content: '';
  position: absolute;
  background: #cb62a9;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}
/* line 602, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav > li:after {
  right: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
/* line 607, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav > li:before {
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
/* line 615, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav > li:hover:after, .effect-2.effect-2b.navbar .navbar-nav > li:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* line 619, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav > li:hover:before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 623, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav > li:hover:after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 628, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav > li:hover > a:after, .effect-2.effect-2b.navbar .navbar-nav > li:hover > a:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* line 632, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav > li:hover > a:before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 636, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2b.navbar .navbar-nav > li:hover > a:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 651, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2c.navbar .navbar-nav {
  border-bottom: 0;
}
/* line 653, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2c.navbar .navbar-nav > li {
  border-bottom: 0;
  -webkit-transition: ease, 0.4s;
  -o-transition: ease, 0.4s;
  transition: ease, 0.4s;
}
/* line 657, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2c.navbar .navbar-nav > li > a {
  border: 0;
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
/* line 663, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2c.navbar .navbar-nav > li > a:focus {
  outline: 0;
  background-color: transparent;
}
/* line 668, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2c.navbar .navbar-nav > li > a:after, .effect-2.effect-2c.navbar .navbar-nav > li > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px solid #cb62a9;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
/* line 681, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2c.navbar .navbar-nav > li > a:after {
  border-width: 2px 0;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 690, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2c.navbar .navbar-nav > li > a:before {
  border-width: 0 2px;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
/* line 700, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2c.navbar .navbar-nav > li:hover:after, .effect-2.effect-2c.navbar .navbar-nav > li:hover:before {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
/* line 705, ../styles/projectstrap/_navbar.scss */
.effect-2.effect-2c.navbar .navbar-nav > li:hover > a:before, .effect-2.effect-2c.navbar .navbar-nav > li:hover > a:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 7, ../styles/projectstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: transparent;
}

/* line 14, ../styles/projectstrap/_navs.scss */
.nav-tabs > li {
  float: left;
}
/* line 17, ../styles/projectstrap/_navs.scss */
.nav-tabs > li > a {
  color: #666;
  font-size: 13px;
  border-radius: 0;
}
/* line 21, ../styles/projectstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  background-color: transparent;
}
/* line 30, ../styles/projectstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-color: transparent transparent transparent transparent;
  background-color: #cb62a9;
  color: #fff;
}
/* line 45, ../styles/projectstrap/_navs.scss */
.nav-tabs .disabled > a:hover {
  border-bottom-color: #ddd;
}

/* --- NAV JUSTIFIED ---*/
@media (min-width: 768px) {
  /* line 57, ../styles/projectstrap/_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-color: transparent;
    border-bottom-color: #cb62a9;
  }
}

/*--- NAV EFFECTS ---*/
/* line 76, ../styles/projectstrap/_navs.scss */
.effect-1.nav.nav-tabs {
  border-bottom: 0;
}
/* line 79, ../styles/projectstrap/_navs.scss */
.effect-1.nav.nav-tabs > li {
  border-bottom: 0;
  -webkit-transition: ease, 0.4s;
  -o-transition: ease, 0.4s;
  transition: ease, 0.4s;
}
/* line 83, ../styles/projectstrap/_navs.scss */
.effect-1.nav.nav-tabs > li > a {
  border-bottom: 0;
  border-radius: 0;
  font-size: 16px;
}
/* line 88, ../styles/projectstrap/_navs.scss */
.effect-1.nav.nav-tabs > li > a:focus {
  outline: 0;
  background-color: transparent;
}
/* line 93, ../styles/projectstrap/_navs.scss */
.effect-1.nav.nav-tabs > li > a:after, .effect-1.nav.nav-tabs > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #cb62a9;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s;
}
/* line 104, ../styles/projectstrap/_navs.scss */
.effect-1.nav.nav-tabs > li > a:after {
  bottom: 0;
}
/* line 108, ../styles/projectstrap/_navs.scss */
.effect-1.nav.nav-tabs > li > a:before {
  top: 0;
}
/* line 116, ../styles/projectstrap/_navs.scss */
.effect-1.nav.nav-tabs > li.active > a:after, .effect-1.nav.nav-tabs > li.active > a:before {
  color: #cb62a9;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 131, ../styles/projectstrap/_navs.scss */
.effect-1a.nav.nav-tabs > li > a:after {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
/* line 134, ../styles/projectstrap/_navs.scss */
.effect-1a.nav.nav-tabs > li > a:before {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* line 146, ../styles/projectstrap/_navs.scss */
.effect-1b.nav.nav-tabs > li > a:after {
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}
/* line 149, ../styles/projectstrap/_navs.scss */
.effect-1b.nav.nav-tabs > li > a:before {
  display: none;
}

/* line 161, ../styles/projectstrap/_navs.scss */
.effect-1c.nav.nav-tabs > li > a:after {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
/* line 164, ../styles/projectstrap/_navs.scss */
.effect-1c.nav.nav-tabs > li > a:before {
  display: none;
}

/* line 175, ../styles/projectstrap/_navs.scss */
.effect-2.nav.nav-tabs, .effect-2a.nav.nav-tabs {
  border-bottom: 0;
}
/* line 178, ../styles/projectstrap/_navs.scss */
.effect-2.nav.nav-tabs > li, .effect-2a.nav.nav-tabs > li {
  border-bottom: 0;
  -webkit-transition: ease, 0.4s;
  -o-transition: ease, 0.4s;
  transition: ease, 0.4s;
}
/* line 182, ../styles/projectstrap/_navs.scss */
.effect-2.nav.nav-tabs > li > a, .effect-2a.nav.nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
/* line 188, ../styles/projectstrap/_navs.scss */
.effect-2.nav.nav-tabs > li > a:focus, .effect-2a.nav.nav-tabs > li > a:focus {
  outline: 0;
  background-color: transparent;
}
/* line 193, ../styles/projectstrap/_navs.scss */
.effect-2.nav.nav-tabs > li > a:after, .effect-2.nav.nav-tabs > li > a:before, .effect-2a.nav.nav-tabs > li > a:after, .effect-2a.nav.nav-tabs > li > a:before {
  content: '';
  position: absolute;
  background: #cb62a9;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
/* line 206, ../styles/projectstrap/_navs.scss */
.effect-2.nav.nav-tabs > li > a:after, .effect-2a.nav.nav-tabs > li > a:after {
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
/* line 211, ../styles/projectstrap/_navs.scss */
.effect-2.nav.nav-tabs > li > a:before, .effect-2a.nav.nav-tabs > li > a:before {
  top: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
/* line 218, ../styles/projectstrap/_navs.scss */
.effect-2.nav.nav-tabs > li:after, .effect-2.nav.nav-tabs > li:before, .effect-2a.nav.nav-tabs > li:after, .effect-2a.nav.nav-tabs > li:before {
  content: '';
  position: absolute;
  background: #cb62a9;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}
/* line 231, ../styles/projectstrap/_navs.scss */
.effect-2.nav.nav-tabs > li:after, .effect-2a.nav.nav-tabs > li:after {
  right: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
/* line 236, ../styles/projectstrap/_navs.scss */
.effect-2.nav.nav-tabs > li:before, .effect-2a.nav.nav-tabs > li:before {
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
/* line 244, ../styles/projectstrap/_navs.scss */
.effect-2.nav.nav-tabs > li.active:after, .effect-2.nav.nav-tabs > li.active:before, .effect-2a.nav.nav-tabs > li.active:after, .effect-2a.nav.nav-tabs > li.active:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
/* line 253, ../styles/projectstrap/_navs.scss */
.effect-2.nav.nav-tabs > li.active > a:after, .effect-2.nav.nav-tabs > li.active > a:before, .effect-2a.nav.nav-tabs > li.active > a:after, .effect-2a.nav.nav-tabs > li.active > a:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
/* line 269, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2a.nav.nav-tabs > li:after, .effect-2.effect-2a.nav.nav-tabs > li:before, .effect-2a.effect-2a.nav.nav-tabs > li:after, .effect-2a.effect-2a.nav.nav-tabs > li:before {
  width: 4px;
}
/* line 273, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2a.nav.nav-tabs > li > a:after, .effect-2.effect-2a.nav.nav-tabs > li > a:before, .effect-2a.effect-2a.nav.nav-tabs > li > a:after, .effect-2a.effect-2a.nav.nav-tabs > li > a:before {
  height: 4px;
}
/* line 279, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2a.nav.nav-tabs > li.active:after, .effect-2a.effect-2a.nav.nav-tabs > li.active:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/* line 284, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2a.nav.nav-tabs > li.active > a:after, .effect-2.effect-2a.nav.nav-tabs > li.active > a:before, .effect-2a.effect-2a.nav.nav-tabs > li.active > a:after, .effect-2a.effect-2a.nav.nav-tabs > li.active > a:before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* line 296, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs {
  border-bottom: 0;
}
/* line 299, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs > li {
  border-bottom: 0;
  -webkit-transition: ease, 0.4s;
  -o-transition: ease, 0.4s;
  transition: ease, 0.4s;
}
/* line 303, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
/* line 309, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs > li > a:focus {
  outline: 0;
  background-color: transparent;
}
/* line 314, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs > li > a:after, .effect-2.effect-2b.nav.nav-tabs > li > a:before {
  content: '';
  position: absolute;
  background: #cb62a9;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
/* line 329, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs > li > a:after {
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 336, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs > li > a:before {
  top: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 345, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs > li:after, .effect-2.effect-2b.nav.nav-tabs > li:before {
  content: '';
  position: absolute;
  background: #cb62a9;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}
/* line 360, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs > li:after {
  right: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
/* line 365, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs > li:before {
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
/* line 373, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs > li.active:after, .effect-2.effect-2b.nav.nav-tabs > li.active:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* line 377, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs > li.active:before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 381, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs > li.active:after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 386, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs > li.active > a:after, .effect-2.effect-2b.nav.nav-tabs > li.active > a:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* line 390, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs > li.active > a:before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 394, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2b.nav.nav-tabs > li.active > a:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 406, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2c.nav.nav-tabs {
  border-bottom: 0;
}
/* line 408, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2c.nav.nav-tabs > li {
  border-bottom: 0;
  -webkit-transition: ease, 0.4s;
  -o-transition: ease, 0.4s;
  transition: ease, 0.4s;
}
/* line 412, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2c.nav.nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
/* line 418, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2c.nav.nav-tabs > li > a:focus {
  outline: 0;
  background-color: transparent;
}
/* line 423, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2c.nav.nav-tabs > li > a:after, .effect-2.effect-2c.nav.nav-tabs > li > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px solid #cb62a9;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
/* line 436, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2c.nav.nav-tabs > li > a:after {
  border-width: 2px 0;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 445, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2c.nav.nav-tabs > li > a:before {
  border-width: 0 2px;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
/* line 455, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2c.nav.nav-tabs > li.active:after, .effect-2.effect-2c.nav.nav-tabs > li.active:before {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
/* line 460, ../styles/projectstrap/_navs.scss */
.effect-2.effect-2c.nav.nav-tabs > li.active > a:before, .effect-2.effect-2c.nav.nav-tabs > li.active > a:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 3, ../styles/projectstrap/_panels.scss */
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 5, ../styles/projectstrap/_panels.scss */
.panel .panel-heading {
  border-top-radius: 4px;
}
/* line 7, ../styles/projectstrap/_panels.scss */
.panel .panel-heading .panel-title {
  font-size: 18px;
}
/* line 10, ../styles/projectstrap/_panels.scss */
.panel .panel-heading .label {
  position: relative;
  top: -3px;
}
/* line 16, ../styles/projectstrap/_panels.scss */
.panel .panel-body .well {
  margin-bottom: 0px;
}
/* line 20, ../styles/projectstrap/_panels.scss */
.panel .panel-footer {
  border-bottom-radius: 4px;
}

/* line 27, ../styles/projectstrap/_panels.scss */
.panel-default .panel-heading {
  font-weight: 500;
  font-size: 16px;
  color: #2e3033;
}
/* line 31, ../styles/projectstrap/_panels.scss */
.panel-default .panel-heading a:not(.btn) {
  color: #2e3033;
}
/* line 35, ../styles/projectstrap/_panels.scss */
.panel-default .panel-heading a:not(.btn):hover, .panel-default .panel-heading a:not(.btn):active, .panel-default .panel-heading a:not(.btn):focus {
  color: #5e6269;
}
/* line 43, ../styles/projectstrap/_panels.scss */
.panel-default .panel-heading i,
.panel-default .comments i {
  position: relative;
  top: 2px;
  left: -4px;
}

/* line 51, ../styles/projectstrap/_panels.scss */
.panel-inverse {
  border-color: black;
}
/* line 6, ../styles/bootstrap/mixins/_panels.scss */
.panel-inverse > .panel-heading {
  color: white;
  background-color: black;
  border-color: black;
}
/* line 11, ../styles/bootstrap/mixins/_panels.scss */
.panel-inverse > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: black;
}
/* line 14, ../styles/bootstrap/mixins/_panels.scss */
.panel-inverse > .panel-heading .badge {
  color: black;
  background-color: white;
}
/* line 20, ../styles/bootstrap/mixins/_panels.scss */
.panel-inverse > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: black;
}

/* line 3, ../styles/projectstrap/_progress-bars.scss */
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 15px;
  margin-bottom: 10px;
}
/* line 8, ../styles/projectstrap/_progress-bars.scss */
.progress .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.6;
  padding-right: 4px;
  font-weight: 700;
  font-size: 10px;
  text-align: right;
}
/* line 17, ../styles/projectstrap/_progress-bars.scss */
.progress.progress-sm {
  height: 8px;
}

/*--- ESTILOS GENERALES ---*/
/* line 2, ../styles/projectstrap/_reveal.scss */
.reveal {
  position: relative;
  overflow: hidden;
  /* ESTILOS FADE*/
}
/* line 5, ../styles/projectstrap/_reveal.scss */
.reveal .visible-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #cb62a9;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
/* line 16, ../styles/projectstrap/_reveal.scss */
.reveal .hidden-content {
  width: 100%;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
/* line 23, ../styles/projectstrap/_reveal.scss */
.reveal.reveal-fade .visible-content {
  opacity: 1;
}
/* line 27, ../styles/projectstrap/_reveal.scss */
.reveal.reveal-fade .hidden-content {
  opacity: 0;
}
/* line 31, ../styles/projectstrap/_reveal.scss */
.reveal.reveal-fade:hover .visible-content {
  opacity: 0;
}
/* line 35, ../styles/projectstrap/_reveal.scss */
.reveal.reveal-fade:hover .hidden-content {
  opacity: 1;
}
/* line 43, ../styles/projectstrap/_reveal.scss */
.reveal.reveal-move:hover .visible-content {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 52, ../styles/projectstrap/_reveal.scss */
.reveal.reveal-move-right:hover .visible-content {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* line 61, ../styles/projectstrap/_reveal.scss */
.reveal.reveal-move-top:hover .visible-content {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 70, ../styles/projectstrap/_reveal.scss */
.reveal.reveal-move-bottom:hover .visible-content {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* line 78, ../styles/projectstrap/_reveal.scss */
.reveal.reveal-rotate .visible-content {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
/* line 87, ../styles/projectstrap/_reveal.scss */
.reveal.reveal-rotate:hover .visible-content {
  -webkit-transform: rotate(-110deg);
  transform: rotate(-110deg);
}
/* line 95, ../styles/projectstrap/_reveal.scss */
.reveal.reveal-rotate-right .visible-content {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
/* line 104, ../styles/projectstrap/_reveal.scss */
.reveal.reveal-rotate-right:hover .visible-content {
  -webkit-transform: rotate(110deg);
  transform: rotate(110deg);
}

/* line 3, ../styles/projectstrap/_scaffolding.scss */
html {
  position: relative;
  min-height: 100%;
  height: 100%;
}

/* line 9, ../styles/projectstrap/_scaffolding.scss */
body {
  /*margin-bottom: 240px;*/
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px;
  height: 100%;
  font-weight: 500;
}

/* line 17, ../styles/projectstrap/_scaffolding.scss */
body {
  display: flex;
  flex-direction: column;
}
/* line 20, ../styles/projectstrap/_scaffolding.scss */
body .content {
  flex: 1 0 auto;
}

/* line 27, ../styles/projectstrap/_scaffolding.scss */
.mobile-tabs {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  z-index: 1000;
  background-color: #fff;
  -webkit-transition: all 400ms cubic-bezier(0, 1, 0, 1);
  -o-transition: all 400ms cubic-bezier(0, 1, 0, 1);
  transition: all 400ms cubic-bezier(0, 1, 0, 1);
}
/* line 37, ../styles/projectstrap/_scaffolding.scss */
.mobile-tabs a {
  width: 50%;
  padding: 15px;
  color: #333333;
  float: left;
}
/* line 42, ../styles/projectstrap/_scaffolding.scss */
.mobile-tabs a.active {
  color: #cb62a9;
}
@media (min-width: 768px) {
  /* line 27, ../styles/projectstrap/_scaffolding.scss */
  .mobile-tabs {
    left: 200px;
  }
}

/* line 53, ../styles/projectstrap/_scaffolding.scss */
#content {
  margin-top: 60px;
  padding-bottom: 120px;
  background-color: white;
  -webkit-transition: all 400ms cubic-bezier(0, 1, 0, 1);
  -o-transition: all 400ms cubic-bezier(0, 1, 0, 1);
  transition: all 400ms cubic-bezier(0, 1, 0, 1);
}
@media (min-width: 768px) {
  /* line 53, ../styles/projectstrap/_scaffolding.scss */
  #content {
    margin-left: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 66, ../styles/projectstrap/_scaffolding.scss */
.dash-main-content {
  position: relative;
  left: 0;
  -webkit-transition: all 400ms cubic-bezier(0, 1, 0, 1);
  -o-transition: all 400ms cubic-bezier(0, 1, 0, 1);
  transition: all 400ms cubic-bezier(0, 1, 0, 1);
}
/* line 70, ../styles/projectstrap/_scaffolding.scss */
.dash-main-content.toggled {
  left: -110%;
}
@media (min-width: 992px) {
  /* line 66, ../styles/projectstrap/_scaffolding.scss */
  .dash-main-content {
    left: initial;
    margin-right: 360px;
  }
  /* line 77, ../styles/projectstrap/_scaffolding.scss */
  .dash-main-content.toggled {
    left: initial;
    margin-right: 50px;
  }
}

/*.footer {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: $footer-bg;
    border-top: 1px solid transparent;
    border-color: $footer-border;
    font-size: 11px;


    @media (min-width: $screen-sm-min) {
      left: $sidebar-width;
      padding-left: ($navbar-height / 2);
      padding-right: ($navbar-height / 2);
    }

    #footer {
      display: table;
      height: $footer-height;
      > div {
        display: table-cell;
        vertical-align: middle;
      }
      img {
        width: 120px;
        margin-top: -4px;
      }
    }
}
*/
/* line 124, ../styles/projectstrap/_scaffolding.scss */
body.sidebar-icon-view .sidebar-toggle {
  margin-left: -50px;
}
/* line 128, ../styles/projectstrap/_scaffolding.scss */
body.sidebar-icon-view #sidebar {
  width: 50px;
  margin-left: 0;
}
/* line 131, ../styles/projectstrap/_scaffolding.scss */
body.sidebar-icon-view #sidebar li > a > i {
  font-size: 18px;
  margin-right: 10px;
}
/* line 135, ../styles/projectstrap/_scaffolding.scss */
body.sidebar-icon-view #sidebar li:first-child > a > i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 138, ../styles/projectstrap/_scaffolding.scss */
body.sidebar-icon-view #sidebar.toggled {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 143, ../styles/projectstrap/_scaffolding.scss */
body.sidebar-icon-view #content {
  margin-left: 50px;
}
/* line 147, ../styles/projectstrap/_scaffolding.scss */
body.sidebar-icon-view .mobile-tabs {
  left: 50px;
}
/* line 151, ../styles/projectstrap/_scaffolding.scss */
body.sidebar-icon-view .sidebar-right {
  width: calc(100% - 50px);
}
@media (min-width: 992px) {
  /* line 151, ../styles/projectstrap/_scaffolding.scss */
  body.sidebar-icon-view .sidebar-right {
    width: 360px;
  }
}
/* line 158, ../styles/projectstrap/_scaffolding.scss */
body.sidebar-icon-view .footer {
  left: 50px;
}

/* line 5, ../styles/projectstrap/_sidebar.scss */
.sidebar {
  position: fixed;
  z-index: 1020;
  top: 60px;
  bottom: 0px;
  background-color: #f8f8f8;
  width: 200px;
  overflow: hidden;
  -webkit-transition: all 400ms cubic-bezier(0, 1, 0, 1);
  -o-transition: all 400ms cubic-bezier(0, 1, 0, 1);
  transition: all 400ms cubic-bezier(0, 1, 0, 1);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: -200px;
}
/* line 17, ../styles/projectstrap/_sidebar.scss */
.sidebar.toggled {
  margin-left: 0px;
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  /* line 5, ../styles/projectstrap/_sidebar.scss */
  .sidebar {
    margin-left: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 25, ../styles/projectstrap/_sidebar.scss */
  .sidebar.toggled {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 30, ../styles/projectstrap/_sidebar.scss */
.sidebar .side-container {
  width: 220px;
  padding-right: 20px;
  overflow: scroll;
  height: 100%;
}
/* line 39, ../styles/projectstrap/_sidebar.scss */
.sidebar .nav-pills > li > a {
  border-radius: 0px;
  color: white;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 46, ../styles/projectstrap/_sidebar.scss */
.sidebar .nav-pills > li > a:hover, .sidebar .nav-pills > li > a:focus {
  color: white;
}
/* line 53, ../styles/projectstrap/_sidebar.scss */
.sidebar .nav-pills > li.active > a, .sidebar .nav-pills > li.active > a:hover, .sidebar .nav-pills > li.active > a:focus {
  color: #2e3033;
  background-color: white;
}
/* line 62, ../styles/projectstrap/_sidebar.scss */
.sidebar .nav-stacked > li + li {
  margin-top: 0px;
}

/* line 69, ../styles/projectstrap/_sidebar.scss */
.sidebar-closebox {
  position: fixed;
  top: 60px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: transparent;
  display: none;
  z-index: 1030;
}
/* line 79, ../styles/projectstrap/_sidebar.scss */
.sidebar-closebox.toggled {
  left: 200px;
  display: block;
}
@media (min-width: 768px) {
  /* line 84, ../styles/projectstrap/_sidebar.scss */
  .sidebar-closebox.toggled {
    display: none;
  }
}

/* line 96, ../styles/projectstrap/_sidebar.scss */
.sidebar-right {
  position: fixed;
  z-index: 1010;
  top: 120px;
  bottom: 0px;
  right: 0px;
  background-color: #404040;
  padding: 15px;
  width: 100%;
  overflow: scroll;
  margin-right: -100%;
  -webkit-transition: all 400ms cubic-bezier(0, 1, 0, 1);
  -o-transition: all 400ms cubic-bezier(0, 1, 0, 1);
  transition: all 400ms cubic-bezier(0, 1, 0, 1);
}
/* line 109, ../styles/projectstrap/_sidebar.scss */
.sidebar-right.toggled {
  margin-right: 0px;
}
/* line 113, ../styles/projectstrap/_sidebar.scss */
.sidebar-right .sr-content {
  -webkit-transition: all 400ms cubic-bezier(0, 1, 0, 1);
  -o-transition: all 400ms cubic-bezier(0, 1, 0, 1);
  transition: all 400ms cubic-bezier(0, 1, 0, 1);
}
@media (min-width: 768px) {
  /* line 96, ../styles/projectstrap/_sidebar.scss */
  .sidebar-right {
    width: calc(100% - 200px);
  }
}
@media (min-width: 992px) {
  /* line 96, ../styles/projectstrap/_sidebar.scss */
  .sidebar-right {
    width: 360px;
    top: 60px;
    margin-right: 0px;
  }
  /* line 127, ../styles/projectstrap/_sidebar.scss */
  .sidebar-right.toggled {
    margin-right: -310px;
  }
  /* line 130, ../styles/projectstrap/_sidebar.scss */
  .sidebar-right .sr-content {
    margin-left: 0px;
    margin-top: 40px;
  }
  /* line 134, ../styles/projectstrap/_sidebar.scss */
  .sidebar-right .sidebar-right-toggle {
    position: fixed;
    top: 50px;
    right: 0px;
    width: 360px;
    border-radius: 0px;
    margin-top: 0px;
    height: 40px;
    padding: 10px 18px 10px 10px;
    text-align: right;
    -webkit-transition: all 400ms cubic-bezier(0, 1, 0, 1);
    -o-transition: all 400ms cubic-bezier(0, 1, 0, 1);
    transition: all 400ms cubic-bezier(0, 1, 0, 1);
  }
  /* line 147, ../styles/projectstrap/_sidebar.scss */
  .sidebar-right.toggled .sidebar-right-toggle {
    width: 50px;
  }
  /* line 149, ../styles/projectstrap/_sidebar.scss */
  .sidebar-right.toggled .sidebar-right-toggle i {
    transform: rotate(180deg);
  }
  /* line 153, ../styles/projectstrap/_sidebar.scss */
  .sidebar-right.toggled .sr-content {
    margin-left: 50px;
  }
}

/* line 3, ../styles/projectstrap/_spaces.scss */
.clearmargin {
  margin: 0;
}

/* line 4, ../styles/projectstrap/_spaces.scss */
.margin5 {
  margin: 5px;
}

/* line 5, ../styles/projectstrap/_spaces.scss */
.margin10 {
  margin: 10px;
}

/* line 6, ../styles/projectstrap/_spaces.scss */
.margin15 {
  margin: 15px;
}

/* line 7, ../styles/projectstrap/_spaces.scss */
.margin20 {
  margin: 20px;
}

/* line 8, ../styles/projectstrap/_spaces.scss */
.margin30 {
  margin: 30px;
}

/* line 9, ../styles/projectstrap/_spaces.scss */
.margin40 {
  margin: 40px;
}

/* line 10, ../styles/projectstrap/_spaces.scss */
.margin50 {
  margin: 50px;
}

/* line 11, ../styles/projectstrap/_spaces.scss */
.margin60 {
  margin: 60px;
}

/* line 12, ../styles/projectstrap/_spaces.scss */
.margin70 {
  margin: 70px;
}

/* line 13, ../styles/projectstrap/_spaces.scss */
.margin80 {
  margin: 80px;
}

/* line 14, ../styles/projectstrap/_spaces.scss */
.margin90 {
  margin: 90px;
}

/* line 15, ../styles/projectstrap/_spaces.scss */
.margin100 {
  margin: 100px;
}

/* line 17, ../styles/projectstrap/_spaces.scss */
.margintop0 {
  margin-top: 0px;
}

/* line 18, ../styles/projectstrap/_spaces.scss */
.margintop5 {
  margin-top: 5px;
}

/* line 19, ../styles/projectstrap/_spaces.scss */
.margintop10 {
  margin-top: 10px;
}

/* line 20, ../styles/projectstrap/_spaces.scss */
.margintop15 {
  margin-top: 15px;
}

/* line 21, ../styles/projectstrap/_spaces.scss */
.margintop20 {
  margin-top: 20px;
}

/* line 22, ../styles/projectstrap/_spaces.scss */
.margintop30 {
  margin-top: 30px;
}

/* line 23, ../styles/projectstrap/_spaces.scss */
.margintop40 {
  margin-top: 40px;
}

/* line 24, ../styles/projectstrap/_spaces.scss */
.margintop50 {
  margin-top: 50px;
}

/* line 25, ../styles/projectstrap/_spaces.scss */
.margintop60 {
  margin-top: 60px;
}

/* line 26, ../styles/projectstrap/_spaces.scss */
.margintop70 {
  margin-top: 70px;
}

/* line 27, ../styles/projectstrap/_spaces.scss */
.margintop80 {
  margin-top: 80px;
}

/* line 28, ../styles/projectstrap/_spaces.scss */
.margintop90 {
  margin-top: 90px;
}

/* line 29, ../styles/projectstrap/_spaces.scss */
.margintop100 {
  margin-top: 100px;
}

/* line 30, ../styles/projectstrap/_spaces.scss */
.margintop150 {
  margin-top: 150px;
}

/* line 32, ../styles/projectstrap/_spaces.scss */
.margintop-5 {
  margin-top: -5px;
}

/* line 33, ../styles/projectstrap/_spaces.scss */
.margintop-10 {
  margin-top: -10px;
}

/* line 34, ../styles/projectstrap/_spaces.scss */
.margintop-20 {
  margin-top: -20px;
}

/* line 35, ../styles/projectstrap/_spaces.scss */
.margintop-30 {
  margin-top: -30px;
}

/* line 37, ../styles/projectstrap/_spaces.scss */
.marginbottom0 {
  margin-bottom: 0px;
}

/* line 38, ../styles/projectstrap/_spaces.scss */
.marginbottom5 {
  margin-bottom: 5px;
}

/* line 39, ../styles/projectstrap/_spaces.scss */
.marginbottom10 {
  margin-bottom: 10px;
}

/* line 40, ../styles/projectstrap/_spaces.scss */
.marginbottom15 {
  margin-bottom: 15px;
}

/* line 41, ../styles/projectstrap/_spaces.scss */
.marginbottom20 {
  margin-bottom: 20px;
}

/* line 42, ../styles/projectstrap/_spaces.scss */
.marginbottom30 {
  margin-bottom: 30px;
}

/* line 43, ../styles/projectstrap/_spaces.scss */
.marginbottom40 {
  margin-bottom: 40px;
}

/* line 44, ../styles/projectstrap/_spaces.scss */
.marginbottom50 {
  margin-bottom: 50px;
}

/* line 45, ../styles/projectstrap/_spaces.scss */
.marginbottom60 {
  margin-bottom: 60px;
}

/* line 46, ../styles/projectstrap/_spaces.scss */
.marginbottom70 {
  margin-bottom: 70px;
}

/* line 47, ../styles/projectstrap/_spaces.scss */
.marginbottom80 {
  margin-bottom: 80px;
}

/* line 48, ../styles/projectstrap/_spaces.scss */
.marginbottom90 {
  margin-bottom: 90px;
}

/* line 49, ../styles/projectstrap/_spaces.scss */
.marginbottom100 {
  margin-bottom: 100px;
}

/* line 50, ../styles/projectstrap/_spaces.scss */
.marginbottom150 {
  margin-bottom: 150px;
}

/* line 52, ../styles/projectstrap/_spaces.scss */
.marginleft0 {
  margin-left: 0px;
}

/* line 53, ../styles/projectstrap/_spaces.scss */
.marginleft5 {
  margin-left: 5px;
}

/* line 54, ../styles/projectstrap/_spaces.scss */
.marginleft10 {
  margin-left: 10px;
}

/* line 55, ../styles/projectstrap/_spaces.scss */
.marginleft15 {
  margin-left: 15px;
}

/* line 56, ../styles/projectstrap/_spaces.scss */
.marginleft20 {
  margin-left: 20px;
}

/* line 57, ../styles/projectstrap/_spaces.scss */
.marginleft30 {
  margin-left: 30px;
}

/* line 58, ../styles/projectstrap/_spaces.scss */
.marginleft40 {
  margin-left: 40px;
}

/* line 59, ../styles/projectstrap/_spaces.scss */
.marginleft50 {
  margin-left: 50px;
}

/* line 60, ../styles/projectstrap/_spaces.scss */
.marginleft60 {
  margin-left: 60px;
}

/* line 61, ../styles/projectstrap/_spaces.scss */
.marginleft70 {
  margin-left: 70px;
}

/* line 62, ../styles/projectstrap/_spaces.scss */
.marginleft80 {
  margin-left: 80px;
}

/* line 63, ../styles/projectstrap/_spaces.scss */
.marginleft90 {
  margin-left: 90px;
}

/* line 64, ../styles/projectstrap/_spaces.scss */
.marginleft100 {
  margin-left: 100px;
}

/* line 65, ../styles/projectstrap/_spaces.scss */
.marginleft150 {
  margin-left: 150px;
}

/* line 67, ../styles/projectstrap/_spaces.scss */
.marginright0 {
  margin-right: 0px;
}

/* line 68, ../styles/projectstrap/_spaces.scss */
.marginright5 {
  margin-right: 5px;
}

/* line 69, ../styles/projectstrap/_spaces.scss */
.marginright10 {
  margin-right: 10px;
}

/* line 70, ../styles/projectstrap/_spaces.scss */
.marginright15 {
  margin-right: 15px;
}

/* line 71, ../styles/projectstrap/_spaces.scss */
.marginright20 {
  margin-right: 20px;
}

/* line 72, ../styles/projectstrap/_spaces.scss */
.marginright30 {
  margin-right: 30px;
}

/* line 73, ../styles/projectstrap/_spaces.scss */
.marginright40 {
  margin-right: 40px;
}

/* line 74, ../styles/projectstrap/_spaces.scss */
.marginright50 {
  margin-right: 50px;
}

/* line 75, ../styles/projectstrap/_spaces.scss */
.marginright60 {
  margin-right: 60px;
}

/* line 76, ../styles/projectstrap/_spaces.scss */
.marginright70 {
  margin-right: 70px;
}

/* line 77, ../styles/projectstrap/_spaces.scss */
.marginright80 {
  margin-right: 80px;
}

/* line 78, ../styles/projectstrap/_spaces.scss */
.marginright90 {
  margin-right: 90px;
}

/* line 79, ../styles/projectstrap/_spaces.scss */
.marginright100 {
  margin-right: 100px;
}

/* line 80, ../styles/projectstrap/_spaces.scss */
.marginright150 {
  margin-right: 150px;
}

/* line 85, ../styles/projectstrap/_spaces.scss */
.clearpadding {
  padding: 0;
}

/* line 86, ../styles/projectstrap/_spaces.scss */
.padding5 {
  padding: 5px;
}

/* line 87, ../styles/projectstrap/_spaces.scss */
.padding10 {
  padding: 10px;
}

/* line 88, ../styles/projectstrap/_spaces.scss */
.padding15 {
  padding: 15px;
}

/* line 89, ../styles/projectstrap/_spaces.scss */
.padding20 {
  padding: 20px;
}

/* line 90, ../styles/projectstrap/_spaces.scss */
.padding30 {
  padding: 30px;
}

/* line 91, ../styles/projectstrap/_spaces.scss */
.padding40 {
  padding: 40px;
}

/* line 92, ../styles/projectstrap/_spaces.scss */
.padding50 {
  padding: 50px;
}

/* line 93, ../styles/projectstrap/_spaces.scss */
.padding60 {
  padding: 60px;
}

/* line 94, ../styles/projectstrap/_spaces.scss */
.padding70 {
  padding: 70px;
}

/* line 95, ../styles/projectstrap/_spaces.scss */
.padding80 {
  padding: 80px;
}

/* line 96, ../styles/projectstrap/_spaces.scss */
.padding90 {
  padding: 90px;
}

/* line 97, ../styles/projectstrap/_spaces.scss */
.padding100 {
  padding: 100px;
}

/* line 99, ../styles/projectstrap/_spaces.scss */
.paddingtop0 {
  padding-top: 0px;
}

/* line 100, ../styles/projectstrap/_spaces.scss */
.paddingtop5 {
  padding-top: 5px;
}

/* line 101, ../styles/projectstrap/_spaces.scss */
.paddingtop10 {
  padding-top: 10px;
}

/* line 102, ../styles/projectstrap/_spaces.scss */
.paddingtop15 {
  padding-top: 15px;
}

/* line 103, ../styles/projectstrap/_spaces.scss */
.paddingtop20 {
  padding-top: 20px;
}

/* line 104, ../styles/projectstrap/_spaces.scss */
.paddingtop30 {
  padding-top: 30px;
}

/* line 105, ../styles/projectstrap/_spaces.scss */
.paddingtop40 {
  padding-top: 40px;
}

/* line 106, ../styles/projectstrap/_spaces.scss */
.paddingtop50 {
  padding-top: 50px;
}

/* line 107, ../styles/projectstrap/_spaces.scss */
.paddingtop60 {
  padding-top: 60px;
}

/* line 108, ../styles/projectstrap/_spaces.scss */
.paddingtop70 {
  padding-top: 70px;
}

/* line 109, ../styles/projectstrap/_spaces.scss */
.paddingtop80 {
  padding-top: 80px;
}

/* line 110, ../styles/projectstrap/_spaces.scss */
.paddingtop90 {
  padding-top: 90px;
}

/* line 111, ../styles/projectstrap/_spaces.scss */
.paddingtop100 {
  padding-top: 100px;
}

/* line 112, ../styles/projectstrap/_spaces.scss */
.paddingtop150 {
  padding-top: 150px;
}

/* line 114, ../styles/projectstrap/_spaces.scss */
.paddingbottom0 {
  padding-bottom: 0px;
}

/* line 115, ../styles/projectstrap/_spaces.scss */
.paddingbottom5 {
  padding-bottom: 5px;
}

/* line 116, ../styles/projectstrap/_spaces.scss */
.paddingbottom10 {
  padding-bottom: 10px;
}

/* line 117, ../styles/projectstrap/_spaces.scss */
.paddingbottom15 {
  padding-bottom: 15px;
}

/* line 118, ../styles/projectstrap/_spaces.scss */
.paddingbottom20 {
  padding-bottom: 20px;
}

/* line 119, ../styles/projectstrap/_spaces.scss */
.paddingbottom30 {
  padding-bottom: 30px;
}

/* line 120, ../styles/projectstrap/_spaces.scss */
.paddingbottom40 {
  padding-bottom: 40px;
}

/* line 121, ../styles/projectstrap/_spaces.scss */
.paddingbottom50 {
  padding-bottom: 50px;
}

/* line 122, ../styles/projectstrap/_spaces.scss */
.paddingbottom60 {
  padding-bottom: 60px;
}

/* line 123, ../styles/projectstrap/_spaces.scss */
.paddingbottom70 {
  padding-bottom: 70px;
}

/* line 124, ../styles/projectstrap/_spaces.scss */
.paddingbottom80 {
  padding-bottom: 80px;
}

/* line 125, ../styles/projectstrap/_spaces.scss */
.paddingbottom90 {
  padding-bottom: 90px;
}

/* line 126, ../styles/projectstrap/_spaces.scss */
.paddingbottom100 {
  padding-bottom: 100px;
}

/* line 127, ../styles/projectstrap/_spaces.scss */
.paddingbottom150 {
  padding-bottom: 150px;
}

/* line 129, ../styles/projectstrap/_spaces.scss */
.paddingleft0 {
  padding-left: 0px;
}

/* line 130, ../styles/projectstrap/_spaces.scss */
.paddingleft5 {
  padding-left: 5px;
}

/* line 131, ../styles/projectstrap/_spaces.scss */
.paddingleft10 {
  padding-left: 10px;
}

/* line 132, ../styles/projectstrap/_spaces.scss */
.paddingleft15 {
  padding-left: 15px;
}

/* line 133, ../styles/projectstrap/_spaces.scss */
.paddingleft20 {
  padding-left: 20px;
}

/* line 134, ../styles/projectstrap/_spaces.scss */
.paddingleft30 {
  padding-left: 30px;
}

/* line 135, ../styles/projectstrap/_spaces.scss */
.paddingleft40 {
  padding-left: 40px;
}

/* line 136, ../styles/projectstrap/_spaces.scss */
.paddingleft50 {
  padding-left: 50px;
}

/* line 137, ../styles/projectstrap/_spaces.scss */
.paddingleft60 {
  padding-left: 60px;
}

/* line 138, ../styles/projectstrap/_spaces.scss */
.paddingleft70 {
  padding-left: 70px;
}

/* line 139, ../styles/projectstrap/_spaces.scss */
.paddingleft80 {
  padding-left: 80px;
}

/* line 140, ../styles/projectstrap/_spaces.scss */
.paddingleft90 {
  padding-left: 90px;
}

/* line 141, ../styles/projectstrap/_spaces.scss */
.paddingleft100 {
  padding-left: 100px;
}

/* line 142, ../styles/projectstrap/_spaces.scss */
.paddingleft150 {
  padding-left: 150px;
}

/* line 144, ../styles/projectstrap/_spaces.scss */
.paddingright0 {
  padding-right: 0px;
}

/* line 145, ../styles/projectstrap/_spaces.scss */
.paddingright5 {
  padding-right: 5px;
}

/* line 146, ../styles/projectstrap/_spaces.scss */
.paddingright10 {
  padding-right: 10px;
}

/* line 147, ../styles/projectstrap/_spaces.scss */
.paddingright15 {
  padding-right: 15px;
}

/* line 148, ../styles/projectstrap/_spaces.scss */
.paddingright20 {
  padding-right: 20px;
}

/* line 149, ../styles/projectstrap/_spaces.scss */
.paddingright30 {
  padding-right: 30px;
}

/* line 150, ../styles/projectstrap/_spaces.scss */
.paddingright40 {
  padding-right: 40px;
}

/* line 151, ../styles/projectstrap/_spaces.scss */
.paddingright50 {
  padding-right: 50px;
}

/* line 152, ../styles/projectstrap/_spaces.scss */
.paddingright60 {
  padding-right: 60px;
}

/* line 153, ../styles/projectstrap/_spaces.scss */
.paddingright70 {
  padding-right: 70px;
}

/* line 154, ../styles/projectstrap/_spaces.scss */
.paddingright80 {
  padding-right: 80px;
}

/* line 155, ../styles/projectstrap/_spaces.scss */
.paddingright90 {
  padding-right: 90px;
}

/* line 156, ../styles/projectstrap/_spaces.scss */
.paddingright100 {
  padding-right: 100px;
}

/* line 157, ../styles/projectstrap/_spaces.scss */
.paddingright150 {
  padding-right: 150px;
}

@media (max-width: 767px) {
  /* line 159, ../styles/projectstrap/_spaces.scss */
  .pt60 {
    padding-top: 60px;
  }
}

/* line 168, ../styles/projectstrap/_spaces.scss */
.relative {
  position: relative;
}

/* line 171, ../styles/projectstrap/_spaces.scss */
.absolute {
  position: absolute;
}

/* line 174, ../styles/projectstrap/_spaces.scss */
.fixed {
  position: fixed;
}

/* line 177, ../styles/projectstrap/_spaces.scss */
.center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 184, ../styles/projectstrap/_spaces.scss */
.none {
  display: none;
}

/* line 185, ../styles/projectstrap/_spaces.scss */
.inline-block {
  display: inline-block;
}

/* line 190, ../styles/projectstrap/_spaces.scss */
.v-hidden {
  visibility: hidden;
}
@media (max-width: 991px) {
  /* line 190, ../styles/projectstrap/_spaces.scss */
  .v-hidden {
    display: none;
  }
}

/* line 197, ../styles/projectstrap/_spaces.scss */
.bg-cover {
  background-size: cover !important;
}

/* line 201, ../styles/projectstrap/_spaces.scss */
.maw-100 {
  max-width: 100%;
}
@media (max-width: 767px) {
  /* line 201, ../styles/projectstrap/_spaces.scss */
  .maw-100 {
    max-width: 49%;
  }
}

/* line 208, ../styles/projectstrap/_spaces.scss */
.o-hidden {
  overflow: hidden;
}

/* line 4, ../styles/projectstrap/_tables.scss */
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td {
  vertical-align: middle;
}

/* line 4, ../styles/projectstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 10px 20px;
}

/* line 14, ../styles/projectstrap/_type.scss */
a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 20, ../styles/projectstrap/_type.scss */
a:hover, a:active, a:focus, a:active:hover {
  text-decoration: none;
}

/* line 31, ../styles/projectstrap/_type.scss */
h1 i, .h1 i,
h2 i, .h2 i,
h3 i, .h3 i,
h4 i, .h4 i,
h5 i, .h5 i {
  font-size: 70%;
}
/* line 34, ../styles/projectstrap/_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,
h4 small,
h4 .small, .h4 small, .h4 .small,
h5 small,
h5 .small, .h5 small, .h5 .small {
  color: #919191;
  font-weight: 300;
}

/* line 41, ../styles/projectstrap/_type.scss */
.OpenSans300 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/* line 45, ../styles/projectstrap/_type.scss */
.OpenSans400 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/* line 49, ../styles/projectstrap/_type.scss */
.OpenSans600 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

/* line 53, ../styles/projectstrap/_type.scss */
.OpenSans700 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* line 57, ../styles/projectstrap/_type.scss */
.OpenSans800 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
}

/* line 65, ../styles/projectstrap/_type.scss */
.font72 {
  font-size: 72px;
  line-height: 1.1;
}

/* line 66, ../styles/projectstrap/_type.scss */
.font60 {
  font-size: 60px;
  line-height: 1.1;
}

/* line 67, ../styles/projectstrap/_type.scss */
.font48 {
  font-size: 48px;
  line-height: 1.1;
}

/* line 68, ../styles/projectstrap/_type.scss */
.font42 {
  font-size: 42px;
  line-height: 1.1;
}

/* line 69, ../styles/projectstrap/_type.scss */
.font36 {
  font-size: 36px;
  line-height: 1.2;
}

/* line 70, ../styles/projectstrap/_type.scss */
.font32 {
  font-size: 32px;
  line-height: 1.3;
}

/* line 71, ../styles/projectstrap/_type.scss */
.font28 {
  font-size: 28px;
  line-height: 1.3;
}

/* line 72, ../styles/projectstrap/_type.scss */
.font26 {
  font-size: 26px;
  line-height: 1.3;
}

/* line 73, ../styles/projectstrap/_type.scss */
.font24 {
  font-size: 24px;
  line-height: 1.3;
}

/* line 74, ../styles/projectstrap/_type.scss */
.font20 {
  font-size: 20px;
  line-height: 1.3;
}

/* line 75, ../styles/projectstrap/_type.scss */
.font19 {
  font-size: 19px;
  line-height: 1.3;
}

/* line 76, ../styles/projectstrap/_type.scss */
.font18 {
  font-size: 18px;
}

/* line 77, ../styles/projectstrap/_type.scss */
.font16 {
  font-size: 16px;
}

/* line 78, ../styles/projectstrap/_type.scss */
.font15 {
  font-size: 15px;
}

/* line 79, ../styles/projectstrap/_type.scss */
.font14 {
  font-size: 14px;
}

/* line 80, ../styles/projectstrap/_type.scss */
.font13 {
  font-size: 13px;
}

/* line 81, ../styles/projectstrap/_type.scss */
.font12 {
  font-size: 12px;
}

/* line 82, ../styles/projectstrap/_type.scss */
.font11 {
  font-size: 11px;
}

/* line 83, ../styles/projectstrap/_type.scss */
.font10 {
  font-size: 10px;
}

/* line 84, ../styles/projectstrap/_type.scss */
.font9 {
  font-size: 9px;
}

/* line 86, ../styles/projectstrap/_type.scss */
.subtitle {
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 20px;
}

/* line 92, ../styles/projectstrap/_type.scss */
mark {
  background-color: #cb62a9;
  color: white;
  padding: .15em .3em;
}

/* line 97, ../styles/projectstrap/_type.scss */
blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 105, ../styles/projectstrap/_type.scss */
.list-gray {
  color: #AFAFAF;
}

/* line 106, ../styles/projectstrap/_type.scss */
.list-gray span {
  color: #2e3033;
}

/* line 114, ../styles/projectstrap/_type.scss */
pre {
  border: 0;
  background-color: lighter(#eeeeee, 10%);
  color: #555555;
  padding: 15px 18px;
}

/* line 120, ../styles/projectstrap/_type.scss */
kbd {
  font-size: 85%;
}

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

/* line 24, ../styles/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.primary:hover,
.table-hover > tbody > tr > th.primary:hover, .table-hover > tbody > tr.primary:hover > td, .table-hover > tbody > tr:hover > .primary, .table-hover > tbody > tr.primary:hover > th {
  background-color: #c54f9f;
}

/* line 142, ../styles/projectstrap/_type.scss */
.table > thead > tr > th.primary, .table > thead > tr > th.success, .table > thead > tr > th.info, .table > thead > tr > th.warning, .table > thead > tr > th.danger,
.table > thead > tr > td.primary,
.table > thead > tr > td.success,
.table > thead > tr > td.info,
.table > thead > tr > td.warning,
.table > thead > tr > td.danger,
.table > tbody > tr > th.primary,
.table > tbody > tr > th.success,
.table > tbody > tr > th.info,
.table > tbody > tr > th.warning,
.table > tbody > tr > th.danger,
.table > tbody > tr > td.primary,
.table > tbody > tr > td.success,
.table > tbody > tr > td.info,
.table > tbody > tr > td.warning,
.table > tbody > tr > td.danger,
.table > tfoot > tr > th.primary,
.table > tfoot > tr > th.success,
.table > tfoot > tr > th.info,
.table > tfoot > tr > th.warning,
.table > tfoot > tr > th.danger,
.table > tfoot > tr > td.primary,
.table > tfoot > tr > td.success,
.table > tfoot > tr > td.info,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > td.danger {
  color: white;
  font-weight: 400;
}
/* line 153, ../styles/projectstrap/_type.scss */
.table > thead > tr.primary > th,
.table > thead > tr.primary > td, .table > thead > tr.success > th,
.table > thead > tr.success > td, .table > thead > tr.info > th,
.table > thead > tr.info > td, .table > thead > tr.warning > th,
.table > thead > tr.warning > td, .table > thead > tr.danger > th,
.table > thead > tr.danger > td,
.table > tbody > tr.primary > th,
.table > tbody > tr.primary > td,
.table > tbody > tr.success > th,
.table > tbody > tr.success > td,
.table > tbody > tr.info > th,
.table > tbody > tr.info > td,
.table > tbody > tr.warning > th,
.table > tbody > tr.warning > td,
.table > tbody > tr.danger > th,
.table > tbody > tr.danger > td,
.table > tfoot > tr.primary > th,
.table > tfoot > tr.primary > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr.success > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr.info > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr.danger > td {
  color: white;
  font-weight: 400;
  border-color: white;
}
/* line 161, ../styles/projectstrap/_type.scss */
.table > thead > tr > th {
  border-bottom: none;
  font-weight: 400;
  font-size: 0.9em;
}
/* line 167, ../styles/projectstrap/_type.scss */
.table > tbody > tr > th,
.table > tbody > tr > td {
  font-weight: 300;
}
/* line 175, ../styles/projectstrap/_type.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 181, ../styles/projectstrap/_type.scss */
.table > tbody + tbody {
  border-top: 2px solid rgba(178, 178, 178, 0.3);
}

/* line 202, ../styles/projectstrap/_type.scss */
.table-bordered > thead > tr.primary > th:first-child,
.table-bordered > thead > tr.primary > td:first-child, .table-bordered > thead > tr.success > th:first-child,
.table-bordered > thead > tr.success > td:first-child, .table-bordered > thead > tr.info > th:first-child,
.table-bordered > thead > tr.info > td:first-child, .table-bordered > thead > tr.warning > th:first-child,
.table-bordered > thead > tr.warning > td:first-child, .table-bordered > thead > tr.danger > th:first-child,
.table-bordered > thead > tr.danger > td:first-child,
.table-bordered > tbody > tr.primary > th:first-child,
.table-bordered > tbody > tr.primary > td:first-child,
.table-bordered > tbody > tr.success > th:first-child,
.table-bordered > tbody > tr.success > td:first-child,
.table-bordered > tbody > tr.info > th:first-child,
.table-bordered > tbody > tr.info > td:first-child,
.table-bordered > tbody > tr.warning > th:first-child,
.table-bordered > tbody > tr.warning > td:first-child,
.table-bordered > tbody > tr.danger > th:first-child,
.table-bordered > tbody > tr.danger > td:first-child,
.table-bordered > tfoot > tr.primary > th:first-child,
.table-bordered > tfoot > tr.primary > td:first-child,
.table-bordered > tfoot > tr.success > th:first-child,
.table-bordered > tfoot > tr.success > td:first-child,
.table-bordered > tfoot > tr.info > th:first-child,
.table-bordered > tfoot > tr.info > td:first-child,
.table-bordered > tfoot > tr.warning > th:first-child,
.table-bordered > tfoot > tr.warning > td:first-child,
.table-bordered > tfoot > tr.danger > th:first-child,
.table-bordered > tfoot > tr.danger > td:first-child {
  border-left-color: rgba(178, 178, 178, 0.3);
}
/* line 205, ../styles/projectstrap/_type.scss */
.table-bordered > thead > tr.primary > th:last-child,
.table-bordered > thead > tr.primary > td:last-child, .table-bordered > thead > tr.success > th:last-child,
.table-bordered > thead > tr.success > td:last-child, .table-bordered > thead > tr.info > th:last-child,
.table-bordered > thead > tr.info > td:last-child, .table-bordered > thead > tr.warning > th:last-child,
.table-bordered > thead > tr.warning > td:last-child, .table-bordered > thead > tr.danger > th:last-child,
.table-bordered > thead > tr.danger > td:last-child,
.table-bordered > tbody > tr.primary > th:last-child,
.table-bordered > tbody > tr.primary > td:last-child,
.table-bordered > tbody > tr.success > th:last-child,
.table-bordered > tbody > tr.success > td:last-child,
.table-bordered > tbody > tr.info > th:last-child,
.table-bordered > tbody > tr.info > td:last-child,
.table-bordered > tbody > tr.warning > th:last-child,
.table-bordered > tbody > tr.warning > td:last-child,
.table-bordered > tbody > tr.danger > th:last-child,
.table-bordered > tbody > tr.danger > td:last-child,
.table-bordered > tfoot > tr.primary > th:last-child,
.table-bordered > tfoot > tr.primary > td:last-child,
.table-bordered > tfoot > tr.success > th:last-child,
.table-bordered > tfoot > tr.success > td:last-child,
.table-bordered > tfoot > tr.info > th:last-child,
.table-bordered > tfoot > tr.info > td:last-child,
.table-bordered > tfoot > tr.warning > th:last-child,
.table-bordered > tfoot > tr.warning > td:last-child,
.table-bordered > tfoot > tr.danger > th:last-child,
.table-bordered > tfoot > tr.danger > td:last-child {
  border-right-color: rgba(178, 178, 178, 0.3);
}

/* line 214, ../styles/projectstrap/_type.scss */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 220, ../styles/projectstrap/_type.scss */
.text-right-left {
  text-align: right;
}
@media (max-width: 767px) {
  /* line 220, ../styles/projectstrap/_type.scss */
  .text-right-left {
    text-align: left;
  }
}

/* line 227, ../styles/projectstrap/_type.scss */
.fw700 {
  font-weight: 700;
}

/* line 2, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 10, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
/* line 15, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
/* line 20, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
/* line 25, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
/* line 30, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--Right {
  -webkit-animation-name: Right;
  animation-name: Right;
}
/* line 35, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* line 40, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
/* line 45, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
/* line 50, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
/* line 55, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
/* line 60, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* line 65, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/* line 70, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* line 75, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
/* line 80, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/* line 85, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
/* line 90, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* line 95, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
/* line 100, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* line 105, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
/* line 110, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* line 115, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* line 120, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
/* line 125, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* line 130, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
/* line 135, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* line 140, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
/* line 145, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* line 150, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
/* line 155, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* line 160, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--flip {
  -webkit-animation-name: flip;
  animation-name: flip;
}
/* line 165, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
/* line 170, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
/* line 175, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}
/* line 180, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--flipOutY {
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* line 185, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* line 190, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
}
/* line 195, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
}
/* line 200, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
/* line 205, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* line 210, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* line 215, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
/* line 220, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
/* line 225, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
/* line 230, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
/* line 235, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
/* line 239, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
/* line 244, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
/* line 249, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
/* line 254, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
/* line 259, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
/* line 264, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
/* line 269, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
/* line 274, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--swing {
  -webkit-animation-name: swing;
  animation-name: swing;
}
/* line 279, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* line 284, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
/* line 289, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/* line 294, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
/* line 299, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
/* line 304, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* line 309, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
/* line 314, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
/* line 319, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
/* line 325, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/* line 330, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--delayed {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/* line 336, ../styles/projectstrap/_smoothState.scss */
.m-scene.is-exiting .scene_element--delayed {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
/* line 340, ../styles/projectstrap/_smoothState.scss */
.m-scene.is-exiting .scene_element {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}
/* line 344, ../styles/projectstrap/_smoothState.scss */
.m-scene.is-exiting .scene_element--noexiting {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}

@media screen and (min-width: 768px) {
  /* line 354, ../styles/projectstrap/_smoothState.scss */
  .m-scene .scene_element--fadeinright-wide {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}
/* line 362, ../styles/projectstrap/_smoothState.scss */
.is-loading,
.is-loading a {
  cursor: progress;
}

/* line 13, ../styles/projectstrap/_MEGCstrap.scss */
1. LOADER
2. NAVBAR-TOP
3. NAVBAR_BOTTOM
4. MAIN HEADER
5. MAIN HERO
6. SECTION CONTAINER
7. MAIN-INFO
8. MAIN-BANNER
9. FOOTER
10. SECTION BOX
11. TECH BOX
body, p {
  font-size: 16px;
  line-height: 24px;
}

/* line 20, ../styles/projectstrap/_MEGCstrap.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* line 26, ../styles/projectstrap/_MEGCstrap.scss */
.pace .pace-progress {
  background: #0073ff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* line 37, ../styles/projectstrap/_MEGCstrap.scss */
.pace-inactive {
  display: none;
}

/* line 41, ../styles/projectstrap/_MEGCstrap.scss */
.cover {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #212121;
}

/* line 51, ../styles/projectstrap/_MEGCstrap.scss */
img.loader-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  /* line 51, ../styles/projectstrap/_MEGCstrap.scss */
  img.loader-centered {
    max-width: 50%;
  }
}

/* line 63, ../styles/projectstrap/_MEGCstrap.scss */
.navbar-primary {
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.11);
  border-bottom: 0;
}

/* line 67, ../styles/projectstrap/_MEGCstrap.scss */
.navbar-accesible {
  margin-bottom: 0;
  min-height: 50px;
  background-color: #f2d333;
}
/* line 72, ../styles/projectstrap/_MEGCstrap.scss */
.navbar-accesible .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media (min-width: 768px) {
  /* line 72, ../styles/projectstrap/_MEGCstrap.scss */
  .navbar-accesible .navbar-toggle {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 72, ../styles/projectstrap/_MEGCstrap.scss */
  .navbar-accesible .navbar-toggle {
    display: block;
    padding-right: 0;
    margin-right: 0;
  }
  /* line 90, ../styles/projectstrap/_MEGCstrap.scss */
  .navbar-accesible .navbar-toggle .icon-menu {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(http://www.buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/css/menu.svg), none;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
/* line 100, ../styles/projectstrap/_MEGCstrap.scss */
.navbar-accesible .navbar-collapse {
  padding: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 100, ../styles/projectstrap/_MEGCstrap.scss */
  .navbar-accesible .navbar-collapse {
    background-color: #fff;
  }
}
/* line 106, ../styles/projectstrap/_MEGCstrap.scss */
.navbar-accesible .navbar-collapse:before, .navbar-accesible .navbar-collapse:after {
  display: table;
  content: " ";
}
/* line 110, ../styles/projectstrap/_MEGCstrap.scss */
.navbar-accesible .navbar-collapse:after {
  clear: both;
}
/* line 116, ../styles/projectstrap/_MEGCstrap.scss */
.navbar-accesible .navbar-collapse .navbar-nav > li > a {
  padding: 15px;
  padding-top: 17px;
  color: #333333;
  height: auto;
  opacity: .8;
}
/* line 122, ../styles/projectstrap/_MEGCstrap.scss */
.navbar-accesible .navbar-collapse .navbar-nav > li > a:hover {
  color: #292202;
  background-color: transparent;
  opacity: 1;
}
@media (max-width: 991px) {
  /* line 116, ../styles/projectstrap/_MEGCstrap.scss */
  .navbar-accesible .navbar-collapse .navbar-nav > li > a {
    float: none;
    border-bottom: 1px solid #aaaaaa;
  }
  /* line 130, ../styles/projectstrap/_MEGCstrap.scss */
  .navbar-accesible .navbar-collapse .navbar-nav > li > a > a {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
/* line 145, ../styles/projectstrap/_MEGCstrap.scss */
.navbar-accesible .navbar-collapse .primary.navbar-nav > li > a {
  font-size: 14px;
  line-height: 16px;
}
/* line 150, ../styles/projectstrap/_MEGCstrap.scss */
.navbar-accesible .navbar-collapse .primary.navbar-nav > li:last-child a {
  box-shadow: none;
  background-color: transparent;
  padding: 8px;
  margin-top: 6px;
  border: 1px solid #716f6f !important;
  color: #716f6f;
  font-family: "OpenSans",Helvetica,Arial,sans-serif;
  transition: background-color .3s ease,color .15s ease;
  font-weight: bold;
  border-radius: 4px;
}
/* line 161, ../styles/projectstrap/_MEGCstrap.scss */
.navbar-accesible .navbar-collapse .primary.navbar-nav > li:last-child a:after {
  font-family: Glyphicons Halflings;
  padding-left: 5px;
  content: '\e008';
}
@media (max-width: 767px) {
  /* line 142, ../styles/projectstrap/_MEGCstrap.scss */
  .navbar-accesible .navbar-collapse .primary {
    background-color: #fff;
  }
  /* line 175, ../styles/projectstrap/_MEGCstrap.scss */
  .navbar-accesible .navbar-collapse .primary.navbar-nav > li:last-child a {
    border: 0 !important;
  }
}
/* line 186, ../styles/projectstrap/_MEGCstrap.scss */
.navbar-accesible .navbar-right ~ .navbar-right {
  margin-right: 0;
}
@media (max-width: 991px) {
  /* line 192, ../styles/projectstrap/_MEGCstrap.scss */
  .navbar-accesible .navbar-right {
    float: none;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  /* line 200, ../styles/projectstrap/_MEGCstrap.scss */
  .navbar-header {
    float: left;
  }
}
/* line 208, ../styles/projectstrap/_MEGCstrap.scss */
.mainNavbar #navbar-principal-id {
  border-bottom: 0;
  margin-bottom: 0;
  min-height: 90px;
}
/* line 213, ../styles/projectstrap/_MEGCstrap.scss */
.mainNavbar .logoBABAC {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0;
}
@media (max-width: 991px) {
  /* line 213, ../styles/projectstrap/_MEGCstrap.scss */
  .mainNavbar .logoBABAC {
    text-align: center;
    float: none !important;
  }
}
/* line 222, ../styles/projectstrap/_MEGCstrap.scss */
.mainNavbar .navbar-buenosaires {
  padding-top: 38px;
}
/* line 226, ../styles/projectstrap/_MEGCstrap.scss */
.mainNavbar .navbar-nav > li {
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
/* line 230, ../styles/projectstrap/_MEGCstrap.scss */
.mainNavbar .navbar-nav > li a {
  color: #666666;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 !important;
  height: auto;
  outline: 0;
}

/* line 242, ../styles/projectstrap/_MEGCstrap.scss */
#search {
  color: #666666;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  height: auto;
  outline: 0;
}
/* line 249, ../styles/projectstrap/_MEGCstrap.scss */
#search span {
  margin-top: 35px;
  font-size: 16px;
  cursor: pointer;
}
@media (min-width: 992px) {
  /* line 242, ../styles/projectstrap/_MEGCstrap.scss */
  #search {
    width: 6.5%;
  }
}

/* line 261, ../styles/projectstrap/_MEGCstrap.scss */
.main-header {
  background: #663366;
  /* Old browsers */
  background: -moz-linear-gradient(left, #663366 0%, #a73f97 50%, #c85ba0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #663366 0%, #a73f97 50%, #c85ba0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #663366 0%, #a73f97 50%, #c85ba0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#663366', endColorstr='#c85ba0',GradientType=0 );
  /* IE6-9 */
  margin-top: 10px;
  padding: 30px 15px;
}
/* line 270, ../styles/projectstrap/_MEGCstrap.scss */
.main-header .main-header-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 278, ../styles/projectstrap/_MEGCstrap.scss */
.main-header .main-header-box .logo-ed {
  max-width: 250px;
}
/* line 281, ../styles/projectstrap/_MEGCstrap.scss */
.main-header .main-header-box .mh-actions {
  color: #fff;
  font-size: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 290, ../styles/projectstrap/_MEGCstrap.scss */
.main-header .main-header-box .mh-actions .action-box .ab-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
/* line 299, ../styles/projectstrap/_MEGCstrap.scss */
.main-header .main-header-box .mh-actions .action-box:first-child {
  padding-right: 20px;
}
/* line 302, ../styles/projectstrap/_MEGCstrap.scss */
.main-header .main-header-box .mh-actions .action-box:last-child {
  border-left: 2px solid #fff;
  padding-left: 20px;
}
/* line 306, ../styles/projectstrap/_MEGCstrap.scss */
.main-header .main-header-box .mh-actions .action-box input {
  border-radius: 7px;
  background-color: transparent;
  color: #fff;
}
/* line 310, ../styles/projectstrap/_MEGCstrap.scss */
.main-header .main-header-box .mh-actions .action-box input:focus {
  border-color: #fff;
}
@media (max-width: 767px) {
  /* line 319, ../styles/projectstrap/_MEGCstrap.scss */
  .main-header .main-header-box {
    display: block;
  }
  /* line 321, ../styles/projectstrap/_MEGCstrap.scss */
  .main-header .main-header-box .mh-actions {
    margin-top: 40px;
  }
  /* line 323, ../styles/projectstrap/_MEGCstrap.scss */
  .main-header .main-header-box .mh-actions i {
    display: none;
  }
}

/* line 334, ../styles/projectstrap/_MEGCstrap.scss */
.main-hero {
  background: #bdbdbd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bdbdbd 0%, white 50%, #bdbdbd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bdbdbd 0%, white 50%, #bdbdbd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bdbdbd 0%, #ffffff 50%, #bdbdbd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#bdbdbd',GradientType=0 );
  /* IE6-9 */
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  /*-- Estilos para secciones en vertical --*/
}
/* line 343, ../styles/projectstrap/_MEGCstrap.scss */
.main-hero .hero-img-box {
  height: 100%;
}
/* line 345, ../styles/projectstrap/_MEGCstrap.scss */
.main-hero .hero-img-box .hero-img {
  background-image: url(../img/hero-img.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  right: 0;
  width: 60%;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 345, ../styles/projectstrap/_MEGCstrap.scss */
  .main-hero .hero-img-box .hero-img {
    width: 0;
  }
}
/* line 359, ../styles/projectstrap/_MEGCstrap.scss */
.main-hero .hero-img-box p {
  width: 18%;
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translateY(-50%);
  font-size: 28px;
  color: #fff;
  font-weight: bolder;
}
@media (max-width: 1199px) {
  /* line 359, ../styles/projectstrap/_MEGCstrap.scss */
  .main-hero .hero-img-box p {
    width: 25%;
    right: 50px;
  }
}
@media (max-width: 991px) {
  /* line 359, ../styles/projectstrap/_MEGCstrap.scss */
  .main-hero .hero-img-box p {
    width: 35%;
  }
}
@media (max-width: 767px) {
  /* line 343, ../styles/projectstrap/_MEGCstrap.scss */
  .main-hero .hero-img-box {
    display: none;
  }
}
/* line 380, ../styles/projectstrap/_MEGCstrap.scss */
.main-hero .hero {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
/* line 387, ../styles/projectstrap/_MEGCstrap.scss */
.main-hero .hero .hero-links {
  width: 33%;
  padding: 30px;
}
/* line 390, ../styles/projectstrap/_MEGCstrap.scss */
.main-hero .hero .hero-links img {
  max-width: 50%;
  margin: auto;
}
@media (max-width: 991px) {
  /* line 398, ../styles/projectstrap/_MEGCstrap.scss */
  .main-hero .hero-img {
    width: 57%;
  }
  /* line 402, ../styles/projectstrap/_MEGCstrap.scss */
  .main-hero .hero .hero-links {
    width: 43%;
  }
}
@media (max-width: 767px) {
  /* line 408, ../styles/projectstrap/_MEGCstrap.scss */
  .main-hero .hero-img {
    width: 0%;
  }
  /* line 412, ../styles/projectstrap/_MEGCstrap.scss */
  .main-hero .hero .hero-links {
    width: 100%;
    padding-right: 0;
  }
}
/* line 420, ../styles/projectstrap/_MEGCstrap.scss */
.main-hero.sections {
  padding: 30px 0;
}
/* line 422, ../styles/projectstrap/_MEGCstrap.scss */
.main-hero.sections .row-eq-height {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 428, ../styles/projectstrap/_MEGCstrap.scss */
.main-hero.sections .row-eq-height .col {
  width: 100%;
}
/* line 432, ../styles/projectstrap/_MEGCstrap.scss */
.main-hero.sections .hero-img {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 438, ../styles/projectstrap/_MEGCstrap.scss */
.main-hero.sections .hero .hero-links {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 444, ../styles/projectstrap/_MEGCstrap.scss */
  .main-hero.sections .row-eq-height {
    display: block;
  }
}

/* line 454, ../styles/projectstrap/_MEGCstrap.scss */
.section-container {
  background: #bdbdbd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bdbdbd 0%, white 50%, #bdbdbd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bdbdbd 0%, white 50%, #bdbdbd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bdbdbd 0%, #ffffff 50%, #bdbdbd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#bdbdbd',GradientType=0 );
  /* IE6-9 */
  margin-top: 10px;
  padding: 30px 0;
}
/* line 462, ../styles/projectstrap/_MEGCstrap.scss */
.section-container .section-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 470, ../styles/projectstrap/_MEGCstrap.scss */
.section-container .section-flex .section-link {
  height: 275px;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  /* line 470, ../styles/projectstrap/_MEGCstrap.scss */
  .section-container .section-flex .section-link {
    height: 235px;
  }
}
@media (max-width: 991px) {
  /* line 470, ../styles/projectstrap/_MEGCstrap.scss */
  .section-container .section-flex .section-link {
    height: 175px;
  }
}
@media (max-width: 767px) {
  /* line 470, ../styles/projectstrap/_MEGCstrap.scss */
  .section-container .section-flex .section-link {
    height: 145px;
  }
}
@media (max-width: 767px) {
  /* line 491, ../styles/projectstrap/_MEGCstrap.scss */
  .section-container .section-flex .section-link {
    width: 100%;
  }
}

/* line 499, ../styles/projectstrap/_MEGCstrap.scss */
.main-info {
  background: #bdbdbd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bdbdbd 0%, white 50%, #bdbdbd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bdbdbd 0%, white 50%, #bdbdbd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bdbdbd 0%, #ffffff 50%, #bdbdbd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#bdbdbd',GradientType=0 );
  /* IE6-9 */
  margin-top: 10px;
  padding: 50px 0;
}
/* line 508, ../styles/projectstrap/_MEGCstrap.scss */
.main-info .info-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 518, ../styles/projectstrap/_MEGCstrap.scss */
.main-info .info-flex .info-btn {
  height: 212px;
  width: 212px;
  border-radius: 50%;
  overflow: hidden;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  /* line 508, ../styles/projectstrap/_MEGCstrap.scss */
  .main-info .info-flex {
    justify-content: center;
  }
  /* line 541, ../styles/projectstrap/_MEGCstrap.scss */
  .main-info .info-flex .info-btn {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  /* line 508, ../styles/projectstrap/_MEGCstrap.scss */
  .main-info .info-flex {
    display: block;
  }
  /* line 547, ../styles/projectstrap/_MEGCstrap.scss */
  .main-info .info-flex .info-btn {
    margin: 0 auto 20px;
  }
}

/* line 555, ../styles/projectstrap/_MEGCstrap.scss */
.main-banner {
  background: #663366;
  /* Old browsers */
  background: -moz-linear-gradient(left, #663366 0%, #a73f97 50%, #c85ba0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #663366 0%, #a73f97 50%, #c85ba0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #663366 0%, #a73f97 50%, #c85ba0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#663366', endColorstr='#c85ba0',GradientType=0 );
  /* IE6-9 */
}
/* line 561, ../styles/projectstrap/_MEGCstrap.scss */
.main-banner .banner {
  padding: 30px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 570, ../styles/projectstrap/_MEGCstrap.scss */
.main-banner .banner p {
  color: #fff;
  font-size: 35px;
  margin-left: 140px;
}
/* line 575, ../styles/projectstrap/_MEGCstrap.scss */
.main-banner .banner .logo-banner {
  max-width: 115px;
}
@media (max-width: 767px) {
  /* line 561, ../styles/projectstrap/_MEGCstrap.scss */
  .main-banner .banner {
    display: block;
  }
  /* line 581, ../styles/projectstrap/_MEGCstrap.scss */
  .main-banner .banner .logo-banner {
    margin: auto;
  }
  /* line 584, ../styles/projectstrap/_MEGCstrap.scss */
  .main-banner .banner p {
    margin-top: 15px;
    margin-left: 0;
    text-align: center;
  }
}

/* line 595, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires {
  margin-top: 10px;
  padding: 60px 0;
  padding-top: 65px;
  padding-bottom: 50px;
  background: #333;
  border-top: 1px solid #e5e5e5;
}
/* line 602, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires .bavos-footer {
  height: 70px;
  width: 150px;
  background-image: url("http://www.buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/css/bavos-footer.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
}
/* line 611, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires p {
  font-weight: bold;
  color: #f5f5f5;
  margin-bottom: 30px;
}
/* line 616, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 620, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires ul li {
  margin-bottom: 30px;
}
/* line 622, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires ul li a {
  font-weight: bold;
  color: #aaaaaa;
  text-decoration: none;
}
/* line 626, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires ul li a:hover {
  color: #f5f5f5;
}
/* line 634, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires .telefonosUtiles li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
}
/* line 641, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires .telefonosUtiles li a span {
  margin-right: 5px;
  margin-top: 5px;
}
/* line 648, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires .social {
  text-align: left;
}
/* line 650, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires .social li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 8px;
}
/* line 654, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires .social li a {
  width: 40px;
  height: 40px;
  font-size: 0;
  display: inline-block;
  background-size: cover;
}
/* line 660, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires .social li a.social-fb {
  background-image: url("http://www.buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/css/social/social-fb.svg");
}
/* line 663, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires .social li a.social-tw {
  background-image: url("http://www.buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/css/social/social-tw.svg");
}
/* line 666, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires .social li a.social-yt {
  background-image: url("http://www.buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/css/social/social-yt.svg");
}
/* line 669, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires .social li a.social-in {
  background-image: url("http://www.buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/css/social/social-in.png");
}
/* line 672, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires .social li a.social-rss {
  background-image: url("http://www.buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/css/social/social-rss.svg");
}
/* line 679, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires .bac-footer {
  width: 255px;
  height: 45px;
  background-image: url(http://www.buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/bac-footer.png);
  background-image: url(http://www.buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/bac-footer.svg), none;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  font-size: 0 !important;
}
/* line 689, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires .bac-footer:hover {
  opacity: 0.8;
}
/* line 695, ../styles/projectstrap/_MEGCstrap.scss */
.footer-buenosaires .legalText p {
  font-size: 12px;
  font-weight: normal;
  color: #aaaaaa;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 705, ../styles/projectstrap/_MEGCstrap.scss */
  .footer-buenosaires .logoVBA {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  /* line 710, ../styles/projectstrap/_MEGCstrap.scss */
  .footer-buenosaires .social {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 716, ../styles/projectstrap/_MEGCstrap.scss */
  .footer-buenosaires .legal .logoOficialCiudad {
    margin-top: 50px;
  }
}

/* line 725, ../styles/projectstrap/_MEGCstrap.scss */
.section-box {
  padding: 30px 0;
}
/* line 727, ../styles/projectstrap/_MEGCstrap.scss */
.section-box .search-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #cb62a9;
  font-size: 13px;
  font-weight: 600;
}
/* line 738, ../styles/projectstrap/_MEGCstrap.scss */
.section-box .search-box .input-sm, .section-box .search-box .input-group-sm > .form-control,
.section-box .search-box .input-group-sm > .input-group-addon,
.section-box .search-box .input-group-sm > .input-group-btn > .btn {
  border-radius: 10em;
  border: 1px solid #cb62a9;
  margin-left: 15px;
}
/* line 745, ../styles/projectstrap/_MEGCstrap.scss */
.section-box .section-title {
  padding: 15px;
  padding-left: 30px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 754, ../styles/projectstrap/_MEGCstrap.scss */
.section-box .section-list {
  padding: 30px;
}
/* line 756, ../styles/projectstrap/_MEGCstrap.scss */
.section-box .section-list a {
  display: block;
  color: #cb62a9;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}
/* line 762, ../styles/projectstrap/_MEGCstrap.scss */
.section-box .section-list a.active {
  font-weight: bold;
}
/* line 764, ../styles/projectstrap/_MEGCstrap.scss */
.section-box .section-list a.active:after {
  content: '\e01f';
  font-family: 'Material Icons';
  margin-left: 20px;
  position: relative;
  top: 3px;
}
/* line 775, ../styles/projectstrap/_MEGCstrap.scss */
.section-box .section-list.section-blue a {
  color: #544a9a;
}
/* line 780, ../styles/projectstrap/_MEGCstrap.scss */
.section-box .section-list.section-success a {
  color: #6da957;
}

/*.p-sidebar{
	border: 1px solid #ccc;
	&.primary{
		border-color: $brand-primary;
	}
	&.blue{
		border-color: $brand-blue;
	}
	&.success{
		border-color: $brand-success;
	}
	@media (max-width: 767px) {
		border: 0;
	}
}*/
/* line 803, ../styles/projectstrap/_MEGCstrap.scss */
.padding-box {
  height: 680px;
  overflow-y: auto;
  padding: 30px 60px;
  border: 2px solid #ccc;
  border-top: 0;
}
@media (max-width: 767px) {
  /* line 803, ../styles/projectstrap/_MEGCstrap.scss */
  .padding-box {
    height: 100%;
  }
}
/* line 813, ../styles/projectstrap/_MEGCstrap.scss */
.padding-box h5 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
}

/* line 821, ../styles/projectstrap/_MEGCstrap.scss */
hr.text-primary {
  border-top-color: #cb62a9;
}

/* line 825, ../styles/projectstrap/_MEGCstrap.scss */
.project-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
/* line 835, ../styles/projectstrap/_MEGCstrap.scss */
.project-list .project-item-list {
  width: 31%;
  margin-bottom: 20px;
}
/* line 838, ../styles/projectstrap/_MEGCstrap.scss */
.project-list .project-item-list .project-name {
  padding: 15px;
}
@media (max-width: 767px) {
  /* line 835, ../styles/projectstrap/_MEGCstrap.scss */
  .project-list .project-item-list {
    width: 100%;
  }
}
/* line 846, ../styles/projectstrap/_MEGCstrap.scss */
.project-list .pi-box {
  padding: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
}
/* line 856, ../styles/projectstrap/_MEGCstrap.scss */
.project-list .pi-box a {
  display: block;
}
/* line 858, ../styles/projectstrap/_MEGCstrap.scss */
.project-list .pi-box a img {
  max-height: 180px;
  margin: auto;
}
@media (max-width: 767px) {
  /* line 846, ../styles/projectstrap/_MEGCstrap.scss */
  .project-list .pi-box {
    height: auto;
  }
}
/* line 869, ../styles/projectstrap/_MEGCstrap.scss */
.project-list.full > div {
  width: 100%;
}
/* line 873, ../styles/projectstrap/_MEGCstrap.scss */
.project-list.full .pi-box {
  height: auto;
}
/* line 877, ../styles/projectstrap/_MEGCstrap.scss */
.project-list.full .project-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 886, ../styles/projectstrap/_MEGCstrap.scss */
.project-list.full .project-item img {
  max-height: 200px;
  width: auto;
}
/* line 890, ../styles/projectstrap/_MEGCstrap.scss */
.project-list.full .project-item .project-name {
  color: #fff;
  font-size: 34px;
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: 1.2;
}
/* line 897, ../styles/projectstrap/_MEGCstrap.scss */
.project-list.full .project-item .project-desc {
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
}
/* line 902, ../styles/projectstrap/_MEGCstrap.scss */
.project-list.full .project-item i {
  font-size: 30px;
  padding-left: 15px;
  color: #fff;
}
@media (max-width: 992px) {
  /* line 910, ../styles/projectstrap/_MEGCstrap.scss */
  .project-list.full .project-item {
    flex-direction: column;
  }
}

/* line 920, ../styles/projectstrap/_MEGCstrap.scss */
.padding-box.tech-box {
  height: auto;
  padding: 0;
  color: #fff;
}
/* line 924, ../styles/projectstrap/_MEGCstrap.scss */
.padding-box.tech-box .bg-primary-ed, .padding-box.tech-box .bg-blue-ed, .padding-box.tech-box .bg-success-ed, .padding-box.tech-box .bg-warning-ed {
  padding: 30px 45px;
  overflow: hidden;
}
/* line 927, ../styles/projectstrap/_MEGCstrap.scss */
.padding-box.tech-box .bg-primary-ed .tech-title, .padding-box.tech-box .bg-blue-ed .tech-title, .padding-box.tech-box .bg-success-ed .tech-title, .padding-box.tech-box .bg-warning-ed .tech-title {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #fff;
}
/* line 933, ../styles/projectstrap/_MEGCstrap.scss */
.padding-box.tech-box .bg-primary-ed .steps, .padding-box.tech-box .bg-blue-ed .steps, .padding-box.tech-box .bg-success-ed .steps, .padding-box.tech-box .bg-warning-ed .steps {
  margin: 40px 0;
}
/* line 935, ../styles/projectstrap/_MEGCstrap.scss */
.padding-box.tech-box .bg-primary-ed .steps p, .padding-box.tech-box .bg-blue-ed .steps p, .padding-box.tech-box .bg-success-ed .steps p, .padding-box.tech-box .bg-warning-ed .steps p {
  position: relative;
}
/* line 937, ../styles/projectstrap/_MEGCstrap.scss */
.padding-box.tech-box .bg-primary-ed .steps p.active, .padding-box.tech-box .bg-blue-ed .steps p.active, .padding-box.tech-box .bg-success-ed .steps p.active, .padding-box.tech-box .bg-warning-ed .steps p.active {
  font-weight: bold;
}
/* line 939, ../styles/projectstrap/_MEGCstrap.scss */
.padding-box.tech-box .bg-primary-ed .steps p.active:before, .padding-box.tech-box .bg-blue-ed .steps p.active:before, .padding-box.tech-box .bg-success-ed .steps p.active:before, .padding-box.tech-box .bg-warning-ed .steps p.active:before {
  content: '\e01f';
  font-family: 'Material Icons';
  position: absolute;
  left: -20px;
}
/* line 948, ../styles/projectstrap/_MEGCstrap.scss */
.padding-box.tech-box .bg-primary-ed .form-padding, .padding-box.tech-box .bg-blue-ed .form-padding, .padding-box.tech-box .bg-success-ed .form-padding, .padding-box.tech-box .bg-warning-ed .form-padding {
  margin-top: 30px;
  padding: 30px;
  color: #000;
  /*.form-group{
  	&:last-child{
  		margin-bottom: 0;
  	}
  }*/
}
/* line 959, ../styles/projectstrap/_MEGCstrap.scss */
.padding-box.tech-box .bg-primary-ed .next-step i, .padding-box.tech-box .bg-blue-ed .next-step i, .padding-box.tech-box .bg-success-ed .next-step i, .padding-box.tech-box .bg-warning-ed .next-step i {
  color: #fff;
  font-size: 30px;
  margin-top: 30px;
  float: right;
  font-weight: bold;
}
/* line 970, ../styles/projectstrap/_MEGCstrap.scss */
.padding-box.kit {
  border: 0;
}
/* line 972, ../styles/projectstrap/_MEGCstrap.scss */
.padding-box.kit h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

/* line 980, ../styles/projectstrap/_MEGCstrap.scss */
.links-container .fixed-col {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  background-color: rgba(255, 255, 126, 0.3);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 993, ../styles/projectstrap/_MEGCstrap.scss */
.links-container .fixed-col span {
  font-size: 50px;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 110px;
  font-weight: 700;
}

/* line 1006, ../styles/projectstrap/_MEGCstrap.scss */
.row.no-padding .col-sm-6:first-child {
  padding-right: 0;
}
/* line 1009, ../styles/projectstrap/_MEGCstrap.scss */
.row.no-padding .col-sm-6:last-child {
  padding-left: 0;
}
/* line 1013, ../styles/projectstrap/_MEGCstrap.scss */
.row.no-padding .link-box {
  padding: 40px;
}

/* line 1019, ../styles/projectstrap/_MEGCstrap.scss */
.section-nav {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 1026, ../styles/projectstrap/_MEGCstrap.scss */
.section-nav a {
  color: #000;
  font-weight: 700;
  padding: 5px 8px;
  text-transform: uppercase;
}
/* line 1032, ../styles/projectstrap/_MEGCstrap.scss */
.section-nav a:not(:first-child) {
  border-left: 1px solid #000;
}
/* line 1036, ../styles/projectstrap/_MEGCstrap.scss */
.section-nav a:hover {
  background-color: #cb62a9;
}
@media (max-width: 767px) {
  /* line 1019, ../styles/projectstrap/_MEGCstrap.scss */
  .section-nav {
    display: block;
  }
  /* line 1043, ../styles/projectstrap/_MEGCstrap.scss */
  .section-nav a {
    display: block;
  }
  /* line 1045, ../styles/projectstrap/_MEGCstrap.scss */
  .section-nav a:not(:first-child) {
    border-left: 0;
  }
}

/* line 1052, ../styles/projectstrap/_MEGCstrap.scss */
.form-section {
  border: 2px solid #ccc;
  border-bottom: 0;
  padding: 30px;
}
@media (max-width: 767px) {
  /* line 1052, ../styles/projectstrap/_MEGCstrap.scss */
  .form-section {
    padding: 15px;
  }
}

/* line 1063, ../styles/projectstrap/_MEGCstrap.scss */
.modal-section .modal-content {
  border: 2px solid #cb62a9;
}
/* line 1065, ../styles/projectstrap/_MEGCstrap.scss */
.modal-section .modal-content .modal-body {
  overflow: hidden;
  padding: 30px 30px 45px;
}
/* line 1069, ../styles/projectstrap/_MEGCstrap.scss */
.modal-section .modal-content .modal-body .text-modal {
  padding-left: 30px;
  margin-top: 15px;
  color: #2e3033;
}
/* line 1073, ../styles/projectstrap/_MEGCstrap.scss */
.modal-section .modal-content .modal-body .text-modal h4 {
  font-weight: 700;
}
/* line 1078, ../styles/projectstrap/_MEGCstrap.scss */
.modal-section .modal-content .modal-body .flex-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 1086, ../styles/projectstrap/_MEGCstrap.scss */
.modal-section .modal-content .modal-body .flex-text .star-box {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  border: 1px solid #fa1414;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1098, ../styles/projectstrap/_MEGCstrap.scss */
.modal-section .modal-content .modal-body .flex-text .star-box i {
  color: #fa1414;
}
/* line 1103, ../styles/projectstrap/_MEGCstrap.scss */
.modal-section .modal-content .modal-body img {
  border: 15px solid #cb62a9;
}
/* line 1106, ../styles/projectstrap/_MEGCstrap.scss */
.modal-section .modal-content .modal-body .modal-social {
  float: right;
}
/* line 1108, ../styles/projectstrap/_MEGCstrap.scss */
.modal-section .modal-content .modal-body .modal-social a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cb62a9;
  float: left;
  margin-left: 15px;
}

/* line 1128, ../styles/projectstrap/_MEGCstrap.scss */
.social-icons {
  margin-top: 20px;
}
/* line 1130, ../styles/projectstrap/_MEGCstrap.scss */
.social-icons a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cb62a9;
  float: left;
  margin-right: 15px;
}

/* line 1147, ../styles/projectstrap/_MEGCstrap.scss */
.star-box {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  border: 1px solid #fa1414;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1160, ../styles/projectstrap/_MEGCstrap.scss */
.star-box i {
  color: #fa1414;
}

/* line 1165, ../styles/projectstrap/_MEGCstrap.scss */
.sections-wrapper {
  margin-top: 20px;
  padding: 30px 60px;
  padding-left: 200px;
  position: relative;
  background-color: #aaa;
}
/* line 1171, ../styles/projectstrap/_MEGCstrap.scss */
.sections-wrapper .rotate {
  font-size: 150px;
  color: #cb62a9;
  transform: rotate(-90deg);
  font-weight: 700;
}
/* line 1179, ../styles/projectstrap/_MEGCstrap.scss */
.sections-wrapper .project-list .pi-box {
  flex-direction: column;
  height: auto;
}
/* line 1182, ../styles/projectstrap/_MEGCstrap.scss */
.sections-wrapper .project-list .pi-box .project-name {
  color: #fff;
}
/* line 1184, ../styles/projectstrap/_MEGCstrap.scss */
.sections-wrapper .project-list .pi-box .project-name .p-title {
  font-weight: 700;
}
/* line 1189, ../styles/projectstrap/_MEGCstrap.scss */
.sections-wrapper .project-list .star-box {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  border: 1px solid #fa1414;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
/* line 1203, ../styles/projectstrap/_MEGCstrap.scss */
.sections-wrapper .project-list .star-box i {
  color: #fa1414;
}
/* line 1207, ../styles/projectstrap/_MEGCstrap.scss */
.sections-wrapper .project-list .project-item {
  position: relative;
}
/* line 1209, ../styles/projectstrap/_MEGCstrap.scss */
.sections-wrapper .project-list .project-item .sigla-section {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cb62a9;
}
/* line 1225, ../styles/projectstrap/_MEGCstrap.scss */
.sections-wrapper .project-list .project-item .sigla-section span {
  font-weight: 700;
  font-size: 18px;
}
/* line 1232, ../styles/projectstrap/_MEGCstrap.scss */
.sections-wrapper .fixed-col {
  left: 0;
  background-color: transparent;
}
/* line 1235, ../styles/projectstrap/_MEGCstrap.scss */
.sections-wrapper .fixed-col span {
  color: #6c2874;
  /* Old browsers */
  color: -moz-linear-gradient(top, #6c2874 0%, #a73f97 51%, #c85ba0 100%);
  /* FF3.6-15 */
  color: -webkit-linear-gradient(top, #6c2874 0%, #a73f97 51%, #c85ba0 100%);
  /* Chrome10-25,Safari5.1-6 */
  color: linear-gradient(to bottom, #6c2874 0%, #a73f97 51%, #c85ba0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c2874', endColorstr='#c85ba0',GradientType=0 );
  /* IE6-9 */
  font-size: 110px;
}
@media (max-width: 767px) {
  /* line 1165, ../styles/projectstrap/_MEGCstrap.scss */
  .sections-wrapper {
    padding: 30px;
  }
  /* line 1247, ../styles/projectstrap/_MEGCstrap.scss */
  .sections-wrapper .fixed-col {
    display: none;
  }
}
/* line 1253, ../styles/projectstrap/_MEGCstrap.scss */
.sections-wrapper.lab {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

/*--- Secuencia Proyecto ---*/
/* line 1262, ../styles/projectstrap/_MEGCstrap.scss */
.experiencia-wrapper {
  padding-left: 20px;
}
@media (max-width: 767px) {
  /* line 1262, ../styles/projectstrap/_MEGCstrap.scss */
  .experiencia-wrapper {
    padding-left: 0;
  }
  /* line 1266, ../styles/projectstrap/_MEGCstrap.scss */
  .experiencia-wrapper img {
    margin-bottom: 20px;
  }
}

/* line 1272, ../styles/projectstrap/_MEGCstrap.scss */
.download-text {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

/* line 1276, ../styles/projectstrap/_MEGCstrap.scss */
.icon-download {
  background: #000;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
}

/* line 1284, ../styles/projectstrap/_MEGCstrap.scss */
.border-primary {
  border-right: 1px solid #cb62a9;
}
@media (max-width: 767px) {
  /* line 1284, ../styles/projectstrap/_MEGCstrap.scss */
  .border-primary {
    border-right: 0;
  }
}

/* line 1291, ../styles/projectstrap/_MEGCstrap.scss */
.file-wrapper {
  margin-top: 20px;
  padding: 15px;
  background-color: #cb62a9;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1304, ../styles/projectstrap/_MEGCstrap.scss */
.kit-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
/* line 1312, ../styles/projectstrap/_MEGCstrap.scss */
.kit-flex i {
  background-color: #dc933b;
  padding: 15px;
  font-size: 25px;
  border-radius: 50%;
  color: #fff;
}
/* line 1319, ../styles/projectstrap/_MEGCstrap.scss */
.kit-flex p {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  margin-left: 20px;
}

/* line 1328, ../styles/projectstrap/_MEGCstrap.scss */
.btn-wrapper {
  padding: 15px 0;
  border-top: 1px solid #cb62a9;
  border-bottom: 1px solid #cb62a9;
}

/* line 1334, ../styles/projectstrap/_MEGCstrap.scss */
.row .row-eq-height {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

/* line 1345, ../styles/projectstrap/_MEGCstrap.scss */
.actividades .text-primary {
  color: #6c6cb3;
}
/* line 1348, ../styles/projectstrap/_MEGCstrap.scss */
.actividades hr.text-primary, .actividades .border-primary {
  border-color: #6c6cb3;
}

/* line 1355, ../styles/projectstrap/_MEGCstrap.scss */
.recursos .text-primary {
  color: #b3d564;
}
/* line 1359, ../styles/projectstrap/_MEGCstrap.scss */
.recursos hr.text-primary, .recursos .border-primary {
  border-color: #b3d564;
}

/*
 *  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, ../styles/plugins/fontawesome/_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, ../styles/plugins/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../styles/plugins/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../styles/plugins/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../styles/plugins/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../styles/plugins/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../styles/plugins/fontawesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../styles/plugins/fontawesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../styles/plugins/fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../styles/plugins/fontawesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../styles/plugins/fontawesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 10, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../styles/plugins/fontawesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../styles/plugins/fontawesome/_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, ../styles/plugins/fontawesome/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 19, ../styles/plugins/fontawesome/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  /* line 26, ../styles/plugins/fontawesome/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 30, ../styles/plugins/fontawesome/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, ../styles/plugins/fontawesome/_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, ../styles/plugins/fontawesome/_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, ../styles/plugins/fontawesome/_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, ../styles/plugins/fontawesome/_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, ../styles/plugins/fontawesome/_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, ../styles/plugins/fontawesome/_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, ../styles/plugins/fontawesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../styles/plugins/fontawesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../styles/plugins/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../styles/plugins/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../styles/plugins/fontawesome/_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, ../styles/plugins/fontawesome/_icons.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5, ../styles/plugins/fontawesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6, ../styles/plugins/fontawesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 7, ../styles/plugins/fontawesome/_icons.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 8, ../styles/plugins/fontawesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 9, ../styles/plugins/fontawesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 10, ../styles/plugins/fontawesome/_icons.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 11, ../styles/plugins/fontawesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 12, ../styles/plugins/fontawesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 13, ../styles/plugins/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 14, ../styles/plugins/fontawesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 15, ../styles/plugins/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 16, ../styles/plugins/fontawesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 19, ../styles/plugins/fontawesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 20, ../styles/plugins/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 21, ../styles/plugins/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 22, ../styles/plugins/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 23, ../styles/plugins/fontawesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 25, ../styles/plugins/fontawesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 26, ../styles/plugins/fontawesome/_icons.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 27, ../styles/plugins/fontawesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 28, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 29, ../styles/plugins/fontawesome/_icons.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 30, ../styles/plugins/fontawesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 31, ../styles/plugins/fontawesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 32, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 33, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 34, ../styles/plugins/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 35, ../styles/plugins/fontawesome/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 37, ../styles/plugins/fontawesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 38, ../styles/plugins/fontawesome/_icons.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 39, ../styles/plugins/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 40, ../styles/plugins/fontawesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 41, ../styles/plugins/fontawesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 42, ../styles/plugins/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 43, ../styles/plugins/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 44, ../styles/plugins/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 45, ../styles/plugins/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 46, ../styles/plugins/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 47, ../styles/plugins/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 48, ../styles/plugins/fontawesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 49, ../styles/plugins/fontawesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 50, ../styles/plugins/fontawesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 51, ../styles/plugins/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 52, ../styles/plugins/fontawesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 53, ../styles/plugins/fontawesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 54, ../styles/plugins/fontawesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 55, ../styles/plugins/fontawesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 56, ../styles/plugins/fontawesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 57, ../styles/plugins/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 58, ../styles/plugins/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 59, ../styles/plugins/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 60, ../styles/plugins/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 61, ../styles/plugins/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 62, ../styles/plugins/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 63, ../styles/plugins/fontawesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 65, ../styles/plugins/fontawesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 66, ../styles/plugins/fontawesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 67, ../styles/plugins/fontawesome/_icons.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 70, ../styles/plugins/fontawesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 71, ../styles/plugins/fontawesome/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 72, ../styles/plugins/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 73, ../styles/plugins/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 74, ../styles/plugins/fontawesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 76, ../styles/plugins/fontawesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 77, ../styles/plugins/fontawesome/_icons.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 78, ../styles/plugins/fontawesome/_icons.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 79, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 80, ../styles/plugins/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 81, ../styles/plugins/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 82, ../styles/plugins/fontawesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 83, ../styles/plugins/fontawesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 84, ../styles/plugins/fontawesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 85, ../styles/plugins/fontawesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 86, ../styles/plugins/fontawesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 87, ../styles/plugins/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 88, ../styles/plugins/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 89, ../styles/plugins/fontawesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 90, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 91, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 92, ../styles/plugins/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 93, ../styles/plugins/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 94, ../styles/plugins/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 95, ../styles/plugins/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 96, ../styles/plugins/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 97, ../styles/plugins/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 98, ../styles/plugins/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 99, ../styles/plugins/fontawesome/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 100, ../styles/plugins/fontawesome/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 101, ../styles/plugins/fontawesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 102, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 103, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 104, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 105, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 107, ../styles/plugins/fontawesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 108, ../styles/plugins/fontawesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 109, ../styles/plugins/fontawesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 110, ../styles/plugins/fontawesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 111, ../styles/plugins/fontawesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 112, ../styles/plugins/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 113, ../styles/plugins/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 114, ../styles/plugins/fontawesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 115, ../styles/plugins/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 116, ../styles/plugins/fontawesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 117, ../styles/plugins/fontawesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 118, ../styles/plugins/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 120, ../styles/plugins/fontawesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 121, ../styles/plugins/fontawesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 122, ../styles/plugins/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 123, ../styles/plugins/fontawesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 124, ../styles/plugins/fontawesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 125, ../styles/plugins/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 126, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 127, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 128, ../styles/plugins/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 129, ../styles/plugins/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 130, ../styles/plugins/fontawesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 131, ../styles/plugins/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 132, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 133, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 135, ../styles/plugins/fontawesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 136, ../styles/plugins/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 137, ../styles/plugins/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 138, ../styles/plugins/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 139, ../styles/plugins/fontawesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 141, ../styles/plugins/fontawesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 142, ../styles/plugins/fontawesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 143, ../styles/plugins/fontawesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 144, ../styles/plugins/fontawesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 145, ../styles/plugins/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 146, ../styles/plugins/fontawesome/_icons.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 147, ../styles/plugins/fontawesome/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 148, ../styles/plugins/fontawesome/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 149, ../styles/plugins/fontawesome/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 150, ../styles/plugins/fontawesome/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 151, ../styles/plugins/fontawesome/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 152, ../styles/plugins/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 153, ../styles/plugins/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 154, ../styles/plugins/fontawesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 155, ../styles/plugins/fontawesome/_icons.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 156, ../styles/plugins/fontawesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 157, ../styles/plugins/fontawesome/_icons.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 158, ../styles/plugins/fontawesome/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 159, ../styles/plugins/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 160, ../styles/plugins/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 162, ../styles/plugins/fontawesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 163, ../styles/plugins/fontawesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 164, ../styles/plugins/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 165, ../styles/plugins/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 167, ../styles/plugins/fontawesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 168, ../styles/plugins/fontawesome/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 169, ../styles/plugins/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 170, ../styles/plugins/fontawesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 171, ../styles/plugins/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 172, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 173, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 174, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 175, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 176, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 177, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 178, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 179, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 180, ../styles/plugins/fontawesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 181, ../styles/plugins/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 182, ../styles/plugins/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 183, ../styles/plugins/fontawesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 184, ../styles/plugins/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 185, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 187, ../styles/plugins/fontawesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 189, ../styles/plugins/fontawesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 190, ../styles/plugins/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 191, ../styles/plugins/fontawesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 193, ../styles/plugins/fontawesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 195, ../styles/plugins/fontawesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 196, ../styles/plugins/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 198, ../styles/plugins/fontawesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 199, ../styles/plugins/fontawesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 202, ../styles/plugins/fontawesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 203, ../styles/plugins/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 204, ../styles/plugins/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 205, ../styles/plugins/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 206, ../styles/plugins/fontawesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 207, ../styles/plugins/fontawesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 208, ../styles/plugins/fontawesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 209, ../styles/plugins/fontawesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 210, ../styles/plugins/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 211, ../styles/plugins/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 212, ../styles/plugins/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 213, ../styles/plugins/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 214, ../styles/plugins/fontawesome/_icons.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 215, ../styles/plugins/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 216, ../styles/plugins/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 217, ../styles/plugins/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 218, ../styles/plugins/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 219, ../styles/plugins/fontawesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 221, ../styles/plugins/fontawesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 223, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 225, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 226, ../styles/plugins/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 227, ../styles/plugins/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 229, ../styles/plugins/fontawesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 231, ../styles/plugins/fontawesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 233, ../styles/plugins/fontawesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 234, ../styles/plugins/fontawesome/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 235, ../styles/plugins/fontawesome/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 237, ../styles/plugins/fontawesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 238, ../styles/plugins/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 239, ../styles/plugins/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 241, ../styles/plugins/fontawesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 242, ../styles/plugins/fontawesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 243, ../styles/plugins/fontawesome/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 244, ../styles/plugins/fontawesome/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 245, ../styles/plugins/fontawesome/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 246, ../styles/plugins/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 247, ../styles/plugins/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 248, ../styles/plugins/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 249, ../styles/plugins/fontawesome/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 250, ../styles/plugins/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 251, ../styles/plugins/fontawesome/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 252, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 253, ../styles/plugins/fontawesome/_icons.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 254, ../styles/plugins/fontawesome/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 255, ../styles/plugins/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 256, ../styles/plugins/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 257, ../styles/plugins/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 258, ../styles/plugins/fontawesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 259, ../styles/plugins/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 260, ../styles/plugins/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 261, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 262, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 263, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 264, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 265, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 266, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 267, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 268, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 269, ../styles/plugins/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 270, ../styles/plugins/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 271, ../styles/plugins/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 273, ../styles/plugins/fontawesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 274, ../styles/plugins/fontawesome/_icons.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 275, ../styles/plugins/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 276, ../styles/plugins/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 277, ../styles/plugins/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 278, ../styles/plugins/fontawesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 280, ../styles/plugins/fontawesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 281, ../styles/plugins/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 282, ../styles/plugins/fontawesome/_icons.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 283, ../styles/plugins/fontawesome/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 284, ../styles/plugins/fontawesome/_icons.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 285, ../styles/plugins/fontawesome/_icons.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 286, ../styles/plugins/fontawesome/_icons.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 287, ../styles/plugins/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 288, ../styles/plugins/fontawesome/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 289, ../styles/plugins/fontawesome/_icons.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 290, ../styles/plugins/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 291, ../styles/plugins/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 292, ../styles/plugins/fontawesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 294, ../styles/plugins/fontawesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 297, ../styles/plugins/fontawesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 298, ../styles/plugins/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 299, ../styles/plugins/fontawesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 300, ../styles/plugins/fontawesome/_icons.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 302, ../styles/plugins/fontawesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 303, ../styles/plugins/fontawesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 304, ../styles/plugins/fontawesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 305, ../styles/plugins/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 306, ../styles/plugins/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 307, ../styles/plugins/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 308, ../styles/plugins/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 309, ../styles/plugins/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 310, ../styles/plugins/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 311, ../styles/plugins/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 312, ../styles/plugins/fontawesome/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 313, ../styles/plugins/fontawesome/_icons.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 314, ../styles/plugins/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 315, ../styles/plugins/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 316, ../styles/plugins/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 317, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 318, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 319, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 320, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 321, ../styles/plugins/fontawesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 322, ../styles/plugins/fontawesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 323, ../styles/plugins/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 324, ../styles/plugins/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 325, ../styles/plugins/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 326, ../styles/plugins/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 327, ../styles/plugins/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 328, ../styles/plugins/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 329, ../styles/plugins/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 330, ../styles/plugins/fontawesome/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 331, ../styles/plugins/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 332, ../styles/plugins/fontawesome/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 333, ../styles/plugins/fontawesome/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 334, ../styles/plugins/fontawesome/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 335, ../styles/plugins/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 336, ../styles/plugins/fontawesome/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 337, ../styles/plugins/fontawesome/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 338, ../styles/plugins/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 339, ../styles/plugins/fontawesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 341, ../styles/plugins/fontawesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 343, ../styles/plugins/fontawesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 345, ../styles/plugins/fontawesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 347, ../styles/plugins/fontawesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 348, ../styles/plugins/fontawesome/_icons.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 350, ../styles/plugins/fontawesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 352, ../styles/plugins/fontawesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 356, ../styles/plugins/fontawesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 359, ../styles/plugins/fontawesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 361, ../styles/plugins/fontawesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 363, ../styles/plugins/fontawesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 364, ../styles/plugins/fontawesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 365, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 366, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 367, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 368, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 369, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 370, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 371, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 372, ../styles/plugins/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 373, ../styles/plugins/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 374, ../styles/plugins/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 375, ../styles/plugins/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 376, ../styles/plugins/fontawesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 377, ../styles/plugins/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 378, ../styles/plugins/fontawesome/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 379, ../styles/plugins/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 380, ../styles/plugins/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 381, ../styles/plugins/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 382, ../styles/plugins/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 383, ../styles/plugins/fontawesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 384, ../styles/plugins/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 385, ../styles/plugins/fontawesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 386, ../styles/plugins/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 387, ../styles/plugins/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 388, ../styles/plugins/fontawesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 389, ../styles/plugins/fontawesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 390, ../styles/plugins/fontawesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 391, ../styles/plugins/fontawesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 392, ../styles/plugins/fontawesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 393, ../styles/plugins/fontawesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 394, ../styles/plugins/fontawesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 395, ../styles/plugins/fontawesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 396, ../styles/plugins/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 397, ../styles/plugins/fontawesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 398, ../styles/plugins/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 399, ../styles/plugins/fontawesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 400, ../styles/plugins/fontawesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 401, ../styles/plugins/fontawesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 403, ../styles/plugins/fontawesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 404, ../styles/plugins/fontawesome/_icons.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 405, ../styles/plugins/fontawesome/_icons.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 406, ../styles/plugins/fontawesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 407, ../styles/plugins/fontawesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 408, ../styles/plugins/fontawesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 409, ../styles/plugins/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 410, ../styles/plugins/fontawesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 411, ../styles/plugins/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 412, ../styles/plugins/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 413, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 414, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 416, ../styles/plugins/fontawesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 417, ../styles/plugins/fontawesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 418, ../styles/plugins/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 419, ../styles/plugins/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 421, ../styles/plugins/fontawesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 422, ../styles/plugins/fontawesome/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 423, ../styles/plugins/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 424, ../styles/plugins/fontawesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 425, ../styles/plugins/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 426, ../styles/plugins/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 427, ../styles/plugins/fontawesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 430, ../styles/plugins/fontawesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 432, ../styles/plugins/fontawesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 433, ../styles/plugins/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 434, ../styles/plugins/fontawesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 435, ../styles/plugins/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 436, ../styles/plugins/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 437, ../styles/plugins/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 438, ../styles/plugins/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 439, ../styles/plugins/fontawesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 440, ../styles/plugins/fontawesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 441, ../styles/plugins/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 442, ../styles/plugins/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 443, ../styles/plugins/fontawesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 444, ../styles/plugins/fontawesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 445, ../styles/plugins/fontawesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 446, ../styles/plugins/fontawesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 447, ../styles/plugins/fontawesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 448, ../styles/plugins/fontawesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 449, ../styles/plugins/fontawesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 450, ../styles/plugins/fontawesome/_icons.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 451, ../styles/plugins/fontawesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 452, ../styles/plugins/fontawesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 453, ../styles/plugins/fontawesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 454, ../styles/plugins/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 455, ../styles/plugins/fontawesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 456, ../styles/plugins/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 457, ../styles/plugins/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 459, ../styles/plugins/fontawesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 461, ../styles/plugins/fontawesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 462, ../styles/plugins/fontawesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 463, ../styles/plugins/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 464, ../styles/plugins/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 465, ../styles/plugins/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 466, ../styles/plugins/fontawesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 467, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 468, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 469, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 470, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 473, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 475, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 477, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 479, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 480, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 481, ../styles/plugins/fontawesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 482, ../styles/plugins/fontawesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 483, ../styles/plugins/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 488, ../styles/plugins/fontawesome/_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, ../styles/plugins/fontawesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 491, ../styles/plugins/fontawesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 493, ../styles/plugins/fontawesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 494, ../styles/plugins/fontawesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 495, ../styles/plugins/fontawesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 498, ../styles/plugins/fontawesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 499, ../styles/plugins/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 500, ../styles/plugins/fontawesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 502, ../styles/plugins/fontawesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 504, ../styles/plugins/fontawesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 506, ../styles/plugins/fontawesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 507, ../styles/plugins/fontawesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 508, ../styles/plugins/fontawesome/_icons.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 509, ../styles/plugins/fontawesome/_icons.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 510, ../styles/plugins/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 511, ../styles/plugins/fontawesome/_icons.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 512, ../styles/plugins/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 513, ../styles/plugins/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 514, ../styles/plugins/fontawesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 516, ../styles/plugins/fontawesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 517, ../styles/plugins/fontawesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 518, ../styles/plugins/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 519, ../styles/plugins/fontawesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 520, ../styles/plugins/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 521, ../styles/plugins/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 522, ../styles/plugins/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 523, ../styles/plugins/fontawesome/_icons.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 524, ../styles/plugins/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 525, ../styles/plugins/fontawesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 526, ../styles/plugins/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 527, ../styles/plugins/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 528, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 529, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 530, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 531, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 532, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 533, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 534, ../styles/plugins/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 535, ../styles/plugins/fontawesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 536, ../styles/plugins/fontawesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 537, ../styles/plugins/fontawesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 538, ../styles/plugins/fontawesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 539, ../styles/plugins/fontawesome/_icons.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 540, ../styles/plugins/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 541, ../styles/plugins/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 542, ../styles/plugins/fontawesome/_icons.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 543, ../styles/plugins/fontawesome/_icons.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 544, ../styles/plugins/fontawesome/_icons.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 545, ../styles/plugins/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 546, ../styles/plugins/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 547, ../styles/plugins/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 548, ../styles/plugins/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 549, ../styles/plugins/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 550, ../styles/plugins/fontawesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 551, ../styles/plugins/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 552, ../styles/plugins/fontawesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 553, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 556, ../styles/plugins/fontawesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 557, ../styles/plugins/fontawesome/_icons.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 558, ../styles/plugins/fontawesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 559, ../styles/plugins/fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 560, ../styles/plugins/fontawesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 561, ../styles/plugins/fontawesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 562, ../styles/plugins/fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 563, ../styles/plugins/fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 564, ../styles/plugins/fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 565, ../styles/plugins/fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 566, ../styles/plugins/fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 567, ../styles/plugins/fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 568, ../styles/plugins/fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 569, ../styles/plugins/fontawesome/_icons.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 570, ../styles/plugins/fontawesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 571, ../styles/plugins/fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 572, ../styles/plugins/fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 573, ../styles/plugins/fontawesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 574, ../styles/plugins/fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 575, ../styles/plugins/fontawesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 576, ../styles/plugins/fontawesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 577, ../styles/plugins/fontawesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 579, ../styles/plugins/fontawesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 580, ../styles/plugins/fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 581, ../styles/plugins/fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 582, ../styles/plugins/fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 583, ../styles/plugins/fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 584, ../styles/plugins/fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 585, ../styles/plugins/fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 586, ../styles/plugins/fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 587, ../styles/plugins/fontawesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 588, ../styles/plugins/fontawesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 589, ../styles/plugins/fontawesome/_icons.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 590, ../styles/plugins/fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 591, ../styles/plugins/fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 592, ../styles/plugins/fontawesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 593, ../styles/plugins/fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 594, ../styles/plugins/fontawesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 596, ../styles/plugins/fontawesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 597, ../styles/plugins/fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 598, ../styles/plugins/fontawesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 599, ../styles/plugins/fontawesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 600, ../styles/plugins/fontawesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 602, ../styles/plugins/fontawesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 603, ../styles/plugins/fontawesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 604, ../styles/plugins/fontawesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 605, ../styles/plugins/fontawesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 607, ../styles/plugins/fontawesome/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 609, ../styles/plugins/fontawesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 611, ../styles/plugins/fontawesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 613, ../styles/plugins/fontawesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 615, ../styles/plugins/fontawesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 616, ../styles/plugins/fontawesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 617, ../styles/plugins/fontawesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 618, ../styles/plugins/fontawesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 619, ../styles/plugins/fontawesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 620, ../styles/plugins/fontawesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 621, ../styles/plugins/fontawesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 622, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 623, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 624, ../styles/plugins/fontawesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 625, ../styles/plugins/fontawesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 626, ../styles/plugins/fontawesome/_icons.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 628, ../styles/plugins/fontawesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 630, ../styles/plugins/fontawesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 632, ../styles/plugins/fontawesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 633, ../styles/plugins/fontawesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 635, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 637, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 638, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 639, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 640, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 641, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 642, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 643, ../styles/plugins/fontawesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 644, ../styles/plugins/fontawesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 645, ../styles/plugins/fontawesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 646, ../styles/plugins/fontawesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 647, ../styles/plugins/fontawesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 648, ../styles/plugins/fontawesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 649, ../styles/plugins/fontawesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 650, ../styles/plugins/fontawesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 651, ../styles/plugins/fontawesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 652, ../styles/plugins/fontawesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 653, ../styles/plugins/fontawesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 654, ../styles/plugins/fontawesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 655, ../styles/plugins/fontawesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 656, ../styles/plugins/fontawesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 657, ../styles/plugins/fontawesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 659, ../styles/plugins/fontawesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 660, ../styles/plugins/fontawesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 661, ../styles/plugins/fontawesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 662, ../styles/plugins/fontawesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 663, ../styles/plugins/fontawesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 664, ../styles/plugins/fontawesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 665, ../styles/plugins/fontawesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 666, ../styles/plugins/fontawesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 667, ../styles/plugins/fontawesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 668, ../styles/plugins/fontawesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 669, ../styles/plugins/fontawesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 670, ../styles/plugins/fontawesome/_icons.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 671, ../styles/plugins/fontawesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 672, ../styles/plugins/fontawesome/_icons.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 673, ../styles/plugins/fontawesome/_icons.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 674, ../styles/plugins/fontawesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 675, ../styles/plugins/fontawesome/_icons.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 676, ../styles/plugins/fontawesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 677, ../styles/plugins/fontawesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 678, ../styles/plugins/fontawesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 679, ../styles/plugins/fontawesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 680, ../styles/plugins/fontawesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 681, ../styles/plugins/fontawesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 682, ../styles/plugins/fontawesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 683, ../styles/plugins/fontawesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 684, ../styles/plugins/fontawesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 685, ../styles/plugins/fontawesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 686, ../styles/plugins/fontawesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 687, ../styles/plugins/fontawesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 688, ../styles/plugins/fontawesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 689, ../styles/plugins/fontawesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 690, ../styles/plugins/fontawesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 691, ../styles/plugins/fontawesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 692, ../styles/plugins/fontawesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 693, ../styles/plugins/fontawesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 694, ../styles/plugins/fontawesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 695, ../styles/plugins/fontawesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 696, ../styles/plugins/fontawesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 697, ../styles/plugins/fontawesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}
