@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *




 */
/*!
 *  Font Awesome 4.3.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("/nerv/assets/font-awesome/fontawesome-webfont-cbb644d0ee730ea57dd5fbae35ef5ba4a41d57a254a6b1215de5c9ff8a321c2d.eot");
  src: url("/nerv/assets/font-awesome/fontawesome-webfont-cbb644d0ee730ea57dd5fbae35ef5ba4a41d57a254a6b1215de5c9ff8a321c2d.eot?#iefix") format("embedded-opentype"), url("/nerv/assets/font-awesome/fontawesome-webfont-aadc3580d2b64ff5a7e6f1425587db4e8b033efcbf8f5c332ca52a5ed580c87c.woff2") format("woff2"), url("/nerv/assets/font-awesome/fontawesome-webfont-e3870de89716b72cb61a4bba0e17c75783b361cdaba35ea96961c3070bd8ca18.woff") format("woff"), url("/nerv/assets/font-awesome/fontawesome-webfont-9e540a087924a6e64790149d735cac022640e4fa6bff6bd65f5e9f41529bf0b3.ttf") format("truetype"), url("/nerv/assets/font-awesome/fontawesome-webfont-bfdef833219a6edffd9c3cbc28db72739d22bb4d20cc2e2f8d56a7a4d408a206.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

/* line 16, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.8571428571em;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 15, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 18, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 23, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 24, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 25, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 26, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 27, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 29, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 30, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 31, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 32, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 33, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 34, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 35, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 36, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 37, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 38, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 39, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 40, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 41, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 42, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 43, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 44, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 45, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 46, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 47, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 48, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 49, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 50, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 51, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 52, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 53, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 54, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 55, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 56, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 57, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 58, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 59, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 60, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 61, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 62, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 63, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 64, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 65, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 66, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 67, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 68, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 69, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 70, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 71, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 72, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 73, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 74, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 75, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 76, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 77, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 78, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 79, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 80, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 81, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 82, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 83, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 84, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 85, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 86, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 87, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 88, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 89, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 90, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 91, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 92, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 93, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 94, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 95, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 96, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 97, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 98, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 99, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 100, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 101, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 102, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 103, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 104, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 105, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 106, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 107, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 108, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 109, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 110, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 111, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 112, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 113, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 114, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 115, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 116, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 117, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 118, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 119, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 120, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 121, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 122, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 123, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 124, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 125, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 126, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 127, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 128, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 129, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 130, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 131, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 132, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 133, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 134, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 135, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 136, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 137, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 138, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 139, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 140, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 141, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 142, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 143, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 144, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 145, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 146, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 147, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 148, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 149, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 150, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 151, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 152, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 153, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss:before {
  content: "";
}

/* line 154, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 155, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 156, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 157, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 158, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 159, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 160, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 161, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 162, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 163, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 164, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 165, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 166, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 167, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 168, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 169, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 170, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 171, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 172, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 173, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 174, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 175, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 176, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 177, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 178, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 179, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 180, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 181, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 182, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 183, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 184, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 185, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 186, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 187, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 188, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 189, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 190, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 191, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 192, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 193, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 194, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 195, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 196, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 197, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 198, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 199, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 200, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 201, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 202, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 203, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 204, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 205, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 206, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 207, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 208, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 209, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 210, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 211, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 212, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 213, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 214, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 215, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 216, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 217, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 218, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 219, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 220, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 221, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 222, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 223, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 224, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 225, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 226, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 227, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 228, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 229, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 230, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 231, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 232, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 233, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 234, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 235, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 236, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 237, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 238, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 239, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 240, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 241, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 242, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 243, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 244, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 245, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 246, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 247, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 248, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 249, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 250, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 251, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 252, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 253, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 254, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 255, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 256, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 257, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 258, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 259, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 260, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 261, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 262, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 263, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 264, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 265, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 266, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 267, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 268, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 269, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 270, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 271, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 272, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 273, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 274, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 275, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 276, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 277, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 278, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 279, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 280, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 281, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 282, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 283, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 284, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 285, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 286, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 287, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 288, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 289, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 290, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 291, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 292, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 293, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 294, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 295, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 296, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 297, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 298, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 299, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 300, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 301, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 302, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 303, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 304, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 305, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 306, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 307, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 308, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 309, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 310, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 311, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 312, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 313, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 314, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 315, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 316, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 317, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 318, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 319, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 320, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 321, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 322, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 323, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 324, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 325, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 326, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 327, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 328, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 329, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 330, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 331, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 332, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 333, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 334, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 335, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 336, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 337, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 338, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 339, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 340, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 341, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 342, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 343, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 344, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 345, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 346, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 347, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 348, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 349, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 350, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 351, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 352, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 353, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 354, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 355, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 356, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 357, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 358, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 359, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 360, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 361, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 362, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 363, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 364, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 365, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 366, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 367, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 368, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 369, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 370, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 371, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 372, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 373, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 374, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 375, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 376, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 377, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 378, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 379, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 380, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 381, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 382, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 383, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 384, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 385, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 386, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 387, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 388, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 389, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 390, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 391, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 392, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 393, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 394, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 395, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 396, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 397, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 398, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 399, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 400, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 401, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 402, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 403, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 404, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 405, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 406, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 407, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 408, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 409, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 410, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 411, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 412, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 413, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 414, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 415, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 416, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 417, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 418, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 419, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 420, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 421, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 422, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 423, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 424, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 425, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "";
}

/* line 426, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 427, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 428, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 429, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "";
}

/* line 430, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 431, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 432, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 433, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 434, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 435, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 436, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

/* line 437, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 438, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 439, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 440, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 441, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 442, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 443, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 444, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 445, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 446, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 447, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 448, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 449, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 450, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 451, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 452, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 453, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 454, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 455, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 456, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 457, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 458, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 459, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 460, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 461, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 462, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 463, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 464, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 465, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 466, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 467, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 468, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 469, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 470, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 471, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 472, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 473, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 474, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 475, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 476, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 477, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 478, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 479, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 480, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 481, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 482, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 483, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 484, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 485, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 486, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 487, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 488, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 489, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 490, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 491, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 492, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 493, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 494, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 495, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 496, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 497, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 498, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 499, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 500, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 501, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 502, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 503, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender:before {
  content: "";
}

/* line 504, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 505, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 506, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 507, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 508, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 509, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 510, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 511, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 512, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 513, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 514, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 515, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 516, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 517, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 518, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 519, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 520, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 521, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 522, ../usr/local/bundle/gems/font-awesome-sass-4.3.2.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 20, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .metis-gold {
  color: #9d6e01 !important;
}

/* line 24, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .metis-orange-yellow {
  color: #f18d02 !important;
}

/* line 28, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .metis-blue {
  color: #004ea2 !important;
}

/* line 32, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .metis-card-blue {
  color: #3b5975 !important;
}

/* line 36, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .metis-card-gray {
  color: #525254 !important;
}

/* line 43, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor h6 {
  margin-bottom: 16px;
}

/* line 49, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor p {
  margin-bottom: 16px !important;
}

/* line 53, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .bold {
  font-weight: bold !important;
}

/* line 57, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .left-border-gold {
  border-left: 1px solid #9d6e01;
}

/* line 61, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .left-border-gray {
  border-left: 1px solid #bcbcbc;
}

/* line 65, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .gray-background {
  background-color: #e5e5e5;
}

/* line 69, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .gold-border {
  border: 1px solid #9d6e01;
}

/* line 73, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .gray-border {
  border: 1px solid #bcbcbc;
}

/* line 77, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .h320 {
  height: 300px;
}

/* line 81, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .w460 {
  width: 460px !important;
}

/* line 85, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

/* line 91, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 96, app/assets/stylesheets/website-vendor/hk/utils.scss */
  .website-vendor .hidden-xs {
    display: none !important;
  }
  /* line 100, app/assets/stylesheets/website-vendor/hk/utils.scss */
  .website-vendor .visible-xs {
    display: inline !important;
  }
}

/* line 108, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .h1 {
  font-size: size;
}

/* line 108, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .h2 {
  font-size: size;
}

/* line 108, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .h3 {
  font-size: size;
}

/* line 108, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .h4 {
  font-size: size;
}

/* line 108, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .h5 {
  font-size: size;
}

/* line 108, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .h6 {
  font-size: size;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m0 {
  margin: 0px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt0 {
  margin-top: 0px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr0 {
  margin-right: 0px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb0 {
  margin-bottom: 0px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml0 {
  margin-left: 0px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p0 {
  padding: 0px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt0 {
  padding-top: 0px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr0 {
  padding-right: 0px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb0 {
  padding-bottom: 0px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl0 {
  padding-left: 0px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m3 {
  margin: 3px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt3 {
  margin-top: 3px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr3 {
  margin-right: 3px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb3 {
  margin-bottom: 3px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml3 {
  margin-left: 3px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p3 {
  padding: 3px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt3 {
  padding-top: 3px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr3 {
  padding-right: 3px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb3 {
  padding-bottom: 3px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl3 {
  padding-left: 3px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m5 {
  margin: 5px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt5 {
  margin-top: 5px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr5 {
  margin-right: 5px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb5 {
  margin-bottom: 5px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml5 {
  margin-left: 5px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p5 {
  padding: 5px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt5 {
  padding-top: 5px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr5 {
  padding-right: 5px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb5 {
  padding-bottom: 5px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl5 {
  padding-left: 5px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m10 {
  margin: 10px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt10 {
  margin-top: 10px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr10 {
  margin-right: 10px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb10 {
  margin-bottom: 10px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml10 {
  margin-left: 10px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p10 {
  padding: 10px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt10 {
  padding-top: 10px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr10 {
  padding-right: 10px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb10 {
  padding-bottom: 10px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl10 {
  padding-left: 10px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m15 {
  margin: 15px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt15 {
  margin-top: 15px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr15 {
  margin-right: 15px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb15 {
  margin-bottom: 15px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml15 {
  margin-left: 15px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p15 {
  padding: 15px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt15 {
  padding-top: 15px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr15 {
  padding-right: 15px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb15 {
  padding-bottom: 15px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl15 {
  padding-left: 15px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m20 {
  margin: 20px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt20 {
  margin-top: 20px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr20 {
  margin-right: 20px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb20 {
  margin-bottom: 20px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml20 {
  margin-left: 20px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p20 {
  padding: 20px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt20 {
  padding-top: 20px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr20 {
  padding-right: 20px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb20 {
  padding-bottom: 20px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl20 {
  padding-left: 20px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m30 {
  margin: 30px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt30 {
  margin-top: 30px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr30 {
  margin-right: 30px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb30 {
  margin-bottom: 30px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml30 {
  margin-left: 30px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p30 {
  padding: 30px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt30 {
  padding-top: 30px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr30 {
  padding-right: 30px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb30 {
  padding-bottom: 30px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl30 {
  padding-left: 30px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m40 {
  margin: 40px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt40 {
  margin-top: 40px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr40 {
  margin-right: 40px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb40 {
  margin-bottom: 40px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml40 {
  margin-left: 40px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p40 {
  padding: 40px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt40 {
  padding-top: 40px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr40 {
  padding-right: 40px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb40 {
  padding-bottom: 40px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl40 {
  padding-left: 40px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m45 {
  margin: 45px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt45 {
  margin-top: 45px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr45 {
  margin-right: 45px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb45 {
  margin-bottom: 45px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml45 {
  margin-left: 45px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p45 {
  padding: 45px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt45 {
  padding-top: 45px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr45 {
  padding-right: 45px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb45 {
  padding-bottom: 45px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl45 {
  padding-left: 45px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m50 {
  margin: 50px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt50 {
  margin-top: 50px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr50 {
  margin-right: 50px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb50 {
  margin-bottom: 50px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml50 {
  margin-left: 50px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p50 {
  padding: 50px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt50 {
  padding-top: 50px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr50 {
  padding-right: 50px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb50 {
  padding-bottom: 50px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl50 {
  padding-left: 50px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m60 {
  margin: 60px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt60 {
  margin-top: 60px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr60 {
  margin-right: 60px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb60 {
  margin-bottom: 60px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml60 {
  margin-left: 60px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p60 {
  padding: 60px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt60 {
  padding-top: 60px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr60 {
  padding-right: 60px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb60 {
  padding-bottom: 60px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl60 {
  padding-left: 60px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m70 {
  margin: 70px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt70 {
  margin-top: 70px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr70 {
  margin-right: 70px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb70 {
  margin-bottom: 70px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml70 {
  margin-left: 70px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p70 {
  padding: 70px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt70 {
  padding-top: 70px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr70 {
  padding-right: 70px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb70 {
  padding-bottom: 70px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl70 {
  padding-left: 70px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m80 {
  margin: 80px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt80 {
  margin-top: 80px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr80 {
  margin-right: 80px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb80 {
  margin-bottom: 80px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml80 {
  margin-left: 80px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p80 {
  padding: 80px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt80 {
  padding-top: 80px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr80 {
  padding-right: 80px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb80 {
  padding-bottom: 80px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl80 {
  padding-left: 80px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m90 {
  margin: 90px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt90 {
  margin-top: 90px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr90 {
  margin-right: 90px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb90 {
  margin-bottom: 90px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml90 {
  margin-left: 90px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p90 {
  padding: 90px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt90 {
  padding-top: 90px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr90 {
  padding-right: 90px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb90 {
  padding-bottom: 90px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl90 {
  padding-left: 90px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m100 {
  margin: 100px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt100 {
  margin-top: 100px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr100 {
  margin-right: 100px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb100 {
  margin-bottom: 100px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml100 {
  margin-left: 100px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p100 {
  padding: 100px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt100 {
  padding-top: 100px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr100 {
  padding-right: 100px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb100 {
  padding-bottom: 100px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl100 {
  padding-left: 100px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m120 {
  margin: 120px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt120 {
  margin-top: 120px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr120 {
  margin-right: 120px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb120 {
  margin-bottom: 120px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml120 {
  margin-left: 120px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p120 {
  padding: 120px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt120 {
  padding-top: 120px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr120 {
  padding-right: 120px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb120 {
  padding-bottom: 120px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl120 {
  padding-left: 120px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m130 {
  margin: 130px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt130 {
  margin-top: 130px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr130 {
  margin-right: 130px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb130 {
  margin-bottom: 130px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml130 {
  margin-left: 130px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p130 {
  padding: 130px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt130 {
  padding-top: 130px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr130 {
  padding-right: 130px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb130 {
  padding-bottom: 130px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl130 {
  padding-left: 130px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m140 {
  margin: 140px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt140 {
  margin-top: 140px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr140 {
  margin-right: 140px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb140 {
  margin-bottom: 140px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml140 {
  margin-left: 140px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p140 {
  padding: 140px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt140 {
  padding-top: 140px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr140 {
  padding-right: 140px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb140 {
  padding-bottom: 140px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl140 {
  padding-left: 140px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m160 {
  margin: 160px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt160 {
  margin-top: 160px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr160 {
  margin-right: 160px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb160 {
  margin-bottom: 160px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml160 {
  margin-left: 160px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p160 {
  padding: 160px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt160 {
  padding-top: 160px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr160 {
  padding-right: 160px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb160 {
  padding-bottom: 160px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl160 {
  padding-left: 160px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .m180 {
  margin: 180px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mt180 {
  margin-top: 180px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mr180 {
  margin-right: 180px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mb180 {
  margin-bottom: 180px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ml180 {
  margin-left: 180px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mtb180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .mlr180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .p180 {
  padding: 180px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pt180 {
  padding-top: 180px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pr180 {
  padding-right: 180px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pb180 {
  padding-bottom: 180px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .pl180 {
  padding-left: 180px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .ptb180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/utils.scss */
.website-vendor .plr180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

@media (max-width: 767px) {
  /* line 177, app/assets/stylesheets/website-vendor/hk/utils.scss */
  .website-vendor .sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: white !important;
    height: 60px;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso {
  /*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b5c0ad694747a8048be1)
 * Config saved to config.json and https://gist.github.com/b5c0ad694747a8048be1
 */
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b5c0ad694747a8048be1)
 * Config saved to config.json and https://gist.github.com/b5c0ad694747a8048be1
 */
}

/* line 23, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 28, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso body {
  margin: 0;
}

/* line 31, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso article,
.website-vendor .bootstrap-iso aside,
.website-vendor .bootstrap-iso details,
.website-vendor .bootstrap-iso figcaption,
.website-vendor .bootstrap-iso figure,
.website-vendor .bootstrap-iso footer,
.website-vendor .bootstrap-iso header,
.website-vendor .bootstrap-iso hgroup,
.website-vendor .bootstrap-iso main,
.website-vendor .bootstrap-iso menu,
.website-vendor .bootstrap-iso nav,
.website-vendor .bootstrap-iso section,
.website-vendor .bootstrap-iso summary {
  display: block;
}

/* line 46, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso audio,
.website-vendor .bootstrap-iso canvas,
.website-vendor .bootstrap-iso progress,
.website-vendor .bootstrap-iso video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 53, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 57, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso [hidden],
.website-vendor .bootstrap-iso template {
  display: none;
}

/* line 61, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a {
  background-color: transparent;
}

/* line 64, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a:active,
.website-vendor .bootstrap-iso a:hover {
  outline: 0;
}

/* line 68, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso abbr[title] {
  border-bottom: 1px dotted;
}

/* line 71, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso b,
.website-vendor .bootstrap-iso strong {
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso dfn {
  font-style: italic;
}

/* line 78, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 82, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso mark {
  background: #ff0;
  color: #000;
}

/* line 86, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso small {
  font-size: 80%;
}

/* line 89, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso sub,
.website-vendor .bootstrap-iso sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 96, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso sup {
  top: -0.5em;
}

/* line 99, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso sub {
  bottom: -0.25em;
}

/* line 102, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso img {
  border: 0;
}

/* line 105, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso svg:not(:root) {
  overflow: hidden;
}

/* line 108, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso figure {
  margin: 1em 40px;
}

/* line 111, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 117, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso pre {
  overflow: auto;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso code,
.website-vendor .bootstrap-iso kbd,
.website-vendor .bootstrap-iso pre,
.website-vendor .bootstrap-iso samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 127, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso button,
.website-vendor .bootstrap-iso input,
.website-vendor .bootstrap-iso optgroup,
.website-vendor .bootstrap-iso select,
.website-vendor .bootstrap-iso textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso button {
  overflow: visible;
}

/* line 139, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso button,
.website-vendor .bootstrap-iso select {
  text-transform: none;
}

/* line 143, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso button,
.website-vendor .bootstrap-iso html input[type="button"],
.website-vendor .bootstrap-iso input[type="reset"],
.website-vendor .bootstrap-iso input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso button[disabled],
.website-vendor .bootstrap-iso html input[disabled] {
  cursor: default;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso button::-moz-focus-inner,
.website-vendor .bootstrap-iso input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 159, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso input {
  line-height: normal;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso input[type="checkbox"],
.website-vendor .bootstrap-iso input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 169, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso input[type="number"]::-webkit-inner-spin-button,
.website-vendor .bootstrap-iso input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 173, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 179, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso input[type="search"]::-webkit-search-cancel-button,
.website-vendor .bootstrap-iso input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 183, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 188, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso legend {
  border: 0;
  padding: 0;
}

/* line 192, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso textarea {
  overflow: auto;
}

/* line 195, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso optgroup {
  font-weight: bold;
}

/* line 198, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 202, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso td,
.website-vendor .bootstrap-iso th {
  padding: 0;
}

@media print {
  /* line 207, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso *,
.website-vendor .bootstrap-iso *:before,
.website-vendor .bootstrap-iso *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 216, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso a,
.website-vendor .bootstrap-iso a:visited {
    text-decoration: underline;
  }
  /* line 220, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 223, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 226, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso a[href^="#"]:after,
.website-vendor .bootstrap-iso a[href^="javascript:"]:after {
    content: "";
  }
  /* line 230, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso pre,
.website-vendor .bootstrap-iso blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 235, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso thead {
    display: table-header-group;
  }
  /* line 238, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso tr,
.website-vendor .bootstrap-iso img {
    page-break-inside: avoid;
  }
  /* line 242, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso img {
    max-width: 100% !important;
  }
  /* line 245, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso p,
.website-vendor .bootstrap-iso h2,
.website-vendor .bootstrap-iso h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 251, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso h2,
.website-vendor .bootstrap-iso h3 {
    page-break-after: avoid;
  }
  /* line 255, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso select {
    background: #fff !important;
  }
  /* line 258, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar {
    display: none;
  }
  /* line 261, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .btn > .caret,
.website-vendor .bootstrap-iso .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 265, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .label {
    border: 1px solid #000;
  }
  /* line 268, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .table {
    border-collapse: collapse !important;
  }
  /* line 271, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .table td,
.website-vendor .bootstrap-iso .table th {
    background-color: #fff !important;
  }
  /* line 275, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .table-bordered th,
.website-vendor .bootstrap-iso .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  /* line 5, app/assets/stylesheets/website-vendor/hk.scss */
  .website-vendor {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  }
}

/* line 285, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .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 296, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-asterisk:before {
  content: "\2a";
}

/* line 299, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-plus:before {
  content: "\2b";
}

/* line 302, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-euro:before,
.website-vendor .bootstrap-iso .glyphicon-eur:before {
  content: "\20ac";
}

/* line 306, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-minus:before {
  content: "\2212";
}

/* line 309, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-cloud:before {
  content: "\2601";
}

/* line 312, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-envelope:before {
  content: "\2709";
}

/* line 315, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-pencil:before {
  content: "\270f";
}

/* line 318, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-glass:before {
  content: "\e001";
}

/* line 321, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-music:before {
  content: "\e002";
}

/* line 324, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-search:before {
  content: "\e003";
}

/* line 327, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-heart:before {
  content: "\e005";
}

/* line 330, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-star:before {
  content: "\e006";
}

/* line 333, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-star-empty:before {
  content: "\e007";
}

/* line 336, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-user:before {
  content: "\e008";
}

/* line 339, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-film:before {
  content: "\e009";
}

/* line 342, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-th-large:before {
  content: "\e010";
}

/* line 345, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-th:before {
  content: "\e011";
}

/* line 348, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-th-list:before {
  content: "\e012";
}

/* line 351, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-ok:before {
  content: "\e013";
}

/* line 354, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-remove:before {
  content: "\e014";
}

/* line 357, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 360, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 363, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-off:before {
  content: "\e017";
}

/* line 366, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-signal:before {
  content: "\e018";
}

/* line 369, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-cog:before {
  content: "\e019";
}

/* line 372, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-trash:before {
  content: "\e020";
}

/* line 375, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-home:before {
  content: "\e021";
}

/* line 378, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-file:before {
  content: "\e022";
}

/* line 381, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-time:before {
  content: "\e023";
}

/* line 384, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-road:before {
  content: "\e024";
}

/* line 387, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-download-alt:before {
  content: "\e025";
}

/* line 390, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-download:before {
  content: "\e026";
}

/* line 393, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-upload:before {
  content: "\e027";
}

/* line 396, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-inbox:before {
  content: "\e028";
}

/* line 399, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-play-circle:before {
  content: "\e029";
}

/* line 402, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-repeat:before {
  content: "\e030";
}

/* line 405, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-refresh:before {
  content: "\e031";
}

/* line 408, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-list-alt:before {
  content: "\e032";
}

/* line 411, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-lock:before {
  content: "\e033";
}

/* line 414, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-flag:before {
  content: "\e034";
}

/* line 417, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-headphones:before {
  content: "\e035";
}

/* line 420, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-volume-off:before {
  content: "\e036";
}

/* line 423, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-volume-down:before {
  content: "\e037";
}

/* line 426, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-volume-up:before {
  content: "\e038";
}

/* line 429, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-qrcode:before {
  content: "\e039";
}

/* line 432, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-barcode:before {
  content: "\e040";
}

/* line 435, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-tag:before {
  content: "\e041";
}

/* line 438, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-tags:before {
  content: "\e042";
}

/* line 441, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-book:before {
  content: "\e043";
}

/* line 444, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-bookmark:before {
  content: "\e044";
}

/* line 447, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-print:before {
  content: "\e045";
}

/* line 450, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-camera:before {
  content: "\e046";
}

/* line 453, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-font:before {
  content: "\e047";
}

/* line 456, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-bold:before {
  content: "\e048";
}

/* line 459, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-italic:before {
  content: "\e049";
}

/* line 462, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-text-height:before {
  content: "\e050";
}

/* line 465, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-text-width:before {
  content: "\e051";
}

/* line 468, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-align-left:before {
  content: "\e052";
}

/* line 471, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-align-center:before {
  content: "\e053";
}

/* line 474, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-align-right:before {
  content: "\e054";
}

/* line 477, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-align-justify:before {
  content: "\e055";
}

/* line 480, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-list:before {
  content: "\e056";
}

/* line 483, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-indent-left:before {
  content: "\e057";
}

/* line 486, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-indent-right:before {
  content: "\e058";
}

/* line 489, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 492, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-picture:before {
  content: "\e060";
}

/* line 495, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-map-marker:before {
  content: "\e062";
}

/* line 498, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-adjust:before {
  content: "\e063";
}

/* line 501, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-tint:before {
  content: "\e064";
}

/* line 504, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-edit:before {
  content: "\e065";
}

/* line 507, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-share:before {
  content: "\e066";
}

/* line 510, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-check:before {
  content: "\e067";
}

/* line 513, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-move:before {
  content: "\e068";
}

/* line 516, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-step-backward:before {
  content: "\e069";
}

/* line 519, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 522, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-backward:before {
  content: "\e071";
}

/* line 525, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-play:before {
  content: "\e072";
}

/* line 528, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-pause:before {
  content: "\e073";
}

/* line 531, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-stop:before {
  content: "\e074";
}

/* line 534, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-forward:before {
  content: "\e075";
}

/* line 537, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 540, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-step-forward:before {
  content: "\e077";
}

/* line 543, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-eject:before {
  content: "\e078";
}

/* line 546, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 549, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 552, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 555, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 558, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 561, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 564, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-question-sign:before {
  content: "\e085";
}

/* line 567, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-info-sign:before {
  content: "\e086";
}

/* line 570, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-screenshot:before {
  content: "\e087";
}

/* line 573, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 576, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 579, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 582, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 585, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 588, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 591, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 594, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-share-alt:before {
  content: "\e095";
}

/* line 597, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-resize-full:before {
  content: "\e096";
}

/* line 600, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-resize-small:before {
  content: "\e097";
}

/* line 603, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 606, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-gift:before {
  content: "\e102";
}

/* line 609, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-leaf:before {
  content: "\e103";
}

/* line 612, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-fire:before {
  content: "\e104";
}

/* line 615, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-eye-open:before {
  content: "\e105";
}

/* line 618, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-eye-close:before {
  content: "\e106";
}

/* line 621, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 624, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-plane:before {
  content: "\e108";
}

/* line 627, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-calendar:before {
  content: "\e109";
}

/* line 630, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-random:before {
  content: "\e110";
}

/* line 633, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-comment:before {
  content: "\e111";
}

/* line 636, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-magnet:before {
  content: "\e112";
}

/* line 639, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 642, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 645, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-retweet:before {
  content: "\e115";
}

/* line 648, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 651, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-folder-close:before {
  content: "\e117";
}

/* line 654, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-folder-open:before {
  content: "\e118";
}

/* line 657, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 660, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 663, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-hdd:before {
  content: "\e121";
}

/* line 666, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 669, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-bell:before {
  content: "\e123";
}

/* line 672, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-certificate:before {
  content: "\e124";
}

/* line 675, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 678, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 681, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-hand-right:before {
  content: "\e127";
}

/* line 684, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-hand-left:before {
  content: "\e128";
}

/* line 687, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-hand-up:before {
  content: "\e129";
}

/* line 690, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-hand-down:before {
  content: "\e130";
}

/* line 693, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 696, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 699, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 702, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 705, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-globe:before {
  content: "\e135";
}

/* line 708, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-wrench:before {
  content: "\e136";
}

/* line 711, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-tasks:before {
  content: "\e137";
}

/* line 714, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-filter:before {
  content: "\e138";
}

/* line 717, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-briefcase:before {
  content: "\e139";
}

/* line 720, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 723, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-dashboard:before {
  content: "\e141";
}

/* line 726, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-paperclip:before {
  content: "\e142";
}

/* line 729, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 732, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-link:before {
  content: "\e144";
}

/* line 735, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-phone:before {
  content: "\e145";
}

/* line 738, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-pushpin:before {
  content: "\e146";
}

/* line 741, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-usd:before {
  content: "\e148";
}

/* line 744, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-gbp:before {
  content: "\e149";
}

/* line 747, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-sort:before {
  content: "\e150";
}

/* line 750, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 753, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 756, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 759, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 762, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 765, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 768, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-unchecked:before {
  content: "\e157";
}

/* line 771, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-expand:before {
  content: "\e158";
}

/* line 774, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 777, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 780, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-log-in:before {
  content: "\e161";
}

/* line 783, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-flash:before {
  content: "\e162";
}

/* line 786, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-log-out:before {
  content: "\e163";
}

/* line 789, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-new-window:before {
  content: "\e164";
}

/* line 792, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-record:before {
  content: "\e165";
}

/* line 795, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-save:before {
  content: "\e166";
}

/* line 798, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-open:before {
  content: "\e167";
}

/* line 801, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-saved:before {
  content: "\e168";
}

/* line 804, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-import:before {
  content: "\e169";
}

/* line 807, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-export:before {
  content: "\e170";
}

/* line 810, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-send:before {
  content: "\e171";
}

/* line 813, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 816, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 819, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 822, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 825, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 828, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-credit-card:before {
  content: "\e177";
}

/* line 831, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-transfer:before {
  content: "\e178";
}

/* line 834, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-cutlery:before {
  content: "\e179";
}

/* line 837, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-header:before {
  content: "\e180";
}

/* line 840, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-compressed:before {
  content: "\e181";
}

/* line 843, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-earphone:before {
  content: "\e182";
}

/* line 846, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 849, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-tower:before {
  content: "\e184";
}

/* line 852, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-stats:before {
  content: "\e185";
}

/* line 855, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-sd-video:before {
  content: "\e186";
}

/* line 858, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-hd-video:before {
  content: "\e187";
}

/* line 861, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-subtitles:before {
  content: "\e188";
}

/* line 864, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 867, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 870, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 873, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 876, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 879, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 882, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 885, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 888, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 891, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 894, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 897, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-cd:before {
  content: "\e201";
}

/* line 900, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-save-file:before {
  content: "\e202";
}

/* line 903, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-open-file:before {
  content: "\e203";
}

/* line 906, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-level-up:before {
  content: "\e204";
}

/* line 909, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-copy:before {
  content: "\e205";
}

/* line 912, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-paste:before {
  content: "\e206";
}

/* line 915, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-alert:before {
  content: "\e209";
}

/* line 918, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-equalizer:before {
  content: "\e210";
}

/* line 921, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-king:before {
  content: "\e211";
}

/* line 924, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-queen:before {
  content: "\e212";
}

/* line 927, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-pawn:before {
  content: "\e213";
}

/* line 930, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-bishop:before {
  content: "\e214";
}

/* line 933, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-knight:before {
  content: "\e215";
}

/* line 936, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 939, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-tent:before {
  content: "\26fa";
}

/* line 942, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-blackboard:before {
  content: "\e218";
}

/* line 945, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-bed:before {
  content: "\e219";
}

/* line 948, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-apple:before {
  content: "\f8ff";
}

/* line 951, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-erase:before {
  content: "\e221";
}

/* line 954, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-hourglass:before {
  content: "\231b";
}

/* line 957, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-lamp:before {
  content: "\e223";
}

/* line 960, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-duplicate:before {
  content: "\e224";
}

/* line 963, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 966, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-scissors:before {
  content: "\e226";
}

/* line 969, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 972, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-btc:before {
  content: "\e227";
}

/* line 975, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-xbt:before {
  content: "\e227";
}

/* line 978, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-yen:before {
  content: "\00a5";
}

/* line 981, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-jpy:before {
  content: "\00a5";
}

/* line 984, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-ruble:before {
  content: "\20bd";
}

/* line 987, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-rub:before {
  content: "\20bd";
}

/* line 990, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-scale:before {
  content: "\e230";
}

/* line 993, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 996, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 999, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-education:before {
  content: "\e233";
}

/* line 1002, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 1005, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 1008, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 1011, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-modal-window:before {
  content: "\e237";
}

/* line 1014, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-oil:before {
  content: "\e238";
}

/* line 1017, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-grain:before {
  content: "\e239";
}

/* line 1020, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1023, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-text-size:before {
  content: "\e241";
}

/* line 1026, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-text-color:before {
  content: "\e242";
}

/* line 1029, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-text-background:before {
  content: "\e243";
}

/* line 1032, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1035, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1038, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1041, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1044, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1047, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1050, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1053, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1056, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1059, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1062, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-console:before {
  content: "\e254";
}

/* line 1065, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-superscript:before {
  content: "\e255";
}

/* line 1068, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-subscript:before {
  content: "\e256";
}

/* line 1071, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1074, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1077, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1080, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1083, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1088, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso *:before,
.website-vendor .bootstrap-iso *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1094, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 1098, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

/* line 1105, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso input,
.website-vendor .bootstrap-iso button,
.website-vendor .bootstrap-iso select,
.website-vendor .bootstrap-iso textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1113, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a {
  color: #337ab7;
  text-decoration: none;
}

/* line 1117, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a:hover,
.website-vendor .bootstrap-iso a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 1122, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1127, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso figure {
  margin: 0;
}

/* line 1130, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso img {
  vertical-align: middle;
}

/* line 1133, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .img-responsive,
.website-vendor .bootstrap-iso .thumbnail > img,
.website-vendor .bootstrap-iso .thumbnail a > img,
.website-vendor .bootstrap-iso .carousel-inner > .item > img,
.website-vendor .bootstrap-iso .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1142, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .img-rounded {
  border-radius: 6px;
}

/* line 1145, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  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 1158, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .img-circle {
  border-radius: 50%;
}

/* line 1161, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 1167, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1177, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .sr-only-focusable:active,
.website-vendor .bootstrap-iso .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1186, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso [role="button"] {
  cursor: pointer;
}

/* line 1189, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso h1,
.website-vendor .bootstrap-iso h2,
.website-vendor .bootstrap-iso h3,
.website-vendor .bootstrap-iso h4,
.website-vendor .bootstrap-iso h5,
.website-vendor .bootstrap-iso h6,
.website-vendor .bootstrap-iso .h1,
.website-vendor .bootstrap-iso .h2,
.website-vendor .bootstrap-iso .h3,
.website-vendor .bootstrap-iso .h4,
.website-vendor .bootstrap-iso .h5,
.website-vendor .bootstrap-iso .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 1206, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso h1 small,
.website-vendor .bootstrap-iso h2 small,
.website-vendor .bootstrap-iso h3 small,
.website-vendor .bootstrap-iso h4 small,
.website-vendor .bootstrap-iso h5 small,
.website-vendor .bootstrap-iso h6 small,
.website-vendor .bootstrap-iso .h1 small,
.website-vendor .bootstrap-iso .h2 small,
.website-vendor .bootstrap-iso .h3 small,
.website-vendor .bootstrap-iso .h4 small,
.website-vendor .bootstrap-iso .h5 small,
.website-vendor .bootstrap-iso .h6 small,
.website-vendor .bootstrap-iso h1 .small,
.website-vendor .bootstrap-iso h2 .small,
.website-vendor .bootstrap-iso h3 .small,
.website-vendor .bootstrap-iso h4 .small,
.website-vendor .bootstrap-iso h5 .small,
.website-vendor .bootstrap-iso h6 .small,
.website-vendor .bootstrap-iso .h1 .small,
.website-vendor .bootstrap-iso .h2 .small,
.website-vendor .bootstrap-iso .h3 .small,
.website-vendor .bootstrap-iso .h4 .small,
.website-vendor .bootstrap-iso .h5 .small,
.website-vendor .bootstrap-iso .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 1234, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso h1,
.website-vendor .bootstrap-iso .h1,
.website-vendor .bootstrap-iso h2,
.website-vendor .bootstrap-iso .h2,
.website-vendor .bootstrap-iso h3,
.website-vendor .bootstrap-iso .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1243, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso h1 small,
.website-vendor .bootstrap-iso .h1 small,
.website-vendor .bootstrap-iso h2 small,
.website-vendor .bootstrap-iso .h2 small,
.website-vendor .bootstrap-iso h3 small,
.website-vendor .bootstrap-iso .h3 small,
.website-vendor .bootstrap-iso h1 .small,
.website-vendor .bootstrap-iso .h1 .small,
.website-vendor .bootstrap-iso h2 .small,
.website-vendor .bootstrap-iso .h2 .small,
.website-vendor .bootstrap-iso h3 .small,
.website-vendor .bootstrap-iso .h3 .small {
  font-size: 65%;
}

/* line 1257, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso h4,
.website-vendor .bootstrap-iso .h4,
.website-vendor .bootstrap-iso h5,
.website-vendor .bootstrap-iso .h5,
.website-vendor .bootstrap-iso h6,
.website-vendor .bootstrap-iso .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1266, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso h4 small,
.website-vendor .bootstrap-iso .h4 small,
.website-vendor .bootstrap-iso h5 small,
.website-vendor .bootstrap-iso .h5 small,
.website-vendor .bootstrap-iso h6 small,
.website-vendor .bootstrap-iso .h6 small,
.website-vendor .bootstrap-iso h4 .small,
.website-vendor .bootstrap-iso .h4 .small,
.website-vendor .bootstrap-iso h5 .small,
.website-vendor .bootstrap-iso .h5 .small,
.website-vendor .bootstrap-iso h6 .small,
.website-vendor .bootstrap-iso .h6 .small {
  font-size: 75%;
}

/* line 1280, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso h1,
.website-vendor .bootstrap-iso .h1 {
  font-size: 36px;
}

/* line 1284, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso h2,
.website-vendor .bootstrap-iso .h2 {
  font-size: 30px;
}

/* line 1288, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso h3,
.website-vendor .bootstrap-iso .h3 {
  font-size: 24px;
}

/* line 1292, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso h4,
.website-vendor .bootstrap-iso .h4 {
  font-size: 18px;
}

/* line 1296, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso h5,
.website-vendor .bootstrap-iso .h5 {
  font-size: 14px;
}

/* line 1300, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso h6,
.website-vendor .bootstrap-iso .h6 {
  font-size: 12px;
}

/* line 1304, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso p {
  margin: 0 0 10px;
}

/* line 1307, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1314, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .lead {
    font-size: 21px;
  }
}

/* line 1318, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso small,
.website-vendor .bootstrap-iso .small {
  font-size: 85%;
}

/* line 1322, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso mark,
.website-vendor .bootstrap-iso .mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 1327, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .text-left {
  text-align: left;
}

/* line 1330, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .text-right {
  text-align: right;
}

/* line 1333, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .text-center {
  text-align: center;
}

/* line 1336, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .text-justify {
  text-align: justify;
}

/* line 1339, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .text-nowrap {
  white-space: nowrap;
}

/* line 1342, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .text-lowercase {
  text-transform: lowercase;
}

/* line 1345, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .text-uppercase {
  text-transform: uppercase;
}

/* line 1348, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .text-capitalize {
  text-transform: capitalize;
}

/* line 1351, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .text-muted {
  color: #777777;
}

/* line 1354, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .text-primary {
  color: #337ab7;
}

/* line 1357, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.text-primary:hover {
  color: #286090;
}

/* line 1360, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .text-success {
  color: #3c763d;
}

/* line 1363, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.text-success:hover {
  color: #2b542c;
}

/* line 1366, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .text-info {
  color: #31708f;
}

/* line 1369, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.text-info:hover {
  color: #245269;
}

/* line 1372, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .text-warning {
  color: #8a6d3b;
}

/* line 1375, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.text-warning:hover {
  color: #66512c;
}

/* line 1378, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .text-danger {
  color: #a94442;
}

/* line 1381, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.text-danger:hover {
  color: #843534;
}

/* line 1384, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1388, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.bg-primary:hover {
  background-color: #286090;
}

/* line 1391, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .bg-success {
  background-color: #dff0d8;
}

/* line 1394, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 1397, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .bg-info {
  background-color: #d9edf7;
}

/* line 1400, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 1403, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .bg-warning {
  background-color: #fcf8e3;
}

/* line 1406, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 1409, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .bg-danger {
  background-color: #f2dede;
}

/* line 1412, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 1415, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 1420, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso ul,
.website-vendor .bootstrap-iso ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1425, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso ul ul,
.website-vendor .bootstrap-iso ol ul,
.website-vendor .bootstrap-iso ul ol,
.website-vendor .bootstrap-iso ol ol {
  margin-bottom: 0;
}

/* line 1431, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1435, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 1440, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 1445, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1449, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso dt,
.website-vendor .bootstrap-iso dd {
  line-height: 1.42857143;
}

/* line 1453, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso dt {
  font-weight: bold;
}

/* line 1456, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso dd {
  margin-left: 0;
}

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

/* line 1473, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso abbr[title],
.website-vendor .bootstrap-iso abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 1478, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1482, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 1488, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso blockquote p:last-child,
.website-vendor .bootstrap-iso blockquote ul:last-child,
.website-vendor .bootstrap-iso blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1493, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso blockquote footer,
.website-vendor .bootstrap-iso blockquote small,
.website-vendor .bootstrap-iso blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

/* line 1501, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso blockquote footer:before,
.website-vendor .bootstrap-iso blockquote small:before,
.website-vendor .bootstrap-iso blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1506, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .blockquote-reverse,
.website-vendor .bootstrap-iso blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

/* line 1514, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .blockquote-reverse footer:before,
.website-vendor .bootstrap-iso blockquote.pull-right footer:before,
.website-vendor .bootstrap-iso .blockquote-reverse small:before,
.website-vendor .bootstrap-iso blockquote.pull-right small:before,
.website-vendor .bootstrap-iso .blockquote-reverse .small:before,
.website-vendor .bootstrap-iso blockquote.pull-right .small:before {
  content: '';
}

/* line 1522, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .blockquote-reverse footer:after,
.website-vendor .bootstrap-iso blockquote.pull-right footer:after,
.website-vendor .bootstrap-iso .blockquote-reverse small:after,
.website-vendor .bootstrap-iso blockquote.pull-right small:after,
.website-vendor .bootstrap-iso .blockquote-reverse .small:after,
.website-vendor .bootstrap-iso blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1530, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1535, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso code,
.website-vendor .bootstrap-iso kbd,
.website-vendor .bootstrap-iso pre,
.website-vendor .bootstrap-iso samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1541, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1548, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1557, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1564, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 1577, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1585, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1589, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 1596, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 1601, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 1606, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .container {
    width: 1170px;
  }
}

/* line 1610, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1616, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 1620, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-1,
.website-vendor .bootstrap-iso .col-sm-1,
.website-vendor .bootstrap-iso .col-md-1,
.website-vendor .bootstrap-iso .col-lg-1,
.website-vendor .bootstrap-iso .col-xs-2,
.website-vendor .bootstrap-iso .col-sm-2,
.website-vendor .bootstrap-iso .col-md-2,
.website-vendor .bootstrap-iso .col-lg-2,
.website-vendor .bootstrap-iso .col-xs-3,
.website-vendor .bootstrap-iso .col-sm-3,
.website-vendor .bootstrap-iso .col-md-3,
.website-vendor .bootstrap-iso .col-lg-3,
.website-vendor .bootstrap-iso .col-xs-4,
.website-vendor .bootstrap-iso .col-sm-4,
.website-vendor .bootstrap-iso .col-md-4,
.website-vendor .bootstrap-iso .col-lg-4,
.website-vendor .bootstrap-iso .col-xs-5,
.website-vendor .bootstrap-iso .col-sm-5,
.website-vendor .bootstrap-iso .col-md-5,
.website-vendor .bootstrap-iso .col-lg-5,
.website-vendor .bootstrap-iso .col-xs-6,
.website-vendor .bootstrap-iso .col-sm-6,
.website-vendor .bootstrap-iso .col-md-6,
.website-vendor .bootstrap-iso .col-lg-6,
.website-vendor .bootstrap-iso .col-xs-7,
.website-vendor .bootstrap-iso .col-sm-7,
.website-vendor .bootstrap-iso .col-md-7,
.website-vendor .bootstrap-iso .col-lg-7,
.website-vendor .bootstrap-iso .col-xs-8,
.website-vendor .bootstrap-iso .col-sm-8,
.website-vendor .bootstrap-iso .col-md-8,
.website-vendor .bootstrap-iso .col-lg-8,
.website-vendor .bootstrap-iso .col-xs-9,
.website-vendor .bootstrap-iso .col-sm-9,
.website-vendor .bootstrap-iso .col-md-9,
.website-vendor .bootstrap-iso .col-lg-9,
.website-vendor .bootstrap-iso .col-xs-10,
.website-vendor .bootstrap-iso .col-sm-10,
.website-vendor .bootstrap-iso .col-md-10,
.website-vendor .bootstrap-iso .col-lg-10,
.website-vendor .bootstrap-iso .col-xs-11,
.website-vendor .bootstrap-iso .col-sm-11,
.website-vendor .bootstrap-iso .col-md-11,
.website-vendor .bootstrap-iso .col-lg-11,
.website-vendor .bootstrap-iso .col-xs-12,
.website-vendor .bootstrap-iso .col-sm-12,
.website-vendor .bootstrap-iso .col-md-12,
.website-vendor .bootstrap-iso .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1673, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-1,
.website-vendor .bootstrap-iso .col-xs-2,
.website-vendor .bootstrap-iso .col-xs-3,
.website-vendor .bootstrap-iso .col-xs-4,
.website-vendor .bootstrap-iso .col-xs-5,
.website-vendor .bootstrap-iso .col-xs-6,
.website-vendor .bootstrap-iso .col-xs-7,
.website-vendor .bootstrap-iso .col-xs-8,
.website-vendor .bootstrap-iso .col-xs-9,
.website-vendor .bootstrap-iso .col-xs-10,
.website-vendor .bootstrap-iso .col-xs-11,
.website-vendor .bootstrap-iso .col-xs-12 {
  float: left;
}

/* line 1687, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-12 {
  width: 100%;
}

/* line 1690, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-11 {
  width: 91.66666667%;
}

/* line 1693, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-10 {
  width: 83.33333333%;
}

/* line 1696, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-9 {
  width: 75%;
}

/* line 1699, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-8 {
  width: 66.66666667%;
}

/* line 1702, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-7 {
  width: 58.33333333%;
}

/* line 1705, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-6 {
  width: 50%;
}

/* line 1708, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-5 {
  width: 41.66666667%;
}

/* line 1711, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-4 {
  width: 33.33333333%;
}

/* line 1714, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-3 {
  width: 25%;
}

/* line 1717, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-2 {
  width: 16.66666667%;
}

/* line 1720, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-1 {
  width: 8.33333333%;
}

/* line 1723, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-pull-12 {
  right: 100%;
}

/* line 1726, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1729, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1732, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-pull-9 {
  right: 75%;
}

/* line 1735, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1738, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1741, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-pull-6 {
  right: 50%;
}

/* line 1744, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1747, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1750, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-pull-3 {
  right: 25%;
}

/* line 1753, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1756, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1759, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-pull-0 {
  right: auto;
}

/* line 1762, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-push-12 {
  left: 100%;
}

/* line 1765, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1768, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-push-10 {
  left: 83.33333333%;
}

/* line 1771, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-push-9 {
  left: 75%;
}

/* line 1774, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1777, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-push-7 {
  left: 58.33333333%;
}

/* line 1780, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-push-6 {
  left: 50%;
}

/* line 1783, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-push-5 {
  left: 41.66666667%;
}

/* line 1786, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-push-4 {
  left: 33.33333333%;
}

/* line 1789, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-push-3 {
  left: 25%;
}

/* line 1792, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1795, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-push-1 {
  left: 8.33333333%;
}

/* line 1798, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-push-0 {
  left: auto;
}

/* line 1801, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1804, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 1807, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 1810, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1813, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 1816, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 1819, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1822, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 1825, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 1828, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1831, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 1834, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 1837, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 1841, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-1,
.website-vendor .bootstrap-iso .col-sm-2,
.website-vendor .bootstrap-iso .col-sm-3,
.website-vendor .bootstrap-iso .col-sm-4,
.website-vendor .bootstrap-iso .col-sm-5,
.website-vendor .bootstrap-iso .col-sm-6,
.website-vendor .bootstrap-iso .col-sm-7,
.website-vendor .bootstrap-iso .col-sm-8,
.website-vendor .bootstrap-iso .col-sm-9,
.website-vendor .bootstrap-iso .col-sm-10,
.website-vendor .bootstrap-iso .col-sm-11,
.website-vendor .bootstrap-iso .col-sm-12 {
    float: left;
  }
  /* line 1855, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-12 {
    width: 100%;
  }
  /* line 1858, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 1861, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 1864, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-9 {
    width: 75%;
  }
  /* line 1867, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 1870, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 1873, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-6 {
    width: 50%;
  }
  /* line 1876, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 1879, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 1882, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-3 {
    width: 25%;
  }
  /* line 1885, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 1888, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 1891, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-pull-12 {
    right: 100%;
  }
  /* line 1894, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 1897, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 1900, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-pull-9 {
    right: 75%;
  }
  /* line 1903, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 1906, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 1909, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-pull-6 {
    right: 50%;
  }
  /* line 1912, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 1915, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 1918, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-pull-3 {
    right: 25%;
  }
  /* line 1921, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 1924, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 1927, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-pull-0 {
    right: auto;
  }
  /* line 1930, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-push-12 {
    left: 100%;
  }
  /* line 1933, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 1936, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 1939, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-push-9 {
    left: 75%;
  }
  /* line 1942, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 1945, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 1948, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-push-6 {
    left: 50%;
  }
  /* line 1951, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 1954, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 1957, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-push-3 {
    left: 25%;
  }
  /* line 1960, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 1963, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 1966, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-push-0 {
    left: auto;
  }
  /* line 1969, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 1972, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 1975, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 1978, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 1981, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1984, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1987, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 1990, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1993, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1996, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 1999, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2002, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2005, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  /* line 2010, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-1,
.website-vendor .bootstrap-iso .col-md-2,
.website-vendor .bootstrap-iso .col-md-3,
.website-vendor .bootstrap-iso .col-md-4,
.website-vendor .bootstrap-iso .col-md-5,
.website-vendor .bootstrap-iso .col-md-6,
.website-vendor .bootstrap-iso .col-md-7,
.website-vendor .bootstrap-iso .col-md-8,
.website-vendor .bootstrap-iso .col-md-9,
.website-vendor .bootstrap-iso .col-md-10,
.website-vendor .bootstrap-iso .col-md-11,
.website-vendor .bootstrap-iso .col-md-12 {
    float: left;
  }
  /* line 2024, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-12 {
    width: 100%;
  }
  /* line 2027, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-11 {
    width: 91.66666667%;
  }
  /* line 2030, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-10 {
    width: 83.33333333%;
  }
  /* line 2033, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-9 {
    width: 75%;
  }
  /* line 2036, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-8 {
    width: 66.66666667%;
  }
  /* line 2039, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-7 {
    width: 58.33333333%;
  }
  /* line 2042, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-6 {
    width: 50%;
  }
  /* line 2045, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-5 {
    width: 41.66666667%;
  }
  /* line 2048, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-4 {
    width: 33.33333333%;
  }
  /* line 2051, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-3 {
    width: 25%;
  }
  /* line 2054, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-2 {
    width: 16.66666667%;
  }
  /* line 2057, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-1 {
    width: 8.33333333%;
  }
  /* line 2060, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-pull-12 {
    right: 100%;
  }
  /* line 2063, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 2066, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 2069, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-pull-9 {
    right: 75%;
  }
  /* line 2072, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 2075, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 2078, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-pull-6 {
    right: 50%;
  }
  /* line 2081, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 2084, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 2087, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-pull-3 {
    right: 25%;
  }
  /* line 2090, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 2093, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 2096, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-pull-0 {
    right: auto;
  }
  /* line 2099, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-push-12 {
    left: 100%;
  }
  /* line 2102, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 2105, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 2108, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-push-9 {
    left: 75%;
  }
  /* line 2111, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 2114, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 2117, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-push-6 {
    left: 50%;
  }
  /* line 2120, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 2123, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 2126, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-push-3 {
    left: 25%;
  }
  /* line 2129, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 2132, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 2135, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-push-0 {
    left: auto;
  }
  /* line 2138, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 2141, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2144, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2147, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 2150, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2153, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2156, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 2159, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2162, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2165, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 2168, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2171, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2174, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  /* line 2179, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-1,
.website-vendor .bootstrap-iso .col-lg-2,
.website-vendor .bootstrap-iso .col-lg-3,
.website-vendor .bootstrap-iso .col-lg-4,
.website-vendor .bootstrap-iso .col-lg-5,
.website-vendor .bootstrap-iso .col-lg-6,
.website-vendor .bootstrap-iso .col-lg-7,
.website-vendor .bootstrap-iso .col-lg-8,
.website-vendor .bootstrap-iso .col-lg-9,
.website-vendor .bootstrap-iso .col-lg-10,
.website-vendor .bootstrap-iso .col-lg-11,
.website-vendor .bootstrap-iso .col-lg-12 {
    float: left;
  }
  /* line 2193, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-12 {
    width: 100%;
  }
  /* line 2196, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 2199, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 2202, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-9 {
    width: 75%;
  }
  /* line 2205, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 2208, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 2211, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-6 {
    width: 50%;
  }
  /* line 2214, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 2217, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 2220, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-3 {
    width: 25%;
  }
  /* line 2223, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 2226, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 2229, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-pull-12 {
    right: 100%;
  }
  /* line 2232, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 2235, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 2238, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-pull-9 {
    right: 75%;
  }
  /* line 2241, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 2244, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 2247, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-pull-6 {
    right: 50%;
  }
  /* line 2250, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 2253, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 2256, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-pull-3 {
    right: 25%;
  }
  /* line 2259, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 2262, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 2265, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-pull-0 {
    right: auto;
  }
  /* line 2268, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-push-12 {
    left: 100%;
  }
  /* line 2271, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 2274, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 2277, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-push-9 {
    left: 75%;
  }
  /* line 2280, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 2283, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 2286, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-push-6 {
    left: 50%;
  }
  /* line 2289, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 2292, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 2295, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-push-3 {
    left: 25%;
  }
  /* line 2298, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 2301, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 2304, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-push-0 {
    left: auto;
  }
  /* line 2307, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 2310, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2313, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2316, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 2319, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2322, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2325, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 2328, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2331, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2334, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 2337, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2340, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2343, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .col-lg-offset-0 {
    margin-left: 0%;
  }
}

/* line 2347, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso table {
  background-color: transparent;
}

/* line 2350, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 2356, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso th {
  text-align: left;
}

/* line 2359, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2364, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table > thead > tr > th,
.website-vendor .bootstrap-iso .table > tbody > tr > th,
.website-vendor .bootstrap-iso .table > tfoot > tr > th,
.website-vendor .bootstrap-iso .table > thead > tr > td,
.website-vendor .bootstrap-iso .table > tbody > tr > td,
.website-vendor .bootstrap-iso .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 2375, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 2379, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table > caption + thead > tr:first-child > th,
.website-vendor .bootstrap-iso .table > colgroup + thead > tr:first-child > th,
.website-vendor .bootstrap-iso .table > thead:first-child > tr:first-child > th,
.website-vendor .bootstrap-iso .table > caption + thead > tr:first-child > td,
.website-vendor .bootstrap-iso .table > colgroup + thead > tr:first-child > td,
.website-vendor .bootstrap-iso .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 2387, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 2390, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table .table {
  background-color: #ffffff;
}

/* line 2393, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table-condensed > thead > tr > th,
.website-vendor .bootstrap-iso .table-condensed > tbody > tr > th,
.website-vendor .bootstrap-iso .table-condensed > tfoot > tr > th,
.website-vendor .bootstrap-iso .table-condensed > thead > tr > td,
.website-vendor .bootstrap-iso .table-condensed > tbody > tr > td,
.website-vendor .bootstrap-iso .table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 2401, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table-bordered {
  border: 1px solid #dddddd;
}

/* line 2404, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table-bordered > thead > tr > th,
.website-vendor .bootstrap-iso .table-bordered > tbody > tr > th,
.website-vendor .bootstrap-iso .table-bordered > tfoot > tr > th,
.website-vendor .bootstrap-iso .table-bordered > thead > tr > td,
.website-vendor .bootstrap-iso .table-bordered > tbody > tr > td,
.website-vendor .bootstrap-iso .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

/* line 2412, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table-bordered > thead > tr > th,
.website-vendor .bootstrap-iso .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 2416, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 2419, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 2422, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 2427, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso table td[class*="col-"],
.website-vendor .bootstrap-iso table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 2433, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table > thead > tr > td.active,
.website-vendor .bootstrap-iso .table > tbody > tr > td.active,
.website-vendor .bootstrap-iso .table > tfoot > tr > td.active,
.website-vendor .bootstrap-iso .table > thead > tr > th.active,
.website-vendor .bootstrap-iso .table > tbody > tr > th.active,
.website-vendor .bootstrap-iso .table > tfoot > tr > th.active,
.website-vendor .bootstrap-iso .table > thead > tr.active > td,
.website-vendor .bootstrap-iso .table > tbody > tr.active > td,
.website-vendor .bootstrap-iso .table > tfoot > tr.active > td,
.website-vendor .bootstrap-iso .table > thead > tr.active > th,
.website-vendor .bootstrap-iso .table > tbody > tr.active > th,
.website-vendor .bootstrap-iso .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 2447, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table-hover > tbody > tr > td.active:hover,
.website-vendor .bootstrap-iso .table-hover > tbody > tr > th.active:hover,
.website-vendor .bootstrap-iso .table-hover > tbody > tr.active:hover > td,
.website-vendor .bootstrap-iso .table-hover > tbody > tr:hover > .active,
.website-vendor .bootstrap-iso .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 2454, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table > thead > tr > td.success,
.website-vendor .bootstrap-iso .table > tbody > tr > td.success,
.website-vendor .bootstrap-iso .table > tfoot > tr > td.success,
.website-vendor .bootstrap-iso .table > thead > tr > th.success,
.website-vendor .bootstrap-iso .table > tbody > tr > th.success,
.website-vendor .bootstrap-iso .table > tfoot > tr > th.success,
.website-vendor .bootstrap-iso .table > thead > tr.success > td,
.website-vendor .bootstrap-iso .table > tbody > tr.success > td,
.website-vendor .bootstrap-iso .table > tfoot > tr.success > td,
.website-vendor .bootstrap-iso .table > thead > tr.success > th,
.website-vendor .bootstrap-iso .table > tbody > tr.success > th,
.website-vendor .bootstrap-iso .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 2468, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table-hover > tbody > tr > td.success:hover,
.website-vendor .bootstrap-iso .table-hover > tbody > tr > th.success:hover,
.website-vendor .bootstrap-iso .table-hover > tbody > tr.success:hover > td,
.website-vendor .bootstrap-iso .table-hover > tbody > tr:hover > .success,
.website-vendor .bootstrap-iso .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 2475, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table > thead > tr > td.info,
.website-vendor .bootstrap-iso .table > tbody > tr > td.info,
.website-vendor .bootstrap-iso .table > tfoot > tr > td.info,
.website-vendor .bootstrap-iso .table > thead > tr > th.info,
.website-vendor .bootstrap-iso .table > tbody > tr > th.info,
.website-vendor .bootstrap-iso .table > tfoot > tr > th.info,
.website-vendor .bootstrap-iso .table > thead > tr.info > td,
.website-vendor .bootstrap-iso .table > tbody > tr.info > td,
.website-vendor .bootstrap-iso .table > tfoot > tr.info > td,
.website-vendor .bootstrap-iso .table > thead > tr.info > th,
.website-vendor .bootstrap-iso .table > tbody > tr.info > th,
.website-vendor .bootstrap-iso .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 2489, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table-hover > tbody > tr > td.info:hover,
.website-vendor .bootstrap-iso .table-hover > tbody > tr > th.info:hover,
.website-vendor .bootstrap-iso .table-hover > tbody > tr.info:hover > td,
.website-vendor .bootstrap-iso .table-hover > tbody > tr:hover > .info,
.website-vendor .bootstrap-iso .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 2496, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table > thead > tr > td.warning,
.website-vendor .bootstrap-iso .table > tbody > tr > td.warning,
.website-vendor .bootstrap-iso .table > tfoot > tr > td.warning,
.website-vendor .bootstrap-iso .table > thead > tr > th.warning,
.website-vendor .bootstrap-iso .table > tbody > tr > th.warning,
.website-vendor .bootstrap-iso .table > tfoot > tr > th.warning,
.website-vendor .bootstrap-iso .table > thead > tr.warning > td,
.website-vendor .bootstrap-iso .table > tbody > tr.warning > td,
.website-vendor .bootstrap-iso .table > tfoot > tr.warning > td,
.website-vendor .bootstrap-iso .table > thead > tr.warning > th,
.website-vendor .bootstrap-iso .table > tbody > tr.warning > th,
.website-vendor .bootstrap-iso .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 2510, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table-hover > tbody > tr > td.warning:hover,
.website-vendor .bootstrap-iso .table-hover > tbody > tr > th.warning:hover,
.website-vendor .bootstrap-iso .table-hover > tbody > tr.warning:hover > td,
.website-vendor .bootstrap-iso .table-hover > tbody > tr:hover > .warning,
.website-vendor .bootstrap-iso .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 2517, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table > thead > tr > td.danger,
.website-vendor .bootstrap-iso .table > tbody > tr > td.danger,
.website-vendor .bootstrap-iso .table > tfoot > tr > td.danger,
.website-vendor .bootstrap-iso .table > thead > tr > th.danger,
.website-vendor .bootstrap-iso .table > tbody > tr > th.danger,
.website-vendor .bootstrap-iso .table > tfoot > tr > th.danger,
.website-vendor .bootstrap-iso .table > thead > tr.danger > td,
.website-vendor .bootstrap-iso .table > tbody > tr.danger > td,
.website-vendor .bootstrap-iso .table > tfoot > tr.danger > td,
.website-vendor .bootstrap-iso .table > thead > tr.danger > th,
.website-vendor .bootstrap-iso .table > tbody > tr.danger > th,
.website-vendor .bootstrap-iso .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 2531, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table-hover > tbody > tr > td.danger:hover,
.website-vendor .bootstrap-iso .table-hover > tbody > tr > th.danger:hover,
.website-vendor .bootstrap-iso .table-hover > tbody > tr.danger:hover > td,
.website-vendor .bootstrap-iso .table-hover > tbody > tr:hover > .danger,
.website-vendor .bootstrap-iso .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 2538, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 2543, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  /* line 2550, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 2553, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .table-responsive > .table > thead > tr > th,
.website-vendor .bootstrap-iso .table-responsive > .table > tbody > tr > th,
.website-vendor .bootstrap-iso .table-responsive > .table > tfoot > tr > th,
.website-vendor .bootstrap-iso .table-responsive > .table > thead > tr > td,
.website-vendor .bootstrap-iso .table-responsive > .table > tbody > tr > td,
.website-vendor .bootstrap-iso .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 2561, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 2564, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .table-responsive > .table-bordered > thead > tr > th:first-child,
.website-vendor .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > th:first-child,
.website-vendor .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.website-vendor .bootstrap-iso .table-responsive > .table-bordered > thead > tr > td:first-child,
.website-vendor .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > td:first-child,
.website-vendor .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 2572, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .table-responsive > .table-bordered > thead > tr > th:last-child,
.website-vendor .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > th:last-child,
.website-vendor .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.website-vendor .bootstrap-iso .table-responsive > .table-bordered > thead > tr > td:last-child,
.website-vendor .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > td:last-child,
.website-vendor .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 2580, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .table-responsive > .table-bordered > tbody > tr:last-child > th,
.website-vendor .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.website-vendor .bootstrap-iso .table-responsive > .table-bordered > tbody > tr:last-child > td,
.website-vendor .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 2587, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 2593, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 2604, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 2610, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2615, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso input[type="radio"],
.website-vendor .bootstrap-iso input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 2621, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso input[type="file"] {
  display: block;
}

/* line 2624, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso input[type="range"] {
  display: block;
  width: 100%;
}

/* line 2628, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso select[multiple],
.website-vendor .bootstrap-iso select[size] {
  height: auto;
}

/* line 2632, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso input[type="file"]:focus,
.website-vendor .bootstrap-iso input[type="radio"]:focus,
.website-vendor .bootstrap-iso input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2639, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

/* line 2646, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-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 2664, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 2670, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

/* line 2674, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 2677, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 2680, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-control[disabled],
.website-vendor .bootstrap-iso .form-control[readonly],
.website-vendor .bootstrap-iso fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 2686, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-control[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 2690, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso textarea.form-control {
  height: auto;
}

/* line 2693, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2697, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso input[type="date"],
.website-vendor .bootstrap-iso input[type="time"],
.website-vendor .bootstrap-iso input[type="datetime-local"],
.website-vendor .bootstrap-iso input[type="month"] {
    line-height: 34px;
  }
  /* line 2703, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso input.input-sm[type="date"],
.website-vendor .bootstrap-iso input.input-sm[type="time"],
.website-vendor .bootstrap-iso input.input-sm[type="datetime-local"],
.website-vendor .bootstrap-iso input.input-sm[type="month"],
.website-vendor .bootstrap-iso .input-group-sm input[type="date"],
.website-vendor .bootstrap-iso .input-group-sm input[type="time"],
.website-vendor .bootstrap-iso .input-group-sm input[type="datetime-local"],
.website-vendor .bootstrap-iso .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 2713, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso input.input-lg[type="date"],
.website-vendor .bootstrap-iso input.input-lg[type="time"],
.website-vendor .bootstrap-iso input.input-lg[type="datetime-local"],
.website-vendor .bootstrap-iso input.input-lg[type="month"],
.website-vendor .bootstrap-iso .input-group-lg input[type="date"],
.website-vendor .bootstrap-iso .input-group-lg input[type="time"],
.website-vendor .bootstrap-iso .input-group-lg input[type="datetime-local"],
.website-vendor .bootstrap-iso .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 2724, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-group {
  margin-bottom: 15px;
}

/* line 2727, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .radio,
.website-vendor .bootstrap-iso .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2734, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .radio label,
.website-vendor .bootstrap-iso .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2742, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .radio input[type="radio"],
.website-vendor .bootstrap-iso .radio-inline input[type="radio"],
.website-vendor .bootstrap-iso .checkbox input[type="checkbox"],
.website-vendor .bootstrap-iso .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 2750, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .radio + .radio,
.website-vendor .bootstrap-iso .checkbox + .checkbox {
  margin-top: -5px;
}

/* line 2754, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .radio-inline,
.website-vendor .bootstrap-iso .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 2764, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .radio-inline + .radio-inline,
.website-vendor .bootstrap-iso .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2769, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso input[type="radio"][disabled],
.website-vendor .bootstrap-iso input[type="checkbox"][disabled],
.website-vendor .bootstrap-iso input.disabled[type="radio"],
.website-vendor .bootstrap-iso input.disabled[type="checkbox"],
.website-vendor .bootstrap-iso fieldset[disabled] input[type="radio"],
.website-vendor .bootstrap-iso fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 2777, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .radio-inline.disabled,
.website-vendor .bootstrap-iso .checkbox-inline.disabled,
.website-vendor .bootstrap-iso fieldset[disabled] .radio-inline,
.website-vendor .bootstrap-iso fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2783, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .radio.disabled label,
.website-vendor .bootstrap-iso .checkbox.disabled label,
.website-vendor .bootstrap-iso fieldset[disabled] .radio label,
.website-vendor .bootstrap-iso fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 2789, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

/* line 2795, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-control-static.input-lg,
.website-vendor .bootstrap-iso .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 2800, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2807, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2811, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso textarea.input-sm,
.website-vendor .bootstrap-iso select.input-sm[multiple] {
  height: auto;
}

/* line 2815, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2822, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

/* line 2826, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso textarea.form-group-sm .form-control,
.website-vendor .bootstrap-iso select.form-group-sm[multiple] .form-control {
  height: auto;
}

/* line 2830, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}

/* line 2837, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2844, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 2848, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso textarea.input-lg,
.website-vendor .bootstrap-iso select.input-lg[multiple] {
  height: auto;
}

/* line 2852, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2859, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

/* line 2863, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso textarea.form-group-lg .form-control,
.website-vendor .bootstrap-iso select.form-group-lg[multiple] .form-control {
  height: auto;
}

/* line 2867, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}

/* line 2874, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-feedback {
  position: relative;
}

/* line 2877, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 2880, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 2892, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 2897, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2902, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-success .help-block,
.website-vendor .bootstrap-iso .has-success .control-label,
.website-vendor .bootstrap-iso .has-success .radio,
.website-vendor .bootstrap-iso .has-success .checkbox,
.website-vendor .bootstrap-iso .has-success .radio-inline,
.website-vendor .bootstrap-iso .has-success .checkbox-inline,
.website-vendor .bootstrap-iso .has-success.radio label,
.website-vendor .bootstrap-iso .has-success.checkbox label,
.website-vendor .bootstrap-iso .has-success.radio-inline label,
.website-vendor .bootstrap-iso .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 2914, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2919, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 2924, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 2929, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2932, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-warning .help-block,
.website-vendor .bootstrap-iso .has-warning .control-label,
.website-vendor .bootstrap-iso .has-warning .radio,
.website-vendor .bootstrap-iso .has-warning .checkbox,
.website-vendor .bootstrap-iso .has-warning .radio-inline,
.website-vendor .bootstrap-iso .has-warning .checkbox-inline,
.website-vendor .bootstrap-iso .has-warning.radio label,
.website-vendor .bootstrap-iso .has-warning.checkbox label,
.website-vendor .bootstrap-iso .has-warning.radio-inline label,
.website-vendor .bootstrap-iso .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 2944, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2949, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 2954, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 2959, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2962, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-error .help-block,
.website-vendor .bootstrap-iso .has-error .control-label,
.website-vendor .bootstrap-iso .has-error .radio,
.website-vendor .bootstrap-iso .has-error .checkbox,
.website-vendor .bootstrap-iso .has-error .radio-inline,
.website-vendor .bootstrap-iso .has-error .checkbox-inline,
.website-vendor .bootstrap-iso .has-error.radio label,
.website-vendor .bootstrap-iso .has-error.checkbox label,
.website-vendor .bootstrap-iso .has-error.radio-inline label,
.website-vendor .bootstrap-iso .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 2974, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2979, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 2984, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 2989, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-error .form-control-feedback {
  color: #a94442;
}

/* line 2992, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 2995, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2998, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 3005, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3010, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 3015, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 3018, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 3022, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .form-inline .input-group .input-group-addon,
.website-vendor .bootstrap-iso .form-inline .input-group .input-group-btn,
.website-vendor .bootstrap-iso .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 3027, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 3030, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3034, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .form-inline .radio,
.website-vendor .bootstrap-iso .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3041, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .form-inline .radio label,
.website-vendor .bootstrap-iso .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 3045, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .form-inline .radio input[type="radio"],
.website-vendor .bootstrap-iso .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 3050, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 3054, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-horizontal .radio,
.website-vendor .bootstrap-iso .form-horizontal .checkbox,
.website-vendor .bootstrap-iso .form-horizontal .radio-inline,
.website-vendor .bootstrap-iso .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 3062, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-horizontal .radio,
.website-vendor .bootstrap-iso .form-horizontal .checkbox {
  min-height: 27px;
}

/* line 3066, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

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

/* line 3077, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 3081, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}

@media (min-width: 768px) {
  /* line 3086, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 3090, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 3111, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn:focus,
.website-vendor .bootstrap-iso .btn:active:focus,
.website-vendor .bootstrap-iso .btn.active:focus,
.website-vendor .bootstrap-iso .btn.focus,
.website-vendor .bootstrap-iso .btn.focus:active,
.website-vendor .bootstrap-iso .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3121, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn:hover,
.website-vendor .bootstrap-iso .btn:focus,
.website-vendor .bootstrap-iso .btn.focus {
  color: #333333;
  text-decoration: none;
}

/* line 3127, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn:active,
.website-vendor .bootstrap-iso .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 3134, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn.disabled,
.website-vendor .bootstrap-iso .btn[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3144, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 3149, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-default:hover,
.website-vendor .bootstrap-iso .btn-default:focus,
.website-vendor .bootstrap-iso .btn-default.focus,
.website-vendor .bootstrap-iso .btn-default:active,
.website-vendor .bootstrap-iso .btn-default.active,
.website-vendor .bootstrap-iso .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3159, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-default:active,
.website-vendor .bootstrap-iso .btn-default.active,
.website-vendor .bootstrap-iso .open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 3164, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-default.disabled,
.website-vendor .bootstrap-iso .btn-default[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-default,
.website-vendor .bootstrap-iso .btn-default.disabled:hover,
.website-vendor .bootstrap-iso .btn-default[disabled]:hover,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-default:hover,
.website-vendor .bootstrap-iso .btn-default.disabled:focus,
.website-vendor .bootstrap-iso .btn-default[disabled]:focus,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-default:focus,
.website-vendor .bootstrap-iso .btn-default.disabled.focus,
.website-vendor .bootstrap-iso .btn-default.focus[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-default.focus,
.website-vendor .bootstrap-iso .btn-default.disabled:active,
.website-vendor .bootstrap-iso .btn-default[disabled]:active,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-default:active,
.website-vendor .bootstrap-iso .btn-default.disabled.active,
.website-vendor .bootstrap-iso .btn-default.active[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 3185, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

/* line 3189, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3194, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-primary:hover,
.website-vendor .bootstrap-iso .btn-primary:focus,
.website-vendor .bootstrap-iso .btn-primary.focus,
.website-vendor .bootstrap-iso .btn-primary:active,
.website-vendor .bootstrap-iso .btn-primary.active,
.website-vendor .bootstrap-iso .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3204, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-primary:active,
.website-vendor .bootstrap-iso .btn-primary.active,
.website-vendor .bootstrap-iso .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 3209, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-primary.disabled,
.website-vendor .bootstrap-iso .btn-primary[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-primary,
.website-vendor .bootstrap-iso .btn-primary.disabled:hover,
.website-vendor .bootstrap-iso .btn-primary[disabled]:hover,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-primary:hover,
.website-vendor .bootstrap-iso .btn-primary.disabled:focus,
.website-vendor .bootstrap-iso .btn-primary[disabled]:focus,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-primary:focus,
.website-vendor .bootstrap-iso .btn-primary.disabled.focus,
.website-vendor .bootstrap-iso .btn-primary.focus[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-primary.focus,
.website-vendor .bootstrap-iso .btn-primary.disabled:active,
.website-vendor .bootstrap-iso .btn-primary[disabled]:active,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-primary:active,
.website-vendor .bootstrap-iso .btn-primary.disabled.active,
.website-vendor .bootstrap-iso .btn-primary.active[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3230, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}

/* line 3234, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3239, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-success:hover,
.website-vendor .bootstrap-iso .btn-success:focus,
.website-vendor .bootstrap-iso .btn-success.focus,
.website-vendor .bootstrap-iso .btn-success:active,
.website-vendor .bootstrap-iso .btn-success.active,
.website-vendor .bootstrap-iso .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3249, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-success:active,
.website-vendor .bootstrap-iso .btn-success.active,
.website-vendor .bootstrap-iso .open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 3254, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-success.disabled,
.website-vendor .bootstrap-iso .btn-success[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-success,
.website-vendor .bootstrap-iso .btn-success.disabled:hover,
.website-vendor .bootstrap-iso .btn-success[disabled]:hover,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-success:hover,
.website-vendor .bootstrap-iso .btn-success.disabled:focus,
.website-vendor .bootstrap-iso .btn-success[disabled]:focus,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-success:focus,
.website-vendor .bootstrap-iso .btn-success.disabled.focus,
.website-vendor .bootstrap-iso .btn-success.focus[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-success.focus,
.website-vendor .bootstrap-iso .btn-success.disabled:active,
.website-vendor .bootstrap-iso .btn-success[disabled]:active,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-success:active,
.website-vendor .bootstrap-iso .btn-success.disabled.active,
.website-vendor .bootstrap-iso .btn-success.active[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3275, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

/* line 3279, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3284, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-info:hover,
.website-vendor .bootstrap-iso .btn-info:focus,
.website-vendor .bootstrap-iso .btn-info.focus,
.website-vendor .bootstrap-iso .btn-info:active,
.website-vendor .bootstrap-iso .btn-info.active,
.website-vendor .bootstrap-iso .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3294, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-info:active,
.website-vendor .bootstrap-iso .btn-info.active,
.website-vendor .bootstrap-iso .open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 3299, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-info.disabled,
.website-vendor .bootstrap-iso .btn-info[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-info,
.website-vendor .bootstrap-iso .btn-info.disabled:hover,
.website-vendor .bootstrap-iso .btn-info[disabled]:hover,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-info:hover,
.website-vendor .bootstrap-iso .btn-info.disabled:focus,
.website-vendor .bootstrap-iso .btn-info[disabled]:focus,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-info:focus,
.website-vendor .bootstrap-iso .btn-info.disabled.focus,
.website-vendor .bootstrap-iso .btn-info.focus[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-info.focus,
.website-vendor .bootstrap-iso .btn-info.disabled:active,
.website-vendor .bootstrap-iso .btn-info[disabled]:active,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-info:active,
.website-vendor .bootstrap-iso .btn-info.disabled.active,
.website-vendor .bootstrap-iso .btn-info.active[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3320, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

/* line 3324, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3329, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-warning:hover,
.website-vendor .bootstrap-iso .btn-warning:focus,
.website-vendor .bootstrap-iso .btn-warning.focus,
.website-vendor .bootstrap-iso .btn-warning:active,
.website-vendor .bootstrap-iso .btn-warning.active,
.website-vendor .bootstrap-iso .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3339, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-warning:active,
.website-vendor .bootstrap-iso .btn-warning.active,
.website-vendor .bootstrap-iso .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 3344, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-warning.disabled,
.website-vendor .bootstrap-iso .btn-warning[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-warning,
.website-vendor .bootstrap-iso .btn-warning.disabled:hover,
.website-vendor .bootstrap-iso .btn-warning[disabled]:hover,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-warning:hover,
.website-vendor .bootstrap-iso .btn-warning.disabled:focus,
.website-vendor .bootstrap-iso .btn-warning[disabled]:focus,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-warning:focus,
.website-vendor .bootstrap-iso .btn-warning.disabled.focus,
.website-vendor .bootstrap-iso .btn-warning.focus[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-warning.focus,
.website-vendor .bootstrap-iso .btn-warning.disabled:active,
.website-vendor .bootstrap-iso .btn-warning[disabled]:active,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-warning:active,
.website-vendor .bootstrap-iso .btn-warning.disabled.active,
.website-vendor .bootstrap-iso .btn-warning.active[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3365, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

/* line 3369, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3374, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-danger:hover,
.website-vendor .bootstrap-iso .btn-danger:focus,
.website-vendor .bootstrap-iso .btn-danger.focus,
.website-vendor .bootstrap-iso .btn-danger:active,
.website-vendor .bootstrap-iso .btn-danger.active,
.website-vendor .bootstrap-iso .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3384, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-danger:active,
.website-vendor .bootstrap-iso .btn-danger.active,
.website-vendor .bootstrap-iso .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 3389, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-danger.disabled,
.website-vendor .bootstrap-iso .btn-danger[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-danger,
.website-vendor .bootstrap-iso .btn-danger.disabled:hover,
.website-vendor .bootstrap-iso .btn-danger[disabled]:hover,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-danger:hover,
.website-vendor .bootstrap-iso .btn-danger.disabled:focus,
.website-vendor .bootstrap-iso .btn-danger[disabled]:focus,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-danger:focus,
.website-vendor .bootstrap-iso .btn-danger.disabled.focus,
.website-vendor .bootstrap-iso .btn-danger.focus[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-danger.focus,
.website-vendor .bootstrap-iso .btn-danger.disabled:active,
.website-vendor .bootstrap-iso .btn-danger[disabled]:active,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-danger:active,
.website-vendor .bootstrap-iso .btn-danger.disabled.active,
.website-vendor .bootstrap-iso .btn-danger.active[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3410, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

/* line 3414, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

/* line 3419, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-link,
.website-vendor .bootstrap-iso .btn-link:active,
.website-vendor .bootstrap-iso .btn-link.active,
.website-vendor .bootstrap-iso .btn-link[disabled],
.website-vendor .bootstrap-iso fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3428, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-link,
.website-vendor .bootstrap-iso .btn-link:hover,
.website-vendor .bootstrap-iso .btn-link:focus,
.website-vendor .bootstrap-iso .btn-link:active {
  border-color: transparent;
}

/* line 3434, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-link:hover,
.website-vendor .bootstrap-iso .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3440, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-link[disabled]:hover,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-link:hover,
.website-vendor .bootstrap-iso .btn-link[disabled]:focus,
.website-vendor .bootstrap-iso fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 3447, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-lg,
.website-vendor .bootstrap-iso .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3454, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-sm,
.website-vendor .bootstrap-iso .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3461, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-xs,
.website-vendor .bootstrap-iso .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3468, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-block {
  display: block;
  width: 100%;
}

/* line 3472, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3475, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso input.btn-block[type="submit"],
.website-vendor .bootstrap-iso input.btn-block[type="reset"],
.website-vendor .bootstrap-iso input.btn-block[type="button"] {
  width: 100%;
}

/* line 3480, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 3486, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .fade.in {
  opacity: 1;
}

/* line 3489, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .collapse {
  display: none;
}

/* line 3492, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .collapse.in {
  display: block;
}

/* line 3495, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso tr.collapse.in {
  display: table-row;
}

/* line 3498, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso tbody.collapse.in {
  display: table-row-group;
}

/* line 3501, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 3515, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 3525, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropup,
.website-vendor .bootstrap-iso .dropdown {
  position: relative;
}

/* line 3529, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropdown-toggle:focus {
  outline: 0;
}

/* line 3532, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  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);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 3554, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3558, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3564, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

/* line 3573, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropdown-menu > li > a:hover,
.website-vendor .bootstrap-iso .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 3579, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropdown-menu > .active > a,
.website-vendor .bootstrap-iso .dropdown-menu > .active > a:hover,
.website-vendor .bootstrap-iso .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 3587, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropdown-menu > .disabled > a,
.website-vendor .bootstrap-iso .dropdown-menu > .disabled > a:hover,
.website-vendor .bootstrap-iso .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 3592, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropdown-menu > .disabled > a:hover,
.website-vendor .bootstrap-iso .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 3600, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .open > .dropdown-menu {
  display: block;
}

/* line 3603, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .open > a {
  outline: 0;
}

/* line 3606, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 3610, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 3614, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

/* line 3622, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 3630, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3634, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropup .caret,
.website-vendor .bootstrap-iso .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

/* line 3640, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropup .dropdown-menu,
.website-vendor .bootstrap-iso .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 3647, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  /* line 3651, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 3656, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group,
.website-vendor .bootstrap-iso .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3662, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group > .btn,
.website-vendor .bootstrap-iso .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3667, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group > .btn:hover,
.website-vendor .bootstrap-iso .btn-group-vertical > .btn:hover,
.website-vendor .bootstrap-iso .btn-group > .btn:focus,
.website-vendor .bootstrap-iso .btn-group-vertical > .btn:focus,
.website-vendor .bootstrap-iso .btn-group > .btn:active,
.website-vendor .bootstrap-iso .btn-group-vertical > .btn:active,
.website-vendor .bootstrap-iso .btn-group > .btn.active,
.website-vendor .bootstrap-iso .btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 3677, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group .btn + .btn,
.website-vendor .bootstrap-iso .btn-group .btn + .btn-group,
.website-vendor .bootstrap-iso .btn-group .btn-group + .btn,
.website-vendor .bootstrap-iso .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3683, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-toolbar {
  margin-left: -5px;
}

/* line 3686, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-toolbar .btn-group,
.website-vendor .bootstrap-iso .btn-toolbar .input-group {
  float: left;
}

/* line 3690, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-toolbar > .btn,
.website-vendor .bootstrap-iso .btn-toolbar > .btn-group,
.website-vendor .bootstrap-iso .btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3695, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3698, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3701, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3705, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group > .btn:last-child:not(:first-child),
.website-vendor .bootstrap-iso .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3710, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group > .btn-group {
  float: left;
}

/* line 3713, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3716, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.website-vendor .bootstrap-iso .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3721, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3725, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group .dropdown-toggle:active,
.website-vendor .bootstrap-iso .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3729, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 3733, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 3737, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .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 3741, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3745, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn .caret {
  margin-left: 0;
}

/* line 3748, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3752, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3755, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group-vertical > .btn,
.website-vendor .bootstrap-iso .btn-group-vertical > .btn-group,
.website-vendor .bootstrap-iso .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3763, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3766, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group-vertical > .btn + .btn,
.website-vendor .bootstrap-iso .btn-group-vertical > .btn + .btn-group,
.website-vendor .bootstrap-iso .btn-group-vertical > .btn-group + .btn,
.website-vendor .bootstrap-iso .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3773, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3776, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3781, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3786, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3789, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.website-vendor .bootstrap-iso .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3794, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3798, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3804, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group-justified > .btn,
.website-vendor .bootstrap-iso .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 3810, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3813, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3816, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso [data-toggle="buttons"] > .btn input[type="radio"],
.website-vendor .bootstrap-iso [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.website-vendor .bootstrap-iso [data-toggle="buttons"] > .btn input[type="checkbox"],
.website-vendor .bootstrap-iso [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3824, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3829, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 3834, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3841, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-lg > .form-control,
.website-vendor .bootstrap-iso .input-group-lg > .input-group-addon,
.website-vendor .bootstrap-iso .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3850, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso select.input-group-lg > .form-control,
.website-vendor .bootstrap-iso select.input-group-lg > .input-group-addon,
.website-vendor .bootstrap-iso select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 3856, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso textarea.input-group-lg > .form-control,
.website-vendor .bootstrap-iso textarea.input-group-lg > .input-group-addon,
.website-vendor .bootstrap-iso textarea.input-group-lg > .input-group-btn > .btn,
.website-vendor .bootstrap-iso select.input-group-lg[multiple] > .form-control,
.website-vendor .bootstrap-iso select.input-group-lg[multiple] > .input-group-addon,
.website-vendor .bootstrap-iso select.input-group-lg[multiple] > .input-group-btn > .btn {
  height: auto;
}

/* line 3864, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-sm > .form-control,
.website-vendor .bootstrap-iso .input-group-sm > .input-group-addon,
.website-vendor .bootstrap-iso .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3873, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso select.input-group-sm > .form-control,
.website-vendor .bootstrap-iso select.input-group-sm > .input-group-addon,
.website-vendor .bootstrap-iso select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3879, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso textarea.input-group-sm > .form-control,
.website-vendor .bootstrap-iso textarea.input-group-sm > .input-group-addon,
.website-vendor .bootstrap-iso textarea.input-group-sm > .input-group-btn > .btn,
.website-vendor .bootstrap-iso select.input-group-sm[multiple] > .form-control,
.website-vendor .bootstrap-iso select.input-group-sm[multiple] > .input-group-addon,
.website-vendor .bootstrap-iso select.input-group-sm[multiple] > .input-group-btn > .btn {
  height: auto;
}

/* line 3887, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-addon,
.website-vendor .bootstrap-iso .input-group-btn,
.website-vendor .bootstrap-iso .input-group .form-control {
  display: table-cell;
}

/* line 3892, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-addon:not(:first-child):not(:last-child),
.website-vendor .bootstrap-iso .input-group-btn:not(:first-child):not(:last-child),
.website-vendor .bootstrap-iso .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3897, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-addon,
.website-vendor .bootstrap-iso .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3903, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 3914, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3919, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3924, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-addon input[type="radio"],
.website-vendor .bootstrap-iso .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3928, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group .form-control:first-child,
.website-vendor .bootstrap-iso .input-group-addon:first-child,
.website-vendor .bootstrap-iso .input-group-btn:first-child > .btn,
.website-vendor .bootstrap-iso .input-group-btn:first-child > .btn-group > .btn,
.website-vendor .bootstrap-iso .input-group-btn:first-child > .dropdown-toggle,
.website-vendor .bootstrap-iso .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.website-vendor .bootstrap-iso .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3938, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-addon:first-child {
  border-right: 0;
}

/* line 3941, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group .form-control:last-child,
.website-vendor .bootstrap-iso .input-group-addon:last-child,
.website-vendor .bootstrap-iso .input-group-btn:last-child > .btn,
.website-vendor .bootstrap-iso .input-group-btn:last-child > .btn-group > .btn,
.website-vendor .bootstrap-iso .input-group-btn:last-child > .dropdown-toggle,
.website-vendor .bootstrap-iso .input-group-btn:first-child > .btn:not(:first-child),
.website-vendor .bootstrap-iso .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3951, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-addon:last-child {
  border-left: 0;
}

/* line 3954, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3959, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-btn > .btn {
  position: relative;
}

/* line 3962, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3965, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-btn > .btn:hover,
.website-vendor .bootstrap-iso .input-group-btn > .btn:focus,
.website-vendor .bootstrap-iso .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3970, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-btn:first-child > .btn,
.website-vendor .bootstrap-iso .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3974, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .input-group-btn:last-child > .btn,
.website-vendor .bootstrap-iso .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 3978, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 3983, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav > li {
  position: relative;
  display: block;
}

/* line 3987, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3992, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav > li > a:hover,
.website-vendor .bootstrap-iso .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3997, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav > li.disabled > a {
  color: #777777;
}

/* line 4000, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav > li.disabled > a:hover,
.website-vendor .bootstrap-iso .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 4007, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav .open > a,
.website-vendor .bootstrap-iso .nav .open > a:hover,
.website-vendor .bootstrap-iso .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 4013, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4019, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav > li > a > img {
  max-width: none;
}

/* line 4022, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-tabs {
  border-bottom: 1px solid #dddddd;
}

/* line 4025, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 4029, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 4035, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 4038, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-tabs > li.active > a,
.website-vendor .bootstrap-iso .nav-tabs > li.active > a:hover,
.website-vendor .bootstrap-iso .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 4047, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4051, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-tabs.nav-justified > li {
  float: none;
}

/* line 4054, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 4058, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

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

/* line 4071, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4075, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-tabs.nav-justified > .active > a,
.website-vendor .bootstrap-iso .nav-tabs.nav-justified > .active > a:hover,
.website-vendor .bootstrap-iso .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 4081, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4085, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .nav-tabs.nav-justified > .active > a,
.website-vendor .bootstrap-iso .nav-tabs.nav-justified > .active > a:hover,
.website-vendor .bootstrap-iso .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

/* line 4091, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-pills > li {
  float: left;
}

/* line 4094, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-pills > li > a {
  border-radius: 4px;
}

/* line 4097, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-pills > li + li {
  margin-left: 2px;
}

/* line 4100, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-pills > li.active > a,
.website-vendor .bootstrap-iso .nav-pills > li.active > a:hover,
.website-vendor .bootstrap-iso .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}

/* line 4106, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-stacked > li {
  float: none;
}

/* line 4109, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 4113, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-justified {
  width: 100%;
}

/* line 4116, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-justified > li {
  float: none;
}

/* line 4119, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 4123, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4128, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4132, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 4136, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-tabs-justified {
  border-bottom: 0;
}

/* line 4139, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4143, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-tabs-justified > .active > a,
.website-vendor .bootstrap-iso .nav-tabs-justified > .active > a:hover,
.website-vendor .bootstrap-iso .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 4149, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4153, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .nav-tabs-justified > .active > a,
.website-vendor .bootstrap-iso .nav-tabs-justified > .active > a:hover,
.website-vendor .bootstrap-iso .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

/* line 4159, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tab-content > .tab-pane {
  display: none;
}

/* line 4162, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tab-content > .active {
  display: block;
}

/* line 4165, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4170, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 4177, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  /* line 4182, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-header {
    float: left;
  }
}

/* line 4186, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 4195, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-collapse.in {
  overflow-y: auto;
}

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

/* line 4221, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-fixed-top .navbar-collapse,
.website-vendor .bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4226, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-fixed-top .navbar-collapse,
.website-vendor .bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 4231, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .container > .navbar-header,
.website-vendor .bootstrap-iso .container-fluid > .navbar-header,
.website-vendor .bootstrap-iso .container > .navbar-collapse,
.website-vendor .bootstrap-iso .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

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

/* line 4247, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4252, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-static-top {
    border-radius: 0;
  }
}

/* line 4256, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-fixed-top,
.website-vendor .bootstrap-iso .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 4264, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-fixed-top,
.website-vendor .bootstrap-iso .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 4269, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 4273, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 4278, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

/* line 4285, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-brand:hover,
.website-vendor .bootstrap-iso .navbar-brand:focus {
  text-decoration: none;
}

/* line 4289, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 4293, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar > .container .navbar-brand,
.website-vendor .bootstrap-iso .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 4298, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4310, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-toggle:focus {
  outline: 0;
}

/* line 4313, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4319, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4323, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-toggle {
    display: none;
  }
}

/* line 4327, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-nav {
  margin: 7.5px -15px;
}

/* line 4330, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 4336, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 4346, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a,
.website-vendor .bootstrap-iso .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 4350, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 4353, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a:hover,
.website-vendor .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 4359, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 4363, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-nav > li {
    float: left;
  }
  /* line 4366, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 4371, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 4383, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4388, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 4393, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 4396, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 4400, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-form .input-group .input-group-addon,
.website-vendor .bootstrap-iso .navbar-form .input-group .input-group-btn,
.website-vendor .bootstrap-iso .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 4405, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 4408, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4412, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-form .radio,
.website-vendor .bootstrap-iso .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4419, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-form .radio label,
.website-vendor .bootstrap-iso .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 4423, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-form .radio input[type="radio"],
.website-vendor .bootstrap-iso .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 4428, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 4433, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 4436, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

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

/* line 4457, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .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 4464, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4468, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4472, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4476, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4481, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 4488, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-left {
    float: left !important;
  }
  /* line 4491, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 4495, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 4499, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4503, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .navbar-brand {
  color: #777777;
}

/* line 4506, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .navbar-brand:hover,
.website-vendor .bootstrap-iso .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 4511, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .navbar-text {
  color: #777777;
}

/* line 4514, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .navbar-nav > li > a {
  color: #777777;
}

/* line 4517, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .navbar-nav > li > a:hover,
.website-vendor .bootstrap-iso .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

/* line 4522, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .navbar-nav > .active > a,
.website-vendor .bootstrap-iso .navbar-default .navbar-nav > .active > a:hover,
.website-vendor .bootstrap-iso .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

/* line 4528, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .navbar-nav > .disabled > a,
.website-vendor .bootstrap-iso .navbar-default .navbar-nav > .disabled > a:hover,
.website-vendor .bootstrap-iso .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

/* line 4534, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .navbar-toggle {
  border-color: #dddddd;
}

/* line 4537, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .navbar-toggle:hover,
.website-vendor .bootstrap-iso .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

/* line 4541, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

/* line 4544, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .navbar-collapse,
.website-vendor .bootstrap-iso .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 4548, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .navbar-nav > .open > a,
.website-vendor .bootstrap-iso .navbar-default .navbar-nav > .open > a:hover,
.website-vendor .bootstrap-iso .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}

@media (max-width: 767px) {
  /* line 4555, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 4558, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.website-vendor .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  /* line 4563, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.website-vendor .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.website-vendor .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  /* line 4569, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.website-vendor .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.website-vendor .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

/* line 4576, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .navbar-link {
  color: #777777;
}

/* line 4579, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .navbar-link:hover {
  color: #333333;
}

/* line 4582, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .btn-link {
  color: #777777;
}

/* line 4585, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .btn-link:hover,
.website-vendor .bootstrap-iso .navbar-default .btn-link:focus {
  color: #333333;
}

/* line 4589, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .btn-link[disabled]:hover,
.website-vendor .bootstrap-iso fieldset[disabled] .navbar-default .btn-link:hover,
.website-vendor .bootstrap-iso .navbar-default .btn-link[disabled]:focus,
.website-vendor .bootstrap-iso fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 4595, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

/* line 4599, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 4602, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-brand:hover,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 4607, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 4610, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 4613, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav > li > a:hover,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 4618, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav > .active > a,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav > .active > a:hover,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

/* line 4624, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a:hover,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/* line 4630, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-toggle {
  border-color: #333333;
}

/* line 4633, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-toggle:hover,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

/* line 4637, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* line 4640, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-collapse,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4644, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav > .open > a,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav > .open > a:hover,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}

@media (max-width: 767px) {
  /* line 4651, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 4654, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 4657, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 4660, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  /* line 4665, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  /* line 4671, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

/* line 4678, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 4681, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

/* line 4684, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 4687, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .btn-link:hover,
.website-vendor .bootstrap-iso .navbar-inverse .btn-link:focus {
  color: #ffffff;
}

/* line 4691, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .btn-link[disabled]:hover,
.website-vendor .bootstrap-iso fieldset[disabled] .navbar-inverse .btn-link:hover,
.website-vendor .bootstrap-iso .navbar-inverse .btn-link[disabled]:focus,
.website-vendor .bootstrap-iso fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

/* line 4697, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4704, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .breadcrumb > li {
  display: inline-block;
}

/* line 4707, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

/* line 4712, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .breadcrumb > .active {
  color: #777777;
}

/* line 4715, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pagination {
  font-size: .8em;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4722, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pagination > li {
  display: inline;
}

/* line 4725, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pagination > li > a,
.website-vendor .bootstrap-iso .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

/* line 4737, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pagination > li:first-child > a,
.website-vendor .bootstrap-iso .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 4743, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pagination > li:last-child > a,
.website-vendor .bootstrap-iso .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 4748, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pagination > li > a:hover,
.website-vendor .bootstrap-iso .pagination > li > span:hover,
.website-vendor .bootstrap-iso .pagination > li > a:focus,
.website-vendor .bootstrap-iso .pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}

/* line 4756, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pagination > .active > a,
.website-vendor .bootstrap-iso .pagination > .active > span,
.website-vendor .bootstrap-iso .pagination > .active > a:hover,
.website-vendor .bootstrap-iso .pagination > .active > span:hover,
.website-vendor .bootstrap-iso .pagination > .active > a:focus,
.website-vendor .bootstrap-iso .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3B5975;
  border-color: #337ab7;
  cursor: default;
}

/* line 4768, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pagination > .disabled > span,
.website-vendor .bootstrap-iso .pagination > .disabled > span:hover,
.website-vendor .bootstrap-iso .pagination > .disabled > span:focus,
.website-vendor .bootstrap-iso .pagination > .disabled > a,
.website-vendor .bootstrap-iso .pagination > .disabled > a:hover,
.website-vendor .bootstrap-iso .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

/* line 4779, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pagination-lg > li > a,
.website-vendor .bootstrap-iso .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 4784, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pagination-lg > li:first-child > a,
.website-vendor .bootstrap-iso .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 4789, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pagination-lg > li:last-child > a,
.website-vendor .bootstrap-iso .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 4794, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pagination-sm > li > a,
.website-vendor .bootstrap-iso .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 4799, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pagination-sm > li:first-child > a,
.website-vendor .bootstrap-iso .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4804, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pagination-sm > li:last-child > a,
.website-vendor .bootstrap-iso .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4809, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 4815, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pager li {
  display: inline;
}

/* line 4818, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pager li > a,
.website-vendor .bootstrap-iso .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

/* line 4826, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pager li > a:hover,
.website-vendor .bootstrap-iso .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 4831, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pager .next > a,
.website-vendor .bootstrap-iso .pager .next > span {
  float: right;
}

/* line 4835, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pager .previous > a,
.website-vendor .bootstrap-iso .pager .previous > span {
  float: left;
}

/* line 4839, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pager .disabled > a,
.website-vendor .bootstrap-iso .pager .disabled > a:hover,
.website-vendor .bootstrap-iso .pager .disabled > a:focus,
.website-vendor .bootstrap-iso .pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}

/* line 4847, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4859, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.label:hover,
.website-vendor .bootstrap-iso a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4865, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .label:empty {
  display: none;
}

/* line 4868, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn .label {
  position: relative;
  top: -1px;
}

/* line 4872, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .label-default {
  background-color: #777777;
}

/* line 4875, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .label-default[href]:hover,
.website-vendor .bootstrap-iso .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 4879, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .label-primary {
  background-color: #337ab7;
}

/* line 4882, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .label-primary[href]:hover,
.website-vendor .bootstrap-iso .label-primary[href]:focus {
  background-color: #286090;
}

/* line 4886, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .label-success {
  background-color: #5cb85c;
}

/* line 4889, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .label-success[href]:hover,
.website-vendor .bootstrap-iso .label-success[href]:focus {
  background-color: #449d44;
}

/* line 4893, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .label-info {
  background-color: #5bc0de;
}

/* line 4896, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .label-info[href]:hover,
.website-vendor .bootstrap-iso .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4900, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .label-warning {
  background-color: #f0ad4e;
}

/* line 4903, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .label-warning[href]:hover,
.website-vendor .bootstrap-iso .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4907, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .label-danger {
  background-color: #d9534f;
}

/* line 4910, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .label-danger[href]:hover,
.website-vendor .bootstrap-iso .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 4914, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

/* line 4928, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .badge:empty {
  display: none;
}

/* line 4931, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn .badge {
  position: relative;
  top: -1px;
}

/* line 4935, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-xs .badge,
.website-vendor .bootstrap-iso .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4940, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.badge:hover,
.website-vendor .bootstrap-iso a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4946, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item.active > .badge,
.website-vendor .bootstrap-iso .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}

/* line 4951, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item > .badge {
  float: right;
}

/* line 4954, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4957, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4960, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 4966, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .jumbotron h1,
.website-vendor .bootstrap-iso .jumbotron .h1 {
  color: inherit;
}

/* line 4970, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4975, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 4978, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .container .jumbotron,
.website-vendor .bootstrap-iso .container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 4982, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4986, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .jumbotron {
    padding: 48px 0;
  }
  /* line 4989, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .container .jumbotron,
.website-vendor .bootstrap-iso .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 4994, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .jumbotron h1,
.website-vendor .bootstrap-iso .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 4999, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  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 5011, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .thumbnail > img,
.website-vendor .bootstrap-iso .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 5016, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.thumbnail:hover,
.website-vendor .bootstrap-iso a.thumbnail:focus,
.website-vendor .bootstrap-iso a.thumbnail.active {
  border-color: #337ab7;
}

/* line 5021, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 5025, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5031, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5035, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert .alert-link {
  font-weight: bold;
}

/* line 5038, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert > p,
.website-vendor .bootstrap-iso .alert > ul {
  margin-bottom: 0;
}

/* line 5042, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert > p + p {
  margin-top: 5px;
}

/* line 5045, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-dismissable,
.website-vendor .bootstrap-iso .alert-dismissible {
  padding-right: 35px;
}

/* line 5049, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-dismissable .close,
.website-vendor .bootstrap-iso .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5056, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 5061, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5064, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-success .alert-link {
  color: #2b542c;
}

/* line 5067, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 5072, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5075, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-info .alert-link {
  color: #245269;
}

/* line 5078, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 5083, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5086, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-warning .alert-link {
  color: #66512c;
}

/* line 5089, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 5094, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5097, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5124, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 5133, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 5148, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .progress-striped .progress-bar,
.website-vendor .bootstrap-iso .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 5156, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .progress.active .progress-bar,
.website-vendor .bootstrap-iso .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 5162, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .progress-bar-success {
  background-color: #5cb85c;
}

/* line 5165, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .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 5170, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .progress-bar-info {
  background-color: #5bc0de;
}

/* line 5173, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .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 5178, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5181, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .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 5186, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .progress-bar-danger {
  background-color: #d9534f;
}

/* line 5189, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .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 5194, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .media {
  margin-top: 15px;
}

/* line 5197, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .media:first-child {
  margin-top: 0;
}

/* line 5200, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .media,
.website-vendor .bootstrap-iso .media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 5205, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .media-body {
  width: 10000px;
}

/* line 5208, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .media-object {
  display: block;
}

/* line 5211, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .media-right,
.website-vendor .bootstrap-iso .media > .pull-right {
  padding-left: 10px;
}

/* line 5215, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .media-left,
.website-vendor .bootstrap-iso .media > .pull-left {
  padding-right: 10px;
}

/* line 5219, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .media-left,
.website-vendor .bootstrap-iso .media-right,
.website-vendor .bootstrap-iso .media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 5225, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .media-middle {
  vertical-align: middle;
}

/* line 5228, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .media-bottom {
  vertical-align: bottom;
}

/* line 5231, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5235, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5239, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 5243, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 5251, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 5255, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5260, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item {
  color: #555555;
}

/* line 5263, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item .list-group-item-heading {
  color: #333333;
}

/* line 5266, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item:hover,
.website-vendor .bootstrap-iso a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}

/* line 5272, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item.disabled,
.website-vendor .bootstrap-iso .list-group-item.disabled:hover,
.website-vendor .bootstrap-iso .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

/* line 5279, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item.disabled .list-group-item-heading,
.website-vendor .bootstrap-iso .list-group-item.disabled:hover .list-group-item-heading,
.website-vendor .bootstrap-iso .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 5284, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item.disabled .list-group-item-text,
.website-vendor .bootstrap-iso .list-group-item.disabled:hover .list-group-item-text,
.website-vendor .bootstrap-iso .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 5289, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item.active,
.website-vendor .bootstrap-iso .list-group-item.active:hover,
.website-vendor .bootstrap-iso .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5297, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item.active .list-group-item-heading,
.website-vendor .bootstrap-iso .list-group-item.active:hover .list-group-item-heading,
.website-vendor .bootstrap-iso .list-group-item.active:focus .list-group-item-heading,
.website-vendor .bootstrap-iso .list-group-item.active .list-group-item-heading > small,
.website-vendor .bootstrap-iso .list-group-item.active:hover .list-group-item-heading > small,
.website-vendor .bootstrap-iso .list-group-item.active:focus .list-group-item-heading > small,
.website-vendor .bootstrap-iso .list-group-item.active .list-group-item-heading > .small,
.website-vendor .bootstrap-iso .list-group-item.active:hover .list-group-item-heading > .small,
.website-vendor .bootstrap-iso .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 5308, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item.active .list-group-item-text,
.website-vendor .bootstrap-iso .list-group-item.active:hover .list-group-item-text,
.website-vendor .bootstrap-iso .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 5313, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5317, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-success {
  color: #3c763d;
}

/* line 5320, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5323, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-success:hover,
.website-vendor .bootstrap-iso a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 5328, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-success.active,
.website-vendor .bootstrap-iso a.list-group-item-success.active:hover,
.website-vendor .bootstrap-iso a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 5335, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5339, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-info {
  color: #31708f;
}

/* line 5342, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5345, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-info:hover,
.website-vendor .bootstrap-iso a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 5350, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-info.active,
.website-vendor .bootstrap-iso a.list-group-item-info.active:hover,
.website-vendor .bootstrap-iso a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 5357, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5361, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5364, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5367, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-warning:hover,
.website-vendor .bootstrap-iso a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 5372, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-warning.active,
.website-vendor .bootstrap-iso a.list-group-item-warning.active:hover,
.website-vendor .bootstrap-iso a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 5379, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5383, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-danger {
  color: #a94442;
}

/* line 5386, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5389, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-danger:hover,
.website-vendor .bootstrap-iso a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 5394, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso a.list-group-item-danger.active,
.website-vendor .bootstrap-iso a.list-group-item-danger.active:hover,
.website-vendor .bootstrap-iso a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 5401, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5405, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5409, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  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 5417, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-body {
  padding: 15px;
}

/* line 5420, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 5426, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5429, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5435, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-title > a,
.website-vendor .bootstrap-iso .panel-title > small,
.website-vendor .bootstrap-iso .panel-title > .small,
.website-vendor .bootstrap-iso .panel-title > small > a,
.website-vendor .bootstrap-iso .panel-title > .small > a {
  color: inherit;
}

/* line 5442, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5449, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .list-group,
.website-vendor .bootstrap-iso .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5453, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .list-group .list-group-item,
.website-vendor .bootstrap-iso .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5458, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .list-group:first-child .list-group-item:first-child,
.website-vendor .bootstrap-iso .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 5464, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .list-group:last-child .list-group-item:last-child,
.website-vendor .bootstrap-iso .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 5470, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5473, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5476, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table,
.website-vendor .bootstrap-iso .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 5481, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table caption,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table caption,
.website-vendor .bootstrap-iso .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 5487, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 5492, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.website-vendor .bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child,
.website-vendor .bootstrap-iso .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 5499, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.website-vendor .bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.website-vendor .bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.website-vendor .bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 5509, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.website-vendor .bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.website-vendor .bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.website-vendor .bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 5519, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5524, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.website-vendor .bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child,
.website-vendor .bootstrap-iso .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 5531, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.website-vendor .bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.website-vendor .bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.website-vendor .bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 5541, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.website-vendor .bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.website-vendor .bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.website-vendor .bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 5551, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .panel-body + .table,
.website-vendor .bootstrap-iso .panel > .panel-body + .table-responsive,
.website-vendor .bootstrap-iso .panel > .table + .panel-body,
.website-vendor .bootstrap-iso .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

/* line 5557, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table > tbody:first-child > tr:first-child th,
.website-vendor .bootstrap-iso .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 5561, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table-bordered,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5565, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table-bordered > thead > tr > th:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.website-vendor .bootstrap-iso .panel > .table-bordered > tbody > tr > th:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.website-vendor .bootstrap-iso .panel > .table-bordered > tfoot > tr > th:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.website-vendor .bootstrap-iso .panel > .table-bordered > thead > tr > td:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.website-vendor .bootstrap-iso .panel > .table-bordered > tbody > tr > td:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.website-vendor .bootstrap-iso .panel > .table-bordered > tfoot > tr > td:first-child,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 5579, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table-bordered > thead > tr > th:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.website-vendor .bootstrap-iso .panel > .table-bordered > tbody > tr > th:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.website-vendor .bootstrap-iso .panel > .table-bordered > tfoot > tr > th:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.website-vendor .bootstrap-iso .panel > .table-bordered > thead > tr > td:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.website-vendor .bootstrap-iso .panel > .table-bordered > tbody > tr > td:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.website-vendor .bootstrap-iso .panel > .table-bordered > tfoot > tr > td:last-child,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 5593, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table-bordered > thead > tr:first-child > td,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.website-vendor .bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > td,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.website-vendor .bootstrap-iso .panel > .table-bordered > thead > tr:first-child > th,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.website-vendor .bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > th,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 5603, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > td,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.website-vendor .bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > td,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.website-vendor .bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > th,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.website-vendor .bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > th,
.website-vendor .bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 5613, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 5617, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-group {
  margin-bottom: 20px;
}

/* line 5620, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5624, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5627, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5630, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-group .panel-heading + .panel-collapse > .panel-body,
.website-vendor .bootstrap-iso .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}

/* line 5634, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-group .panel-footer {
  border-top: 0;
}

/* line 5637, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 5640, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-default {
  border-color: #dddddd;
}

/* line 5643, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

/* line 5648, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

/* line 5651, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 5655, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

/* line 5658, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-primary {
  border-color: #337ab7;
}

/* line 5661, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5666, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 5669, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}

/* line 5673, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 5676, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-success {
  border-color: #d6e9c6;
}

/* line 5679, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5684, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5687, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5691, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5694, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-info {
  border-color: #bce8f1;
}

/* line 5697, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5702, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5705, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5709, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5712, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-warning {
  border-color: #faebcc;
}

/* line 5715, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5720, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5723, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5727, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5730, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-danger {
  border-color: #ebccd1;
}

/* line 5733, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5738, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5741, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5745, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5748, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5755, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .embed-responsive .embed-responsive-item,
.website-vendor .bootstrap-iso .embed-responsive iframe,
.website-vendor .bootstrap-iso .embed-responsive embed,
.website-vendor .bootstrap-iso .embed-responsive object,
.website-vendor .bootstrap-iso .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 5768, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5771, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5774, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5784, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5788, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5792, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5796, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 5806, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .close:hover,
.website-vendor .bootstrap-iso .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5814, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5821, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-open {
  overflow: hidden;
}

/* line 5824, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .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 5836, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .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;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 5845, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5851, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5855, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5860, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

/* line 5872, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5881, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5885, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5889, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

/* line 5894, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-header .close {
  margin-top: -2px;
}

/* line 5897, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5901, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-body {
  position: relative;
  padding: 15px;
}

/* line 5905, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5910, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 5914, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5917, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5920, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5928, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 5932, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .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 5936, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5941, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .modal-lg {
    width: 900px;
  }
}

/* line 5945, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5956, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5960, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 5964, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 5968, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 5972, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 5976, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

/* line 5985, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5992, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 5999, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 6006, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 6013, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

/* line 6020, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

/* line 6027, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 6034, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 6041, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 6048, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

/* line 6071, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover.top {
  margin-top: -10px;
}

/* line 6074, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover.right {
  margin-left: 10px;
}

/* line 6077, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover.bottom {
  margin-top: 10px;
}

/* line 6080, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover.left {
  margin-left: -10px;
}

/* line 6083, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 6091, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover-content {
  padding: 9px 14px;
}

/* line 6094, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover > .arrow,
.website-vendor .bootstrap-iso .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6103, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover > .arrow {
  border-width: 11px;
}

/* line 6106, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 6110, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 6118, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

/* line 6125, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 6133, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

/* line 6140, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 6148, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

/* line 6155, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6163, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/* line 6170, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel {
  position: relative;
}

/* line 6173, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 6178, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .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 6185, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-inner > .item > img,
.website-vendor .bootstrap-iso .carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6190, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  /* line 6199, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .carousel-inner > .item.next,
.website-vendor .bootstrap-iso .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 6205, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .carousel-inner > .item.prev,
.website-vendor .bootstrap-iso .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 6211, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .carousel-inner > .item.next.left,
.website-vendor .bootstrap-iso .carousel-inner > .item.prev.right,
.website-vendor .bootstrap-iso .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 6219, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-inner > .active,
.website-vendor .bootstrap-iso .carousel-inner > .next,
.website-vendor .bootstrap-iso .carousel-inner > .prev {
  display: block;
}

/* line 6224, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-inner > .active {
  left: 0;
}

/* line 6227, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-inner > .next,
.website-vendor .bootstrap-iso .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6233, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-inner > .next {
  left: 100%;
}

/* line 6236, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-inner > .prev {
  left: -100%;
}

/* line 6239, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-inner > .next.left,
.website-vendor .bootstrap-iso .carousel-inner > .prev.right {
  left: 0;
}

/* line 6243, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-inner > .active.left {
  left: -100%;
}

/* line 6246, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-inner > .active.right {
  left: 100%;
}

/* line 6249, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 6262, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 6270, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 6280, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-control:hover,
.website-vendor .bootstrap-iso .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6288, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-control .icon-prev,
.website-vendor .bootstrap-iso .carousel-control .icon-next,
.website-vendor .bootstrap-iso .carousel-control .glyphicon-chevron-left,
.website-vendor .bootstrap-iso .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 6297, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-control .icon-prev,
.website-vendor .bootstrap-iso .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6302, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-control .icon-next,
.website-vendor .bootstrap-iso .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6307, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-control .icon-prev,
.website-vendor .bootstrap-iso .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}

/* line 6315, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6318, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6321, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .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 6332, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

/* line 6344, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

/* line 6350, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 6362, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6366, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .carousel-control .glyphicon-chevron-left,
.website-vendor .bootstrap-iso .carousel-control .glyphicon-chevron-right,
.website-vendor .bootstrap-iso .carousel-control .icon-prev,
.website-vendor .bootstrap-iso .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 6375, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .carousel-control .glyphicon-chevron-left,
.website-vendor .bootstrap-iso .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 6379, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .carousel-control .glyphicon-chevron-right,
.website-vendor .bootstrap-iso .carousel-control .icon-next {
    margin-right: -15px;
  }
  /* line 6383, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 6388, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .carousel-indicators {
    bottom: 20px;
  }
}

/* line 6392, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .clearfix:before,
.website-vendor .bootstrap-iso .clearfix:after,
.website-vendor .bootstrap-iso .dl-horizontal dd:before,
.website-vendor .bootstrap-iso .dl-horizontal dd:after,
.website-vendor .bootstrap-iso .container:before,
.website-vendor .bootstrap-iso .container:after,
.website-vendor .bootstrap-iso .container-fluid:before,
.website-vendor .bootstrap-iso .container-fluid:after,
.website-vendor .bootstrap-iso .row:before,
.website-vendor .bootstrap-iso .row:after,
.website-vendor .bootstrap-iso .form-horizontal .form-group:before,
.website-vendor .bootstrap-iso .form-horizontal .form-group:after,
.website-vendor .bootstrap-iso .btn-toolbar:before,
.website-vendor .bootstrap-iso .btn-toolbar:after,
.website-vendor .bootstrap-iso .btn-group-vertical > .btn-group:before,
.website-vendor .bootstrap-iso .btn-group-vertical > .btn-group:after,
.website-vendor .bootstrap-iso .nav:before,
.website-vendor .bootstrap-iso .nav:after,
.website-vendor .bootstrap-iso .navbar:before,
.website-vendor .bootstrap-iso .navbar:after,
.website-vendor .bootstrap-iso .navbar-header:before,
.website-vendor .bootstrap-iso .navbar-header:after,
.website-vendor .bootstrap-iso .navbar-collapse:before,
.website-vendor .bootstrap-iso .navbar-collapse:after,
.website-vendor .bootstrap-iso .pager:before,
.website-vendor .bootstrap-iso .pager:after,
.website-vendor .bootstrap-iso .panel-body:before,
.website-vendor .bootstrap-iso .panel-body:after,
.website-vendor .bootstrap-iso .modal-footer:before,
.website-vendor .bootstrap-iso .modal-footer:after {
  content: " ";
  display: table;
}

/* line 6425, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .clearfix:after,
.website-vendor .bootstrap-iso .dl-horizontal dd:after,
.website-vendor .bootstrap-iso .container:after,
.website-vendor .bootstrap-iso .container-fluid:after,
.website-vendor .bootstrap-iso .row:after,
.website-vendor .bootstrap-iso .form-horizontal .form-group:after,
.website-vendor .bootstrap-iso .btn-toolbar:after,
.website-vendor .bootstrap-iso .btn-group-vertical > .btn-group:after,
.website-vendor .bootstrap-iso .nav:after,
.website-vendor .bootstrap-iso .navbar:after,
.website-vendor .bootstrap-iso .navbar-header:after,
.website-vendor .bootstrap-iso .navbar-collapse:after,
.website-vendor .bootstrap-iso .pager:after,
.website-vendor .bootstrap-iso .panel-body:after,
.website-vendor .bootstrap-iso .modal-footer:after {
  clear: both;
}

/* line 6442, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 6447, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pull-right {
  float: right !important;
}

/* line 6450, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .pull-left {
  float: left !important;
}

/* line 6453, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .hide {
  display: none !important;
}

/* line 6456, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .show {
  display: block !important;
}

/* line 6459, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .invisible {
  visibility: hidden;
}

/* line 6462, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6469, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .hidden {
  display: none !important;
}

/* line 6472, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .affix {
  position: fixed;
}

@-ms-viewport {
  /* line 5, app/assets/stylesheets/website-vendor/hk.scss */
  .website-vendor {
    width: device-width;
  }
}

/* line 6478, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .visible-xs,
.website-vendor .bootstrap-iso .visible-sm,
.website-vendor .bootstrap-iso .visible-md,
.website-vendor .bootstrap-iso .visible-lg {
  display: none !important;
}

/* line 6484, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .visible-xs-block,
.website-vendor .bootstrap-iso .visible-xs-inline,
.website-vendor .bootstrap-iso .visible-xs-inline-block,
.website-vendor .bootstrap-iso .visible-sm-block,
.website-vendor .bootstrap-iso .visible-sm-inline,
.website-vendor .bootstrap-iso .visible-sm-inline-block,
.website-vendor .bootstrap-iso .visible-md-block,
.website-vendor .bootstrap-iso .visible-md-inline,
.website-vendor .bootstrap-iso .visible-md-inline-block,
.website-vendor .bootstrap-iso .visible-lg-block,
.website-vendor .bootstrap-iso .visible-lg-inline,
.website-vendor .bootstrap-iso .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6499, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-xs {
    display: block !important;
  }
  /* line 6502, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso table.visible-xs {
    display: table;
  }
  /* line 6505, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso tr.visible-xs {
    display: table-row !important;
  }
  /* line 6508, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso th.visible-xs,
.website-vendor .bootstrap-iso td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 6514, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 6519, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 6524, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6529, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-sm {
    display: block !important;
  }
  /* line 6532, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso table.visible-sm {
    display: table;
  }
  /* line 6535, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso tr.visible-sm {
    display: table-row !important;
  }
  /* line 6538, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso th.visible-sm,
.website-vendor .bootstrap-iso td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6544, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6549, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6554, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6559, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-md {
    display: block !important;
  }
  /* line 6562, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso table.visible-md {
    display: table;
  }
  /* line 6565, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso tr.visible-md {
    display: table-row !important;
  }
  /* line 6568, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso th.visible-md,
.website-vendor .bootstrap-iso td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6574, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6579, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6584, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6589, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-lg {
    display: block !important;
  }
  /* line 6592, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso table.visible-lg {
    display: table;
  }
  /* line 6595, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso tr.visible-lg {
    display: table-row !important;
  }
  /* line 6598, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso th.visible-lg,
.website-vendor .bootstrap-iso td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 6604, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6609, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 6614, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 6619, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6624, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6629, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6634, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .hidden-lg {
    display: none !important;
  }
}

/* line 6638, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .visible-print {
  display: none !important;
}

@media print {
  /* line 6642, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-print {
    display: block !important;
  }
  /* line 6645, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso table.visible-print {
    display: table;
  }
  /* line 6648, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso tr.visible-print {
    display: table-row !important;
  }
  /* line 6651, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso th.visible-print,
.website-vendor .bootstrap-iso td.visible-print {
    display: table-cell !important;
  }
}

/* line 6656, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .visible-print-block {
  display: none !important;
}

@media print {
  /* line 6660, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-print-block {
    display: block !important;
  }
}

/* line 6664, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6668, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-print-inline {
    display: inline !important;
  }
}

/* line 6672, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6676, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 6681, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .hidden-print {
    display: none !important;
  }
}

/* line 6685, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-default,
.website-vendor .bootstrap-iso .btn-primary,
.website-vendor .bootstrap-iso .btn-success,
.website-vendor .bootstrap-iso .btn-info,
.website-vendor .bootstrap-iso .btn-warning,
.website-vendor .bootstrap-iso .btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 6695, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-default:active,
.website-vendor .bootstrap-iso .btn-primary:active,
.website-vendor .bootstrap-iso .btn-success:active,
.website-vendor .bootstrap-iso .btn-info:active,
.website-vendor .bootstrap-iso .btn-warning:active,
.website-vendor .bootstrap-iso .btn-danger:active,
.website-vendor .bootstrap-iso .btn-default.active,
.website-vendor .bootstrap-iso .btn-primary.active,
.website-vendor .bootstrap-iso .btn-success.active,
.website-vendor .bootstrap-iso .btn-info.active,
.website-vendor .bootstrap-iso .btn-warning.active,
.website-vendor .bootstrap-iso .btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 6710, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-default .badge,
.website-vendor .bootstrap-iso .btn-primary .badge,
.website-vendor .bootstrap-iso .btn-success .badge,
.website-vendor .bootstrap-iso .btn-info .badge,
.website-vendor .bootstrap-iso .btn-warning .badge,
.website-vendor .bootstrap-iso .btn-danger .badge {
  text-shadow: none;
}

/* line 6718, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn:active,
.website-vendor .bootstrap-iso .btn.active {
  background-image: none;
}

/* line 6722, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

/* line 6734, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-default:hover,
.website-vendor .bootstrap-iso .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

/* line 6739, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-default:active,
.website-vendor .bootstrap-iso .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

/* line 6744, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-default.disabled,
.website-vendor .bootstrap-iso .btn-default:disabled,
.website-vendor .bootstrap-iso .btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}

/* line 6750, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}

/* line 6760, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-primary:hover,
.website-vendor .bootstrap-iso .btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}

/* line 6765, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-primary:active,
.website-vendor .bootstrap-iso .btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}

/* line 6770, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-primary.disabled,
.website-vendor .bootstrap-iso .btn-primary:disabled,
.website-vendor .bootstrap-iso .btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}

/* line 6776, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

/* line 6786, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-success:hover,
.website-vendor .bootstrap-iso .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

/* line 6791, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-success:active,
.website-vendor .bootstrap-iso .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

/* line 6796, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-success.disabled,
.website-vendor .bootstrap-iso .btn-success:disabled,
.website-vendor .bootstrap-iso .btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}

/* line 6802, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

/* line 6812, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-info:hover,
.website-vendor .bootstrap-iso .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

/* line 6817, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-info:active,
.website-vendor .bootstrap-iso .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

/* line 6822, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-info.disabled,
.website-vendor .bootstrap-iso .btn-info:disabled,
.website-vendor .bootstrap-iso .btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}

/* line 6828, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

/* line 6838, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-warning:hover,
.website-vendor .bootstrap-iso .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

/* line 6843, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-warning:active,
.website-vendor .bootstrap-iso .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

/* line 6848, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-warning.disabled,
.website-vendor .bootstrap-iso .btn-warning:disabled,
.website-vendor .bootstrap-iso .btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}

/* line 6854, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

/* line 6864, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-danger:hover,
.website-vendor .bootstrap-iso .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

/* line 6869, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-danger:active,
.website-vendor .bootstrap-iso .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

/* line 6874, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .btn-danger.disabled,
.website-vendor .bootstrap-iso .btn-danger:disabled,
.website-vendor .bootstrap-iso .btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}

/* line 6880, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .thumbnail,
.website-vendor .bootstrap-iso .img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 6885, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropdown-menu > li > a:hover,
.website-vendor .bootstrap-iso .dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}

/* line 6895, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .dropdown-menu > .active > a,
.website-vendor .bootstrap-iso .dropdown-menu > .active > a:hover,
.website-vendor .bootstrap-iso .dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}

/* line 6906, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

/* line 6918, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-default .navbar-nav > .open > a,
.website-vendor .bootstrap-iso .navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

/* line 6929, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-brand,
.website-vendor .bootstrap-iso .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* line 6933, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 6942, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav > .open > a,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

/* line 6953, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-inverse .navbar-brand,
.website-vendor .bootstrap-iso .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 6957, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .navbar-static-top,
.website-vendor .bootstrap-iso .navbar-fixed-top,
.website-vendor .bootstrap-iso .navbar-fixed-bottom {
  border-radius: 0;
}

@media (max-width: 767px) {
  /* line 6963, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
  .website-vendor .bootstrap-iso .navbar .navbar-nav .open .dropdown-menu > .active > a,
.website-vendor .bootstrap-iso .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.website-vendor .bootstrap-iso .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}

/* line 6975, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 6980, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}

/* line 6989, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}

/* line 6998, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}

/* line 7007, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}

/* line 7016, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

/* line 7024, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}

/* line 7032, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

/* line 7040, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

/* line 7048, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

/* line 7056, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

/* line 7064, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 7069, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 7074, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item.active,
.website-vendor .bootstrap-iso .list-group-item.active:hover,
.website-vendor .bootstrap-iso .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}

/* line 7086, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .list-group-item.active .badge,
.website-vendor .bootstrap-iso .list-group-item.active:hover .badge,
.website-vendor .bootstrap-iso .list-group-item.active:focus .badge {
  text-shadow: none;
}

/* line 7091, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 7095, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

/* line 7103, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}

/* line 7111, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

/* line 7119, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

/* line 7127, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

/* line 7135, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

/* line 7143, app/assets/stylesheets/website-vendor/hk/bootstrap-iso.css */
.website-vendor .bootstrap-iso .well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor a, .website-vendor abbr, .website-vendor acronym, .website-vendor address, .website-vendor applet, .website-vendor article, .website-vendor aside, .website-vendor audio, .website-vendor b, .website-vendor big, .website-vendor blockquote, .website-vendor body, .website-vendor canvas, .website-vendor caption, .website-vendor center, .website-vendor cite, .website-vendor code, .website-vendor dd, .website-vendor del, .website-vendor details, .website-vendor dfn, .website-vendor div, .website-vendor dl, .website-vendor dt, .website-vendor em, .website-vendor embed, .website-vendor fieldset, .website-vendor figcaption, .website-vendor figure, .website-vendor footer, .website-vendor form, .website-vendor h1, .website-vendor h2, .website-vendor h3, .website-vendor h4, .website-vendor h5, .website-vendor h6, .website-vendor header, .website-vendor hgroup, .website-vendor html, .website-vendor i, .website-vendor iframe, .website-vendor img, .website-vendor ins, .website-vendor kbd, .website-vendor label, .website-vendor legend, .website-vendor li, .website-vendor mark, .website-vendor menu, .website-vendor nav, .website-vendor object, .website-vendor ol, .website-vendor output, .website-vendor p, .website-vendor pre, .website-vendor q, .website-vendor ruby, .website-vendor s, .website-vendor samp, .website-vendor section, .website-vendor small, .website-vendor span, .website-vendor strike, .website-vendor strong, .website-vendor sub, .website-vendor summary, .website-vendor sup, .website-vendor table, .website-vendor tbody, .website-vendor td, .website-vendor tfoot, .website-vendor th, .website-vendor thead, .website-vendor time, .website-vendor tr, .website-vendor tt, .website-vendor u, .website-vendor ul, .website-vendor var, .website-vendor video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor html {
  line-height: 1;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor ol, .website-vendor ul {
  list-style: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor caption, .website-vendor td, .website-vendor th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor blockquote, .website-vendor q {
  quotes: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor blockquote:after, .website-vendor blockquote:before, .website-vendor q:after, .website-vendor q:before {
  content: "";
  content: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor a img {
  border: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor article, .website-vendor aside, .website-vendor details, .website-vendor figcaption, .website-vendor figure, .website-vendor footer, .website-vendor header, .website-vendor hgroup, .website-vendor menu, .website-vendor nav, .website-vendor section, .website-vendor summary {
  display: block;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor * html {
  font-size: 100%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor html {
  font-size: 16px;
  line-height: 24px;
}

@font-face {
  /* line 5, app/assets/stylesheets/website-vendor/hk.scss */
  .website-vendor {
    font-family: 'HelveticaNeue Light';
    src: url(../font/HelveticaNeue-Light.eot);
    src: url(../font/HelveticaNeue-Light.eot?#iefix) format("embedded-opentype"), url(../font/HelveticaNeue-Light.woff) format("woff"), url(../font/HelveticaNeue-Light.ttf) format("truetype"), url(../font/HelveticaNeue-Light.svg) format("svg");
    font-style: normal;
  }
}

@font-face {
  /* line 5, app/assets/stylesheets/website-vendor/hk.scss */
  .website-vendor {
    font-family: 'HelveticaNeue Light Italic';
    src: url(../font/HelveticaNeue-LightItalic.eot);
    src: url(../font/HelveticaNeue-LightItalic.eot?#iefix) format("embedded-opentype"), url(../font/HelveticaNeue-LightItalic.woff) format("woff"), url(../font/HelveticaNeue-LightItalic.ttf) format("truetype"), url(../font/HelveticaNeue-LightItalic.svg) format("svg");
    font-style: italic;
  }
}

@font-face {
  /* line 5, app/assets/stylesheets/website-vendor/hk.scss */
  .website-vendor {
    font-family: 'HelveticaNeue Bold';
    src: url(../font/HelveticaNeue-Bold.eot);
    src: url(../font/HelveticaNeue-Bold.eot?#iefix) format("embedded-opentype"), url(../font/HelveticaNeue-Bold.woff) format("woff"), url(../font/HelveticaNeue-Bold.ttf) format("truetype"), url(../font/HelveticaNeue-Bold.svg) format("svg");
    font-style: normal;
    font-weight: 700;
  }
}

@font-face {
  /* line 5, app/assets/stylesheets/website-vendor/hk.scss */
  .website-vendor {
    font-family: 'HelveticaNeue Bold Italic';
    src: url(../font/HelveticaNeue-BoldItalic.eot);
    src: url(../font/HelveticaNeue-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../font/HelveticaNeue-BoldItalic.woff) format("woff"), url(../font/HelveticaNeue-BoldItalic.ttf) format("truetype"), url(../font/HelveticaNeue-BoldItalic.svg) format("svg");
    font-style: italic;
    font-weight: 700;
  }
}

@font-face {
  /* line 5, app/assets/stylesheets/website-vendor/hk.scss */
  .website-vendor {
    font-family: FontAwesome;
    src: url(../font/fontawesome-webfont.eot?v=4.3.0);
    src: url(../font/fontawesome-webfont.eot?#iefix?v=4.3.0) format("embedded-opentype"), url(../font/fontawesome-webfont.woff2?v=4.3.0) format("woff2"), url(../font/fontawesome-webfont.woff?v=4.3.0) format("woff"), url(../font/fontawesome-webfont.ttf?v=4.3.0) format("truetype"), url(../font/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
  }
}

@font-face {
  /* line 5, app/assets/stylesheets/website-vendor/hk.scss */
  .website-vendor {
    font-family: Telex;
    font-style: normal;
    font-weight: 400;
    src: local("Telex Regular"), local("Telex-Regular"), url(https://fonts.gstatic.com/s/telex/v5/VgqCONAetEDTVWMdUoLkF4DGDUGfDkXyfkzVDelzfFk.woff2) format("woff2");
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
  }
}

@font-face {
  /* line 5, app/assets/stylesheets/website-vendor/hk.scss */
  .website-vendor {
    font-family: Telex;
    font-style: normal;
    font-weight: 400;
    src: local("Telex Regular"), local("Telex-Regular"), url(https://fonts.gstatic.com/s/telex/v5/yW5xjU7g_M4uGcfkhVTIhKCWcynf_cDxXwCLxiixG1c.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .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;
  transform: translate(0, 0);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor i.fa {
  color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-facebook:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-instagram:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-google-plus:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-twitter:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-weixin:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-linkedin:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-youtube:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-flickr:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-search:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-envelope-o:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-location-arrow:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-play-circle:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-heart:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-home:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-file-pdf-o:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-file-text-o:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-download:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-chevron-down:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-chevron-right:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-chevron-circle-down:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-chevron-circle-left:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-chevron-circle-right:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .fa-angle-down:before {
  content: "";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor body {
  font-family: Telex, "Microsoft JhengHei", "Lantinghei SC", PingFangTC-Light, STHeitiTC-Light, Arial, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor ::selection {
  background-color: #001e4f;
  color: #fff;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor h1, .website-vendor h2, .website-vendor h3, .website-vendor h4, .website-vendor h5, .website-vendor h6 {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  line-height: 1;
  word-wrap: break-word;
  color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor h1 {
  font-size: 24px;
  line-height: 26px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor h2 {
  font-size: 22px;
  line-height: 24px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor h3 {
  font-size: 20px;
  line-height: 22px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor h4 {
  font-size: 18px;
  line-height: 20px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor h5 {
  font-size: 16px;
  line-height: 18px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor h6 {
  font-size: 14px;
  line-height: 16px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor h1 {
    font-size: 24px;
    line-height: 26px;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor h2 {
    font-size: 22px;
    line-height: 24px;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor h3 {
    font-size: 20px;
    line-height: 22px;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor h4 {
    font-size: 18px;
    line-height: 20px;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor h5 {
    font-size: 16px;
    line-height: 18px;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor h6 {
    font-size: 15px;
    line-height: 16px;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor a {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: 0.3s;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor a img {
  width: 100%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .bold {
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .normal {
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .main-content {
  margin-top: 120px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor h1.logo {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo.png);
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% 80%;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor h1.logo:hover {
  opacity: 0.7;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor h1.logo a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor h1.logo a:hover {
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .photo, .website-vendor .picture, .website-vendor .thumbnail {
  display: block;
  line-height: 0;
  background-color: rgba(158, 110, 2, 0.5);
  border: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .photo img, .website-vendor .picture img, .website-vendor .thumbnail img {
  width: 100%;
  height: auto;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .photo.lazy, .website-vendor .picture.lazy, .website-vendor .thumbnail.lazy {
  opacity: 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .photo.in, .website-vendor .picture.in, .website-vendor .thumbnail.in {
  opacity: 1;
  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor img {
  width: 100%;
  height: auto;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor img.lazy {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor img.in {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor table {
  width: 100%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor table thead th {
  padding: .5rem .75rem;
  font-size: .8rem;
  font-weight: 700;
  color: #fff;
  background-color: #001e4f;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor table tbody tr td {
  font-size: .8rem;
  padding: .5rem .75rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor table tbody tr td a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article-read-more-content a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .news table tbody tr td span {
  color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor table tbody tr td:first-child {
  text-align: left;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form .fa-search {
  color: #9e6e02;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form input {
  padding: 2px 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form input:focus {
  outline: 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form button, .website-vendor form input[type=date], .website-vendor form input[type=email], .website-vendor form input[type=number], .website-vendor form input[type=submit], .website-vendor form input[type=tel], .website-vendor form input[type=text], .website-vendor form input[type=time], .website-vendor form select {
  padding: .5rem;
  border-radius: 4px;
  font-family: Telex, "Microsoft JhengHei", "Lantinghei SC", PingFangTC-Light, STHeitiTC-Light, Arial, sans-serif;
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form input[type=date], .website-vendor form input[type=email], .website-vendor form input[type=number], .website-vendor form input[type=tel], .website-vendor form input[type=text], .website-vendor form input[type=time], .website-vendor form select {
  width: 100%;
  padding: .5rem;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #001e4f;
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form input[type=date]:focus, .website-vendor form input[type=email]:focus, .website-vendor form input[type=number]:focus, .website-vendor form input[type=tel]:focus, .website-vendor form input[type=text]:focus, .website-vendor form input[type=time]:focus, .website-vendor form select:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form button, .website-vendor form input[type=submit] {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  border: 1px solid #9e6e02;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .form-box.with_clear_btn button {
  border: 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form button:hover, .website-vendor form input[type=submit]:hover {
  opacity: 0.5;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form label {
  color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form label .required {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form select {
  cursor: pointer;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #fff;
  background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-repeat: no-repeat;
  background-position: right;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: 0.4s;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form select:focus {
  outline: 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form textarea {
  display: block;
  width: 100%;
  height: 250px;
  padding: .5rem;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  border: 1px solid #001e4f;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: 0.4s;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form textarea:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form .form-wrap {
  margin: 0 1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form .form-wrap h5 {
  color: #9e6e02;
  display: block;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form .form-wrap .form-box {
  margin-bottom: 1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form .form-wrap .form-box:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form .form-wrap .form-box.with_clear_btn {
  margin-top: 2rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form .form-wrap .form-box.with_clear_btn input[type=submit] {
  width: 60%;
  margin-right: 3%;
  float: left;
  clear: left;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form .form-wrap .form-box.with_clear_btn button {
  width: 37%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: 0.4s;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form .form-wrap-2:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form .form-wrap-2 label {
  width: 45.65217%;
  float: left;
  margin-right: 8.69565%;
  display: inline;
  margin-right: -100%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form .form-wrap-2 label:nth-child(2n+1) {
  margin-left: 0;
  clear: left;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor form .form-wrap-2 label:nth-child(2n+2) {
  margin-left: 54.34783%;
  clear: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor hr {
  width: 70%;
  margin: 64px auto;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .btn {
  display: block;
  margin: 0 auto;
  padding: 12px 36px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  font-family: "helvetica neue condensed bold","Lantinghei SC",PingFangTC-Light,sans-serif;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .btn.donate {
  display: block;
  width: 180px;
  margin-top: 64px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .btn:hover {
  opacity: 1;
  -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .social-media li {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .social-media li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .social-media li a i {
  display: block;
  text-align: center;
  line-height: 2;
  -webkit-transition: .3s .3s;
  -moz-transition: .3s .3s;
  -o-transition: .3s .3s;
  transition: 0.3s 0.3s;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .social-media li a:hover {
  opacity: 1;
  -webkit-box-shadow: inset 0 0 0 20px #001e4f;
  -moz-box-shadow: inset 0 0 0 20px #001e4f;
  box-shadow: inset 0 0 0 20px #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .social-media li a:hover i {
  color: #fff;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article, .website-vendor article {
  margin: 0 1rem;
  overflow-y: hidden;
  color: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article h1, .website-vendor .article h2, .website-vendor .article h3, .website-vendor .article h4, .website-vendor .article h5, .website-vendor .article h6, .website-vendor article h1, .website-vendor article h2, .website-vendor article h3, .website-vendor article h4, .website-vendor article h5, .website-vendor article h6 {
  color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article h6, .website-vendor article h6 {
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article p, .website-vendor article p {
  overflow-x: hidden;
  margin-bottom: 22px;
  line-height: 30px;
  font-size: 14px;
  text-align: justify;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article p:last-child, .website-vendor article p:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article p a, .website-vendor article p a {
  border-bottom: 1px dashed;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article strong, .website-vendor article strong {
  font-weight: 600;
  color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article a, .website-vendor article a {
  display: inline;
  line-height: 16px;
  color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article ol, .website-vendor .article ul, .website-vendor article ol, .website-vendor article ul {
  margin: 1.5rem 0;
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article ol:last-child, .website-vendor .article ul:last-child, .website-vendor article ol:last-child, .website-vendor article ul:last-child {
  margin: 1.5rem 0 0 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article ol li, .website-vendor .article ul li, .website-vendor article ol li, .website-vendor article ul li {
  margin-left: 1.5rem;
  list-style-type: disc;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article ol li, .website-vendor article ol li {
  list-style-type: decimal;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article blockquote, .website-vendor article blockquote {
  display: inline-block;
  width: 100%;
  margin: 12px 0;
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article blockquote p, .website-vendor article blockquote p {
  margin-bottom: 30px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 18px;
  -webkit-box-shadow: inset 10px 0 0 0 #9e6e02;
  -moz-box-shadow: inset 10px 0 0 0 #9e6e02;
  box-shadow: inset 10px 0 0 0 #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article blockquote strong, .website-vendor article blockquote strong {
  display: block;
  text-align: right;
  font-size: 18px;
  font-family: "helvetica neue condensed bold","Lantinghei SC",PingFangTC-Light,sans-serif;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article blockquote strong:before, .website-vendor article blockquote strong:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 2px;
  margin-right: 8px;
  background-color: #9e6e02;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor article p {
    overflow-x: initial;
    text-align: left;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor article blockquote p {
    font-size: 20px;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor article blockquote strong {
    font-size: 20px;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor article blockquote strong:before {
    height: 3px;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .page-main-photo {
  margin-top: 60px;
  line-height: 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container.border-top {
  border-top: 1rem solid #ccc;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap {
  margin: 0 0 4.8rem 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .page-title-wrap .read-more {
  float: right;
  margin: 1rem 0 1.5rem 0;
  color: #9e6e02;
  border-bottom: 1px dashed;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap h3, .website-vendor .container .page-wrap > h2 {
  display: block;
  margin: 1rem 0 1.5rem 0;
  font-size: 1.2rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap h2.page-main-title {
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap h3.page-main-title {
  border-left: 0.3rem solid rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .page-main-title {
  margin: 1rem 0 1.5rem 0;
  padding-left: .5rem;
  border-left: 1.5rem solid #9e6e02;
  height: 1.5rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .page-sub-title {
  margin: 1rem 0 1.5rem 0;
  padding: .5rem 1rem;
  background-color: #e5e5e5;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap h2.page-main-title {
  font-size: 20px;
  color: #9e6e02;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .col-main-title {
  display: block;
  clear: both;
  margin-bottom: 1rem;
  padding-left: .5rem;
  border-left: 0.3rem solid rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap > div:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .content-wrap-2 .inner-title-wrap {
  display: block;
  margin: 0 1rem;
  font-weight: 700;
  color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .content-wrap-2 .inner-title-wrap strong {
  margin: .6rem .3rem .6rem 0;
  padding: .3rem .75rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  background-color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .content-wrap-2 .content.content-border {
  border-left: 10px solid #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .content-wrap-2 .content article li {
  margin: .5rem 1rem;
  color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .content-wrap-2 .hidden-height {
  position: relative;
  height: 40vh;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .content-wrap-2 .hidden-height img {
  position: absolute;
  bottom: -50%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .content-wrap-3 {
  display: block;
  width: 100%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .content-wrap-3 .full-bg-cover-content {
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .content-wrap-3 .full-bg-cover-content .cover-wrap .cover-content {
  display: block;
  padding: 10vh 0 40vh 0;
}

@media (min-width: 59.28125em) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-3 .full-bg-cover-content .cover-wrap .cover-content {
    max-width: 67.75em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-3 .full-bg-cover-content .cover-wrap .cover-content:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .content-wrap-3 .bg-photo, .website-vendor .container .page-wrap .content-wrap-3 .full-bg-photo {
  max-width: 100%;
  padding: 0;
  position: relative;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .content-wrap-3 .bg-photo .photo, .website-vendor .container .page-wrap .content-wrap-3 .full-bg-photo .photo {
  top: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .content-wrap-3 .bg-photo .cover-wrap, .website-vendor .container .page-wrap .content-wrap-3 .full-bg-photo .cover-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .content-wrap-3 .bg-photo .cover-wrap .cover-content, .website-vendor .container .page-wrap .content-wrap-3 .full-bg-photo .cover-wrap .cover-content {
  display: block;
  margin-top: 3rem;
  text-align: center;
}

@media (min-width: 59.28125em) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-3 .bg-photo .cover-wrap .cover-content, .website-vendor .container .page-wrap .content-wrap-3 .full-bg-photo .cover-wrap .cover-content {
    max-width: 67.75em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-3 .bg-photo .cover-wrap .cover-content:after, .website-vendor .container .page-wrap .content-wrap-3 .full-bg-photo .cover-wrap .cover-content:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .content-wrap-3 .bg-photo {
  max-width: 74rem;
  margin: 0 auto;
  position: relative;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap.download-wrap .download .col-box {
  margin-top: 1.2rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .download {
  margin: 0 auto;
  padding: 0 1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .page-wrap .download .col-box {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .page-main-photo {
    margin-top: 1.5rem;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container {
    margin-top: 0;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap {
    display: block;
    overflow: hidden;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap.flex {
    display: flex;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor span.bold {
    color: #9e6e02;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .page-main-title, .website-vendor .container .page-wrap .page-sub-title {
    width: 19.02027%;
    float: left;
    margin-right: 1.35135%;
    display: inline-block;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-1 {
    width: 72.53378%;
    float: left;
    margin-right: 1.35135%;
    display: inline-block;
    margin: 3.6rem 0 0 0;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1 0 75%;
    width: 75%;
    padding: 3.6rem 0 0 0;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-1 h5 {
    color: #001e4f;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-2 {
    max-width: 74em;
    margin-left: auto;
    margin-right: auto;
    clear: both;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-2:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-2 .content {
    width: 55%;
    display: inline-block;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-2 .photo-left {
    float: left;
    margin-right: 1.5%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-2 .photo-right {
    float: right;
    margin-left: 1.5%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-2 [class^=photo] {
    width: 37%;
    height: 0;
    line-height: 0;
    vertical-align: top;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-2 .hidden-height {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-2 .hidden-height img {
    position: static;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-3 .content {
    width: 100%;
    display: block;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-3 .bg-photo .cover-wrap .cover-content, .website-vendor .container .page-wrap .content-wrap-3 .full-bg-photo .cover-wrap .cover-content {
    margin: 3rem 1rem;
    text-align: left;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap.download-wrap .content-wrap-1 {
    flex: 1 0 35%;
    width: 35%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap.download-wrap .content-wrap-4 {
    flex: 1 0 60%;
    width: 60%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap.download-wrap .download {
    width: 20%;
    margin-left: 0;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap.download-wrap .download.col-top {
    margin-top: 3.6rem;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap.download-wrap .download .col-box {
    margin-top: 0;
  }
}

@media (min-width: 959px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap.wrap-box {
    max-width: 74em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap.wrap-box:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap.full-bg-color {
    display: block;
    overflow: initial;
    background-color: rgba(0, 0, 0, 0.1);
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap.full-bg-color .content-wrap-2 {
    margin-bottom: 0;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap.full-bg-color .content-wrap-2 .content {
    padding-top: 1.5rem;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .page-wrap .content-wrap-3 .bg-photo .cover-wrap .cover-content, .website-vendor .container .page-wrap .content-wrap-3 .full-bg-photo .cover-wrap .cover-content {
    margin: 3rem;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap]:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap] .col-box {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap] .col-box .col-title {
  font-size: .9rem;
  display: block;
  padding: .9rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ccc;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .download[class^=col-wrap] .col-box .col-title {
  background-color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .brochure .page-wrap .col-box .col-title:hover, .website-vendor .news .page-wrap .download[class^=col-wrap] .col-box {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap] .col-box .col-title h1, .website-vendor [class^=col-wrap] .col-box .col-title h2, .website-vendor [class^=col-wrap] .col-box .col-title h3, .website-vendor [class^=col-wrap] .col-box .col-title h4, .website-vendor [class^=col-wrap] .col-box .col-title h5, .website-vendor [class^=col-wrap] .col-box .col-title h6 {
  color: #ccc;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap] .col-box .col-title i {
  display: block;
  margin: .5rem;
  color: #ccc;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap] .col-box .col-title span {
  line-height: 1;
  color: #ccc;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap] .col-box .col-title h6 {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap] .col-box .col-content ol, .website-vendor [class^=col-wrap] .col-box .col-content ul {
  margin: 1.5rem 1rem;
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap] .col-box .col-content ol li, .website-vendor [class^=col-wrap] .col-box .col-content ul li {
  margin: 0 0 .5rem 1.5rem;
  list-style-type: disc;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap] .col-box .col-content ol li:last-child, .website-vendor [class^=col-wrap] .col-box .col-content ul li:last-child {
  margin: 0 0 0 1.5rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap] .col-box .col-content ol li a, .website-vendor [class^=col-wrap] .col-box .col-content ul li a {
  color: #3b5975;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap] .col-box .col-content ol li {
  list-style-type: decimal;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap] .col-box .col-bottom {
  font-size: .9rem;
  display: block;
  padding: .5rem .7rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ccc;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap] .col-box .col-bottom h1, .website-vendor [class^=col-wrap] .col-box .col-bottom h2, .website-vendor [class^=col-wrap] .col-box .col-bottom h3, .website-vendor [class^=col-wrap] .col-box .col-bottom h4, .website-vendor [class^=col-wrap] .col-box .col-bottom h5, .website-vendor [class^=col-wrap] .col-box .col-bottom h6 {
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap] .col-box .col-bottom i {
  display: block;
  margin: .2rem;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor [class^=col-wrap] .col-box .col-bottom span {
  line-height: 1;
  color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-2 .col-box {
    width: 47.91667%;
    float: left;
    margin-right: 4.16667%;
    margin-right: -100%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-2 .col-box:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-2 .col-box:nth-child(2n+2) {
    margin-left: 52.08333%;
    clear: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-2 .col-box:nth-child(n+3) {
    margin-top: 2rem;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-3 .col-box {
    width: 31.50685%;
    float: left;
    margin-right: 2.73973%;
    margin-right: -100%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-3 .col-box:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-3 .col-box:nth-child(3n+2) {
    margin-left: 34.24658%;
    clear: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-3 .col-box:nth-child(3n+3) {
    margin-left: 68.49315%;
    clear: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-3 .col-box:nth-child(n+4) {
    margin-top: 2rem;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-4 .col-box {
    width: 48.63014%;
    float: left;
    margin-right: 2.73973%;
    margin-right: -100%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-4 .col-box:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-4 .col-box:nth-child(2n+2) {
    margin-left: 51.36986%;
    clear: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-4 .col-box:nth-child(n+3) {
    margin-top: 2rem;
  }
}

@media (min-width: 667px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-4 .col-box {
    width: 48.97959%;
    float: left;
    margin-right: 2.04082%;
    margin-right: -100%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-4 .col-box:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-4 .col-box:nth-child(2n+2) {
    margin-left: 51.02041%;
    clear: none;
  }
}

@media (min-width: 959px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor [class^=col-wrap] .col-box .col-title {
    white-space: normal;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-3 .col-box {
    width: 32.97587%;
    float: left;
    margin-right: .53619%;
    margin-right: -100%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-3 .col-box:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-3 .col-box:nth-child(3n+2) {
    margin-left: 33.51206%;
    clear: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-3 .col-box:nth-child(3n+3) {
    margin-left: 67.02413%;
    clear: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-4 .col-box {
    width: 24.66518%;
    float: left;
    margin-right: .44643%;
    margin-right: -100%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-4 .col-box:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-4 .col-box:nth-child(4n+2) {
    margin-left: 25.11161%;
    clear: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-4 .col-box:nth-child(4n+3) {
    margin-left: 50.22321%;
    clear: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-4 .col-box:nth-child(4n+4) {
    margin-left: 75.33482%;
    clear: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-4 .col-box:nth-child(n+3):nth-child(-n+4) {
    margin-top: 0;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .col-wrap-4 .col-box:nth-child(n+5) {
    margin-top: 2rem;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .main-blue {
  color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .text-center {
  text-align: center;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .center {
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .justify {
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .vmiddle {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mt0 {
  margin-top: 0 !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mr0 {
  margin-right: 0 !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mb0 {
  margin-bottom: 0 !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .ml0 {
  margin-left: 0 !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pt0 {
  padding-top: 0 !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pr0 {
  padding-right: 0 !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pb0 {
  padding-bottom: 0 !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pl0 {
  padding-left: 0 !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mt5 {
  margin-top: 5px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mr5 {
  margin-right: 5px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mb5 {
  margin-bottom: 5px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .ml5 {
  margin-left: 5px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pt5 {
  padding-top: 5px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pr5 {
  padding-right: 5px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pb5 {
  padding-bottom: 5px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pl5 {
  padding-left: 5px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mt10 {
  margin-top: 10px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mr10 {
  margin-right: 10px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mb10 {
  margin-bottom: 10px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .ml10 {
  margin-left: 10px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pt10 {
  padding-top: 10px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pr10 {
  padding-right: 10px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pb10 {
  padding-bottom: 10px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pl10 {
  padding-left: 10px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mt15 {
  margin-top: 15px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mr15 {
  margin-right: 15px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mb15 {
  margin-bottom: 15px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .ml15 {
  margin-left: 15px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pt15 {
  padding-top: 15px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pr15 {
  padding-right: 15px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pb15 {
  padding-bottom: 15px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pl15 {
  padding-left: 15px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mt20 {
  margin-top: 20px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mr20 {
  margin-right: 20px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mb20 {
  margin-bottom: 20px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .ml20 {
  margin-left: 20px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pt20 {
  padding-top: 20px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pr20 {
  padding-right: 20px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pb20 {
  padding-bottom: 20px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pl20 {
  padding-left: 20px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mt30 {
  margin-top: 30px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mr30 {
  margin-right: 30px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mb30 {
  margin-bottom: 30px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .ml30 {
  margin-left: 30px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pt30 {
  padding-top: 30px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pr30 {
  padding-right: 30px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pb30 {
  padding-bottom: 30px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pl30 {
  padding-left: 30px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mt40 {
  margin-top: 40px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mr40 {
  margin-right: 40px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mb40 {
  margin-bottom: 40px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .ml40 {
  margin-left: 40px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pt40 {
  padding-top: 40px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pr40 {
  padding-right: 40px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pb40 {
  padding-bottom: 40px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pl40 {
  padding-left: 40px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mt50 {
  margin-top: 50px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mr50 {
  margin-right: 50px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mb50 {
  margin-bottom: 50px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .ml50 {
  margin-left: 50px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pt50 {
  padding-top: 50px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pr50 {
  padding-right: 50px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pb50 {
  padding-bottom: 50px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pl50 {
  padding-left: 50px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mt60 {
  margin-top: 60px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mr60 {
  margin-right: 60px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mb60 {
  margin-bottom: 60px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .ml60 {
  margin-left: 60px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pt60 {
  padding-top: 60px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pr60 {
  padding-right: 60px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pb60 {
  padding-bottom: 60px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pl60 {
  padding-left: 60px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mt70 {
  margin-top: 70px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mr70 {
  margin-right: 70px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mb70 {
  margin-bottom: 70px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .ml70 {
  margin-left: 70px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pt70 {
  padding-top: 70px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pr70 {
  padding-right: 70px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pb70 {
  padding-bottom: 70px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pl70 {
  padding-left: 70px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mt80 {
  margin-top: 80px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mr80 {
  margin-right: 80px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mb80 {
  margin-bottom: 80px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .ml80 {
  margin-left: 80px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pt80 {
  padding-top: 80px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pr80 {
  padding-right: 80px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pb80 {
  padding-bottom: 80px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pl80 {
  padding-left: 80px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mt90 {
  margin-top: 90px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mr90 {
  margin-right: 90px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mb90 {
  margin-bottom: 90px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .ml90 {
  margin-left: 90px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pt90 {
  padding-top: 90px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pr90 {
  padding-right: 90px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pb90 {
  padding-bottom: 90px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pl90 {
  padding-left: 90px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mt100 {
  margin-top: 100px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mr100 {
  margin-right: 100px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .mb100 {
  margin-bottom: 100px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .ml100 {
  margin-left: 100px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pt100 {
  padding-top: 100px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pr100 {
  padding-right: 100px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pb100 {
  padding-bottom: 100px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .pl100 {
  padding-left: 100px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .ml37 {
  margin-left: 37px !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 60px;
  z-index: 99;
  border-bottom: 1px solid #9e6e02;
  background-color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: 0.3s;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-header .logo {
  float: left;
  width: 137px;
  height: 60px;
  margin-left: 0.5rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-header .home {
  float: left;
  margin: 1.1rem 0.5rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-header .home a {
  line-height: 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-header .home a i {
  font-size: 1.2rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-header .button {
  float: right;
  margin: 1.1rem;
  padding: .25rem .5rem .3rem .5rem;
  background-color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-header .button .menu_text {
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-header .button i {
  vertical-align: middle;
  margin-left: .3rem;
  color: #fff;
  font-size: 1rem;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: 0.4s;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item {
  margin-top: 60px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item ul li a {
  color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item ul li a:link {
  position: relative;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .function {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .function > ul {
  padding: .5rem 0;
  text-align: center;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .function > ul li {
  display: inline-block;
  margin: 0 0.5rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .function > ul li a {
  font-size: 0.9rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .function .language {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .function .login li {
  font-size: 0.9rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .function .login li.login {
  color: #fff;
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .main_nav > li a {
  display: block;
  padding: .7rem 1rem;
  border-bottom: 1px solid;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .main_nav > li > a {
  position: relative;
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .main_nav > li > a:not([href]):after {
  content: "+";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 1rem;
  width: 8px;
  height: 8px;
  line-height: .4rem;
  font-size: 1rem;
  font-weight: 700;
  color: #001e4f;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: 0.4s;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .main_nav > li ul {
  display: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .main_nav > li ul li a {
  font-size: .9rem;
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .main_nav > li ul li:last-child a {
  border-color: #313131;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .main_nav > li.home {
  display: none;
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .main_nav > li:hover a:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .header .nav-item .main_nav > li:last-child > a {
  border: none;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header {
    overflow: visible;
    height: 100px;
    border-bottom: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-header {
    display: inline-block;
    width: 20%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-header:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-header .logo {
    width: 100%;
    height: 100px;
    background-size: 137px 56px;
    background-image: url(/images/logo.png);
    margin-left: 0;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-header .home {
    display: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-header .home a i {
    font-size: 1.5rem;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-header .button {
    display: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item {
    float: right;
    width: 80%;
    height: 100px;
    margin-top: 0;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .function {
    border: none;
    background-color: #001e4f;
    padding: 0 0.5rem;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .function > ul {
    display: inline-block;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .function > ul li a {
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .function .language {
    border: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .function .login {
    float: right;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .function .login li span {
    color: #9e6e02 !important;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .main_nav {
    margin-top: 0.5rem;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .main_nav > li {
    display: inline-block;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .main_nav > li > a {
    padding: .7rem;
    border-bottom: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .main_nav > li > a:hover {
    color: #001e4f;
    background-color: #9e6e02;
    opacity: 1;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .main_nav > li > a:not([href]):after {
    display: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .main_nav > li.home {
    display: inline-block;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .main_nav > li.home:hover i {
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .main_nav > li ul {
    position: absolute;
    border: 1px solid #313131;
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .main_nav > li ul li a {
    padding: .7rem;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .main_nav > li ul li:last-child a {
    border-bottom: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .header .nav-item .main_nav > li:last-child li a {
    border-bottom: 1px solid #313131;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor body.on .header .nav-header .button i {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .footer {
  color: black;
  margin-top: 2rem;
  padding: 2rem 1rem;
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 53.8125em) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .footer .footer-wrap {
    max-width: 61.5em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .footer .footer-wrap:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .footer .footer-wrap .copyright p {
  margin-bottom: 1rem;
  font-size: 12px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel {
  margin-top: 60px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel .carousel-control i {
  color: #fff;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .carousel {
    margin-top: 20px;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-info {
  margin-bottom: 16px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-info .col-box {
  clear: both;
  height: 70px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-info .col-box a {
  color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-info .col-box a:hover {
  color: rgba(67, 103, 137, 0.5);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-info ul {
  display: inline-block;
  margin: 1.1rem 0 0 1.7rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-info ul li {
  position: relative;
  margin-left: 1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-info ul li:before {
  content: "|";
  position: absolute;
  left: -1rem;
  width: 1rem;
  height: 1rem;
  color: #525254;
  font-size: 0.8rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-info .icon-wrap {
  display: flex;
  justify-content: center;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-info img.icon {
  float: right;
  width: 70px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-info .follow-us i {
  width: 70px;
  height: 70px;
  line-height: 2.3;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-info .follow-us span {
  display: inline-block;
  vertical-align: top;
  margin: 2.1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-info .follow-us a:hover {
  opacity: 1;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main h2 {
  display: block;
  height: 1.5rem;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  background-color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main > div {
  margin-bottom: 2rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .exchange-rate h2 {
  color: #fff;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .exchange-rate .sheet {
  margin: 0 1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .exchange-rate .sheet .sheet-info {
  margin: 1rem 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .exchange-rate .sheet .sheet-info span {
  display: block;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .exchange-rate .sheet .sheet-info .flag {
  width: 1.7rem;
  margin: .5rem 0;
  line-height: 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .exchange-rate .sheet table {
  width: 50%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .exchange-rate .sheet table tbody tr td {
  padding: .3rem .5rem;
  text-align: left;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .exchange-rate .sheet table tbody tr td:first-child {
  width: 40%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .exchange-rate .sheet table tbody tr:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .exchange-rate .sheet table tbody tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .exchange-rate .sheet table tbody tr:nth-child(even) {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .about-us article {
  margin: 1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .about-us article h1, .website-vendor .container .home-main .about-us article h2, .website-vendor .container .home-main .about-us article h3, .website-vendor .container .home-main .about-us article h4, .website-vendor .container .home-main .about-us article h5, .website-vendor .container .home-main .about-us article h6 {
  display: block;
  margin-bottom: 1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .about-us article h5 {
  color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .about-us .read-more {
  margin-top: 1rem;
  font-size: .9rem;
  color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .about-us p {
  padding-right: 2.5rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .market-index h2 {
  color: #fff;
  background-color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .market-index table {
  margin: 0 auto;
  margin-top: 1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .market-index table tbody tr td {
  padding: 0.3rem 0.5rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .market-index table tbody tr td:first-child {
  width: 50%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .market-index table tbody tr td:nth-child(2) {
  width: 28%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .market-index table tbody tr td:nth-child(3) {
  width: 5%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .market-index table tbody tr:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .market-index table tbody tr:first-child td {
  font-size: 14px;
  font-weight: 600;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .market-index table tbody tr:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .market-index table tbody tr:nth-child(odd) {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main .market-index table tbody tr:nth-child(even) {
  background-color: #e5e5e5;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main-page-nav:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main-page-nav h2 {
  padding-left: 1rem;
  border-left: 1.5rem solid #9e6e02;
  color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main-page-nav ul {
  margin: 1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main-page-nav ul li {
  margin-bottom: 2rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main-page-nav ul li h6 {
  display: block;
  margin-bottom: .5rem;
  padding-left: .5rem;
  border-left: 0.25rem solid #525254;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container .home-main-page-nav ul li a {
  display: block;
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .icon-wrap {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .home-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .home-info .col-box {
    margin-bottom: 0;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .home-info .col-box:nth-child(1) {
    width: 22%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .home-info .col-box:nth-child(2) {
    width: 43%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .home-info .col-box:nth-child(3) {
    width: 30%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .home-main > div {
    display: inline-block;
    float: left;
    vertical-align: top;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .home-main > div:nth-child(1) {
    width: 22%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .home-main > div:nth-child(2) {
    width: 43%;
    padding-right: 5%;
    border-top: 2.5rem solid #9e6e02;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .home-main > div:nth-child(3) {
    width: 30%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .home-main-page-nav {
    margin-top: 1rem;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container .home-main-page-nav ul {
    margin: 1.5rem 0;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .about-us h3.page-sub-title {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .about-us .vision .col-box article p {
  margin-bottom: 1rem;
  margin-bottom: 1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .about-us .vision .col-box article p strong {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: .3rem;
  text-align: center;
  color: #fff;
  background-color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .about-us .vision .col-box article p.content {
  color: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article ul {
  margin-bottom: 3rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article_page .wrap-box {
  margin-bottom: 4rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article_page .page-wrap h2 {
  color: #fff;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article_page .page-wrap h6 {
  font-size: 16px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article_page .page-wrap .read-more {
  float: right;
  margin-top: -3rem;
  color: #9e6e02;
  border-bottom: 1px dashed;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .article_page [class^=col-wrap] .col-title {
  background-color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container.asset article h6 {
  color: #001e4f;
  line-height: 2;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container.asset .sub-content {
  font-weight: 400;
  color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container.asset .content-wrap-2 {
  background-color: #313131;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container.asset .content-wrap-2 article {
  padding-top: 1.5rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container.asset .content-wrap-2:last-child {
  background-color: transparent;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .asset .page-wrap .download {
    margin-left: 23.20946%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .asset .full-bg-color .content-wrap-2 article {
    padding-top: 0;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor article.contact-info p strong {
  color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container.contact-us .content-wrap-2 {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .container.contact-us .content-wrap-2 .content form label {
  color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .page-wrap.contact-us .content-wrap-2 .content {
    float: right;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .page-wrap.contact-us .content-wrap-2 .content article {
    margin: 0 1rem;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .page-wrap.contact-us .content-wrap-2 .photo-left {
    width: 30%;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .tools .page-wrap .cover-content h4 {
  color: #000 !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .tools .page-wrap .col-title {
  background-color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .tools .page-wrap .col-title h5 {
  color: #fff;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .tools hr {
  width: 97%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .tools .tool-form {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .tools .tool-form input[type=submit] {
  color: #fff;
  background-color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .tools .tool-form button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .tools .tool-form form .form-box label {
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .tools .tool-form .results {
  margin: 0 1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .tools .tool-form .results h4 {
  display: block;
  color: #9e6e02;
  margin-bottom: 2rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .tools .tool-form .results .result-wrap {
  margin-bottom: 1.5rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .tools .tool-form .results .result-wrap h6 {
  display: block;
  margin-bottom: 0.5rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .tools .tool-form .results .result-wrap span {
  margin: 0 0.5rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .tools .tool-form .results .result-wrap .planner-result {
  display: inline-block;
  min-width: 6rem;
  padding: .3rem .6rem;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid #001e4f;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .container.tools .page-wrap .tool-form {
    width: 70%;
    margin: 0 auto 2rem auto;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .smart_plans .page-wrap .download, .website-vendor .sparkle_plans .page-wrap .download {
    margin-left: 23.20946%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .smart_plans .page-wrap .download .col-content a, .website-vendor .sparkle_plans .page-wrap .download .col-content a {
    color: #001e4f;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .q_a .page-wrap .panel-group .panel-heading .panel-title a {
  display: block;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .panel-group {
  border-top: 5px solid #001e4f;
  border-bottom: 5px solid #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .panel-group .panel {
  border-bottom: 1px solid #313131;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .panel-group .panel:last-child {
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .panel-group .panel .panel-heading {
  padding: 12px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .panel-group .panel .panel-heading .panel-title a {
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .panel-group .panel .panel-heading .panel-title a h6 {
  width: 85%;
  line-height: 21px;
  color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .panel-group .panel .panel-heading .panel-title a i {
  vertical-align: top;
  float: right;
  padding: 2px 0;
  color: #001e4f;
  font-size: 18px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform 0.3s;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .panel-group .panel .panel-heading .panel-title a[aria-expanded=false] h6 {
  color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .panel-group .panel .panel-heading .panel-title a[aria-expanded=false] i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .panel-group .panel .panel-heading .panel-title a[aria-expanded=false]:hover h6 {
  color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .panel-group .panel .panel-collapse {
  padding: 0 12px 12px 12px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .collapse.in {
  display: block;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .collapse {
  display: none;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height,visibility;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form ul {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form ul ul {
  list-style-type: circle;
  list-style-position: inside;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form ol {
  list-style-type: decimal;
  list-style-position: inside;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form ol ul {
  list-style-type: circle;
  list-style-position: inside;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form ol ol {
  list-style-type: lower-latin;
  list-style-position: inside;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form strong {
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form em {
  font-style: italic;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form .page-wrap h3 {
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form .page-wrap table tbody tr.function-head td {
  background-color: #9e6e02;
  color: #fff;
  font-size: 1rem;
  border-right: 1px solid #fff;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form .page-wrap table tbody tr.function-title td {
  background-color: #001e4f;
  color: #fff;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form .page-wrap table tbody tr:first-child {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form .page-wrap table tbody tr.function-last {
  height: 2rem;
  border-bottom: 1rem solid #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  background-color: transparent !important;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form .page-wrap table tbody tr td {
  padding: 0.75rem 0.75rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form .page-wrap table tbody tr td h3 {
  display: block;
  text-align: center;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form .page-wrap table tbody tr td .dot {
  margin-right: .5rem;
  font-size: .3rem;
  color: #337ab7;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form .page-wrap table tbody tr td:first-child {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form .page-wrap table tbody tr td:nth-child(2) {
  text-align: left;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form .page-wrap table tbody tr td a {
  color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .after_service_form .page-wrap table tbody tr td:first-child {
  width: 60%;
}

@media (min-width: 42.875em) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .illustration .page-wrap .illustration-form {
    max-width: 49em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .illustration .page-wrap .illustration-form:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .illustration .page-wrap .illustration-form label {
  color: #001e4f;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .illustration .page-wrap .illustration-form h5 {
  color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .illustration .page-wrap .illustration-form input[type=submit] {
  color: #fff;
  background-color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .illustration .page-wrap .illustration-form button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .news .main-title-wrap {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .news .page-wrap .page-title-wrap h4 {
  border-left: 0.25rem solid #525254;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .news .page-wrap .col-box .col-title, .website-vendor .news .page-wrap [class^=col-wrap] .col-box .col-bottom, .website-vendor [class^=col-wrap] .news .page-wrap .col-box .col-bottom {
  text-align: left;
  height: 60px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .news .page-wrap .col-box .col-title .date, .website-vendor .news .page-wrap [class^=col-wrap] .col-box .col-bottom .date, .website-vendor [class^=col-wrap] .news .page-wrap .col-box .col-bottom .date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .news .page-wrap .col-box .col-title h6, .website-vendor .news .page-wrap [class^=col-wrap] .col-box .col-bottom h6, .website-vendor [class^=col-wrap] .news .page-wrap .col-box .col-bottom h6 {
  margin-top: 1rem;
  color: #000;
  line-height: 1.1rem;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .news .page-wrap .col-box .col-title:hover, .website-vendor .news .page-wrap [class^=col-wrap] .col-box .col-bottom:hover, .website-vendor [class^=col-wrap] .news .page-wrap .col-box .col-bottom:hover {
  background-color: #001e4f;
  opacity: 0.9;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .news .page-wrap .col-box .col-title:hover .date, .website-vendor .news .page-wrap .col-box .col-title:hover h6, .website-vendor .news .page-wrap [class^=col-wrap] .col-box .col-bottom:hover .date, .website-vendor .news .page-wrap [class^=col-wrap] .col-box .col-bottom:hover h6, .website-vendor [class^=col-wrap] .news .page-wrap .col-box .col-bottom:hover .date, .website-vendor [class^=col-wrap] .news .page-wrap .col-box .col-bottom:hover h6 {
  color: #e5e5e5;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .news .page-wrap table tbody tr.function-head {
  background-color: rgba(67, 103, 137, 0.5);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .news .page-wrap table tbody tr.function-head td {
  background-color: #001e4f;
  color: #fff;
  font-size: 1rem;
  border-right: 1px solid #fff;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .news .page-wrap table tbody tr td a {
  line-height: 1.2rem;
  text-align: left;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .news .page-wrap table tbody tr td a {
  line-height: 1.2rem;
  text-align: left;
}

@media (min-width: 42.875em) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .brochure .page-wrap .download {
    max-width: 49em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .brochure .page-wrap .download:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media (min-width: 959px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .brochure .col-wrap-3 .col-box {
    width: 31.50685%;
    float: left;
    margin-right: 2.73973%;
    margin-right: -100%;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .brochure .col-wrap-3 .col-box:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .brochure .col-wrap-3 .col-box:nth-child(3n+2) {
    margin-left: 34.24658%;
    clear: none;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .brochure .col-wrap-3 .col-box:nth-child(3n+3) {
    margin-left: 68.49315%;
    clear: none;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .cover-content.article h2 {
  color: #9e6e02;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .cover-content.article h3 {
  padding: .5rem .75rem;
  color: rgba(0, 0, 0, 0.7);
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel {
  position: relative;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-inner {
  position: relative;
  overflow: hidden;
  line-height: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-inner > .item > a > img, .website-vendor .carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .carousel-inner > .item.active.right, .website-vendor .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .carousel-inner > .item.active.left, .website-vendor .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .carousel-inner > .item.active, .website-vendor .carousel-inner > .item.next.left, .website-vendor .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-inner > .active, .website-vendor .carousel-inner > .next, .website-vendor .carousel-inner > .prev {
  display: block;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-inner > .active {
  left: 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-inner > .next, .website-vendor .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-inner > .next {
  left: 100%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-inner > .prev {
  left: -100%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-inner > .next.left, .website-vendor .carousel-inner > .prev.right {
  left: 0;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-inner > .active.left {
  left: -100%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-inner > .active.right {
  left: 100%;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-control:focus, .website-vendor .carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-control .glyphicon-chevron-left, .website-vendor .carousel-control .glyphicon-chevron-right, .website-vendor .carousel-control .icon-next, .website-vendor .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-control .glyphicon-chevron-left, .website-vendor .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-control .glyphicon-chevron-right, .website-vendor .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-control .icon-next, .website-vendor .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-control .icon-prev:before {
  content: "‹";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-control .icon-next:before {
  content: "›";
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .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 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
.website-vendor .carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .carousel-control .glyphicon-chevron-left, .website-vendor .carousel-control .glyphicon-chevron-right, .website-vendor .carousel-control .icon-next, .website-vendor .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .carousel-control .glyphicon-chevron-left, .website-vendor .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .carousel-control .glyphicon-chevron-right, .website-vendor .carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 1, app/assets/stylesheets/website-vendor/hk/all.css */
  .website-vendor .carousel-indicators {
    bottom: 20px;
  }
}

/* line 20, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .metis-gold {
  color: #9d6e01 !important;
}

/* line 24, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .metis-orange-yellow {
  color: #f18d02 !important;
}

/* line 28, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .metis-blue {
  color: #004ea2 !important;
}

/* line 32, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .metis-card-blue {
  color: #3b5975 !important;
}

/* line 36, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .metis-card-gray {
  color: #525254 !important;
}

/* line 43, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor h6 {
  margin-bottom: 16px;
}

/* line 49, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor p {
  margin-bottom: 16px !important;
}

/* line 53, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .bold {
  font-weight: bold !important;
}

/* line 57, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .left-border-gold {
  border-left: 1px solid #9d6e01;
}

/* line 61, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .left-border-gray {
  border-left: 1px solid #bcbcbc;
}

/* line 65, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .gray-background {
  background-color: #e5e5e5;
}

/* line 69, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .gold-border {
  border: 1px solid #9d6e01;
}

/* line 73, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .gray-border {
  border: 1px solid #bcbcbc;
}

/* line 77, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .h320 {
  height: 300px;
}

/* line 81, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .w460 {
  width: 460px !important;
}

/* line 85, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

/* line 91, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 96, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
  .website-vendor .website-vendor .hidden-xs {
    display: none !important;
  }
  /* line 100, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
  .website-vendor .website-vendor .visible-xs {
    display: inline !important;
  }
}

/* line 108, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .h1 {
  font-size: size;
}

/* line 108, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .h2 {
  font-size: size;
}

/* line 108, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .h3 {
  font-size: size;
}

/* line 108, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .h4 {
  font-size: size;
}

/* line 108, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .h5 {
  font-size: size;
}

/* line 108, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .h6 {
  font-size: size;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m0 {
  margin: 0px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt0 {
  margin-top: 0px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr0 {
  margin-right: 0px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb0 {
  margin-bottom: 0px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml0 {
  margin-left: 0px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p0 {
  padding: 0px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt0 {
  padding-top: 0px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr0 {
  padding-right: 0px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb0 {
  padding-bottom: 0px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl0 {
  padding-left: 0px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m3 {
  margin: 3px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt3 {
  margin-top: 3px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr3 {
  margin-right: 3px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb3 {
  margin-bottom: 3px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml3 {
  margin-left: 3px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p3 {
  padding: 3px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt3 {
  padding-top: 3px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr3 {
  padding-right: 3px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb3 {
  padding-bottom: 3px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl3 {
  padding-left: 3px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m5 {
  margin: 5px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt5 {
  margin-top: 5px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr5 {
  margin-right: 5px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb5 {
  margin-bottom: 5px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml5 {
  margin-left: 5px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p5 {
  padding: 5px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt5 {
  padding-top: 5px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr5 {
  padding-right: 5px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb5 {
  padding-bottom: 5px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl5 {
  padding-left: 5px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m10 {
  margin: 10px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt10 {
  margin-top: 10px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr10 {
  margin-right: 10px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb10 {
  margin-bottom: 10px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml10 {
  margin-left: 10px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p10 {
  padding: 10px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt10 {
  padding-top: 10px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr10 {
  padding-right: 10px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb10 {
  padding-bottom: 10px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl10 {
  padding-left: 10px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m15 {
  margin: 15px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt15 {
  margin-top: 15px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr15 {
  margin-right: 15px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb15 {
  margin-bottom: 15px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml15 {
  margin-left: 15px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p15 {
  padding: 15px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt15 {
  padding-top: 15px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr15 {
  padding-right: 15px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb15 {
  padding-bottom: 15px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl15 {
  padding-left: 15px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m20 {
  margin: 20px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt20 {
  margin-top: 20px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr20 {
  margin-right: 20px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb20 {
  margin-bottom: 20px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml20 {
  margin-left: 20px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p20 {
  padding: 20px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt20 {
  padding-top: 20px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr20 {
  padding-right: 20px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb20 {
  padding-bottom: 20px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl20 {
  padding-left: 20px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m30 {
  margin: 30px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt30 {
  margin-top: 30px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr30 {
  margin-right: 30px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb30 {
  margin-bottom: 30px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml30 {
  margin-left: 30px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p30 {
  padding: 30px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt30 {
  padding-top: 30px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr30 {
  padding-right: 30px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb30 {
  padding-bottom: 30px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl30 {
  padding-left: 30px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m40 {
  margin: 40px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt40 {
  margin-top: 40px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr40 {
  margin-right: 40px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb40 {
  margin-bottom: 40px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml40 {
  margin-left: 40px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p40 {
  padding: 40px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt40 {
  padding-top: 40px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr40 {
  padding-right: 40px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb40 {
  padding-bottom: 40px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl40 {
  padding-left: 40px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m45 {
  margin: 45px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt45 {
  margin-top: 45px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr45 {
  margin-right: 45px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb45 {
  margin-bottom: 45px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml45 {
  margin-left: 45px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p45 {
  padding: 45px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt45 {
  padding-top: 45px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr45 {
  padding-right: 45px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb45 {
  padding-bottom: 45px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl45 {
  padding-left: 45px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m50 {
  margin: 50px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt50 {
  margin-top: 50px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr50 {
  margin-right: 50px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb50 {
  margin-bottom: 50px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml50 {
  margin-left: 50px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p50 {
  padding: 50px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt50 {
  padding-top: 50px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr50 {
  padding-right: 50px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb50 {
  padding-bottom: 50px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl50 {
  padding-left: 50px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m60 {
  margin: 60px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt60 {
  margin-top: 60px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr60 {
  margin-right: 60px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb60 {
  margin-bottom: 60px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml60 {
  margin-left: 60px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p60 {
  padding: 60px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt60 {
  padding-top: 60px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr60 {
  padding-right: 60px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb60 {
  padding-bottom: 60px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl60 {
  padding-left: 60px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m70 {
  margin: 70px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt70 {
  margin-top: 70px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr70 {
  margin-right: 70px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb70 {
  margin-bottom: 70px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml70 {
  margin-left: 70px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p70 {
  padding: 70px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt70 {
  padding-top: 70px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr70 {
  padding-right: 70px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb70 {
  padding-bottom: 70px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl70 {
  padding-left: 70px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m80 {
  margin: 80px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt80 {
  margin-top: 80px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr80 {
  margin-right: 80px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb80 {
  margin-bottom: 80px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml80 {
  margin-left: 80px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p80 {
  padding: 80px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt80 {
  padding-top: 80px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr80 {
  padding-right: 80px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb80 {
  padding-bottom: 80px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl80 {
  padding-left: 80px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m90 {
  margin: 90px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt90 {
  margin-top: 90px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr90 {
  margin-right: 90px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb90 {
  margin-bottom: 90px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml90 {
  margin-left: 90px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p90 {
  padding: 90px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt90 {
  padding-top: 90px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr90 {
  padding-right: 90px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb90 {
  padding-bottom: 90px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl90 {
  padding-left: 90px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m100 {
  margin: 100px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt100 {
  margin-top: 100px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr100 {
  margin-right: 100px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb100 {
  margin-bottom: 100px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml100 {
  margin-left: 100px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p100 {
  padding: 100px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt100 {
  padding-top: 100px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr100 {
  padding-right: 100px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb100 {
  padding-bottom: 100px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl100 {
  padding-left: 100px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m120 {
  margin: 120px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt120 {
  margin-top: 120px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr120 {
  margin-right: 120px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb120 {
  margin-bottom: 120px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml120 {
  margin-left: 120px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p120 {
  padding: 120px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt120 {
  padding-top: 120px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr120 {
  padding-right: 120px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb120 {
  padding-bottom: 120px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl120 {
  padding-left: 120px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m130 {
  margin: 130px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt130 {
  margin-top: 130px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr130 {
  margin-right: 130px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb130 {
  margin-bottom: 130px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml130 {
  margin-left: 130px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p130 {
  padding: 130px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt130 {
  padding-top: 130px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr130 {
  padding-right: 130px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb130 {
  padding-bottom: 130px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl130 {
  padding-left: 130px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m140 {
  margin: 140px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt140 {
  margin-top: 140px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr140 {
  margin-right: 140px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb140 {
  margin-bottom: 140px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml140 {
  margin-left: 140px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p140 {
  padding: 140px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt140 {
  padding-top: 140px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr140 {
  padding-right: 140px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb140 {
  padding-bottom: 140px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl140 {
  padding-left: 140px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m160 {
  margin: 160px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt160 {
  margin-top: 160px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr160 {
  margin-right: 160px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb160 {
  margin-bottom: 160px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml160 {
  margin-left: 160px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p160 {
  padding: 160px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt160 {
  padding-top: 160px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr160 {
  padding-right: 160px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb160 {
  padding-bottom: 160px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl160 {
  padding-left: 160px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

/* line 116, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .m180 {
  margin: 180px !important;
}

/* line 120, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mt180 {
  margin-top: 180px !important;
}

/* line 124, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mr180 {
  margin-right: 180px !important;
}

/* line 128, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mb180 {
  margin-bottom: 180px !important;
}

/* line 132, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ml180 {
  margin-left: 180px !important;
}

/* line 136, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mtb180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

/* line 141, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .mlr180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

/* line 146, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .p180 {
  padding: 180px !important;
}

/* line 150, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pt180 {
  padding-top: 180px !important;
}

/* line 154, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pr180 {
  padding-right: 180px !important;
}

/* line 158, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pb180 {
  padding-bottom: 180px !important;
}

/* line 162, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .pl180 {
  padding-left: 180px !important;
}

/* line 166, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .ptb180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

/* line 171, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
.website-vendor .website-vendor .plr180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

@media (max-width: 767px) {
  /* line 177, app/assets/stylesheets/website-vendor/hk/components/../utils.scss */
  .website-vendor .website-vendor .sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: white !important;
    height: 60px;
  }
}

/* line 3, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
.website-vendor .header {
  border: none !important;
}

@media (max-width: 767px) {
  /* line 3, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .header {
    background: rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
  }
  /* line 10, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .header a {
    color: white !important;
  }
  /* line 13, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .header .nav-item {
    position: absolute;
    height: 100%;
    background-color: #001e4f;
    width: 85%;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 90;
  }
  /* line 23, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .header .nav-item a {
    border: none !important;
  }
  /* line 28, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .header .dropdown-user-menu {
    height: 100%;
    background-color: #001e4f;
    z-index: 101;
    float: right;
    margin-right: 60px;
  }
  /* line 35, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .header .dropdown-user-menu .nav-login {
    padding: 15px 40px !important;
  }
  /* line 40, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .header .dropdown-user-menu .nav-login li:not(:last-child) a {
    margin-bottom: 1.4rem;
  }
  /* line 48, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .header .dropdown-user-menu li a {
    font-size: 20px;
    text-align: left;
  }
  /* line 56, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .header #hk-nav {
    border: none;
    margin-top: 20px !important;
  }
  /* line 60, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .header #hk-nav ul {
    margin-left: 15px !important;
  }
  /* line 65, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .header #hk-nav li a {
    margin-left: 15px !important;
    font-size: 20px;
  }
  /* line 73, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .header #hk-nav .dropdown-menu li a {
    font-size: 18px;
  }
  /* line 83, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .header #hk-nav .dropdown .main_nav li a {
    border-bottom: none !important;
  }
}

/* line 91, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
.website-vendor body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 99, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
.website-vendor .nav-header .logo {
  background-image: url(/images/logo.svg) !important;
}

@media (max-width: 767px) {
  /* line 103, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .nav-header .flag {
    margin: 14px -15px 0 0 !important;
    background-color: #fff !important;
  }
}

/* line 112, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
.website-vendor .function ul, .website-vendor .function li {
  z-index: 10;
}

/* line 117, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
.website-vendor .function .button_to input[type="submit"] {
  background-color: #bcbcbc;
  color: black;
  font-size: 14px;
  border: none;
}

@media (max-width: 767px) {
  /* line 117, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .function .button_to input[type="submit"] {
    font-size: 20px;
    font-weight: normal !important;
    background: none !important;
    border: none !important;
    color: white !important;
    cursor: pointer;
    font-family: inherit;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  /* line 138, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .function .button_to input[type="submit"] {
    background-color: white;
    color: #001e4f;
    border: none;
  }
}

@media (min-width: 768px) {
  /* line 111, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .function {
    height: 40px;
    background-color: #727171 !important;
  }
  /* line 149, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .function .dropdown-menu {
    border-color: rgba(255, 255, 255, 0.3) !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
  /* line 153, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .function .dropdown-menu li {
    background-color: #9d6e01;
    margin-top: 0px !important;
    margin-left: 0px !important;
  }
  /* line 157, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .function .dropdown-menu li a {
    border-bottom-color: rgba(255, 255, 255, 0.3) !important;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  /* line 165, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .function .color-blocks {
    width: 183px;
    height: 40px;
    margin-left: -10px;
    float: left;
  }
  /* line 172, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .function .color-blocks .major-block {
    width: 133px;
    height: 40px;
    background-color: #001e4f;
    float: left;
  }
  /* line 178, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .function .color-blocks .minor-block {
    width: 40px;
    height: 40px;
    background-color: #9d6e01;
    float: left;
  }
}

@media (max-width: 767px) {
  /* line 188, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .nav-item {
    margin-top: 0 !important;
  }
}

/* line 193, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
.website-vendor .nav-item li {
  color: white;
}

@media (min-width: 768px) {
  /* line 202, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .nav-item .function .main_nav > li > a:after {
    font-family: "FontAwesome";
    content: "\f107";
  }
  /* line 209, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .nav-item .function .main_nav > li a:hover {
    color: black !important;
    background-color: #bcbcbc !important;
  }
  /* line 213, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .nav-item .function .main_nav > li a:hover .fa-angle-down {
    color: black !important;
  }
  /* line 220, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .nav-item .function .main_nav ul li {
    background-color: #bcbcbc !important;
  }
  /* line 221, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .nav-item .function .main_nav ul li a {
    color: black !important;
  }
}

@media (max-width: 767px) {
  /* line 231, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .nav-item .nav-login, .website-vendor .nav-item .nav-country, .website-vendor .nav-item .nav-language {
    width: 100% !important;
    display: flex;
  }
}

/* line 238, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
.website-vendor .nav-item .nav-login .dropdown-menu .separator, .website-vendor .nav-item .nav-country .dropdown-menu .separator, .website-vendor .nav-item .nav-language .dropdown-menu .separator {
  display: none;
}

/* line 242, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
.website-vendor .nav-item .nav-login .dropdown-menu li, .website-vendor .nav-item .nav-country .dropdown-menu li, .website-vendor .nav-item .nav-language .dropdown-menu li {
  display: block !important;
  white-space: nowrap;
}

@media (max-width: 767px) {
  /* line 248, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .nav-item .nav-login .dropdown-menu .separator, .website-vendor .nav-item .nav-country .dropdown-menu .separator, .website-vendor .nav-item .nav-language .dropdown-menu .separator {
    display: block;
  }
  /* line 252, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .nav-item .nav-login .dropdown-menu li, .website-vendor .nav-item .nav-country .dropdown-menu li, .website-vendor .nav-item .nav-language .dropdown-menu li {
    display: inline-block !important;
  }
  /* line 255, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .nav-item .nav-login .dropdown-menu li a, .website-vendor .nav-item .nav-country .dropdown-menu li a, .website-vendor .nav-item .nav-language .dropdown-menu li a {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  /* line 264, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .nav-item .nav-login {
    margin-right: 50px !important;
  }
}

@media (max-width: 767px) {
  /* line 270, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .nav-item .nav-language {
    margin-left: 30px !important;
    font-size: 20px !important;
    border-bottom: 1px solid #001e4f;
    border-top: 1px solid #001e4f;
  }
}

@media (max-width: 767px) {
  /* line 279, app/assets/stylesheets/website-vendor/hk/components/navbar.scss */
  .website-vendor .nav-item .nav-country {
    font-size: 20px !important;
    margin-left: 30px !important;
  }
}

/* line 3, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor :lang(en) {
  font-family: Telex, Arial, Helvetica, sans-serif !important;
}

/* line 7, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor :lang(zh-Hant) {
  font-family: 'Microsoft JhengHei', sans-serif !important;
}

/* line 11, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor :lang(ja) {
  font-family: 'Noto Sans JP', Meiryo, 'Microsoft JhengHei', sans-serif !important;
}

@media (min-width: 769px) {
  /* line 15, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
  .website-vendor .container .page-wrap .content-wrap-1 {
    float: left;
  }
}

/* line 21, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor .login {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 25, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor .login li {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 31, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor h1.logo {
  background-image: url("/images/logo.png");
}

/* line 35, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor .separator {
  color: #3b5975;
  font-size: 0.9rem;
}

/* line 40, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor .inactive-link {
  pointer-events: none;
  cursor: default;
}

/* line 45, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor a.back-to-top {
  display: none;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: fixed;
  z-index: 9;
  right: 20px;
  bottom: 20px;
  background: #9d6e01 url("/images/up-arrow.png") no-repeat center 43%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 60, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor .cama_flash_messages {
  display: inline-block;
  border: 2px solid #3B5975;
  padding: 10px;
  font-size: 0.9em;
  margin: 10px 0;
}

/* line 67, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor .cama_flash_messages button {
  display: none;
}

/* line 71, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor .cama_flash_messages .alert-danger {
  color: red;
}

/* line 76, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor .carousel {
  margin-top: 0;
}

/* line 79, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor .carousel a {
  line-height: 0;
}

/* line 84, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor .requirement-img {
  width: 18px;
  height: 18px;
}

/* line 89, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor .page-main-title {
  white-space: nowrap;
  margin-top: 50px !important;
  margin-bottom: 24px !important;
}

/* line 95, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor .page-main-photo {
  margin-top: 0;
}

/* line 99, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor .modal-body {
  max-height: calc(100vh - 212px);
  overflow-y: auto;
}

/* line 105, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
.website-vendor .function-head-title h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
}

@media (max-width: 767px) {
  /* line 114, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
  .website-vendor .main-content {
    margin-top: 60px;
  }
  /* line 118, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
  .website-vendor table {
    table-layout: fixed;
  }
  /* line 121, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
  .website-vendor table td {
    white-space: normal;
    word-wrap: break-word;
  }
  /* line 126, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
  .website-vendor table .dot {
    display: none;
  }
  /* line 132, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
  .website-vendor .table-rwd table {
    display: block;
  }
  /* line 136, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
  .website-vendor .table-rwd thead {
    display: block;
  }
  /* line 139, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
  .website-vendor .table-rwd thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 146, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
  .website-vendor .table-rwd tbody {
    display: block;
  }
  /* line 150, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
  .website-vendor .table-rwd th {
    display: block;
  }
  /* line 154, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
  .website-vendor .table-rwd td {
    display: block;
    border: 1px solid RGB(229, 229, 229);
    position: relative;
    padding-left: 50%;
    background-color: white;
  }
  /* line 161, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
  .website-vendor .table-rwd td:before {
    position: absolute;
    top: 6px;
    left: 25%;
    width: 50%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /* line 172, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
  .website-vendor .table-rwd td:nth-of-type(2) {
    background-color: #466a8e;
    color: white;
    border-top: none;
  }
  /* line 178, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
  .website-vendor .table-rwd td:nth-of-type(1) {
    padding-left: 10px;
    font-weight: bold;
    color: white;
    background-color: #525254;
    font-size: 0.9em;
    border-bottom: none;
  }
  /* line 188, app/assets/stylesheets/website-vendor/hk/components/layout.scss */
  .website-vendor .table-rwd tr {
    display: block;
    border: 1px solid RGB(229, 229, 229);
  }
}

/* line 1, app/assets/stylesheets/website-vendor/hk/override.scss */
.website-vendor {
  margin-bottom: 100px;
  font-size: 16px;
}

/* line 7, app/assets/stylesheets/website-vendor/hk/override.scss */
.website-vendor.footer-v2 {
  margin-bottom: 0;
  background-color: white;
}

/* line 12, app/assets/stylesheets/website-vendor/hk/override.scss */
.web-no-login .website-vendor .footer {
  margin-top: 0;
}

/* line 17, app/assets/stylesheets/website-vendor/hk/override.scss */
.website-vendor.back-to-top-container {
  margin-bottom: 0;
}

/* line 22, app/assets/stylesheets/website-vendor/hk/override.scss */
.website-vendor .navbar-nav > li > a {
  line-height: 1;
}

/* line 36, app/assets/stylesheets/website-vendor/hk/override.scss */
.website-vendor .header .nav-item .function ul {
  -webkit-box-shadow: none;
}

/* line 38, app/assets/stylesheets/website-vendor/hk/override.scss */
.website-vendor .header .nav-item .function ul li {
  text-align: center;
}

/* line 43, app/assets/stylesheets/website-vendor/hk/override.scss */
.website-vendor .dropdown-menu {
  min-width: inherit;
  border-radius: inherit;
}

/* line 47, app/assets/stylesheets/website-vendor/hk/override.scss */
.website-vendor .dropdown-menu > li > a {
  line-height: 1;
}

/* line 50, app/assets/stylesheets/website-vendor/hk/override.scss */
.website-vendor .dropdown-menu > li > a:hover, .website-vendor .dropdown-menu > li > a:focus {
  background-color: inherit;
}

/* line 56, app/assets/stylesheets/website-vendor/hk/override.scss */
.website-vendor .dropdown a {
  white-space: nowrap;
  text-decoration: none;
}

/* line 65, app/assets/stylesheets/website-vendor/hk/override.scss */
.website-vendor .dropdown-menu > li > a:hover {
  background-color: inherit;
}

/* line 71, app/assets/stylesheets/website-vendor/hk/override.scss */
.website-vendor a.back-to-top {
  background: #9d6e01 url(/nerv/assets/up-arrow-f5b471a0a1bab45184fb8c9fb0a561a43b7a86e359eae8688ca42468086ff681.png) no-repeat center 43%;
}

/* line 76, app/assets/stylesheets/website-vendor/hk/override.scss */
.website-vendor .tw-overflow-hidden {
  overflow-y: visible;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/website-vendor/hk/override.scss */
  .website-vendor {
    margin-bottom: 0px;
  }
  /* line 84, app/assets/stylesheets/website-vendor/hk/override.scss */
  .website-vendor .dropdown-menu {
    position: relative;
    top: auto;
    -webkit-box-shadow: none;
    min-width: 100%;
    background-color: transparent;
    float: none;
  }
  /* line 93, app/assets/stylesheets/website-vendor/hk/override.scss */
  .website-vendor .nav > li > a {
    background-color: transparent;
    outline: none;
  }
  /* line 97, app/assets/stylesheets/website-vendor/hk/override.scss */
  .website-vendor .nav > li > a:hover, .website-vendor .nav > li > a:focus {
    background-color: transparent;
  }
}
.bootstrap-iso {
  /*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b5c0ad694747a8048be1)
 * Config saved to config.json and https://gist.github.com/b5c0ad694747a8048be1
 */
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b5c0ad694747a8048be1)
 * Config saved to config.json and https://gist.github.com/b5c0ad694747a8048be1
 */
}
.bootstrap-iso html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.bootstrap-iso body {
  margin: 0;
}
.bootstrap-iso article,
.bootstrap-iso aside,
.bootstrap-iso details,
.bootstrap-iso figcaption,
.bootstrap-iso figure,
.bootstrap-iso footer,
.bootstrap-iso header,
.bootstrap-iso hgroup,
.bootstrap-iso main,
.bootstrap-iso menu,
.bootstrap-iso nav,
.bootstrap-iso section,
.bootstrap-iso summary {
  display: block;
}
.bootstrap-iso audio,
.bootstrap-iso canvas,
.bootstrap-iso progress,
.bootstrap-iso video {
  display: inline-block;
  vertical-align: baseline;
}
.bootstrap-iso audio:not([controls]) {
  display: none;
  height: 0;
}
.bootstrap-iso [hidden],
.bootstrap-iso template {
  display: none;
}
.bootstrap-iso a {
  background-color: transparent;
}
.bootstrap-iso a:active,
.bootstrap-iso a:hover {
  outline: 0;
}
.bootstrap-iso abbr[title] {
  border-bottom: 1px dotted;
}
.bootstrap-iso b,
.bootstrap-iso strong {
  font-weight: bold;
}
.bootstrap-iso dfn {
  font-style: italic;
}
.bootstrap-iso h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bootstrap-iso mark {
  background: #ff0;
  color: #000;
}
.bootstrap-iso small {
  font-size: 80%;
}
.bootstrap-iso sub,
.bootstrap-iso sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bootstrap-iso sup {
  top: -0.5em;
}
.bootstrap-iso sub {
  bottom: -0.25em;
}
.bootstrap-iso img {
  border: 0;
}
.bootstrap-iso svg:not(:root) {
  overflow: hidden;
}
.bootstrap-iso figure {
  margin: 1em 40px;
}
.bootstrap-iso hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.bootstrap-iso pre {
  overflow: auto;
}
.bootstrap-iso code,
.bootstrap-iso kbd,
.bootstrap-iso pre,
.bootstrap-iso samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bootstrap-iso button,
.bootstrap-iso input,
.bootstrap-iso optgroup,
.bootstrap-iso select,
.bootstrap-iso textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.bootstrap-iso button {
  overflow: visible;
}
.bootstrap-iso button,
.bootstrap-iso select {
  text-transform: none;
}
.bootstrap-iso button,
.bootstrap-iso html input[type="button"],
.bootstrap-iso input[type="reset"],
.bootstrap-iso input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bootstrap-iso button[disabled],
.bootstrap-iso html input[disabled] {
  cursor: default;
}
.bootstrap-iso button::-moz-focus-inner,
.bootstrap-iso input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bootstrap-iso input {
  line-height: normal;
}
.bootstrap-iso input[type="checkbox"],
.bootstrap-iso input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.bootstrap-iso input[type="number"]::-webkit-inner-spin-button,
.bootstrap-iso input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap-iso input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.bootstrap-iso input[type="search"]::-webkit-search-cancel-button,
.bootstrap-iso input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap-iso fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.bootstrap-iso legend {
  border: 0;
  padding: 0;
}
.bootstrap-iso textarea {
  overflow: auto;
}
.bootstrap-iso optgroup {
  font-weight: bold;
}
.bootstrap-iso table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bootstrap-iso td,
.bootstrap-iso th {
  padding: 0;
}
@media print {
  .bootstrap-iso *,
  .bootstrap-iso *:before,
  .bootstrap-iso *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .bootstrap-iso a,
  .bootstrap-iso a:visited {
    text-decoration: underline;
  }
  .bootstrap-iso a[href]:after {
    content: " (" attr(href) ")";
  }
  .bootstrap-iso abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .bootstrap-iso a[href^="#"]:after,
  .bootstrap-iso a[href^="javascript:"]:after {
    content: "";
  }
  .bootstrap-iso pre,
  .bootstrap-iso blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .bootstrap-iso thead {
    display: table-header-group;
  }
  .bootstrap-iso tr,
  .bootstrap-iso img {
    page-break-inside: avoid;
  }
  .bootstrap-iso img {
    max-width: 100% !important;
  }
  .bootstrap-iso p,
  .bootstrap-iso h2,
  .bootstrap-iso h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap-iso h2,
  .bootstrap-iso h3 {
    page-break-after: avoid;
  }
  .bootstrap-iso select {
    background: #fff !important;
  }
  .bootstrap-iso .navbar {
    display: none;
  }
  .bootstrap-iso .btn > .caret,
  .bootstrap-iso .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .bootstrap-iso .label {
    border: 1px solid #000;
  }
  .bootstrap-iso .table {
    border-collapse: collapse !important;
  }
  .bootstrap-iso .table td,
  .bootstrap-iso .table th {
    background-color: #fff !important;
  }
  .bootstrap-iso .table-bordered th,
  .bootstrap-iso .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.bootstrap-iso .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;
}
.bootstrap-iso .glyphicon-asterisk:before {
  content: "\2a";
}
.bootstrap-iso .glyphicon-plus:before {
  content: "\2b";
}
.bootstrap-iso .glyphicon-euro:before,
.bootstrap-iso .glyphicon-eur:before {
  content: "\20ac";
}
.bootstrap-iso .glyphicon-minus:before {
  content: "\2212";
}
.bootstrap-iso .glyphicon-cloud:before {
  content: "\2601";
}
.bootstrap-iso .glyphicon-envelope:before {
  content: "\2709";
}
.bootstrap-iso .glyphicon-pencil:before {
  content: "\270f";
}
.bootstrap-iso .glyphicon-glass:before {
  content: "\e001";
}
.bootstrap-iso .glyphicon-music:before {
  content: "\e002";
}
.bootstrap-iso .glyphicon-search:before {
  content: "\e003";
}
.bootstrap-iso .glyphicon-heart:before {
  content: "\e005";
}
.bootstrap-iso .glyphicon-star:before {
  content: "\e006";
}
.bootstrap-iso .glyphicon-star-empty:before {
  content: "\e007";
}
.bootstrap-iso .glyphicon-user:before {
  content: "\e008";
}
.bootstrap-iso .glyphicon-film:before {
  content: "\e009";
}
.bootstrap-iso .glyphicon-th-large:before {
  content: "\e010";
}
.bootstrap-iso .glyphicon-th:before {
  content: "\e011";
}
.bootstrap-iso .glyphicon-th-list:before {
  content: "\e012";
}
.bootstrap-iso .glyphicon-ok:before {
  content: "\e013";
}
.bootstrap-iso .glyphicon-remove:before {
  content: "\e014";
}
.bootstrap-iso .glyphicon-zoom-in:before {
  content: "\e015";
}
.bootstrap-iso .glyphicon-zoom-out:before {
  content: "\e016";
}
.bootstrap-iso .glyphicon-off:before {
  content: "\e017";
}
.bootstrap-iso .glyphicon-signal:before {
  content: "\e018";
}
.bootstrap-iso .glyphicon-cog:before {
  content: "\e019";
}
.bootstrap-iso .glyphicon-trash:before {
  content: "\e020";
}
.bootstrap-iso .glyphicon-home:before {
  content: "\e021";
}
.bootstrap-iso .glyphicon-file:before {
  content: "\e022";
}
.bootstrap-iso .glyphicon-time:before {
  content: "\e023";
}
.bootstrap-iso .glyphicon-road:before {
  content: "\e024";
}
.bootstrap-iso .glyphicon-download-alt:before {
  content: "\e025";
}
.bootstrap-iso .glyphicon-download:before {
  content: "\e026";
}
.bootstrap-iso .glyphicon-upload:before {
  content: "\e027";
}
.bootstrap-iso .glyphicon-inbox:before {
  content: "\e028";
}
.bootstrap-iso .glyphicon-play-circle:before {
  content: "\e029";
}
.bootstrap-iso .glyphicon-repeat:before {
  content: "\e030";
}
.bootstrap-iso .glyphicon-refresh:before {
  content: "\e031";
}
.bootstrap-iso .glyphicon-list-alt:before {
  content: "\e032";
}
.bootstrap-iso .glyphicon-lock:before {
  content: "\e033";
}
.bootstrap-iso .glyphicon-flag:before {
  content: "\e034";
}
.bootstrap-iso .glyphicon-headphones:before {
  content: "\e035";
}
.bootstrap-iso .glyphicon-volume-off:before {
  content: "\e036";
}
.bootstrap-iso .glyphicon-volume-down:before {
  content: "\e037";
}
.bootstrap-iso .glyphicon-volume-up:before {
  content: "\e038";
}
.bootstrap-iso .glyphicon-qrcode:before {
  content: "\e039";
}
.bootstrap-iso .glyphicon-barcode:before {
  content: "\e040";
}
.bootstrap-iso .glyphicon-tag:before {
  content: "\e041";
}
.bootstrap-iso .glyphicon-tags:before {
  content: "\e042";
}
.bootstrap-iso .glyphicon-book:before {
  content: "\e043";
}
.bootstrap-iso .glyphicon-bookmark:before {
  content: "\e044";
}
.bootstrap-iso .glyphicon-print:before {
  content: "\e045";
}
.bootstrap-iso .glyphicon-camera:before {
  content: "\e046";
}
.bootstrap-iso .glyphicon-font:before {
  content: "\e047";
}
.bootstrap-iso .glyphicon-bold:before {
  content: "\e048";
}
.bootstrap-iso .glyphicon-italic:before {
  content: "\e049";
}
.bootstrap-iso .glyphicon-text-height:before {
  content: "\e050";
}
.bootstrap-iso .glyphicon-text-width:before {
  content: "\e051";
}
.bootstrap-iso .glyphicon-align-left:before {
  content: "\e052";
}
.bootstrap-iso .glyphicon-align-center:before {
  content: "\e053";
}
.bootstrap-iso .glyphicon-align-right:before {
  content: "\e054";
}
.bootstrap-iso .glyphicon-align-justify:before {
  content: "\e055";
}
.bootstrap-iso .glyphicon-list:before {
  content: "\e056";
}
.bootstrap-iso .glyphicon-indent-left:before {
  content: "\e057";
}
.bootstrap-iso .glyphicon-indent-right:before {
  content: "\e058";
}
.bootstrap-iso .glyphicon-facetime-video:before {
  content: "\e059";
}
.bootstrap-iso .glyphicon-picture:before {
  content: "\e060";
}
.bootstrap-iso .glyphicon-map-marker:before {
  content: "\e062";
}
.bootstrap-iso .glyphicon-adjust:before {
  content: "\e063";
}
.bootstrap-iso .glyphicon-tint:before {
  content: "\e064";
}
.bootstrap-iso .glyphicon-edit:before {
  content: "\e065";
}
.bootstrap-iso .glyphicon-share:before {
  content: "\e066";
}
.bootstrap-iso .glyphicon-check:before {
  content: "\e067";
}
.bootstrap-iso .glyphicon-move:before {
  content: "\e068";
}
.bootstrap-iso .glyphicon-step-backward:before {
  content: "\e069";
}
.bootstrap-iso .glyphicon-fast-backward:before {
  content: "\e070";
}
.bootstrap-iso .glyphicon-backward:before {
  content: "\e071";
}
.bootstrap-iso .glyphicon-play:before {
  content: "\e072";
}
.bootstrap-iso .glyphicon-pause:before {
  content: "\e073";
}
.bootstrap-iso .glyphicon-stop:before {
  content: "\e074";
}
.bootstrap-iso .glyphicon-forward:before {
  content: "\e075";
}
.bootstrap-iso .glyphicon-fast-forward:before {
  content: "\e076";
}
.bootstrap-iso .glyphicon-step-forward:before {
  content: "\e077";
}
.bootstrap-iso .glyphicon-eject:before {
  content: "\e078";
}
.bootstrap-iso .glyphicon-chevron-left:before {
  content: "\e079";
}
.bootstrap-iso .glyphicon-chevron-right:before {
  content: "\e080";
}
.bootstrap-iso .glyphicon-plus-sign:before {
  content: "\e081";
}
.bootstrap-iso .glyphicon-minus-sign:before {
  content: "\e082";
}
.bootstrap-iso .glyphicon-remove-sign:before {
  content: "\e083";
}
.bootstrap-iso .glyphicon-ok-sign:before {
  content: "\e084";
}
.bootstrap-iso .glyphicon-question-sign:before {
  content: "\e085";
}
.bootstrap-iso .glyphicon-info-sign:before {
  content: "\e086";
}
.bootstrap-iso .glyphicon-screenshot:before {
  content: "\e087";
}
.bootstrap-iso .glyphicon-remove-circle:before {
  content: "\e088";
}
.bootstrap-iso .glyphicon-ok-circle:before {
  content: "\e089";
}
.bootstrap-iso .glyphicon-ban-circle:before {
  content: "\e090";
}
.bootstrap-iso .glyphicon-arrow-left:before {
  content: "\e091";
}
.bootstrap-iso .glyphicon-arrow-right:before {
  content: "\e092";
}
.bootstrap-iso .glyphicon-arrow-up:before {
  content: "\e093";
}
.bootstrap-iso .glyphicon-arrow-down:before {
  content: "\e094";
}
.bootstrap-iso .glyphicon-share-alt:before {
  content: "\e095";
}
.bootstrap-iso .glyphicon-resize-full:before {
  content: "\e096";
}
.bootstrap-iso .glyphicon-resize-small:before {
  content: "\e097";
}
.bootstrap-iso .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.bootstrap-iso .glyphicon-gift:before {
  content: "\e102";
}
.bootstrap-iso .glyphicon-leaf:before {
  content: "\e103";
}
.bootstrap-iso .glyphicon-fire:before {
  content: "\e104";
}
.bootstrap-iso .glyphicon-eye-open:before {
  content: "\e105";
}
.bootstrap-iso .glyphicon-eye-close:before {
  content: "\e106";
}
.bootstrap-iso .glyphicon-warning-sign:before {
  content: "\e107";
}
.bootstrap-iso .glyphicon-plane:before {
  content: "\e108";
}
.bootstrap-iso .glyphicon-calendar:before {
  content: "\e109";
}
.bootstrap-iso .glyphicon-random:before {
  content: "\e110";
}
.bootstrap-iso .glyphicon-comment:before {
  content: "\e111";
}
.bootstrap-iso .glyphicon-magnet:before {
  content: "\e112";
}
.bootstrap-iso .glyphicon-chevron-up:before {
  content: "\e113";
}
.bootstrap-iso .glyphicon-chevron-down:before {
  content: "\e114";
}
.bootstrap-iso .glyphicon-retweet:before {
  content: "\e115";
}
.bootstrap-iso .glyphicon-shopping-cart:before {
  content: "\e116";
}
.bootstrap-iso .glyphicon-folder-close:before {
  content: "\e117";
}
.bootstrap-iso .glyphicon-folder-open:before {
  content: "\e118";
}
.bootstrap-iso .glyphicon-resize-vertical:before {
  content: "\e119";
}
.bootstrap-iso .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.bootstrap-iso .glyphicon-hdd:before {
  content: "\e121";
}
.bootstrap-iso .glyphicon-bullhorn:before {
  content: "\e122";
}
.bootstrap-iso .glyphicon-bell:before {
  content: "\e123";
}
.bootstrap-iso .glyphicon-certificate:before {
  content: "\e124";
}
.bootstrap-iso .glyphicon-thumbs-up:before {
  content: "\e125";
}
.bootstrap-iso .glyphicon-thumbs-down:before {
  content: "\e126";
}
.bootstrap-iso .glyphicon-hand-right:before {
  content: "\e127";
}
.bootstrap-iso .glyphicon-hand-left:before {
  content: "\e128";
}
.bootstrap-iso .glyphicon-hand-up:before {
  content: "\e129";
}
.bootstrap-iso .glyphicon-hand-down:before {
  content: "\e130";
}
.bootstrap-iso .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.bootstrap-iso .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.bootstrap-iso .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.bootstrap-iso .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.bootstrap-iso .glyphicon-globe:before {
  content: "\e135";
}
.bootstrap-iso .glyphicon-wrench:before {
  content: "\e136";
}
.bootstrap-iso .glyphicon-tasks:before {
  content: "\e137";
}
.bootstrap-iso .glyphicon-filter:before {
  content: "\e138";
}
.bootstrap-iso .glyphicon-briefcase:before {
  content: "\e139";
}
.bootstrap-iso .glyphicon-fullscreen:before {
  content: "\e140";
}
.bootstrap-iso .glyphicon-dashboard:before {
  content: "\e141";
}
.bootstrap-iso .glyphicon-paperclip:before {
  content: "\e142";
}
.bootstrap-iso .glyphicon-heart-empty:before {
  content: "\e143";
}
.bootstrap-iso .glyphicon-link:before {
  content: "\e144";
}
.bootstrap-iso .glyphicon-phone:before {
  content: "\e145";
}
.bootstrap-iso .glyphicon-pushpin:before {
  content: "\e146";
}
.bootstrap-iso .glyphicon-usd:before {
  content: "\e148";
}
.bootstrap-iso .glyphicon-gbp:before {
  content: "\e149";
}
.bootstrap-iso .glyphicon-sort:before {
  content: "\e150";
}
.bootstrap-iso .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.bootstrap-iso .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.bootstrap-iso .glyphicon-sort-by-order:before {
  content: "\e153";
}
.bootstrap-iso .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.bootstrap-iso .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.bootstrap-iso .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.bootstrap-iso .glyphicon-unchecked:before {
  content: "\e157";
}
.bootstrap-iso .glyphicon-expand:before {
  content: "\e158";
}
.bootstrap-iso .glyphicon-collapse-down:before {
  content: "\e159";
}
.bootstrap-iso .glyphicon-collapse-up:before {
  content: "\e160";
}
.bootstrap-iso .glyphicon-log-in:before {
  content: "\e161";
}
.bootstrap-iso .glyphicon-flash:before {
  content: "\e162";
}
.bootstrap-iso .glyphicon-log-out:before {
  content: "\e163";
}
.bootstrap-iso .glyphicon-new-window:before {
  content: "\e164";
}
.bootstrap-iso .glyphicon-record:before {
  content: "\e165";
}
.bootstrap-iso .glyphicon-save:before {
  content: "\e166";
}
.bootstrap-iso .glyphicon-open:before {
  content: "\e167";
}
.bootstrap-iso .glyphicon-saved:before {
  content: "\e168";
}
.bootstrap-iso .glyphicon-import:before {
  content: "\e169";
}
.bootstrap-iso .glyphicon-export:before {
  content: "\e170";
}
.bootstrap-iso .glyphicon-send:before {
  content: "\e171";
}
.bootstrap-iso .glyphicon-floppy-disk:before {
  content: "\e172";
}
.bootstrap-iso .glyphicon-floppy-saved:before {
  content: "\e173";
}
.bootstrap-iso .glyphicon-floppy-remove:before {
  content: "\e174";
}
.bootstrap-iso .glyphicon-floppy-save:before {
  content: "\e175";
}
.bootstrap-iso .glyphicon-floppy-open:before {
  content: "\e176";
}
.bootstrap-iso .glyphicon-credit-card:before {
  content: "\e177";
}
.bootstrap-iso .glyphicon-transfer:before {
  content: "\e178";
}
.bootstrap-iso .glyphicon-cutlery:before {
  content: "\e179";
}
.bootstrap-iso .glyphicon-header:before {
  content: "\e180";
}
.bootstrap-iso .glyphicon-compressed:before {
  content: "\e181";
}
.bootstrap-iso .glyphicon-earphone:before {
  content: "\e182";
}
.bootstrap-iso .glyphicon-phone-alt:before {
  content: "\e183";
}
.bootstrap-iso .glyphicon-tower:before {
  content: "\e184";
}
.bootstrap-iso .glyphicon-stats:before {
  content: "\e185";
}
.bootstrap-iso .glyphicon-sd-video:before {
  content: "\e186";
}
.bootstrap-iso .glyphicon-hd-video:before {
  content: "\e187";
}
.bootstrap-iso .glyphicon-subtitles:before {
  content: "\e188";
}
.bootstrap-iso .glyphicon-sound-stereo:before {
  content: "\e189";
}
.bootstrap-iso .glyphicon-sound-dolby:before {
  content: "\e190";
}
.bootstrap-iso .glyphicon-sound-5-1:before {
  content: "\e191";
}
.bootstrap-iso .glyphicon-sound-6-1:before {
  content: "\e192";
}
.bootstrap-iso .glyphicon-sound-7-1:before {
  content: "\e193";
}
.bootstrap-iso .glyphicon-copyright-mark:before {
  content: "\e194";
}
.bootstrap-iso .glyphicon-registration-mark:before {
  content: "\e195";
}
.bootstrap-iso .glyphicon-cloud-download:before {
  content: "\e197";
}
.bootstrap-iso .glyphicon-cloud-upload:before {
  content: "\e198";
}
.bootstrap-iso .glyphicon-tree-conifer:before {
  content: "\e199";
}
.bootstrap-iso .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.bootstrap-iso .glyphicon-cd:before {
  content: "\e201";
}
.bootstrap-iso .glyphicon-save-file:before {
  content: "\e202";
}
.bootstrap-iso .glyphicon-open-file:before {
  content: "\e203";
}
.bootstrap-iso .glyphicon-level-up:before {
  content: "\e204";
}
.bootstrap-iso .glyphicon-copy:before {
  content: "\e205";
}
.bootstrap-iso .glyphicon-paste:before {
  content: "\e206";
}
.bootstrap-iso .glyphicon-alert:before {
  content: "\e209";
}
.bootstrap-iso .glyphicon-equalizer:before {
  content: "\e210";
}
.bootstrap-iso .glyphicon-king:before {
  content: "\e211";
}
.bootstrap-iso .glyphicon-queen:before {
  content: "\e212";
}
.bootstrap-iso .glyphicon-pawn:before {
  content: "\e213";
}
.bootstrap-iso .glyphicon-bishop:before {
  content: "\e214";
}
.bootstrap-iso .glyphicon-knight:before {
  content: "\e215";
}
.bootstrap-iso .glyphicon-baby-formula:before {
  content: "\e216";
}
.bootstrap-iso .glyphicon-tent:before {
  content: "\26fa";
}
.bootstrap-iso .glyphicon-blackboard:before {
  content: "\e218";
}
.bootstrap-iso .glyphicon-bed:before {
  content: "\e219";
}
.bootstrap-iso .glyphicon-apple:before {
  content: "\f8ff";
}
.bootstrap-iso .glyphicon-erase:before {
  content: "\e221";
}
.bootstrap-iso .glyphicon-hourglass:before {
  content: "\231b";
}
.bootstrap-iso .glyphicon-lamp:before {
  content: "\e223";
}
.bootstrap-iso .glyphicon-duplicate:before {
  content: "\e224";
}
.bootstrap-iso .glyphicon-piggy-bank:before {
  content: "\e225";
}
.bootstrap-iso .glyphicon-scissors:before {
  content: "\e226";
}
.bootstrap-iso .glyphicon-bitcoin:before {
  content: "\e227";
}
.bootstrap-iso .glyphicon-btc:before {
  content: "\e227";
}
.bootstrap-iso .glyphicon-xbt:before {
  content: "\e227";
}
.bootstrap-iso .glyphicon-yen:before {
  content: "\00a5";
}
.bootstrap-iso .glyphicon-jpy:before {
  content: "\00a5";
}
.bootstrap-iso .glyphicon-ruble:before {
  content: "\20bd";
}
.bootstrap-iso .glyphicon-rub:before {
  content: "\20bd";
}
.bootstrap-iso .glyphicon-scale:before {
  content: "\e230";
}
.bootstrap-iso .glyphicon-ice-lolly:before {
  content: "\e231";
}
.bootstrap-iso .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.bootstrap-iso .glyphicon-education:before {
  content: "\e233";
}
.bootstrap-iso .glyphicon-option-horizontal:before {
  content: "\e234";
}
.bootstrap-iso .glyphicon-option-vertical:before {
  content: "\e235";
}
.bootstrap-iso .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.bootstrap-iso .glyphicon-modal-window:before {
  content: "\e237";
}
.bootstrap-iso .glyphicon-oil:before {
  content: "\e238";
}
.bootstrap-iso .glyphicon-grain:before {
  content: "\e239";
}
.bootstrap-iso .glyphicon-sunglasses:before {
  content: "\e240";
}
.bootstrap-iso .glyphicon-text-size:before {
  content: "\e241";
}
.bootstrap-iso .glyphicon-text-color:before {
  content: "\e242";
}
.bootstrap-iso .glyphicon-text-background:before {
  content: "\e243";
}
.bootstrap-iso .glyphicon-object-align-top:before {
  content: "\e244";
}
.bootstrap-iso .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.bootstrap-iso .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.bootstrap-iso .glyphicon-object-align-left:before {
  content: "\e247";
}
.bootstrap-iso .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.bootstrap-iso .glyphicon-object-align-right:before {
  content: "\e249";
}
.bootstrap-iso .glyphicon-triangle-right:before {
  content: "\e250";
}
.bootstrap-iso .glyphicon-triangle-left:before {
  content: "\e251";
}
.bootstrap-iso .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.bootstrap-iso .glyphicon-triangle-top:before {
  content: "\e253";
}
.bootstrap-iso .glyphicon-console:before {
  content: "\e254";
}
.bootstrap-iso .glyphicon-superscript:before {
  content: "\e255";
}
.bootstrap-iso .glyphicon-subscript:before {
  content: "\e256";
}
.bootstrap-iso .glyphicon-menu-left:before {
  content: "\e257";
}
.bootstrap-iso .glyphicon-menu-right:before {
  content: "\e258";
}
.bootstrap-iso .glyphicon-menu-down:before {
  content: "\e259";
}
.bootstrap-iso .glyphicon-menu-up:before {
  content: "\e260";
}
.bootstrap-iso * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-iso *:before,
.bootstrap-iso *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-iso html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap-iso body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
.bootstrap-iso input,
.bootstrap-iso button,
.bootstrap-iso select,
.bootstrap-iso textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap-iso a {
  color: #337ab7;
  text-decoration: none;
}
.bootstrap-iso a:hover,
.bootstrap-iso a:focus {
  color: #23527c;
  text-decoration: underline;
}
.bootstrap-iso a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-iso figure {
  margin: 0;
}
.bootstrap-iso img {
  vertical-align: middle;
}
.bootstrap-iso .img-responsive,
.bootstrap-iso .thumbnail > img,
.bootstrap-iso .thumbnail a > img,
.bootstrap-iso .carousel-inner > .item > img,
.bootstrap-iso .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bootstrap-iso .img-rounded {
  border-radius: 6px;
}
.bootstrap-iso .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  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;
}
.bootstrap-iso .img-circle {
  border-radius: 50%;
}
.bootstrap-iso hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.bootstrap-iso .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap-iso .sr-only-focusable:active,
.bootstrap-iso .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bootstrap-iso [role="button"] {
  cursor: pointer;
}
.bootstrap-iso h1,
.bootstrap-iso h2,
.bootstrap-iso h3,
.bootstrap-iso h4,
.bootstrap-iso h5,
.bootstrap-iso h6,
.bootstrap-iso .h1,
.bootstrap-iso .h2,
.bootstrap-iso .h3,
.bootstrap-iso .h4,
.bootstrap-iso .h5,
.bootstrap-iso .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.bootstrap-iso h1 small,
.bootstrap-iso h2 small,
.bootstrap-iso h3 small,
.bootstrap-iso h4 small,
.bootstrap-iso h5 small,
.bootstrap-iso h6 small,
.bootstrap-iso .h1 small,
.bootstrap-iso .h2 small,
.bootstrap-iso .h3 small,
.bootstrap-iso .h4 small,
.bootstrap-iso .h5 small,
.bootstrap-iso .h6 small,
.bootstrap-iso h1 .small,
.bootstrap-iso h2 .small,
.bootstrap-iso h3 .small,
.bootstrap-iso h4 .small,
.bootstrap-iso h5 .small,
.bootstrap-iso h6 .small,
.bootstrap-iso .h1 .small,
.bootstrap-iso .h2 .small,
.bootstrap-iso .h3 .small,
.bootstrap-iso .h4 .small,
.bootstrap-iso .h5 .small,
.bootstrap-iso .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.bootstrap-iso h1,
.bootstrap-iso .h1,
.bootstrap-iso h2,
.bootstrap-iso .h2,
.bootstrap-iso h3,
.bootstrap-iso .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.bootstrap-iso h1 small,
.bootstrap-iso .h1 small,
.bootstrap-iso h2 small,
.bootstrap-iso .h2 small,
.bootstrap-iso h3 small,
.bootstrap-iso .h3 small,
.bootstrap-iso h1 .small,
.bootstrap-iso .h1 .small,
.bootstrap-iso h2 .small,
.bootstrap-iso .h2 .small,
.bootstrap-iso h3 .small,
.bootstrap-iso .h3 .small {
  font-size: 65%;
}
.bootstrap-iso h4,
.bootstrap-iso .h4,
.bootstrap-iso h5,
.bootstrap-iso .h5,
.bootstrap-iso h6,
.bootstrap-iso .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-iso h4 small,
.bootstrap-iso .h4 small,
.bootstrap-iso h5 small,
.bootstrap-iso .h5 small,
.bootstrap-iso h6 small,
.bootstrap-iso .h6 small,
.bootstrap-iso h4 .small,
.bootstrap-iso .h4 .small,
.bootstrap-iso h5 .small,
.bootstrap-iso .h5 .small,
.bootstrap-iso h6 .small,
.bootstrap-iso .h6 .small {
  font-size: 75%;
}
.bootstrap-iso h1,
.bootstrap-iso .h1 {
  font-size: 36px;
}
.bootstrap-iso h2,
.bootstrap-iso .h2 {
  font-size: 30px;
}
.bootstrap-iso h3,
.bootstrap-iso .h3 {
  font-size: 24px;
}
.bootstrap-iso h4,
.bootstrap-iso .h4 {
  font-size: 18px;
}
.bootstrap-iso h5,
.bootstrap-iso .h5 {
  font-size: 14px;
}
.bootstrap-iso h6,
.bootstrap-iso .h6 {
  font-size: 12px;
}
.bootstrap-iso p {
  margin: 0 0 10px;
}
.bootstrap-iso .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bootstrap-iso .lead {
    font-size: 21px;
  }
}
.bootstrap-iso small,
.bootstrap-iso .small {
  font-size: 85%;
}
.bootstrap-iso mark,
.bootstrap-iso .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.bootstrap-iso .text-left {
  text-align: left;
}
.bootstrap-iso .text-right {
  text-align: right;
}
.bootstrap-iso .text-center {
  text-align: center;
}
.bootstrap-iso .text-justify {
  text-align: justify;
}
.bootstrap-iso .text-nowrap {
  white-space: nowrap;
}
.bootstrap-iso .text-lowercase {
  text-transform: lowercase;
}
.bootstrap-iso .text-uppercase {
  text-transform: uppercase;
}
.bootstrap-iso .text-capitalize {
  text-transform: capitalize;
}
.bootstrap-iso .text-muted {
  color: #777777;
}
.bootstrap-iso .text-primary {
  color: #337ab7;
}
.bootstrap-iso a.text-primary:hover {
  color: #286090;
}
.bootstrap-iso .text-success {
  color: #3c763d;
}
.bootstrap-iso a.text-success:hover {
  color: #2b542c;
}
.bootstrap-iso .text-info {
  color: #31708f;
}
.bootstrap-iso a.text-info:hover {
  color: #245269;
}
.bootstrap-iso .text-warning {
  color: #8a6d3b;
}
.bootstrap-iso a.text-warning:hover {
  color: #66512c;
}
.bootstrap-iso .text-danger {
  color: #a94442;
}
.bootstrap-iso a.text-danger:hover {
  color: #843534;
}
.bootstrap-iso .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
.bootstrap-iso a.bg-primary:hover {
  background-color: #286090;
}
.bootstrap-iso .bg-success {
  background-color: #dff0d8;
}
.bootstrap-iso a.bg-success:hover {
  background-color: #c1e2b3;
}
.bootstrap-iso .bg-info {
  background-color: #d9edf7;
}
.bootstrap-iso a.bg-info:hover {
  background-color: #afd9ee;
}
.bootstrap-iso .bg-warning {
  background-color: #fcf8e3;
}
.bootstrap-iso a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bootstrap-iso .bg-danger {
  background-color: #f2dede;
}
.bootstrap-iso a.bg-danger:hover {
  background-color: #e4b9b9;
}
.bootstrap-iso .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.bootstrap-iso ul,
.bootstrap-iso ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.bootstrap-iso ul ul,
.bootstrap-iso ol ul,
.bootstrap-iso ul ol,
.bootstrap-iso ol ol {
  margin-bottom: 0;
}
.bootstrap-iso .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap-iso .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.bootstrap-iso .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.bootstrap-iso dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.bootstrap-iso dt,
.bootstrap-iso dd {
  line-height: 1.42857143;
}
.bootstrap-iso dt {
  font-weight: bold;
}
.bootstrap-iso dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrap-iso .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bootstrap-iso .dl-horizontal dd {
    margin-left: 180px;
  }
}
.bootstrap-iso abbr[title],
.bootstrap-iso abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.bootstrap-iso .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap-iso blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.bootstrap-iso blockquote p:last-child,
.bootstrap-iso blockquote ul:last-child,
.bootstrap-iso blockquote ol:last-child {
  margin-bottom: 0;
}
.bootstrap-iso blockquote footer,
.bootstrap-iso blockquote small,
.bootstrap-iso blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.bootstrap-iso blockquote footer:before,
.bootstrap-iso blockquote small:before,
.bootstrap-iso blockquote .small:before {
  content: '\2014 \00A0';
}
.bootstrap-iso .blockquote-reverse,
.bootstrap-iso blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.bootstrap-iso .blockquote-reverse footer:before,
.bootstrap-iso blockquote.pull-right footer:before,
.bootstrap-iso .blockquote-reverse small:before,
.bootstrap-iso blockquote.pull-right small:before,
.bootstrap-iso .blockquote-reverse .small:before,
.bootstrap-iso blockquote.pull-right .small:before {
  content: '';
}
.bootstrap-iso .blockquote-reverse footer:after,
.bootstrap-iso blockquote.pull-right footer:after,
.bootstrap-iso .blockquote-reverse small:after,
.bootstrap-iso blockquote.pull-right small:after,
.bootstrap-iso .blockquote-reverse .small:after,
.bootstrap-iso blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.bootstrap-iso address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.bootstrap-iso code,
.bootstrap-iso kbd,
.bootstrap-iso pre,
.bootstrap-iso samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrap-iso code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.bootstrap-iso kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-iso kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-iso pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.bootstrap-iso pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.bootstrap-iso .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap-iso .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bootstrap-iso .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bootstrap-iso .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .container {
    width: 1170px;
  }
}
.bootstrap-iso .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap-iso .row {
  margin-left: -15px;
  margin-right: -15px;
}
.bootstrap-iso .col-xs-1,
.bootstrap-iso .col-sm-1,
.bootstrap-iso .col-md-1,
.bootstrap-iso .col-lg-1,
.bootstrap-iso .col-xs-2,
.bootstrap-iso .col-sm-2,
.bootstrap-iso .col-md-2,
.bootstrap-iso .col-lg-2,
.bootstrap-iso .col-xs-3,
.bootstrap-iso .col-sm-3,
.bootstrap-iso .col-md-3,
.bootstrap-iso .col-lg-3,
.bootstrap-iso .col-xs-4,
.bootstrap-iso .col-sm-4,
.bootstrap-iso .col-md-4,
.bootstrap-iso .col-lg-4,
.bootstrap-iso .col-xs-5,
.bootstrap-iso .col-sm-5,
.bootstrap-iso .col-md-5,
.bootstrap-iso .col-lg-5,
.bootstrap-iso .col-xs-6,
.bootstrap-iso .col-sm-6,
.bootstrap-iso .col-md-6,
.bootstrap-iso .col-lg-6,
.bootstrap-iso .col-xs-7,
.bootstrap-iso .col-sm-7,
.bootstrap-iso .col-md-7,
.bootstrap-iso .col-lg-7,
.bootstrap-iso .col-xs-8,
.bootstrap-iso .col-sm-8,
.bootstrap-iso .col-md-8,
.bootstrap-iso .col-lg-8,
.bootstrap-iso .col-xs-9,
.bootstrap-iso .col-sm-9,
.bootstrap-iso .col-md-9,
.bootstrap-iso .col-lg-9,
.bootstrap-iso .col-xs-10,
.bootstrap-iso .col-sm-10,
.bootstrap-iso .col-md-10,
.bootstrap-iso .col-lg-10,
.bootstrap-iso .col-xs-11,
.bootstrap-iso .col-sm-11,
.bootstrap-iso .col-md-11,
.bootstrap-iso .col-lg-11,
.bootstrap-iso .col-xs-12,
.bootstrap-iso .col-sm-12,
.bootstrap-iso .col-md-12,
.bootstrap-iso .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap-iso .col-xs-1,
.bootstrap-iso .col-xs-2,
.bootstrap-iso .col-xs-3,
.bootstrap-iso .col-xs-4,
.bootstrap-iso .col-xs-5,
.bootstrap-iso .col-xs-6,
.bootstrap-iso .col-xs-7,
.bootstrap-iso .col-xs-8,
.bootstrap-iso .col-xs-9,
.bootstrap-iso .col-xs-10,
.bootstrap-iso .col-xs-11,
.bootstrap-iso .col-xs-12 {
  float: left;
}
.bootstrap-iso .col-xs-12 {
  width: 100%;
}
.bootstrap-iso .col-xs-11 {
  width: 91.66666667%;
}
.bootstrap-iso .col-xs-10 {
  width: 83.33333333%;
}
.bootstrap-iso .col-xs-9 {
  width: 75%;
}
.bootstrap-iso .col-xs-8 {
  width: 66.66666667%;
}
.bootstrap-iso .col-xs-7 {
  width: 58.33333333%;
}
.bootstrap-iso .col-xs-6 {
  width: 50%;
}
.bootstrap-iso .col-xs-5 {
  width: 41.66666667%;
}
.bootstrap-iso .col-xs-4 {
  width: 33.33333333%;
}
.bootstrap-iso .col-xs-3 {
  width: 25%;
}
.bootstrap-iso .col-xs-2 {
  width: 16.66666667%;
}
.bootstrap-iso .col-xs-1 {
  width: 8.33333333%;
}
.bootstrap-iso .col-xs-pull-12 {
  right: 100%;
}
.bootstrap-iso .col-xs-pull-11 {
  right: 91.66666667%;
}
.bootstrap-iso .col-xs-pull-10 {
  right: 83.33333333%;
}
.bootstrap-iso .col-xs-pull-9 {
  right: 75%;
}
.bootstrap-iso .col-xs-pull-8 {
  right: 66.66666667%;
}
.bootstrap-iso .col-xs-pull-7 {
  right: 58.33333333%;
}
.bootstrap-iso .col-xs-pull-6 {
  right: 50%;
}
.bootstrap-iso .col-xs-pull-5 {
  right: 41.66666667%;
}
.bootstrap-iso .col-xs-pull-4 {
  right: 33.33333333%;
}
.bootstrap-iso .col-xs-pull-3 {
  right: 25%;
}
.bootstrap-iso .col-xs-pull-2 {
  right: 16.66666667%;
}
.bootstrap-iso .col-xs-pull-1 {
  right: 8.33333333%;
}
.bootstrap-iso .col-xs-pull-0 {
  right: auto;
}
.bootstrap-iso .col-xs-push-12 {
  left: 100%;
}
.bootstrap-iso .col-xs-push-11 {
  left: 91.66666667%;
}
.bootstrap-iso .col-xs-push-10 {
  left: 83.33333333%;
}
.bootstrap-iso .col-xs-push-9 {
  left: 75%;
}
.bootstrap-iso .col-xs-push-8 {
  left: 66.66666667%;
}
.bootstrap-iso .col-xs-push-7 {
  left: 58.33333333%;
}
.bootstrap-iso .col-xs-push-6 {
  left: 50%;
}
.bootstrap-iso .col-xs-push-5 {
  left: 41.66666667%;
}
.bootstrap-iso .col-xs-push-4 {
  left: 33.33333333%;
}
.bootstrap-iso .col-xs-push-3 {
  left: 25%;
}
.bootstrap-iso .col-xs-push-2 {
  left: 16.66666667%;
}
.bootstrap-iso .col-xs-push-1 {
  left: 8.33333333%;
}
.bootstrap-iso .col-xs-push-0 {
  left: auto;
}
.bootstrap-iso .col-xs-offset-12 {
  margin-left: 100%;
}
.bootstrap-iso .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap-iso .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap-iso .col-xs-offset-9 {
  margin-left: 75%;
}
.bootstrap-iso .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap-iso .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap-iso .col-xs-offset-6 {
  margin-left: 50%;
}
.bootstrap-iso .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap-iso .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap-iso .col-xs-offset-3 {
  margin-left: 25%;
}
.bootstrap-iso .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap-iso .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap-iso .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .bootstrap-iso .col-sm-1,
  .bootstrap-iso .col-sm-2,
  .bootstrap-iso .col-sm-3,
  .bootstrap-iso .col-sm-4,
  .bootstrap-iso .col-sm-5,
  .bootstrap-iso .col-sm-6,
  .bootstrap-iso .col-sm-7,
  .bootstrap-iso .col-sm-8,
  .bootstrap-iso .col-sm-9,
  .bootstrap-iso .col-sm-10,
  .bootstrap-iso .col-sm-11,
  .bootstrap-iso .col-sm-12 {
    float: left;
  }
  .bootstrap-iso .col-sm-12 {
    width: 100%;
  }
  .bootstrap-iso .col-sm-11 {
    width: 91.66666667%;
  }
  .bootstrap-iso .col-sm-10 {
    width: 83.33333333%;
  }
  .bootstrap-iso .col-sm-9 {
    width: 75%;
  }
  .bootstrap-iso .col-sm-8 {
    width: 66.66666667%;
  }
  .bootstrap-iso .col-sm-7 {
    width: 58.33333333%;
  }
  .bootstrap-iso .col-sm-6 {
    width: 50%;
  }
  .bootstrap-iso .col-sm-5 {
    width: 41.66666667%;
  }
  .bootstrap-iso .col-sm-4 {
    width: 33.33333333%;
  }
  .bootstrap-iso .col-sm-3 {
    width: 25%;
  }
  .bootstrap-iso .col-sm-2 {
    width: 16.66666667%;
  }
  .bootstrap-iso .col-sm-1 {
    width: 8.33333333%;
  }
  .bootstrap-iso .col-sm-pull-12 {
    right: 100%;
  }
  .bootstrap-iso .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-iso .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-iso .col-sm-pull-9 {
    right: 75%;
  }
  .bootstrap-iso .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-iso .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-iso .col-sm-pull-6 {
    right: 50%;
  }
  .bootstrap-iso .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-iso .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-iso .col-sm-pull-3 {
    right: 25%;
  }
  .bootstrap-iso .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-iso .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-iso .col-sm-pull-0 {
    right: auto;
  }
  .bootstrap-iso .col-sm-push-12 {
    left: 100%;
  }
  .bootstrap-iso .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-iso .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-iso .col-sm-push-9 {
    left: 75%;
  }
  .bootstrap-iso .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-iso .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-iso .col-sm-push-6 {
    left: 50%;
  }
  .bootstrap-iso .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-iso .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-iso .col-sm-push-3 {
    left: 25%;
  }
  .bootstrap-iso .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-iso .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-iso .col-sm-push-0 {
    left: auto;
  }
  .bootstrap-iso .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-iso .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-iso .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-iso .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-iso .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-iso .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-iso .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-iso .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-iso .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-iso .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-iso .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-iso .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-iso .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .bootstrap-iso .col-md-1,
  .bootstrap-iso .col-md-2,
  .bootstrap-iso .col-md-3,
  .bootstrap-iso .col-md-4,
  .bootstrap-iso .col-md-5,
  .bootstrap-iso .col-md-6,
  .bootstrap-iso .col-md-7,
  .bootstrap-iso .col-md-8,
  .bootstrap-iso .col-md-9,
  .bootstrap-iso .col-md-10,
  .bootstrap-iso .col-md-11,
  .bootstrap-iso .col-md-12 {
    float: left;
  }
  .bootstrap-iso .col-md-12 {
    width: 100%;
  }
  .bootstrap-iso .col-md-11 {
    width: 91.66666667%;
  }
  .bootstrap-iso .col-md-10 {
    width: 83.33333333%;
  }
  .bootstrap-iso .col-md-9 {
    width: 75%;
  }
  .bootstrap-iso .col-md-8 {
    width: 66.66666667%;
  }
  .bootstrap-iso .col-md-7 {
    width: 58.33333333%;
  }
  .bootstrap-iso .col-md-6 {
    width: 50%;
  }
  .bootstrap-iso .col-md-5 {
    width: 41.66666667%;
  }
  .bootstrap-iso .col-md-4 {
    width: 33.33333333%;
  }
  .bootstrap-iso .col-md-3 {
    width: 25%;
  }
  .bootstrap-iso .col-md-2 {
    width: 16.66666667%;
  }
  .bootstrap-iso .col-md-1 {
    width: 8.33333333%;
  }
  .bootstrap-iso .col-md-pull-12 {
    right: 100%;
  }
  .bootstrap-iso .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-iso .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-iso .col-md-pull-9 {
    right: 75%;
  }
  .bootstrap-iso .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-iso .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-iso .col-md-pull-6 {
    right: 50%;
  }
  .bootstrap-iso .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-iso .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-iso .col-md-pull-3 {
    right: 25%;
  }
  .bootstrap-iso .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-iso .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-iso .col-md-pull-0 {
    right: auto;
  }
  .bootstrap-iso .col-md-push-12 {
    left: 100%;
  }
  .bootstrap-iso .col-md-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-iso .col-md-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-iso .col-md-push-9 {
    left: 75%;
  }
  .bootstrap-iso .col-md-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-iso .col-md-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-iso .col-md-push-6 {
    left: 50%;
  }
  .bootstrap-iso .col-md-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-iso .col-md-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-iso .col-md-push-3 {
    left: 25%;
  }
  .bootstrap-iso .col-md-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-iso .col-md-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-iso .col-md-push-0 {
    left: auto;
  }
  .bootstrap-iso .col-md-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-iso .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-iso .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-iso .col-md-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-iso .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-iso .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-iso .col-md-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-iso .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-iso .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-iso .col-md-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-iso .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-iso .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-iso .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .col-lg-1,
  .bootstrap-iso .col-lg-2,
  .bootstrap-iso .col-lg-3,
  .bootstrap-iso .col-lg-4,
  .bootstrap-iso .col-lg-5,
  .bootstrap-iso .col-lg-6,
  .bootstrap-iso .col-lg-7,
  .bootstrap-iso .col-lg-8,
  .bootstrap-iso .col-lg-9,
  .bootstrap-iso .col-lg-10,
  .bootstrap-iso .col-lg-11,
  .bootstrap-iso .col-lg-12 {
    float: left;
  }
  .bootstrap-iso .col-lg-12 {
    width: 100%;
  }
  .bootstrap-iso .col-lg-11 {
    width: 91.66666667%;
  }
  .bootstrap-iso .col-lg-10 {
    width: 83.33333333%;
  }
  .bootstrap-iso .col-lg-9 {
    width: 75%;
  }
  .bootstrap-iso .col-lg-8 {
    width: 66.66666667%;
  }
  .bootstrap-iso .col-lg-7 {
    width: 58.33333333%;
  }
  .bootstrap-iso .col-lg-6 {
    width: 50%;
  }
  .bootstrap-iso .col-lg-5 {
    width: 41.66666667%;
  }
  .bootstrap-iso .col-lg-4 {
    width: 33.33333333%;
  }
  .bootstrap-iso .col-lg-3 {
    width: 25%;
  }
  .bootstrap-iso .col-lg-2 {
    width: 16.66666667%;
  }
  .bootstrap-iso .col-lg-1 {
    width: 8.33333333%;
  }
  .bootstrap-iso .col-lg-pull-12 {
    right: 100%;
  }
  .bootstrap-iso .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-iso .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-iso .col-lg-pull-9 {
    right: 75%;
  }
  .bootstrap-iso .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-iso .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-iso .col-lg-pull-6 {
    right: 50%;
  }
  .bootstrap-iso .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-iso .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-iso .col-lg-pull-3 {
    right: 25%;
  }
  .bootstrap-iso .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-iso .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-iso .col-lg-pull-0 {
    right: auto;
  }
  .bootstrap-iso .col-lg-push-12 {
    left: 100%;
  }
  .bootstrap-iso .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-iso .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-iso .col-lg-push-9 {
    left: 75%;
  }
  .bootstrap-iso .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-iso .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-iso .col-lg-push-6 {
    left: 50%;
  }
  .bootstrap-iso .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-iso .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-iso .col-lg-push-3 {
    left: 25%;
  }
  .bootstrap-iso .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-iso .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-iso .col-lg-push-0 {
    left: auto;
  }
  .bootstrap-iso .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-iso .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-iso .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-iso .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-iso .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-iso .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-iso .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-iso .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-iso .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-iso .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-iso .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-iso .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-iso .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.bootstrap-iso table {
  background-color: transparent;
}
.bootstrap-iso caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.bootstrap-iso th {
  text-align: left;
}
.bootstrap-iso .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.bootstrap-iso .table > thead > tr > th,
.bootstrap-iso .table > tbody > tr > th,
.bootstrap-iso .table > tfoot > tr > th,
.bootstrap-iso .table > thead > tr > td,
.bootstrap-iso .table > tbody > tr > td,
.bootstrap-iso .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.bootstrap-iso .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.bootstrap-iso .table > caption + thead > tr:first-child > th,
.bootstrap-iso .table > colgroup + thead > tr:first-child > th,
.bootstrap-iso .table > thead:first-child > tr:first-child > th,
.bootstrap-iso .table > caption + thead > tr:first-child > td,
.bootstrap-iso .table > colgroup + thead > tr:first-child > td,
.bootstrap-iso .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bootstrap-iso .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.bootstrap-iso .table .table {
  background-color: #ffffff;
}
.bootstrap-iso .table-condensed > thead > tr > th,
.bootstrap-iso .table-condensed > tbody > tr > th,
.bootstrap-iso .table-condensed > tfoot > tr > th,
.bootstrap-iso .table-condensed > thead > tr > td,
.bootstrap-iso .table-condensed > tbody > tr > td,
.bootstrap-iso .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.bootstrap-iso .table-bordered {
  border: 1px solid #dddddd;
}
.bootstrap-iso .table-bordered > thead > tr > th,
.bootstrap-iso .table-bordered > tbody > tr > th,
.bootstrap-iso .table-bordered > tfoot > tr > th,
.bootstrap-iso .table-bordered > thead > tr > td,
.bootstrap-iso .table-bordered > tbody > tr > td,
.bootstrap-iso .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.bootstrap-iso .table-bordered > thead > tr > th,
.bootstrap-iso .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.bootstrap-iso .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bootstrap-iso .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.bootstrap-iso table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.bootstrap-iso table td[class*="col-"],
.bootstrap-iso table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.bootstrap-iso .table > thead > tr > td.active,
.bootstrap-iso .table > tbody > tr > td.active,
.bootstrap-iso .table > tfoot > tr > td.active,
.bootstrap-iso .table > thead > tr > th.active,
.bootstrap-iso .table > tbody > tr > th.active,
.bootstrap-iso .table > tfoot > tr > th.active,
.bootstrap-iso .table > thead > tr.active > td,
.bootstrap-iso .table > tbody > tr.active > td,
.bootstrap-iso .table > tfoot > tr.active > td,
.bootstrap-iso .table > thead > tr.active > th,
.bootstrap-iso .table > tbody > tr.active > th,
.bootstrap-iso .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.bootstrap-iso .table-hover > tbody > tr > td.active:hover,
.bootstrap-iso .table-hover > tbody > tr > th.active:hover,
.bootstrap-iso .table-hover > tbody > tr.active:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .active,
.bootstrap-iso .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.bootstrap-iso .table > thead > tr > td.success,
.bootstrap-iso .table > tbody > tr > td.success,
.bootstrap-iso .table > tfoot > tr > td.success,
.bootstrap-iso .table > thead > tr > th.success,
.bootstrap-iso .table > tbody > tr > th.success,
.bootstrap-iso .table > tfoot > tr > th.success,
.bootstrap-iso .table > thead > tr.success > td,
.bootstrap-iso .table > tbody > tr.success > td,
.bootstrap-iso .table > tfoot > tr.success > td,
.bootstrap-iso .table > thead > tr.success > th,
.bootstrap-iso .table > tbody > tr.success > th,
.bootstrap-iso .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.bootstrap-iso .table-hover > tbody > tr > td.success:hover,
.bootstrap-iso .table-hover > tbody > tr > th.success:hover,
.bootstrap-iso .table-hover > tbody > tr.success:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .success,
.bootstrap-iso .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.bootstrap-iso .table > thead > tr > td.info,
.bootstrap-iso .table > tbody > tr > td.info,
.bootstrap-iso .table > tfoot > tr > td.info,
.bootstrap-iso .table > thead > tr > th.info,
.bootstrap-iso .table > tbody > tr > th.info,
.bootstrap-iso .table > tfoot > tr > th.info,
.bootstrap-iso .table > thead > tr.info > td,
.bootstrap-iso .table > tbody > tr.info > td,
.bootstrap-iso .table > tfoot > tr.info > td,
.bootstrap-iso .table > thead > tr.info > th,
.bootstrap-iso .table > tbody > tr.info > th,
.bootstrap-iso .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.bootstrap-iso .table-hover > tbody > tr > td.info:hover,
.bootstrap-iso .table-hover > tbody > tr > th.info:hover,
.bootstrap-iso .table-hover > tbody > tr.info:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .info,
.bootstrap-iso .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.bootstrap-iso .table > thead > tr > td.warning,
.bootstrap-iso .table > tbody > tr > td.warning,
.bootstrap-iso .table > tfoot > tr > td.warning,
.bootstrap-iso .table > thead > tr > th.warning,
.bootstrap-iso .table > tbody > tr > th.warning,
.bootstrap-iso .table > tfoot > tr > th.warning,
.bootstrap-iso .table > thead > tr.warning > td,
.bootstrap-iso .table > tbody > tr.warning > td,
.bootstrap-iso .table > tfoot > tr.warning > td,
.bootstrap-iso .table > thead > tr.warning > th,
.bootstrap-iso .table > tbody > tr.warning > th,
.bootstrap-iso .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.bootstrap-iso .table-hover > tbody > tr > td.warning:hover,
.bootstrap-iso .table-hover > tbody > tr > th.warning:hover,
.bootstrap-iso .table-hover > tbody > tr.warning:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .warning,
.bootstrap-iso .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.bootstrap-iso .table > thead > tr > td.danger,
.bootstrap-iso .table > tbody > tr > td.danger,
.bootstrap-iso .table > tfoot > tr > td.danger,
.bootstrap-iso .table > thead > tr > th.danger,
.bootstrap-iso .table > tbody > tr > th.danger,
.bootstrap-iso .table > tfoot > tr > th.danger,
.bootstrap-iso .table > thead > tr.danger > td,
.bootstrap-iso .table > tbody > tr.danger > td,
.bootstrap-iso .table > tfoot > tr.danger > td,
.bootstrap-iso .table > thead > tr.danger > th,
.bootstrap-iso .table > tbody > tr.danger > th,
.bootstrap-iso .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.bootstrap-iso .table-hover > tbody > tr > td.danger:hover,
.bootstrap-iso .table-hover > tbody > tr > th.danger:hover,
.bootstrap-iso .table-hover > tbody > tr.danger:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .danger,
.bootstrap-iso .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.bootstrap-iso .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .bootstrap-iso .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .bootstrap-iso .table-responsive > .table {
    margin-bottom: 0;
  }
  .bootstrap-iso .table-responsive > .table > thead > tr > th,
  .bootstrap-iso .table-responsive > .table > tbody > tr > th,
  .bootstrap-iso .table-responsive > .table > tfoot > tr > th,
  .bootstrap-iso .table-responsive > .table > thead > tr > td,
  .bootstrap-iso .table-responsive > .table > tbody > tr > td,
  .bootstrap-iso .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .bootstrap-iso .table-responsive > .table-bordered {
    border: 0;
  }
  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.bootstrap-iso fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.bootstrap-iso legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-iso label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.bootstrap-iso input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-iso input[type="radio"],
.bootstrap-iso input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bootstrap-iso input[type="file"] {
  display: block;
}
.bootstrap-iso input[type="range"] {
  display: block;
  width: 100%;
}
.bootstrap-iso select[multiple],
.bootstrap-iso select[size] {
  height: auto;
}
.bootstrap-iso input[type="file"]:focus,
.bootstrap-iso input[type="radio"]:focus,
.bootstrap-iso input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-iso output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.bootstrap-iso .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-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;
}
.bootstrap-iso .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-iso .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.bootstrap-iso .form-control:-ms-input-placeholder {
  color: #999999;
}
.bootstrap-iso .form-control::-webkit-input-placeholder {
  color: #999999;
}
.bootstrap-iso .form-control[disabled],
.bootstrap-iso .form-control[readonly],
.bootstrap-iso fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.bootstrap-iso .form-control[disabled],
.bootstrap-iso fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.bootstrap-iso textarea.form-control {
  height: auto;
}
.bootstrap-iso input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap-iso input[type="date"],
  .bootstrap-iso input[type="time"],
  .bootstrap-iso input[type="datetime-local"],
  .bootstrap-iso input[type="month"] {
    line-height: 34px;
  }
  .bootstrap-iso input[type="date"].input-sm,
  .bootstrap-iso input[type="time"].input-sm,
  .bootstrap-iso input[type="datetime-local"].input-sm,
  .bootstrap-iso input[type="month"].input-sm,
  .bootstrap-iso .input-group-sm input[type="date"],
  .bootstrap-iso .input-group-sm input[type="time"],
  .bootstrap-iso .input-group-sm input[type="datetime-local"],
  .bootstrap-iso .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  .bootstrap-iso input[type="date"].input-lg,
  .bootstrap-iso input[type="time"].input-lg,
  .bootstrap-iso input[type="datetime-local"].input-lg,
  .bootstrap-iso input[type="month"].input-lg,
  .bootstrap-iso .input-group-lg input[type="date"],
  .bootstrap-iso .input-group-lg input[type="time"],
  .bootstrap-iso .input-group-lg input[type="datetime-local"],
  .bootstrap-iso .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.bootstrap-iso .form-group {
  margin-bottom: 15px;
}
.bootstrap-iso .radio,
.bootstrap-iso .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-iso .radio label,
.bootstrap-iso .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap-iso .radio input[type="radio"],
.bootstrap-iso .radio-inline input[type="radio"],
.bootstrap-iso .checkbox input[type="checkbox"],
.bootstrap-iso .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.bootstrap-iso .radio + .radio,
.bootstrap-iso .checkbox + .checkbox {
  margin-top: -5px;
}
.bootstrap-iso .radio-inline,
.bootstrap-iso .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap-iso .radio-inline + .radio-inline,
.bootstrap-iso .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bootstrap-iso input[type="radio"][disabled],
.bootstrap-iso input[type="checkbox"][disabled],
.bootstrap-iso input[type="radio"].disabled,
.bootstrap-iso input[type="checkbox"].disabled,
.bootstrap-iso fieldset[disabled] input[type="radio"],
.bootstrap-iso fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.bootstrap-iso .radio-inline.disabled,
.bootstrap-iso .checkbox-inline.disabled,
.bootstrap-iso fieldset[disabled] .radio-inline,
.bootstrap-iso fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.bootstrap-iso .radio.disabled label,
.bootstrap-iso .checkbox.disabled label,
.bootstrap-iso fieldset[disabled] .radio label,
.bootstrap-iso fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.bootstrap-iso .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.bootstrap-iso .form-control-static.input-lg,
.bootstrap-iso .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.bootstrap-iso .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-iso select.input-sm {
  height: 30px;
  line-height: 30px;
}
.bootstrap-iso textarea.input-sm,
.bootstrap-iso select[multiple].input-sm {
  height: auto;
}
.bootstrap-iso .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-iso select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
.bootstrap-iso textarea.form-group-sm .form-control,
.bootstrap-iso select[multiple].form-group-sm .form-control {
  height: auto;
}
.bootstrap-iso .form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.bootstrap-iso .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-iso select.input-lg {
  height: 46px;
  line-height: 46px;
}
.bootstrap-iso textarea.input-lg,
.bootstrap-iso select[multiple].input-lg {
  height: auto;
}
.bootstrap-iso .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-iso select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
.bootstrap-iso textarea.form-group-lg .form-control,
.bootstrap-iso select[multiple].form-group-lg .form-control {
  height: auto;
}
.bootstrap-iso .form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.bootstrap-iso .has-feedback {
  position: relative;
}
.bootstrap-iso .has-feedback .form-control {
  padding-right: 42.5px;
}
.bootstrap-iso .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.bootstrap-iso .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.bootstrap-iso .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrap-iso .has-success .help-block,
.bootstrap-iso .has-success .control-label,
.bootstrap-iso .has-success .radio,
.bootstrap-iso .has-success .checkbox,
.bootstrap-iso .has-success .radio-inline,
.bootstrap-iso .has-success .checkbox-inline,
.bootstrap-iso .has-success.radio label,
.bootstrap-iso .has-success.checkbox label,
.bootstrap-iso .has-success.radio-inline label,
.bootstrap-iso .has-success.checkbox-inline label {
  color: #3c763d;
}
.bootstrap-iso .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.bootstrap-iso .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.bootstrap-iso .has-success .form-control-feedback {
  color: #3c763d;
}
.bootstrap-iso .has-warning .help-block,
.bootstrap-iso .has-warning .control-label,
.bootstrap-iso .has-warning .radio,
.bootstrap-iso .has-warning .checkbox,
.bootstrap-iso .has-warning .radio-inline,
.bootstrap-iso .has-warning .checkbox-inline,
.bootstrap-iso .has-warning.radio label,
.bootstrap-iso .has-warning.checkbox label,
.bootstrap-iso .has-warning.radio-inline label,
.bootstrap-iso .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.bootstrap-iso .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.bootstrap-iso .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.bootstrap-iso .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.bootstrap-iso .has-error .help-block,
.bootstrap-iso .has-error .control-label,
.bootstrap-iso .has-error .radio,
.bootstrap-iso .has-error .checkbox,
.bootstrap-iso .has-error .radio-inline,
.bootstrap-iso .has-error .checkbox-inline,
.bootstrap-iso .has-error.radio label,
.bootstrap-iso .has-error.checkbox label,
.bootstrap-iso .has-error.radio-inline label,
.bootstrap-iso .has-error.checkbox-inline label {
  color: #a94442;
}
.bootstrap-iso .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.bootstrap-iso .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.bootstrap-iso .has-error .form-control-feedback {
  color: #a94442;
}
.bootstrap-iso .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.bootstrap-iso .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bootstrap-iso .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .bootstrap-iso .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-iso .form-inline .form-control-static {
    display: inline-block;
  }
  .bootstrap-iso .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-iso .form-inline .input-group .input-group-addon,
  .bootstrap-iso .form-inline .input-group .input-group-btn,
  .bootstrap-iso .form-inline .input-group .form-control {
    width: auto;
  }
  .bootstrap-iso .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-iso .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .form-inline .radio,
  .bootstrap-iso .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .form-inline .radio label,
  .bootstrap-iso .form-inline .checkbox label {
    padding-left: 0;
  }
  .bootstrap-iso .form-inline .radio input[type="radio"],
  .bootstrap-iso .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-iso .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bootstrap-iso .form-horizontal .radio,
.bootstrap-iso .form-horizontal .checkbox,
.bootstrap-iso .form-horizontal .radio-inline,
.bootstrap-iso .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.bootstrap-iso .form-horizontal .radio,
.bootstrap-iso .form-horizontal .checkbox {
  min-height: 27px;
}
.bootstrap-iso .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .bootstrap-iso .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.bootstrap-iso .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bootstrap-iso .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .bootstrap-iso .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.bootstrap-iso .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-iso .btn:focus,
.bootstrap-iso .btn:active:focus,
.bootstrap-iso .btn.active:focus,
.bootstrap-iso .btn.focus,
.bootstrap-iso .btn:active.focus,
.bootstrap-iso .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-iso .btn:hover,
.bootstrap-iso .btn:focus,
.bootstrap-iso .btn.focus {
  color: #333333;
  text-decoration: none;
}
.bootstrap-iso .btn:active,
.bootstrap-iso .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);
}
.bootstrap-iso .btn.disabled,
.bootstrap-iso .btn[disabled],
.bootstrap-iso fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-iso .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.bootstrap-iso .btn-default:hover,
.bootstrap-iso .btn-default:focus,
.bootstrap-iso .btn-default.focus,
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default.active,
.bootstrap-iso .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default.active,
.bootstrap-iso .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.bootstrap-iso .btn-default.disabled,
.bootstrap-iso .btn-default[disabled],
.bootstrap-iso fieldset[disabled] .btn-default,
.bootstrap-iso .btn-default.disabled:hover,
.bootstrap-iso .btn-default[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-default:hover,
.bootstrap-iso .btn-default.disabled:focus,
.bootstrap-iso .btn-default[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-default:focus,
.bootstrap-iso .btn-default.disabled.focus,
.bootstrap-iso .btn-default[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-default.focus,
.bootstrap-iso .btn-default.disabled:active,
.bootstrap-iso .btn-default[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-default:active,
.bootstrap-iso .btn-default.disabled.active,
.bootstrap-iso .btn-default[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.bootstrap-iso .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.bootstrap-iso .btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-iso .btn-primary:hover,
.bootstrap-iso .btn-primary:focus,
.bootstrap-iso .btn-primary.focus,
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.bootstrap-iso .btn-primary.disabled,
.bootstrap-iso .btn-primary[disabled],
.bootstrap-iso fieldset[disabled] .btn-primary,
.bootstrap-iso .btn-primary.disabled:hover,
.bootstrap-iso .btn-primary[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-primary:hover,
.bootstrap-iso .btn-primary.disabled:focus,
.bootstrap-iso .btn-primary[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-primary:focus,
.bootstrap-iso .btn-primary.disabled.focus,
.bootstrap-iso .btn-primary[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-primary.focus,
.bootstrap-iso .btn-primary.disabled:active,
.bootstrap-iso .btn-primary[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-primary:active,
.bootstrap-iso .btn-primary.disabled.active,
.bootstrap-iso .btn-primary[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-iso .btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.bootstrap-iso .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap-iso .btn-success:hover,
.bootstrap-iso .btn-success:focus,
.bootstrap-iso .btn-success.focus,
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success.active,
.bootstrap-iso .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success.active,
.bootstrap-iso .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.bootstrap-iso .btn-success.disabled,
.bootstrap-iso .btn-success[disabled],
.bootstrap-iso fieldset[disabled] .btn-success,
.bootstrap-iso .btn-success.disabled:hover,
.bootstrap-iso .btn-success[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-success:hover,
.bootstrap-iso .btn-success.disabled:focus,
.bootstrap-iso .btn-success[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-success:focus,
.bootstrap-iso .btn-success.disabled.focus,
.bootstrap-iso .btn-success[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-success.focus,
.bootstrap-iso .btn-success.disabled:active,
.bootstrap-iso .btn-success[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-success:active,
.bootstrap-iso .btn-success.disabled.active,
.bootstrap-iso .btn-success[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap-iso .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.bootstrap-iso .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap-iso .btn-info:hover,
.bootstrap-iso .btn-info:focus,
.bootstrap-iso .btn-info.focus,
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info.active,
.bootstrap-iso .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info.active,
.bootstrap-iso .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.bootstrap-iso .btn-info.disabled,
.bootstrap-iso .btn-info[disabled],
.bootstrap-iso fieldset[disabled] .btn-info,
.bootstrap-iso .btn-info.disabled:hover,
.bootstrap-iso .btn-info[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-info:hover,
.bootstrap-iso .btn-info.disabled:focus,
.bootstrap-iso .btn-info[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-info:focus,
.bootstrap-iso .btn-info.disabled.focus,
.bootstrap-iso .btn-info[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-info.focus,
.bootstrap-iso .btn-info.disabled:active,
.bootstrap-iso .btn-info[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-info:active,
.bootstrap-iso .btn-info.disabled.active,
.bootstrap-iso .btn-info[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap-iso .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.bootstrap-iso .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap-iso .btn-warning:hover,
.bootstrap-iso .btn-warning:focus,
.bootstrap-iso .btn-warning.focus,
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning.active,
.bootstrap-iso .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning.active,
.bootstrap-iso .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.bootstrap-iso .btn-warning.disabled,
.bootstrap-iso .btn-warning[disabled],
.bootstrap-iso fieldset[disabled] .btn-warning,
.bootstrap-iso .btn-warning.disabled:hover,
.bootstrap-iso .btn-warning[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-warning:hover,
.bootstrap-iso .btn-warning.disabled:focus,
.bootstrap-iso .btn-warning[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-warning:focus,
.bootstrap-iso .btn-warning.disabled.focus,
.bootstrap-iso .btn-warning[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-warning.focus,
.bootstrap-iso .btn-warning.disabled:active,
.bootstrap-iso .btn-warning[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-warning:active,
.bootstrap-iso .btn-warning.disabled.active,
.bootstrap-iso .btn-warning[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap-iso .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.bootstrap-iso .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap-iso .btn-danger:hover,
.bootstrap-iso .btn-danger:focus,
.bootstrap-iso .btn-danger.focus,
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger.active,
.bootstrap-iso .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger.active,
.bootstrap-iso .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.bootstrap-iso .btn-danger.disabled,
.bootstrap-iso .btn-danger[disabled],
.bootstrap-iso fieldset[disabled] .btn-danger,
.bootstrap-iso .btn-danger.disabled:hover,
.bootstrap-iso .btn-danger[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-danger:hover,
.bootstrap-iso .btn-danger.disabled:focus,
.bootstrap-iso .btn-danger[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-danger:focus,
.bootstrap-iso .btn-danger.disabled.focus,
.bootstrap-iso .btn-danger[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-danger.focus,
.bootstrap-iso .btn-danger.disabled:active,
.bootstrap-iso .btn-danger[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-danger:active,
.bootstrap-iso .btn-danger.disabled.active,
.bootstrap-iso .btn-danger[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap-iso .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.bootstrap-iso .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.bootstrap-iso .btn-link,
.bootstrap-iso .btn-link:active,
.bootstrap-iso .btn-link.active,
.bootstrap-iso .btn-link[disabled],
.bootstrap-iso fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-iso .btn-link,
.bootstrap-iso .btn-link:hover,
.bootstrap-iso .btn-link:focus,
.bootstrap-iso .btn-link:active {
  border-color: transparent;
}
.bootstrap-iso .btn-link:hover,
.bootstrap-iso .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.bootstrap-iso .btn-link[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-link:hover,
.bootstrap-iso .btn-link[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.bootstrap-iso .btn-lg,
.bootstrap-iso .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-iso .btn-sm,
.bootstrap-iso .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-iso .btn-xs,
.bootstrap-iso .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-iso .btn-block {
  display: block;
  width: 100%;
}
.bootstrap-iso .btn-block + .btn-block {
  margin-top: 5px;
}
.bootstrap-iso input[type="submit"].btn-block,
.bootstrap-iso input[type="reset"].btn-block,
.bootstrap-iso input[type="button"].btn-block {
  width: 100%;
}
.bootstrap-iso .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.bootstrap-iso .fade.in {
  opacity: 1;
}
.bootstrap-iso .collapse {
  display: none;
}
.bootstrap-iso .collapse.in {
  display: block;
}
.bootstrap-iso tr.collapse.in {
  display: table-row;
}
.bootstrap-iso tbody.collapse.in {
  display: table-row-group;
}
.bootstrap-iso .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.bootstrap-iso .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.bootstrap-iso .dropup,
.bootstrap-iso .dropdown {
  position: relative;
}
.bootstrap-iso .dropdown-toggle:focus {
  outline: 0;
}
.bootstrap-iso .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  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);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bootstrap-iso .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bootstrap-iso .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-iso .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.bootstrap-iso .dropdown-menu > li > a:hover,
.bootstrap-iso .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.bootstrap-iso .dropdown-menu > .active > a,
.bootstrap-iso .dropdown-menu > .active > a:hover,
.bootstrap-iso .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.bootstrap-iso .dropdown-menu > .disabled > a,
.bootstrap-iso .dropdown-menu > .disabled > a:hover,
.bootstrap-iso .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.bootstrap-iso .dropdown-menu > .disabled > a:hover,
.bootstrap-iso .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.bootstrap-iso .open > .dropdown-menu {
  display: block;
}
.bootstrap-iso .open > a {
  outline: 0;
}
.bootstrap-iso .dropdown-menu-right {
  left: auto;
  right: 0;
}
.bootstrap-iso .dropdown-menu-left {
  left: 0;
  right: auto;
}
.bootstrap-iso .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.bootstrap-iso .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.bootstrap-iso .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap-iso .dropup .caret,
.bootstrap-iso .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.bootstrap-iso .dropup .dropdown-menu,
.bootstrap-iso .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .bootstrap-iso .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.bootstrap-iso .btn-group,
.bootstrap-iso .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap-iso .btn-group > .btn,
.bootstrap-iso .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.bootstrap-iso .btn-group > .btn:hover,
.bootstrap-iso .btn-group-vertical > .btn:hover,
.bootstrap-iso .btn-group > .btn:focus,
.bootstrap-iso .btn-group-vertical > .btn:focus,
.bootstrap-iso .btn-group > .btn:active,
.bootstrap-iso .btn-group-vertical > .btn:active,
.bootstrap-iso .btn-group > .btn.active,
.bootstrap-iso .btn-group-vertical > .btn.active {
  z-index: 2;
}
.bootstrap-iso .btn-group .btn + .btn,
.bootstrap-iso .btn-group .btn + .btn-group,
.bootstrap-iso .btn-group .btn-group + .btn,
.bootstrap-iso .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.bootstrap-iso .btn-toolbar {
  margin-left: -5px;
}
.bootstrap-iso .btn-toolbar .btn-group,
.bootstrap-iso .btn-toolbar .input-group {
  float: left;
}
.bootstrap-iso .btn-toolbar > .btn,
.bootstrap-iso .btn-toolbar > .btn-group,
.bootstrap-iso .btn-toolbar > .input-group {
  margin-left: 5px;
}
.bootstrap-iso .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.bootstrap-iso .btn-group > .btn:first-child {
  margin-left: 0;
}
.bootstrap-iso .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-iso .btn-group > .btn:last-child:not(:first-child),
.bootstrap-iso .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-iso .btn-group > .btn-group {
  float: left;
}
.bootstrap-iso .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-iso .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-iso .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-iso .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-iso .btn-group .dropdown-toggle:active,
.bootstrap-iso .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bootstrap-iso .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.bootstrap-iso .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.bootstrap-iso .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);
}
.bootstrap-iso .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-iso .btn .caret {
  margin-left: 0;
}
.bootstrap-iso .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.bootstrap-iso .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.bootstrap-iso .btn-group-vertical > .btn,
.bootstrap-iso .btn-group-vertical > .btn-group,
.bootstrap-iso .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.bootstrap-iso .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.bootstrap-iso .btn-group-vertical > .btn + .btn,
.bootstrap-iso .btn-group-vertical > .btn + .btn-group,
.bootstrap-iso .btn-group-vertical > .btn-group + .btn,
.bootstrap-iso .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bootstrap-iso .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-iso .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-iso .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.bootstrap-iso .btn-group-justified > .btn,
.bootstrap-iso .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.bootstrap-iso .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.bootstrap-iso .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.bootstrap-iso [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap-iso [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap-iso [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap-iso [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap-iso .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.bootstrap-iso .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.bootstrap-iso .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap-iso .input-group-lg > .form-control,
.bootstrap-iso .input-group-lg > .input-group-addon,
.bootstrap-iso .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-iso select.input-group-lg > .form-control,
.bootstrap-iso select.input-group-lg > .input-group-addon,
.bootstrap-iso select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.bootstrap-iso textarea.input-group-lg > .form-control,
.bootstrap-iso textarea.input-group-lg > .input-group-addon,
.bootstrap-iso textarea.input-group-lg > .input-group-btn > .btn,
.bootstrap-iso select[multiple].input-group-lg > .form-control,
.bootstrap-iso select[multiple].input-group-lg > .input-group-addon,
.bootstrap-iso select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-iso .input-group-sm > .form-control,
.bootstrap-iso .input-group-sm > .input-group-addon,
.bootstrap-iso .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-iso select.input-group-sm > .form-control,
.bootstrap-iso select.input-group-sm > .input-group-addon,
.bootstrap-iso select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.bootstrap-iso textarea.input-group-sm > .form-control,
.bootstrap-iso textarea.input-group-sm > .input-group-addon,
.bootstrap-iso textarea.input-group-sm > .input-group-btn > .btn,
.bootstrap-iso select[multiple].input-group-sm > .form-control,
.bootstrap-iso select[multiple].input-group-sm > .input-group-addon,
.bootstrap-iso select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-iso .input-group-addon,
.bootstrap-iso .input-group-btn,
.bootstrap-iso .input-group .form-control {
  display: table-cell;
}
.bootstrap-iso .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-iso .input-group-btn:not(:first-child):not(:last-child),
.bootstrap-iso .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-iso .input-group-addon,
.bootstrap-iso .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.bootstrap-iso .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.bootstrap-iso .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.bootstrap-iso .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.bootstrap-iso .input-group-addon input[type="radio"],
.bootstrap-iso .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.bootstrap-iso .input-group .form-control:first-child,
.bootstrap-iso .input-group-addon:first-child,
.bootstrap-iso .input-group-btn:first-child > .btn,
.bootstrap-iso .input-group-btn:first-child > .btn-group > .btn,
.bootstrap-iso .input-group-btn:first-child > .dropdown-toggle,
.bootstrap-iso .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-iso .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-iso .input-group-addon:first-child {
  border-right: 0;
}
.bootstrap-iso .input-group .form-control:last-child,
.bootstrap-iso .input-group-addon:last-child,
.bootstrap-iso .input-group-btn:last-child > .btn,
.bootstrap-iso .input-group-btn:last-child > .btn-group > .btn,
.bootstrap-iso .input-group-btn:last-child > .dropdown-toggle,
.bootstrap-iso .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap-iso .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-iso .input-group-addon:last-child {
  border-left: 0;
}
.bootstrap-iso .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.bootstrap-iso .input-group-btn > .btn {
  position: relative;
}
.bootstrap-iso .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.bootstrap-iso .input-group-btn > .btn:hover,
.bootstrap-iso .input-group-btn > .btn:focus,
.bootstrap-iso .input-group-btn > .btn:active {
  z-index: 2;
}
.bootstrap-iso .input-group-btn:first-child > .btn,
.bootstrap-iso .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.bootstrap-iso .input-group-btn:last-child > .btn,
.bootstrap-iso .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.bootstrap-iso .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bootstrap-iso .nav > li {
  position: relative;
  display: block;
}
.bootstrap-iso .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.bootstrap-iso .nav > li > a:hover,
.bootstrap-iso .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap-iso .nav > li.disabled > a {
  color: #777777;
}
.bootstrap-iso .nav > li.disabled > a:hover,
.bootstrap-iso .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.bootstrap-iso .nav .open > a,
.bootstrap-iso .nav .open > a:hover,
.bootstrap-iso .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.bootstrap-iso .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-iso .nav > li > a > img {
  max-width: none;
}
.bootstrap-iso .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.bootstrap-iso .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.bootstrap-iso .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.bootstrap-iso .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.bootstrap-iso .nav-tabs > li.active > a,
.bootstrap-iso .nav-tabs > li.active > a:hover,
.bootstrap-iso .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.bootstrap-iso .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.bootstrap-iso .nav-tabs.nav-justified > li {
  float: none;
}
.bootstrap-iso .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bootstrap-iso .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-iso .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-iso .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-iso .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap-iso .nav-tabs.nav-justified > .active > a,
.bootstrap-iso .nav-tabs.nav-justified > .active > a:hover,
.bootstrap-iso .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .bootstrap-iso .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap-iso .nav-tabs.nav-justified > .active > a,
  .bootstrap-iso .nav-tabs.nav-justified > .active > a:hover,
  .bootstrap-iso .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.bootstrap-iso .nav-pills > li {
  float: left;
}
.bootstrap-iso .nav-pills > li > a {
  border-radius: 4px;
}
.bootstrap-iso .nav-pills > li + li {
  margin-left: 2px;
}
.bootstrap-iso .nav-pills > li.active > a,
.bootstrap-iso .nav-pills > li.active > a:hover,
.bootstrap-iso .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.bootstrap-iso .nav-stacked > li {
  float: none;
}
.bootstrap-iso .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.bootstrap-iso .nav-justified {
  width: 100%;
}
.bootstrap-iso .nav-justified > li {
  float: none;
}
.bootstrap-iso .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bootstrap-iso .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-iso .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-iso .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-iso .nav-tabs-justified {
  border-bottom: 0;
}
.bootstrap-iso .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrap-iso .nav-tabs-justified > .active > a,
.bootstrap-iso .nav-tabs-justified > .active > a:hover,
.bootstrap-iso .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .bootstrap-iso .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrap-iso .nav-tabs-justified > .active > a,
  .bootstrap-iso .nav-tabs-justified > .active > a:hover,
  .bootstrap-iso .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.bootstrap-iso .tab-content > .tab-pane {
  display: none;
}
.bootstrap-iso .tab-content > .active {
  display: block;
}
.bootstrap-iso .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-iso .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-header {
    float: left;
  }
}
.bootstrap-iso .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.bootstrap-iso .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bootstrap-iso .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .bootstrap-iso .navbar-collapse.in {
    overflow-y: visible;
  }
  .bootstrap-iso .navbar-fixed-top .navbar-collapse,
  .bootstrap-iso .navbar-static-top .navbar-collapse,
  .bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.bootstrap-iso .navbar-fixed-top .navbar-collapse,
.bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .bootstrap-iso .navbar-fixed-top .navbar-collapse,
  .bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.bootstrap-iso .container > .navbar-header,
.bootstrap-iso .container-fluid > .navbar-header,
.bootstrap-iso .container > .navbar-collapse,
.bootstrap-iso .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap-iso .container > .navbar-header,
  .bootstrap-iso .container-fluid > .navbar-header,
  .bootstrap-iso .container > .navbar-collapse,
  .bootstrap-iso .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.bootstrap-iso .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-static-top {
    border-radius: 0;
  }
}
.bootstrap-iso .navbar-fixed-top,
.bootstrap-iso .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-fixed-top,
  .bootstrap-iso .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.bootstrap-iso .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.bootstrap-iso .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.bootstrap-iso .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.bootstrap-iso .navbar-brand:hover,
.bootstrap-iso .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap-iso .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar > .container .navbar-brand,
  .bootstrap-iso .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.bootstrap-iso .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap-iso .navbar-toggle:focus {
  outline: 0;
}
.bootstrap-iso .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.bootstrap-iso .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-toggle {
    display: none;
  }
}
.bootstrap-iso .navbar-nav {
  margin: 7.5px -15px;
}
.bootstrap-iso .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .bootstrap-iso .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a,
  .bootstrap-iso .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-nav {
    float: left;
    margin: 0;
  }
  .bootstrap-iso .navbar-nav > li {
    float: left;
  }
  .bootstrap-iso .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bootstrap-iso .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-iso .navbar-form .form-control-static {
    display: inline-block;
  }
  .bootstrap-iso .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-iso .navbar-form .input-group .input-group-addon,
  .bootstrap-iso .navbar-form .input-group .input-group-btn,
  .bootstrap-iso .navbar-form .input-group .form-control {
    width: auto;
  }
  .bootstrap-iso .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-iso .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .navbar-form .radio,
  .bootstrap-iso .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-iso .navbar-form .radio label,
  .bootstrap-iso .navbar-form .checkbox label {
    padding-left: 0;
  }
  .bootstrap-iso .navbar-form .radio input[type="radio"],
  .bootstrap-iso .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-iso .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .bootstrap-iso .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bootstrap-iso .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-iso .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;
  }
}
.bootstrap-iso .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bootstrap-iso .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;
}
.bootstrap-iso .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.bootstrap-iso .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-iso .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.bootstrap-iso .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .bootstrap-iso .navbar-left {
    float: left !important;
  }
  .bootstrap-iso .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .bootstrap-iso .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.bootstrap-iso .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.bootstrap-iso .navbar-default .navbar-brand {
  color: #777777;
}
.bootstrap-iso .navbar-default .navbar-brand:hover,
.bootstrap-iso .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.bootstrap-iso .navbar-default .navbar-text {
  color: #777777;
}
.bootstrap-iso .navbar-default .navbar-nav > li > a {
  color: #777777;
}
.bootstrap-iso .navbar-default .navbar-nav > li > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.bootstrap-iso .navbar-default .navbar-nav > .active > a,
.bootstrap-iso .navbar-default .navbar-nav > .active > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.bootstrap-iso .navbar-default .navbar-nav > .disabled > a,
.bootstrap-iso .navbar-default .navbar-nav > .disabled > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.bootstrap-iso .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.bootstrap-iso .navbar-default .navbar-toggle:hover,
.bootstrap-iso .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.bootstrap-iso .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.bootstrap-iso .navbar-default .navbar-collapse,
.bootstrap-iso .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.bootstrap-iso .navbar-default .navbar-nav > .open > a,
.bootstrap-iso .navbar-default .navbar-nav > .open > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.bootstrap-iso .navbar-default .navbar-link {
  color: #777777;
}
.bootstrap-iso .navbar-default .navbar-link:hover {
  color: #333333;
}
.bootstrap-iso .navbar-default .btn-link {
  color: #777777;
}
.bootstrap-iso .navbar-default .btn-link:hover,
.bootstrap-iso .navbar-default .btn-link:focus {
  color: #333333;
}
.bootstrap-iso .navbar-default .btn-link[disabled]:hover,
.bootstrap-iso fieldset[disabled] .navbar-default .btn-link:hover,
.bootstrap-iso .navbar-default .btn-link[disabled]:focus,
.bootstrap-iso fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.bootstrap-iso .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.bootstrap-iso .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-brand:hover,
.bootstrap-iso .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.bootstrap-iso .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-nav > li > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.bootstrap-iso .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.bootstrap-iso .navbar-inverse .navbar-toggle:hover,
.bootstrap-iso .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.bootstrap-iso .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.bootstrap-iso .navbar-inverse .navbar-collapse,
.bootstrap-iso .navbar-inverse .navbar-form {
  border-color: #101010;
}
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.bootstrap-iso .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.bootstrap-iso .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .btn-link:hover,
.bootstrap-iso .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.bootstrap-iso .navbar-inverse .btn-link[disabled]:hover,
.bootstrap-iso fieldset[disabled] .navbar-inverse .btn-link:hover,
.bootstrap-iso .navbar-inverse .btn-link[disabled]:focus,
.bootstrap-iso fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.bootstrap-iso .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.bootstrap-iso .breadcrumb > li {
  display: inline-block;
}
.bootstrap-iso .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.bootstrap-iso .breadcrumb > .active {
  color: #777777;
}
.bootstrap-iso .pagination {
  font-size: .8em;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.bootstrap-iso .pagination > li {
  display: inline;
}
.bootstrap-iso .pagination > li > a,
.bootstrap-iso .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.bootstrap-iso .pagination > li:first-child > a,
.bootstrap-iso .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.bootstrap-iso .pagination > li:last-child > a,
.bootstrap-iso .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-iso .pagination > li > a:hover,
.bootstrap-iso .pagination > li > span:hover,
.bootstrap-iso .pagination > li > a:focus,
.bootstrap-iso .pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.bootstrap-iso .pagination > .active > a,
.bootstrap-iso .pagination > .active > span,
.bootstrap-iso .pagination > .active > a:hover,
.bootstrap-iso .pagination > .active > span:hover,
.bootstrap-iso .pagination > .active > a:focus,
.bootstrap-iso .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #9E6E02;
  border-color: #9E6E02;
  cursor: default;
}
.bootstrap-iso .pagination > .disabled > span,
.bootstrap-iso .pagination > .disabled > span:hover,
.bootstrap-iso .pagination > .disabled > span:focus,
.bootstrap-iso .pagination > .disabled > a,
.bootstrap-iso .pagination > .disabled > a:hover,
.bootstrap-iso .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.bootstrap-iso .pagination-lg > li > a,
.bootstrap-iso .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.bootstrap-iso .pagination-lg > li:first-child > a,
.bootstrap-iso .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.bootstrap-iso .pagination-lg > li:last-child > a,
.bootstrap-iso .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.bootstrap-iso .pagination-sm > li > a,
.bootstrap-iso .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.bootstrap-iso .pagination-sm > li:first-child > a,
.bootstrap-iso .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-iso .pagination-sm > li:last-child > a,
.bootstrap-iso .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-iso .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.bootstrap-iso .pager li {
  display: inline;
}
.bootstrap-iso .pager li > a,
.bootstrap-iso .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.bootstrap-iso .pager li > a:hover,
.bootstrap-iso .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap-iso .pager .next > a,
.bootstrap-iso .pager .next > span {
  float: right;
}
.bootstrap-iso .pager .previous > a,
.bootstrap-iso .pager .previous > span {
  float: left;
}
.bootstrap-iso .pager .disabled > a,
.bootstrap-iso .pager .disabled > a:hover,
.bootstrap-iso .pager .disabled > a:focus,
.bootstrap-iso .pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.bootstrap-iso .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.bootstrap-iso a.label:hover,
.bootstrap-iso a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-iso .label:empty {
  display: none;
}
.bootstrap-iso .btn .label {
  position: relative;
  top: -1px;
}
.bootstrap-iso .label-default {
  background-color: #777777;
}
.bootstrap-iso .label-default[href]:hover,
.bootstrap-iso .label-default[href]:focus {
  background-color: #5e5e5e;
}
.bootstrap-iso .label-primary {
  background-color: #337ab7;
}
.bootstrap-iso .label-primary[href]:hover,
.bootstrap-iso .label-primary[href]:focus {
  background-color: #286090;
}
.bootstrap-iso .label-success {
  background-color: #5cb85c;
}
.bootstrap-iso .label-success[href]:hover,
.bootstrap-iso .label-success[href]:focus {
  background-color: #449d44;
}
.bootstrap-iso .label-info {
  background-color: #5bc0de;
}
.bootstrap-iso .label-info[href]:hover,
.bootstrap-iso .label-info[href]:focus {
  background-color: #31b0d5;
}
.bootstrap-iso .label-warning {
  background-color: #f0ad4e;
}
.bootstrap-iso .label-warning[href]:hover,
.bootstrap-iso .label-warning[href]:focus {
  background-color: #ec971f;
}
.bootstrap-iso .label-danger {
  background-color: #d9534f;
}
.bootstrap-iso .label-danger[href]:hover,
.bootstrap-iso .label-danger[href]:focus {
  background-color: #c9302c;
}
.bootstrap-iso .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.bootstrap-iso .badge:empty {
  display: none;
}
.bootstrap-iso .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap-iso .btn-xs .badge,
.bootstrap-iso .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.bootstrap-iso a.badge:hover,
.bootstrap-iso a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-iso .list-group-item.active > .badge,
.bootstrap-iso .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.bootstrap-iso .list-group-item > .badge {
  float: right;
}
.bootstrap-iso .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.bootstrap-iso .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.bootstrap-iso .jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.bootstrap-iso .jumbotron h1,
.bootstrap-iso .jumbotron .h1 {
  color: inherit;
}
.bootstrap-iso .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.bootstrap-iso .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.bootstrap-iso .container .jumbotron,
.bootstrap-iso .container-fluid .jumbotron {
  border-radius: 6px;
}
.bootstrap-iso .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .bootstrap-iso .jumbotron {
    padding: 48px 0;
  }
  .bootstrap-iso .container .jumbotron,
  .bootstrap-iso .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .bootstrap-iso .jumbotron h1,
  .bootstrap-iso .jumbotron .h1 {
    font-size: 63px;
  }
}
.bootstrap-iso .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  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;
}
.bootstrap-iso .thumbnail > img,
.bootstrap-iso .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
.bootstrap-iso a.thumbnail:hover,
.bootstrap-iso a.thumbnail:focus,
.bootstrap-iso a.thumbnail.active {
  border-color: #337ab7;
}
.bootstrap-iso .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.bootstrap-iso .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrap-iso .alert h4 {
  margin-top: 0;
  color: inherit;
}
.bootstrap-iso .alert .alert-link {
  font-weight: bold;
}
.bootstrap-iso .alert > p,
.bootstrap-iso .alert > ul {
  margin-bottom: 0;
}
.bootstrap-iso .alert > p + p {
  margin-top: 5px;
}
.bootstrap-iso .alert-dismissable,
.bootstrap-iso .alert-dismissible {
  padding-right: 35px;
}
.bootstrap-iso .alert-dismissable .close,
.bootstrap-iso .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.bootstrap-iso .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.bootstrap-iso .alert-success hr {
  border-top-color: #c9e2b3;
}
.bootstrap-iso .alert-success .alert-link {
  color: #2b542c;
}
.bootstrap-iso .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.bootstrap-iso .alert-info hr {
  border-top-color: #a6e1ec;
}
.bootstrap-iso .alert-info .alert-link {
  color: #245269;
}
.bootstrap-iso .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.bootstrap-iso .alert-warning hr {
  border-top-color: #f7e1b5;
}
.bootstrap-iso .alert-warning .alert-link {
  color: #66512c;
}
.bootstrap-iso .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.bootstrap-iso .alert-danger hr {
  border-top-color: #e4b9c0;
}
.bootstrap-iso .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap-iso .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bootstrap-iso .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.bootstrap-iso .progress-striped .progress-bar,
.bootstrap-iso .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.bootstrap-iso .progress.active .progress-bar,
.bootstrap-iso .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;
}
.bootstrap-iso .progress-bar-success {
  background-color: #5cb85c;
}
.bootstrap-iso .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);
}
.bootstrap-iso .progress-bar-info {
  background-color: #5bc0de;
}
.bootstrap-iso .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);
}
.bootstrap-iso .progress-bar-warning {
  background-color: #f0ad4e;
}
.bootstrap-iso .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);
}
.bootstrap-iso .progress-bar-danger {
  background-color: #d9534f;
}
.bootstrap-iso .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);
}
.bootstrap-iso .media {
  margin-top: 15px;
}
.bootstrap-iso .media:first-child {
  margin-top: 0;
}
.bootstrap-iso .media,
.bootstrap-iso .media-body {
  zoom: 1;
  overflow: hidden;
}
.bootstrap-iso .media-body {
  width: 10000px;
}
.bootstrap-iso .media-object {
  display: block;
}
.bootstrap-iso .media-right,
.bootstrap-iso .media > .pull-right {
  padding-left: 10px;
}
.bootstrap-iso .media-left,
.bootstrap-iso .media > .pull-left {
  padding-right: 10px;
}
.bootstrap-iso .media-left,
.bootstrap-iso .media-right,
.bootstrap-iso .media-body {
  display: table-cell;
  vertical-align: top;
}
.bootstrap-iso .media-middle {
  vertical-align: middle;
}
.bootstrap-iso .media-bottom {
  vertical-align: bottom;
}
.bootstrap-iso .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-iso .media-list {
  padding-left: 0;
  list-style: none;
}
.bootstrap-iso .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.bootstrap-iso .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.bootstrap-iso .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.bootstrap-iso .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-iso a.list-group-item {
  color: #555555;
}
.bootstrap-iso a.list-group-item .list-group-item-heading {
  color: #333333;
}
.bootstrap-iso a.list-group-item:hover,
.bootstrap-iso a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.bootstrap-iso .list-group-item.disabled,
.bootstrap-iso .list-group-item.disabled:hover,
.bootstrap-iso .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-iso .list-group-item.disabled .list-group-item-heading,
.bootstrap-iso .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap-iso .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.bootstrap-iso .list-group-item.disabled .list-group-item-text,
.bootstrap-iso .list-group-item.disabled:hover .list-group-item-text,
.bootstrap-iso .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.bootstrap-iso .list-group-item.active,
.bootstrap-iso .list-group-item.active:hover,
.bootstrap-iso .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-iso .list-group-item.active .list-group-item-heading,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading,
.bootstrap-iso .list-group-item.active .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active .list-group-item-heading > .small,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.bootstrap-iso .list-group-item.active .list-group-item-text,
.bootstrap-iso .list-group-item.active:hover .list-group-item-text,
.bootstrap-iso .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.bootstrap-iso .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.bootstrap-iso a.list-group-item-success {
  color: #3c763d;
}
.bootstrap-iso a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.bootstrap-iso a.list-group-item-success:hover,
.bootstrap-iso a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.bootstrap-iso a.list-group-item-success.active,
.bootstrap-iso a.list-group-item-success.active:hover,
.bootstrap-iso a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.bootstrap-iso .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.bootstrap-iso a.list-group-item-info {
  color: #31708f;
}
.bootstrap-iso a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.bootstrap-iso a.list-group-item-info:hover,
.bootstrap-iso a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.bootstrap-iso a.list-group-item-info.active,
.bootstrap-iso a.list-group-item-info.active:hover,
.bootstrap-iso a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.bootstrap-iso .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.bootstrap-iso a.list-group-item-warning {
  color: #8a6d3b;
}
.bootstrap-iso a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.bootstrap-iso a.list-group-item-warning:hover,
.bootstrap-iso a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.bootstrap-iso a.list-group-item-warning.active,
.bootstrap-iso a.list-group-item-warning.active:hover,
.bootstrap-iso a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.bootstrap-iso .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.bootstrap-iso a.list-group-item-danger {
  color: #a94442;
}
.bootstrap-iso a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.bootstrap-iso a.list-group-item-danger:hover,
.bootstrap-iso a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.bootstrap-iso a.list-group-item-danger.active,
.bootstrap-iso a.list-group-item-danger.active:hover,
.bootstrap-iso a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.bootstrap-iso .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-iso .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.bootstrap-iso .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  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);
}
.bootstrap-iso .panel-body {
  padding: 15px;
}
.bootstrap-iso .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-iso .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.bootstrap-iso .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.bootstrap-iso .panel-title > a,
.bootstrap-iso .panel-title > small,
.bootstrap-iso .panel-title > .small,
.bootstrap-iso .panel-title > small > a,
.bootstrap-iso .panel-title > .small > a {
  color: inherit;
}
.bootstrap-iso .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .list-group,
.bootstrap-iso .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bootstrap-iso .panel > .list-group .list-group-item,
.bootstrap-iso .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bootstrap-iso .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap-iso .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;
}
.bootstrap-iso .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap-iso .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;
}
.bootstrap-iso .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.bootstrap-iso .list-group + .panel-footer {
  border-top-width: 0;
}
.bootstrap-iso .panel > .table,
.bootstrap-iso .panel > .table-responsive > .table,
.bootstrap-iso .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.bootstrap-iso .panel > .table caption,
.bootstrap-iso .panel > .table-responsive > .table caption,
.bootstrap-iso .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.bootstrap-iso .panel > .table:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.bootstrap-iso .panel > .panel-body + .table,
.bootstrap-iso .panel > .panel-body + .table-responsive,
.bootstrap-iso .panel > .table + .panel-body,
.bootstrap-iso .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.bootstrap-iso .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap-iso .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.bootstrap-iso .panel > .table-bordered,
.bootstrap-iso .panel > .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap-iso .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.bootstrap-iso .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.bootstrap-iso .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap-iso .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bootstrap-iso .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.bootstrap-iso .panel-group {
  margin-bottom: 20px;
}
.bootstrap-iso .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.bootstrap-iso .panel-group .panel + .panel {
  margin-top: 5px;
}
.bootstrap-iso .panel-group .panel-heading {
  border-bottom: 0;
}
.bootstrap-iso .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap-iso .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.bootstrap-iso .panel-group .panel-footer {
  border-top: 0;
}
.bootstrap-iso .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.bootstrap-iso .panel-default {
  border-color: #dddddd;
}
.bootstrap-iso .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.bootstrap-iso .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.bootstrap-iso .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.bootstrap-iso .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.bootstrap-iso .panel-primary {
  border-color: #337ab7;
}
.bootstrap-iso .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-iso .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.bootstrap-iso .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.bootstrap-iso .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.bootstrap-iso .panel-success {
  border-color: #d6e9c6;
}
.bootstrap-iso .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-iso .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.bootstrap-iso .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.bootstrap-iso .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.bootstrap-iso .panel-info {
  border-color: #bce8f1;
}
.bootstrap-iso .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap-iso .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.bootstrap-iso .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.bootstrap-iso .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.bootstrap-iso .panel-warning {
  border-color: #faebcc;
}
.bootstrap-iso .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap-iso .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.bootstrap-iso .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.bootstrap-iso .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.bootstrap-iso .panel-danger {
  border-color: #ebccd1;
}
.bootstrap-iso .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap-iso .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.bootstrap-iso .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.bootstrap-iso .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.bootstrap-iso .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.bootstrap-iso .embed-responsive .embed-responsive-item,
.bootstrap-iso .embed-responsive iframe,
.bootstrap-iso .embed-responsive embed,
.bootstrap-iso .embed-responsive object,
.bootstrap-iso .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.bootstrap-iso .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.bootstrap-iso .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.bootstrap-iso .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-iso .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-iso .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.bootstrap-iso .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.bootstrap-iso .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.bootstrap-iso .close:hover,
.bootstrap-iso .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bootstrap-iso button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.bootstrap-iso .modal-open {
  overflow: hidden;
}
.bootstrap-iso .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bootstrap-iso .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;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.bootstrap-iso .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bootstrap-iso .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap-iso .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.bootstrap-iso .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.bootstrap-iso .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.bootstrap-iso .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap-iso .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bootstrap-iso .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.bootstrap-iso .modal-header .close {
  margin-top: -2px;
}
.bootstrap-iso .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.bootstrap-iso .modal-body {
  position: relative;
  padding: 15px;
}
.bootstrap-iso .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.bootstrap-iso .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.bootstrap-iso .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bootstrap-iso .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bootstrap-iso .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .bootstrap-iso .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .bootstrap-iso .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);
  }
  .bootstrap-iso .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap-iso .modal-lg {
    width: 900px;
  }
}
.bootstrap-iso .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap-iso .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap-iso .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.bootstrap-iso .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.bootstrap-iso .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.bootstrap-iso .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.bootstrap-iso .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.bootstrap-iso .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-iso .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bootstrap-iso .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bootstrap-iso .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bootstrap-iso .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.bootstrap-iso .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.bootstrap-iso .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bootstrap-iso .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bootstrap-iso .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bootstrap-iso .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.bootstrap-iso .popover.top {
  margin-top: -10px;
}
.bootstrap-iso .popover.right {
  margin-left: 10px;
}
.bootstrap-iso .popover.bottom {
  margin-top: 10px;
}
.bootstrap-iso .popover.left {
  margin-left: -10px;
}
.bootstrap-iso .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.bootstrap-iso .popover-content {
  padding: 9px 14px;
}
.bootstrap-iso .popover > .arrow,
.bootstrap-iso .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-iso .popover > .arrow {
  border-width: 11px;
}
.bootstrap-iso .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.bootstrap-iso .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.bootstrap-iso .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.bootstrap-iso .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-iso .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.bootstrap-iso .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.bootstrap-iso .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.bootstrap-iso .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-iso .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.bootstrap-iso .carousel {
  position: relative;
}
.bootstrap-iso .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.bootstrap-iso .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;
}
.bootstrap-iso .carousel-inner > .item > img,
.bootstrap-iso .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .bootstrap-iso .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .bootstrap-iso .carousel-inner > .item.next,
  .bootstrap-iso .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .bootstrap-iso .carousel-inner > .item.prev,
  .bootstrap-iso .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .bootstrap-iso .carousel-inner > .item.next.left,
  .bootstrap-iso .carousel-inner > .item.prev.right,
  .bootstrap-iso .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.bootstrap-iso .carousel-inner > .active,
.bootstrap-iso .carousel-inner > .next,
.bootstrap-iso .carousel-inner > .prev {
  display: block;
}
.bootstrap-iso .carousel-inner > .active {
  left: 0;
}
.bootstrap-iso .carousel-inner > .next,
.bootstrap-iso .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.bootstrap-iso .carousel-inner > .next {
  left: 100%;
}
.bootstrap-iso .carousel-inner > .prev {
  left: -100%;
}
.bootstrap-iso .carousel-inner > .next.left,
.bootstrap-iso .carousel-inner > .prev.right {
  left: 0;
}
.bootstrap-iso .carousel-inner > .active.left {
  left: -100%;
}
.bootstrap-iso .carousel-inner > .active.right {
  left: 100%;
}
.bootstrap-iso .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap-iso .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.bootstrap-iso .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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.bootstrap-iso .carousel-control:hover,
.bootstrap-iso .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap-iso .carousel-control .icon-prev,
.bootstrap-iso .carousel-control .icon-next,
.bootstrap-iso .carousel-control .glyphicon-chevron-left,
.bootstrap-iso .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.bootstrap-iso .carousel-control .icon-prev,
.bootstrap-iso .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.bootstrap-iso .carousel-control .icon-next,
.bootstrap-iso .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.bootstrap-iso .carousel-control .icon-prev,
.bootstrap-iso .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.bootstrap-iso .carousel-control .icon-prev:before {
  content: '\2039';
}
.bootstrap-iso .carousel-control .icon-next:before {
  content: '\203a';
}
.bootstrap-iso .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;
}
.bootstrap-iso .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.bootstrap-iso .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.bootstrap-iso .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap-iso .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .bootstrap-iso .carousel-control .glyphicon-chevron-left,
  .bootstrap-iso .carousel-control .glyphicon-chevron-right,
  .bootstrap-iso .carousel-control .icon-prev,
  .bootstrap-iso .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .bootstrap-iso .carousel-control .glyphicon-chevron-left,
  .bootstrap-iso .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .bootstrap-iso .carousel-control .glyphicon-chevron-right,
  .bootstrap-iso .carousel-control .icon-next {
    margin-right: -15px;
  }
  .bootstrap-iso .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .bootstrap-iso .carousel-indicators {
    bottom: 20px;
  }
}
.bootstrap-iso .clearfix:before,
.bootstrap-iso .clearfix:after,
.bootstrap-iso .dl-horizontal dd:before,
.bootstrap-iso .dl-horizontal dd:after,
.bootstrap-iso .container:before,
.bootstrap-iso .container:after,
.bootstrap-iso .container-fluid:before,
.bootstrap-iso .container-fluid:after,
.bootstrap-iso .row:before,
.bootstrap-iso .row:after,
.bootstrap-iso .form-horizontal .form-group:before,
.bootstrap-iso .form-horizontal .form-group:after,
.bootstrap-iso .btn-toolbar:before,
.bootstrap-iso .btn-toolbar:after,
.bootstrap-iso .btn-group-vertical > .btn-group:before,
.bootstrap-iso .btn-group-vertical > .btn-group:after,
.bootstrap-iso .nav:before,
.bootstrap-iso .nav:after,
.bootstrap-iso .navbar:before,
.bootstrap-iso .navbar:after,
.bootstrap-iso .navbar-header:before,
.bootstrap-iso .navbar-header:after,
.bootstrap-iso .navbar-collapse:before,
.bootstrap-iso .navbar-collapse:after,
.bootstrap-iso .pager:before,
.bootstrap-iso .pager:after,
.bootstrap-iso .panel-body:before,
.bootstrap-iso .panel-body:after,
.bootstrap-iso .modal-footer:before,
.bootstrap-iso .modal-footer:after {
  content: " ";
  display: table;
}
.bootstrap-iso .clearfix:after,
.bootstrap-iso .dl-horizontal dd:after,
.bootstrap-iso .container:after,
.bootstrap-iso .container-fluid:after,
.bootstrap-iso .row:after,
.bootstrap-iso .form-horizontal .form-group:after,
.bootstrap-iso .btn-toolbar:after,
.bootstrap-iso .btn-group-vertical > .btn-group:after,
.bootstrap-iso .nav:after,
.bootstrap-iso .navbar:after,
.bootstrap-iso .navbar-header:after,
.bootstrap-iso .navbar-collapse:after,
.bootstrap-iso .pager:after,
.bootstrap-iso .panel-body:after,
.bootstrap-iso .modal-footer:after {
  clear: both;
}
.bootstrap-iso .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bootstrap-iso .pull-right {
  float: right !important;
}
.bootstrap-iso .pull-left {
  float: left !important;
}
.bootstrap-iso .hide {
  display: none !important;
}
.bootstrap-iso .show {
  display: block !important;
}
.bootstrap-iso .invisible {
  visibility: hidden;
}
.bootstrap-iso .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap-iso .hidden {
  display: none !important;
}
.bootstrap-iso .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.bootstrap-iso .visible-xs,
.bootstrap-iso .visible-sm,
.bootstrap-iso .visible-md,
.bootstrap-iso .visible-lg {
  display: none !important;
}
.bootstrap-iso .visible-xs-block,
.bootstrap-iso .visible-xs-inline,
.bootstrap-iso .visible-xs-inline-block,
.bootstrap-iso .visible-sm-block,
.bootstrap-iso .visible-sm-inline,
.bootstrap-iso .visible-sm-inline-block,
.bootstrap-iso .visible-md-block,
.bootstrap-iso .visible-md-inline,
.bootstrap-iso .visible-md-inline-block,
.bootstrap-iso .visible-lg-block,
.bootstrap-iso .visible-lg-inline,
.bootstrap-iso .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .bootstrap-iso .visible-xs {
    display: block !important;
  }
  .bootstrap-iso table.visible-xs {
    display: table;
  }
  .bootstrap-iso tr.visible-xs {
    display: table-row !important;
  }
  .bootstrap-iso th.visible-xs,
  .bootstrap-iso td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-iso .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-iso .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-iso .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm {
    display: block !important;
  }
  .bootstrap-iso table.visible-sm {
    display: table;
  }
  .bootstrap-iso tr.visible-sm {
    display: table-row !important;
  }
  .bootstrap-iso th.visible-sm,
  .bootstrap-iso td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md {
    display: block !important;
  }
  .bootstrap-iso table.visible-md {
    display: table;
  }
  .bootstrap-iso tr.visible-md {
    display: table-row !important;
  }
  .bootstrap-iso th.visible-md,
  .bootstrap-iso td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg {
    display: block !important;
  }
  .bootstrap-iso table.visible-lg {
    display: table;
  }
  .bootstrap-iso tr.visible-lg {
    display: table-row !important;
  }
  .bootstrap-iso th.visible-lg,
  .bootstrap-iso td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-iso .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-iso .hidden-lg {
    display: none !important;
  }
}
.bootstrap-iso .visible-print {
  display: none !important;
}
@media print {
  .bootstrap-iso .visible-print {
    display: block !important;
  }
  .bootstrap-iso table.visible-print {
    display: table;
  }
  .bootstrap-iso tr.visible-print {
    display: table-row !important;
  }
  .bootstrap-iso th.visible-print,
  .bootstrap-iso td.visible-print {
    display: table-cell !important;
  }
}
.bootstrap-iso .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrap-iso .visible-print-block {
    display: block !important;
  }
}
.bootstrap-iso .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrap-iso .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap-iso .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrap-iso .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap-iso .hidden-print {
    display: none !important;
  }
}
.bootstrap-iso .btn-default,
.bootstrap-iso .btn-primary,
.bootstrap-iso .btn-success,
.bootstrap-iso .btn-info,
.bootstrap-iso .btn-warning,
.bootstrap-iso .btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-default.active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .btn-success.active,
.bootstrap-iso .btn-info.active,
.bootstrap-iso .btn-warning.active,
.bootstrap-iso .btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-iso .btn-default .badge,
.bootstrap-iso .btn-primary .badge,
.bootstrap-iso .btn-success .badge,
.bootstrap-iso .btn-info .badge,
.bootstrap-iso .btn-warning .badge,
.bootstrap-iso .btn-danger .badge {
  text-shadow: none;
}
.bootstrap-iso .btn:active,
.bootstrap-iso .btn.active {
  background-image: none;
}
.bootstrap-iso .btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.bootstrap-iso .btn-default:hover,
.bootstrap-iso .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.bootstrap-iso .btn-default.disabled,
.bootstrap-iso .btn-default:disabled,
.bootstrap-iso .btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.bootstrap-iso .btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.bootstrap-iso .btn-primary:hover,
.bootstrap-iso .btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.bootstrap-iso .btn-primary.disabled,
.bootstrap-iso .btn-primary:disabled,
.bootstrap-iso .btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}
.bootstrap-iso .btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.bootstrap-iso .btn-success:hover,
.bootstrap-iso .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.bootstrap-iso .btn-success.disabled,
.bootstrap-iso .btn-success:disabled,
.bootstrap-iso .btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.bootstrap-iso .btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.bootstrap-iso .btn-info:hover,
.bootstrap-iso .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.bootstrap-iso .btn-info.disabled,
.bootstrap-iso .btn-info:disabled,
.bootstrap-iso .btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.bootstrap-iso .btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.bootstrap-iso .btn-warning:hover,
.bootstrap-iso .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.bootstrap-iso .btn-warning.disabled,
.bootstrap-iso .btn-warning:disabled,
.bootstrap-iso .btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.bootstrap-iso .btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.bootstrap-iso .btn-danger:hover,
.bootstrap-iso .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.bootstrap-iso .btn-danger.disabled,
.bootstrap-iso .btn-danger:disabled,
.bootstrap-iso .btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.bootstrap-iso .thumbnail,
.bootstrap-iso .img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .dropdown-menu > li > a:hover,
.bootstrap-iso .dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.bootstrap-iso .dropdown-menu > .active > a,
.bootstrap-iso .dropdown-menu > .active > a:hover,
.bootstrap-iso .dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.bootstrap-iso .navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .navbar-default .navbar-nav > .open > a,
.bootstrap-iso .navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .navbar-brand,
.bootstrap-iso .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.bootstrap-iso .navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.bootstrap-iso .navbar-inverse .navbar-brand,
.bootstrap-iso .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-iso .navbar-static-top,
.bootstrap-iso .navbar-fixed-top,
.bootstrap-iso .navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .bootstrap-iso .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-iso .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-iso .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.bootstrap-iso .alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-iso .alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.bootstrap-iso .alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.bootstrap-iso .alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.bootstrap-iso .alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.bootstrap-iso .progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.bootstrap-iso .progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.bootstrap-iso .progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.bootstrap-iso .progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.bootstrap-iso .progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.bootstrap-iso .progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.bootstrap-iso .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);
}
.bootstrap-iso .list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .list-group-item.active,
.bootstrap-iso .list-group-item.active:hover,
.bootstrap-iso .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.bootstrap-iso .list-group-item.active .badge,
.bootstrap-iso .list-group-item.active:hover .badge,
.bootstrap-iso .list-group-item.active:focus .badge {
  text-shadow: none;
}
.bootstrap-iso .panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-iso .panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.bootstrap-iso .panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.bootstrap-iso .panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.bootstrap-iso .panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.bootstrap-iso .panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.bootstrap-iso .panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.bootstrap-iso .well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container {
  /* Preload images */
  /* line 2, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 7, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 11, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 22, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 32, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 39, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 43, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 53, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 59, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 63, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 73, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 81, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 90, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 94, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 99, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 105, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 118, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 123, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 136, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 141, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 154, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 160, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 165, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 172, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 178, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 186, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 202, /Users/cyanglee/workspace/metis/app/assets/stylesheets/lightbox.css */
  /* line 1, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/header.sass */
  /* line 8, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/header.sass */
  /* line 12, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/header.sass */
  /* line 17, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/header.sass */
  /* line 23, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/header.sass */
  /* line 26, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/header.sass */
  /* line 30, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/header.sass */
  /* line 38, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/header.sass */
  /* line 47, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/header.sass */
  /* line 54, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/header.sass */
  /* line 57, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/header.sass */
  /* line 59, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/header.sass */
  /* line 69, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/header.sass */
  /* line 71, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/header.sass */
  /* line 73, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/header.sass */
  /* line 7, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/index.sass */
  /* line 10, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/index.sass */
  /* line 4, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/asset_calculation.sass */
  /* line 6, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/asset_calculation.sass */
  /* line 9, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/asset_calculation.sass */
  /* line 11, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/asset_calculation.sass */
  /* line 13, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/asset_calculation.sass */
  /* line 17, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/asset_calculation.sass */
  /* line 19, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/asset_calculation.sass */
  /* line 25, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/asset_calculation.sass */
  /* line 34, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/asset_calculation.sass */
  /* line 36, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/asset_calculation.sass */
  /* line 38, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/asset_calculation.sass */
  /* line 43, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/asset_calculation.sass */
  /* line 48, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/asset_calculation.sass */
  /* line 50, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/asset_calculation.sass */
  /* line 1, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/resource-center.sass */
  /* line 4, /Users/cyanglee/workspace/metis/app/assets/stylesheets/components/resource-center.sass */
  /*
  Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
  */
  /* line 4, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 11, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 25, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 56, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 60, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 72, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 76, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 88, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 93, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 110, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 114, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 119, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 137, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 155, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 166, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 171, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 175, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 180, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 201, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 210, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 217, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 221, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 234, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 258, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 268, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 276, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 285, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 301, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 313, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 318, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 322, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 326, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 330, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* results */
  /* line 342, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 352, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 357, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 362, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 368, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 372, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 386, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 387, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 388, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 389, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 390, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 391, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 392, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 394, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 399, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 404, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 408, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 413, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /*
  disabled look for disabled choices in the results dropdown
  */
  /* line 425, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 431, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 437, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 441, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 445, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 449, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* disabled styles */
  /* line 456, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 463, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 469, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* multiselect */
  /* line 476, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 494, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 498, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 502, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 506, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 513, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 517, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 521, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 527, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 541, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 545, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 549, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 579, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 584, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 587, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 591, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 603, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 608, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 612, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 617, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 620, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* disabled styles */
  /* line 625, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 632, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 639, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* end multiselect */
  /* line 645, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 650, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 664, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* line 668, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  /* Retina-ize icons */
  /*************
    Bootstrap theme
   *************/
  /* jQuery Bootstrap Theme */
  /* line 5, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* line 8, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* line 19, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* line 23, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* bootstrap uses <i> for icons */
  /* line 29, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* black unsorted icon */
  /* line 43, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* white unsorted icon */
  /* line 48, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* since bootstrap (table-striped) uses nth-child(), we just use this to add a zebra stripe color */
  /* line 53, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* line 57, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* line 64, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* processing icon */
  /* line 70, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* caption */
  /* line 77, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* filter widget */
  /* line 82, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* line 96, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* line 106, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* line 109, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* hidden filter row */
  /* line 121, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* line 126, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* rows hidden by filtering (needed for child rows) */
  /* line 137, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* pager plugin */
  /* line 142, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* line 145, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* tfoot i for pager controls */
  /* line 149, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* ajax error row */
  /* line 154, /Users/cyanglee/workspace/metis/app/assets/stylesheets/theme.bootstrap.css */
  /* line 9, /Users/cyanglee/workspace/metis/app/assets/stylesheets/fund_performance.sass */
  /* line 13, /Users/cyanglee/workspace/metis/app/assets/stylesheets/fund_performance.sass */
  /* line 15, /Users/cyanglee/workspace/metis/app/assets/stylesheets/fund_performance.sass */
  /* line 5, /Users/cyanglee/workspace/metis/app/assets/stylesheets/fund_performance.sass */
  /* line 20, /Users/cyanglee/workspace/metis/app/assets/stylesheets/fund_performance.sass */
  /* line 22, /Users/cyanglee/workspace/metis/app/assets/stylesheets/fund_performance.sass */
  /* line 5, /Users/cyanglee/workspace/metis/app/assets/stylesheets/fund_performance.sass */
  /* line 5, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 9, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 13, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 16, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 18, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 21, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 24, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 28, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 35, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 47, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 49, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 53, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 57, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 60, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 65, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 68, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 74, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 81, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 87, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 89, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 92, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 97, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 99, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 102, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 107, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 112, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 114, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 116, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 118, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 123, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /* line 126, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pdf.sass */
  /*!
   * Bootstrap v3.3.6 (http://getbootstrap.com)
   * Copyright 2011-2015 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /* line 9, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 33, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 54, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 67, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 77, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 89, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 98, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 110, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 118, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 127, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 136, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 145, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 154, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 162, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 170, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 174, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 185, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 193, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 204, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 212, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 221, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 229, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 252, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 266, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 277, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 290, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 302, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 311, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 322, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 334, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 346, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 356, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 367, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 376, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 387, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 396, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 405, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 416, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /* line 421, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /* line 24, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 37, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 38, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 41, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 42, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 43, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 44, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 45, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 46, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 47, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 48, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 49, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 51, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 52, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 53, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 54, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 55, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 56, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 57, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 58, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 59, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 61, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 62, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 63, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 64, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 65, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 66, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 67, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 68, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 69, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 70, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 71, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 72, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 73, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 74, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 75, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 76, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 77, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 78, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 79, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 80, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 81, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 82, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 83, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 84, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 85, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 86, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 87, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 88, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 89, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 90, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 91, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 92, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 93, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 94, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 95, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 96, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 97, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 98, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 99, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 100, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 101, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 102, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 103, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 104, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 105, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 106, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 107, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 108, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 109, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 110, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 111, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 112, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 113, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 114, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 115, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 116, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 117, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 118, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 119, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 120, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 121, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 122, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 123, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 124, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 125, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 126, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 127, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 128, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 129, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 130, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 131, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 132, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 133, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 134, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 135, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 136, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 137, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 138, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 139, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 140, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 141, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 142, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 143, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 144, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 145, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 146, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 147, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 148, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 149, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 150, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 151, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 152, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 153, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 154, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 155, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 156, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 157, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 158, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 159, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 160, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 161, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 162, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 163, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 164, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 165, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 166, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 167, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 168, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 169, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 170, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 171, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 172, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 173, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 174, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 175, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 176, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 177, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 178, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 179, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 180, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 181, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 182, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 183, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 184, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 185, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 186, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 187, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 188, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 189, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 190, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 191, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 192, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 193, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 194, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 195, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 196, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 197, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 198, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 199, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 200, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 201, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 202, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 203, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 204, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 205, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 206, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 207, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 208, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 209, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 210, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 211, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 212, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 213, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 214, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 215, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 216, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 217, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 218, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 219, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 220, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 221, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 222, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 223, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 224, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 225, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 226, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 227, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 228, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 229, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 230, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 231, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 232, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 233, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 234, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 235, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 236, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 237, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 238, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 239, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 240, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 241, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 242, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 243, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 252, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 253, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 254, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 255, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 256, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 257, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 258, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 259, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 260, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 261, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 262, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 263, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 264, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 265, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 266, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 267, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 268, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 269, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 270, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 271, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 272, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 273, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 274, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 275, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 276, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 277, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 278, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 279, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 280, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 281, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 282, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 283, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 284, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 285, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 286, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 287, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 288, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 289, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 290, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 291, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 292, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 293, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 294, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 295, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 296, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 297, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 298, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 299, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 300, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 301, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 302, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 303, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 304, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 305, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 306, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 307, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 22, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 27, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 36, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 48, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 52, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 58, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 69, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 76, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 81, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 86, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 93, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 106, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 113, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 125, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 141, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 159, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
  /* line 9, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 16, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 24, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 30, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 41, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 47, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 48, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 49, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 51, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 52, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 58, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 62, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 78, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 83, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 90, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 91, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 92, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 93, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 94, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 97, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 98, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 99, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 102, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 5, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  /* line 5, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  /* line 5, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  /* line 5, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  /* line 5, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
  /* line 119, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 5, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  /* line 5, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  /* line 5, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  /* line 5, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  /* line 5, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
  /* line 138, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 149, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 153, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 167, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 173, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 177, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 185, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 189, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 193, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 196, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 229, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 235, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 241, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 250, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 257, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 265, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 274, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 286, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 287, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 294, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
  /* line 15, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
  /* line 24, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
  /* line 32, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
  /* line 41, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
  /* line 55, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
  /* line 66, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
  /* line 10, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 30, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 39, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 27, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 55, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 45, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  /* line 6, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 9, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 15, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 22, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 31, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 41, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 57, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 62, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 75, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 88, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 94, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 101, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 114, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 125, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 135, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 143, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 9, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  /* line 9, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  /* line 9, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  /* line 9, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  /* line 9, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
  /* line 171, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  /* line 10, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 32, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 47, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 52, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 59, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 64, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 70, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 76, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 83, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 114, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 57, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 103, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  /* line 107, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  /* line 108, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  /* line 136, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 146, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 153, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 162, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 174, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 215, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 224, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 231, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 239, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 248, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 254, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 264, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 276, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 285, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 295, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 307, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 315, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 71, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 79, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 84, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 333, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 340, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 344, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 348, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 71, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 79, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 84, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 359, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 366, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 370, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 374, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 388, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 393, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 398, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 410, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 417, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 21, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 24, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 31, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 37, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 21, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 24, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 31, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 37, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 21, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 24, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 31, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 37, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
  /* line 439, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 442, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 453, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 559, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 569, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 575, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 593, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  /* line 9, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 26, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 32, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 39, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 46, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 58, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 68, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 17, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 22, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 29, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 37, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 45, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 53, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 71, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 17, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 22, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 29, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 37, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 45, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 53, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 75, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 17, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 22, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 29, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 37, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 45, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 53, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 79, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 17, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 22, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 29, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 37, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 45, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 53, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 83, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 17, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 22, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 29, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 37, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 45, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 53, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 87, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 17, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 22, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 29, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 37, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 45, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 53, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  /* line 96, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 101, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 109, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 115, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 123, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 135, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 139, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 143, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 151, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 157, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 165, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
  /* line 10, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
  /* line 13, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
  /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
  /* line 21, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
  /* line 26, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
  /* line 28, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
  /* line 30, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
  /* line 26, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
  /* line 153, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
  /* line 163, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
  /* line 186, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
  /* line 6, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 15, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 26, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 39, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 44, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 51, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 56, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 58, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 63, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 69, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 72, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 76, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 81, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 86, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 105, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 109, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 116, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 120, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 127, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 131, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 136, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 145, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 157, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 162, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 172, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 175, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 179, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 184, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 188, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 193, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 201, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 206, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 212, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 237, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 13, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 33, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 58, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 63, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 68, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 77, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 89, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 94, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 101, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 108, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 117, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 120, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 129, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 135, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 144, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 146, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 150, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 159, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 165, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
  /* line 9, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 15, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 23, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 31, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 34, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 46, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 59, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 66, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 76, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 78, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 84, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 89, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 96, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 118, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 122, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 125, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 131, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 144, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 146, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 160, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 163, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 165, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 190, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 193, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 199, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 224, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 227, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 59, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 92, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 108, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 128, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 138, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 150, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 154, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 163, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 170, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 175, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 193, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 206, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 211, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 217, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 232, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 235, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 286, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 343, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 346, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 349, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 359, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 397, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 401, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 403, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 410, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 415, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 418, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 425, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 433, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 442, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 444, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 448, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 453, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 462, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 508, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 513, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 515, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 521, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 531, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 535, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 537, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 544, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 549, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 552, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 559, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 567, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 577, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 579, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 583, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 588, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 596, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 643, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 648, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 650, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 656, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  /* line 6, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
  /* line 13, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
  /* line 16, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
  /* line 25, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
  /* line 4, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
  /* line 10, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
  /* line 12, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
  /* line 25, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
  /* line 32, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
  /* line 41, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
  /* line 52, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
  /* line 64, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
  /* line 5, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
  /* line 12, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
  /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
  /* line 5, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
  /* line 12, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
  /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
  /* line 6, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 12, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
  /* line 23, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
  /* line 31, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
  /* line 38, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
  /* line 45, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
  /* line 5, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
  /* line 25, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
  /* line 33, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
  /* line 44, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
  /* line 48, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
  /* line 52, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
  /* line 56, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
  /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
  /* line 64, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
  /* line 22, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
  /* line 27, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
  /* line 32, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
  /* line 41, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
  /* line 47, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
  /* line 51, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
  /* line 55, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
  /* line 62, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
  /* line 6, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  /* line 13, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  /* line 24, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  /* line 28, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
  /* line 17, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
  /* line 27, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
  /* line 34, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
  /* line 9, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
  /* line 16, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
  /* line 23, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
  /* line 28, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
  /* line 33, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
  /* line 42, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
  /* line 47, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
  /* line 59, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  /* line 63, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  /* line 67, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  /* line 71, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
  /* line 8, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  /* line 26, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
  /* line 36, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
  /* line 54, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
  /* line 64, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
  /* line 73, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  /* line 77, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  /* line 81, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  /* line 85, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  /* line 1, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
  /* line 5, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
  /* line 10, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
  /* line 16, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
  /* line 24, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
  /* line 29, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
  /* line 34, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
  /* line 39, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
  /* line 46, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
  /* line 55, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
  /* line 63, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
  /* line 10, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 21, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 31, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 34, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 46, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 55, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 63, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 70, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 78, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 81, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 87, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 96, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 101, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 4, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 15, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 24, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 4, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 15, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 24, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 4, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 15, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 24, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 4, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 15, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 24, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  /* line 123, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 127, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 16, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 22, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 27, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 33, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 39, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 49, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 63, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 67, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 74, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 82, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 89, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 96, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 100, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 110, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 115, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 121, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 127, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 131, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 135, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 143, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 149, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 153, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 157, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 164, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 170, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 174, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 181, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 185, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 194, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 203, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 210, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 222, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 226, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 230, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 235, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 238, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 244, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 246, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 254, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 6, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 257, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 6, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 260, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 6, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 263, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 6, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 266, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 6, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 269, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
  /* line 6, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
  /* line 5, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
  /* line 12, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
  /* line 28, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
  /* line 33, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
  /* line 15, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
  /* line 22, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
  /* line 26, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
  /* line 6, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
  /* line 15, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
  /* line 30, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 16, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 32, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 36, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 38, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 44, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 51, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 64, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 73, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 74, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 79, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 85, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 90, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 97, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 103, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 110, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 115, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 119, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 125, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 20, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 21, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 22, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 26, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 36, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 45, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 52, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 59, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 66, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 73, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 80, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 87, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 94, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
  /* line 6, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 27, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 28, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 29, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 30, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 33, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 42, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 51, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 61, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 64, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 70, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 77, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 85, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 92, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 100, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 107, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 116, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 123, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
  /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 16, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 22, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 53, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 59, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 63, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 70, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 73, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 76, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 81, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 84, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 93, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 109, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 112, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 119, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 128, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 138, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 143, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 148, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 158, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 163, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 174, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 185, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 207, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 218, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 229, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  /* line 14, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 19, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  /* line 12, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
  /* line 15, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
  /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
  /* line 27, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
  /* line 30, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
  /* line 33, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
  /* line 36, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
  /* line 45, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
  /* line 53, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
  /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  /* line 36, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  /* line 155, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  /* line 162, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  /* line 169, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  /* line 2, /Users/cyanglee/workspace/metis/app/assets/stylesheets/framework_and_overrides.sass */
  /* line 9, /Users/cyanglee/workspace/metis/app/assets/stylesheets/bootstrap_base.sass */
  /* line 6, /Users/cyanglee/workspace/metis/app/assets/stylesheets/navigation.sass */
  /* line 9, /Users/cyanglee/workspace/metis/app/assets/stylesheets/navigation.sass */
  /* line 12, /Users/cyanglee/workspace/metis/app/assets/stylesheets/navigation.sass */
  /* line 18, /Users/cyanglee/workspace/metis/app/assets/stylesheets/navigation.sass */
  /* line 23, /Users/cyanglee/workspace/metis/app/assets/stylesheets/navigation.sass */
  /* line 2, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pages.sass */
  /* line 6, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pages.sass */
  /* line 8, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pages.sass */
  /* line 11, /Users/cyanglee/workspace/metis/app/assets/stylesheets/pages.sass */
  /* line 15, /Users/cyanglee/workspace/metis/app/assets/stylesheets/application.sass */
  /* line 18, /Users/cyanglee/workspace/metis/app/assets/stylesheets/application.sass */
  /* line 28, /Users/cyanglee/workspace/metis/app/assets/stylesheets/application.sass */
  /* line 37, /Users/cyanglee/workspace/metis/app/assets/stylesheets/application.sass */
}

/* line 4, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

/* line 10, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container body.lb-disable-scrolling {
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 27, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 38, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

/* line 46, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lightbox a img {
  border: none;
}

/* line 51, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

/* line 62, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 69, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-container {
  padding: 4px;
}

/* line 74, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 85, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

/* line 94, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 104, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-container > .nav {
  left: 0;
}

/* line 109, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 115, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-prev, .metis-container .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 122, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 136, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 142, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 156, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 162, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 176, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 183, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 189, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 197, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 204, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 213, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 230, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 237, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .header {
  width: 960px;
  height: 140px;
  background-color: #996E1B;
  padding: 0;
}

/* line 244, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .header .logo-container {
  height: 100%;
  width: 236px;
  float: left;
}

/* line 250, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .header .logo-container .logo, .metis-container .header .logo-container img.logo {
  height: 100%;
  width: 156px;
  float: right;
  background-color: #FFF;
}

/* line 257, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .header .user-operation, .metis-container .header ul.user-operation {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  color: #FFF;
  list-style: none;
}

/* line 265, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .header .user-operation li, .metis-container .header ul.user-operation li {
  float: left;
  margin: 10px 20px;
}

/* line 270, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .header .user-operation li a, .metis-container .header ul.user-operation li a {
  color: #fff;
  line-height: 2;
}

/* line 275, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .header .menu {
  position: relative;
  height: 100%;
  width: 724px;
  float: right;
  background-color: #00224E;
  color: #FFF;
  font-family: felixti;
}

/* line 285, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .header .menu-inner {
  position: absolute;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
  bottom: 20px;
  list-style: none;
  padding: 0;
}

/* line 296, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .header .menu-item {
  position: relative;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2;
  cursor: pointer;
}

/* line 305, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .header .menu-item > a {
  color: #FFF;
}

/* line 309, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .header .menu-item:hover .subitems {
  display: block;
}

/* line 313, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .header .menu-item .subitems, .metis-container .header .menu-item ul.subitems {
  position: absolute;
  display: none;
  left: 0;
  color: #345;
  padding: 0;
  list-style: none;
  background-color: #996E1B;
  min-width: 100px;
  z-index: 99;
}

/* line 325, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .header .menu-item .subitems li, .metis-container .header .menu-item ul.subitems li {
  color: #FFF;
}

/* line 329, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .header .menu-item .subitems li:hover, .metis-container .header .menu-item ul.subitems li:hover {
  background-color: #c48d23;
}

/* line 333, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .header .menu-item .subitems li a, .metis-container .header .menu-item ul.subitems li a {
  display: block;
  height: 100%;
  width: auto;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2;
  color: #fff;
}

/* line 345, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .home_download_links {
  color: white;
  text-decoration: none;
}

/* line 350, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .home_download_links:hover, .metis-container .home_download_links:active, .metis-container .home_download_links:visited, .metis-container .home_download_links:focus {
  color: white;
  text-decoration: none;
}

/* line 356, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .asset-form {
  margin-top: 20px;
}

/* line 360, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .asset-form label, .metis-container .asset-form span {
  font-size: 16px;
}

/* line 364, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .asset-form input[type="text"] {
  border: 1px solid #927010;
}

/* line 368, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .asset-form select {
  border: 1px solid #927010;
}

/* line 372, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .asset-form abbr {
  content: "*";
  float: right;
  color: #927010;
}

/* line 378, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .asset-form button, .metis-container .asset-form input[type=submit] {
  padding: 10px;
}

/* line 382, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .asset-form .submit-button, .metis-container .asset-form .submit-button:hover {
  border: none;
  border-radius: 0;
  background: #927010;
  color: white;
  width: 68%;
}

/* line 390, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .asset-form .download-button, .metis-container .asset-form .download-button:hover {
  border: none;
  border-radius: 0;
  background: #00224E;
  color: white;
  width: 30%;
  float: right;
}

/* line 399, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .asset-form .annual_withdraw_duration .form-group label {
  line-height: 2.5;
}

/* line 403, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .asset-form label.error {
  color: red;
}

/* line 408, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .result-label {
  border-top: 3px dotted #927010;
  padding-top: 20px;
  color: #927010;
}

/* line 415, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .result-table th {
  background: #3e3e3e;
  border: 2px solid white;
  color: white;
  vertical-align: middle !important;
}

/* line 422, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .result-table th.result-rate {
  text-align: right;
}

/* line 426, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .result-table tr:nth-child(5n) {
  border-bottom: 2px solid #3e3e3e;
}

/* line 431, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container li.sub-category {
  padding-left: 1em;
  display: block;
}

/* line 437, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container li.second-sub-category {
  padding-left: 2em;
}

/* line 445, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 453, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container,
.metis-container .select2-drop,
.metis-container .select2-search,
.metis-container .select2-search input {
  /*
      Force border-box so that % widths fit the parent
      container without overlap because of margin/padding.
      More Info : http://www.quirksmode.org/css/box.html
    */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 471, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

/* line 498, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/* line 503, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

/* line 514, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 519, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

/* line 530, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

/* line 536, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

/* line 552, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 557, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 563, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 582, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 598, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 608, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

/* line 614, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

/* line 619, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

/* line 625, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

/* line 644, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

/* line 653, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px;
}

/* line 661, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

/* line 666, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 678, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("select2.png") no-repeat 100% -22px;
  background: url("select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 699, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("select2.png") no-repeat -37px -22px;
  background: url("select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 709, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 718, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-active .select2-choice,
.metis-container .select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 727, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

/* line 742, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-dropdown-open.select2-drop-above .select2-choice,
.metis-container .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

/* line 754, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 761, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 766, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* line 771, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

/* line 776, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 789, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

/* line 800, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

/* line 806, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 812, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 819, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 824, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 837, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

/* line 842, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

/* line 847, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

/* line 852, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

/* line 857, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

/* line 862, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

/* line 867, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

/* line 872, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

/* line 878, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 884, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results .select2-highlighted em {
  background: transparent;
}

/* line 889, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 895, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results .select2-no-results,
.metis-container .select2-results .select2-searching,
.metis-container .select2-results .select2-ajax-error,
.metis-container .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/* line 908, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 916, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 923, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results .select2-selected {
  display: none;
}

/* line 928, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

/* line 933, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 938, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* line 945, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 953, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 960, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* line 966, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

/* line 983, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

/* line 988, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 993, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 998, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 1006, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 1012, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 1017, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 1024, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

/* line 1038, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

/* line 1043, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-default {
  color: #999 !important;
}

/* line 1048, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

/* line 1074, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

/* line 1080, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 1085, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 1090, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("select2.png") right top no-repeat;
}

/* line 1103, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

/* line 1109, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 1114, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

/* line 1120, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 1125, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* line 1131, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 1139, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 1147, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* line 1154, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-result-selectable .select2-match,
.metis-container .select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 1160, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-offscreen, .metis-container .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 1175, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-display-none {
  display: none;
}

/* line 1180, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 680, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
    /* line 689, /Users/cyanglee/workspace/metis/app/assets/stylesheets/select2.css */
  }
  /* line 1192, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .select2-search input,
.metis-container .select2-search-choice-close,
.metis-container .select2-container .select2-choice abbr,
.metis-container .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  /* line 1202, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .select2-search input {
    background-position: 100% -21px !important;
  }
}

/* line 1211, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap {
  width: 100%;
}

/* line 1216, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap thead th,
.metis-container .tablesorter-bootstrap thead td,
.metis-container .tablesorter-bootstrap tfoot th,
.metis-container .tablesorter-bootstrap tfoot td {
  font: 14px/20px Arial, Sans-serif;
  font-weight: bold;
  padding: 4px;
  margin: 0 0 18px;
  background-color: #eee;
}

/* line 1228, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap .tablesorter-header {
  cursor: pointer;
}

/* line 1233, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap .tablesorter-header-inner {
  position: relative;
  padding: 4px 18px 4px 4px;
}

/* line 1240, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap .tablesorter-header i.tablesorter-icon {
  font-size: 11px;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -7px;
  /* half the icon height; older IE doesn't like this */
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  line-height: 14px;
  display: inline-block;
}

/* line 1256, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap .bootstrap-icon-unsorted {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAMAAADOvxanAAAAVFBMVEUAAABCQkJZWVkZGRnJyckgICAZGRkZGRn8/PweHh4dHR0aGhoaGhpUVFQbGxvQ0NDc3NxMTExSUlIbGxvr6+s4ODhKSkogICAtLS00NDQzMzMnJydSEPrQAAAAGHRSTlMA1ssZRLgdAQbDyisqsZo8QdXUq0r9xPepSRwiAAAAX0lEQVQI13XHSQKAIAwEwQAKxn13Ev7/T2Pu9qmarJKPXIicI4PH4hxaKNrhm2S8bJK5h4YzKHrzJNtK6yYT/TdXzpS5zuYg4MSQYF6i4IHExdw1UVRi05HPrrvT53a+qyMFC9t04gcAAAAASUVORK5CYII=);
}

/* line 1262, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap .icon-white.bootstrap-icon-unsorted {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOBAMAAAALT/umAAAAKlBMVEUAAAD///////////////////////////////////////////////////+Gu8ovAAAADXRSTlMA4EXKBtQqvR0+sxmalc142gAAAFdJREFUCNdjYGDoamAAAjZbMxCVfvd6AgMDd+3du9UMDKx3hWSvMjBwXZww8RYDGuC53NB8h4GB8a617UUGBs7Yu3cjGRhYVO9eVQFKOskKOQApFmUgBwBZ+xXRTttNdAAAAABJRU5ErkJggg==);
}

/* line 1268, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap > tbody > tr.odd > td,
.metis-container .tablesorter-bootstrap > tbody > tr.tablesorter-hasChildRow.odd:hover ~ tr.tablesorter-hasChildRow.odd ~ .tablesorter-childRow.odd > td {
  background-color: #f9f9f9;
}

/* line 1274, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap > tbody > tr.hover > td,
.metis-container .tablesorter-bootstrap > tbody > tr.odd:hover > td,
.metis-container .tablesorter-bootstrap > tbody > tr.even:hover > td,
.metis-container .tablesorter-bootstrap > tbody > tr.tablesorter-hasChildRow.odd:hover ~ .tablesorter-childRow.odd > td,
.metis-container .tablesorter-bootstrap > tbody > tr.tablesorter-hasChildRow.even:hover ~ .tablesorter-childRow.even > td {
  background-color: #f5f5f5;
}

/* line 1283, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap > tbody > tr.even > td,
.metis-container .tablesorter-bootstrap > tbody > tr.tablesorter-hasChildRow.even:hover ~ tr.tablesorter-hasChildRow.even ~ .tablesorter-childRow.even > td {
  background-color: #fff;
}

/* line 1290, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap .tablesorter-processing {
  background-image: url("data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=");
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* line 1298, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .caption {
  background-color: #fff;
}

/* line 1304, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter,
.metis-container .tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter {
  width: 98%;
  margin: 0;
  padding: 4px 6px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}

/* line 1320, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled {
  background-color: #eee;
  color: #555;
  cursor: not-allowed;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-sizing: border-box;
  transition: height 0.1s ease;
}

/* line 1332, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap .tablesorter-filter-row {
  background-color: #efefef;
}

/* line 1337, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap .tablesorter-filter-row td {
  background-color: #efefef;
  line-height: normal;
  text-align: center;
  padding: 4px 6px;
  vertical-align: middle;
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}

/* line 1351, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap .tablesorter-filter-row.hideme td {
  padding: 2px;
  /* change this to modify the thickness of the closed border row */
  margin: 0;
  line-height: 0;
}

/* line 1359, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap .tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 1372, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter .filtered {
  display: none;
}

/* line 1378, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap .tablesorter-pager select {
  padding: 4px 6px;
}

/* line 1383, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap .tablesorter-pager .pagedisplay {
  border: 0;
}

/* line 1389, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter-bootstrap tfoot i {
  font-size: 11px;
}

/* line 1395, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tablesorter .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99;
}

/* line 1402, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .bootstrap-header {
  background-color: #0D1F4E !important;
  color: white !important;
}

/* line 1408, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .odd {
  border: 1px solid #B7B7B7 !important;
}

/* line 1412, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .odd td {
  background-color: #DADADA !important;
  border: 1px solid #B7B7B7 !important;
}

/* line 1417, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .odd td:first-child, .metis-container .odd td:nth-child(2) {
  white-space: nowrap;
}

/* line 1422, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .even {
  border: 1px solid #B7B7B7 !important;
}

/* line 1426, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .even td {
  border: 1px solid #B7B7B7 !important;
}

/* line 1430, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .even td:first-child, .metis-container .even td:nth-child(2) {
  white-space: nowrap;
}

/* line 1435, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container body h1, .metis-container body h2, .metis-container body h3, .metis-container body h4, .metis-container body p, .metis-container body span, .metis-container body div {
  font-family: sans-serif;
}

/* line 1440, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container div.alwaysbreak {
  page-break-before: always;
}

/* line 1445, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container div.nobreak {
  page-break-inside: avoid;
}

/* line 1450, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container h1 {
  font-size: 30px;
}

/* line 1455, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container h2 {
  font-size: 29px;
}

/* line 1460, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container h3 {
  color: #001e4f;
}

/* line 1465, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container div.content {
  padding: 0 20px;
}

/* line 1470, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container header img {
  display: block;
  position: fixed;
  left: 30px;
  bottom: 40px;
  width: 320px;
}

/* line 1479, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container span.plan_label {
  display: block;
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 145px;
  color: white;
  padding: 5px;
  background: #9e6e02;
  text-align: center;
  font-weight: normal;
}

/* line 1493, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .file-header {
  padding-top: 5px;
}

/* line 1497, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .file-header h1, .metis-container .file-header h2 {
  text-align: center;
  color: #001e4f;
}

/* line 1503, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container hr {
  border: 2px solid #001e4f;
  margin: 15px 0;
}

/* line 1509, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container table.user-file {
  white-space: nowrap;
  font-size: 16px;
}

/* line 1514, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container table.user-file td {
  min-width: 120px;
  height: 24px;
}

/* line 1520, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .calculation-manual p {
  text-indent: 1em;
}

/* line 1525, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container table.calculation {
  position: relative;
  width: 100%;
  font-size: 24px;
  border: 2px solid black;
  border-collapse: collapse;
}

/* line 1533, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container table.calculation th {
  height: 1.5em;
  border: 2px solid black;
  font-size: 14px;
  background-color: #e0e0e0;
  font-weight: normal;
}

/* line 1541, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container table.calculation td {
  height: 1.5em;
  border-bottom: 1px solid grey;
  border-left: 2px solid black;
  border-right: 2px solid black;
  font-size: 12px;
}

/* line 1549, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container table.calculation td.years, .metis-container table.calculation .age {
  text-align: center;
}

/* line 1553, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container table.calculation th.rate, .metis-container table.calculation td.annual_contribution, .metis-container table.calculation .default_5, .metis-container table.calculation .default_9, .metis-container table.calculation .annual_rate {
  text-align: right;
}

/* line 1558, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container p.comment {
  font-style: italic;
  font-size: 10.5px;
  font-weight: normal;
}

/* line 1565, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .explanation {
  font-size: 12px;
}

/* line 1569, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .explanation ol {
  list-style-position: outside;
  padding-left: 1em;
}

/* line 1574, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .explanation span {
  font-size: 16px;
  background-color: #e0e0e0;
  line-height: 2;
}

/* line 1581, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container body.footer_layout {
  text-align: center;
  font-size: 12px;
}

/* line 1587, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container div.footer {
  padding: 0 20px;
}

/* line 1591, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container div.footer table.note {
  padding-bottom: 10px;
}

/* line 1595, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container div.footer table.note th {
  white-space: nowrap;
}

/* line 1599, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container div.footer table.note th, .metis-container div.footer table.note td {
  font-style: italic;
  font-size: 10.5px;
  font-weight: normal;
  vertical-align: top;
}

/* line 1606, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container div.footer div.version {
  position: absolute;
  left: 4em;
}

/* line 1611, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container div.footer div.date {
  width: 20em;
  position: absolute;
  text-align: right;
  right: 4em;
}

/* line 1625, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 1632, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container body {
  margin: 0;
}

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

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

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

/* line 1669, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container [hidden],
.metis-container template {
  display: none;
}

/* line 1675, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a {
  background-color: transparent;
}

/* line 1680, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a:active,
.metis-container a:hover {
  outline: 0;
}

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

/* line 1691, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container b,
.metis-container strong {
  font-weight: bold;
}

/* line 1697, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container dfn {
  font-style: italic;
}

/* line 1702, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 1708, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container mark {
  background: #ff0;
  color: #000;
}

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

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

/* line 1728, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container sup {
  top: -0.5em;
}

/* line 1733, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container sub {
  bottom: -0.25em;
}

/* line 1738, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container img {
  border: 0;
}

/* line 1743, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container svg:not(:root) {
  overflow: hidden;
}

/* line 1748, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container figure {
  margin: 1em 40px;
}

/* line 1753, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container hr {
  box-sizing: content-box;
  height: 0;
}

/* line 1759, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container pre {
  overflow: auto;
}

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

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

/* line 1784, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container button {
  overflow: visible;
}

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

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

/* line 1804, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container button[disabled],
.metis-container html input[disabled] {
  cursor: default;
}

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

/* line 1817, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container input {
  line-height: normal;
}

/* line 1822, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container input[type="checkbox"],
.metis-container input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

/* line 1835, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

/* line 1847, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 1854, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container legend {
  border: 0;
  padding: 0;
}

/* line 1860, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container textarea {
  overflow: auto;
}

/* line 1865, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container optgroup {
  font-weight: bold;
}

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

/* line 1876, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container td,
.metis-container th {
  padding: 0;
}

@media print {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 9, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 23, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 27, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 33, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 38, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 44, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 48, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 53, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 57, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 64, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 72, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 77, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 81, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 85, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 88, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    /* line 94, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
  }
  /* line 1884, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container *,
.metis-container *:before,
.metis-container *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 1894, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container a,
.metis-container a:visited {
    text-decoration: underline;
  }
  /* line 1900, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 1905, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 1910, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container a[href^="#"]:after,
.metis-container a[href^="javascript:"]:after {
    content: "";
  }
  /* line 1916, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container pre,
.metis-container blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 1923, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container thead {
    display: table-header-group;
  }
  /* line 1928, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container tr,
.metis-container img {
    page-break-inside: avoid;
  }
  /* line 1934, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container img {
    max-width: 100% !important;
  }
  /* line 1939, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container p,
.metis-container h2,
.metis-container h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 1947, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container h2,
.metis-container h3 {
    page-break-after: avoid;
  }
  /* line 1953, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar {
    display: none;
  }
  /* line 1958, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .btn > .caret,
.metis-container .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 1964, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .label {
    border: 1px solid #000;
  }
  /* line 1969, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .table {
    border-collapse: collapse !important;
  }
  /* line 1973, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .table td,
.metis-container .table th {
    background-color: #fff !important;
  }
  /* line 1979, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .table-bordered th,
.metis-container .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    font-family: 'Glyphicons Halflings';
    src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot");
    src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix") format("embedded-opentype"), url("/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2") format("woff2"), url("/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff") format("woff"), url("/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf") format("truetype"), url("/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular") format("svg");
  }
}

/* line 1990, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .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 2003, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .glyphicon-asterisk:before {
  content: "\002a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3329, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* line 3371, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container figure {
  margin: 0;
}

/* line 3376, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container img {
  vertical-align: middle;
}

/* line 3381, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

/* line 3393, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 3408, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .img-circle {
  border-radius: 50%;
}

/* line 3413, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

/* line 3443, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container [role="button"] {
  cursor: pointer;
}

/* line 3448, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container h1, .metis-container h2, .metis-container h3, .metis-container h4, .metis-container h5, .metis-container h6,
.metis-container .h1, .metis-container .h2, .metis-container .h3, .metis-container .h4, .metis-container .h5, .metis-container .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 3456, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container h1 small,
.metis-container h1 .small, .metis-container h2 small,
.metis-container h2 .small, .metis-container h3 small,
.metis-container h3 .small, .metis-container h4 small,
.metis-container h4 .small, .metis-container h5 small,
.metis-container h5 .small, .metis-container h6 small,
.metis-container h6 .small,
.metis-container .h1 small,
.metis-container .h1 .small, .metis-container .h2 small,
.metis-container .h2 .small, .metis-container .h3 small,
.metis-container .h3 .small, .metis-container .h4 small,
.metis-container .h4 .small, .metis-container .h5 small,
.metis-container .h5 .small, .metis-container .h6 small,
.metis-container .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

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

/* line 3483, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container h1 small,
.metis-container h1 .small, .metis-container .h1 small,
.metis-container .h1 .small,
.metis-container h2 small,
.metis-container h2 .small, .metis-container .h2 small,
.metis-container .h2 .small,
.metis-container h3 small,
.metis-container h3 .small, .metis-container .h3 small,
.metis-container .h3 .small {
  font-size: 65%;
}

/* line 3496, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container h4, .metis-container .h4,
.metis-container h5, .metis-container .h5,
.metis-container h6, .metis-container .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3503, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container h4 small,
.metis-container h4 .small, .metis-container .h4 small,
.metis-container .h4 .small,
.metis-container h5 small,
.metis-container h5 .small, .metis-container .h5 small,
.metis-container .h5 .small,
.metis-container h6 small,
.metis-container h6 .small, .metis-container .h6 small,
.metis-container .h6 .small {
  font-size: 75%;
}

/* line 3516, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container h1, .metis-container .h1 {
  font-size: 36px;
}

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

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

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

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

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

/* line 3546, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container p {
  margin: 0 0 10px;
}

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

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 62, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  }
  /* line 3559, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .lead {
    font-size: 21px;
  }
}

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

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

/* line 3578, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .text-left {
  text-align: left;
}

/* line 3583, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .text-right {
  text-align: right;
}

/* line 3588, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .text-center {
  text-align: center;
}

/* line 3593, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .text-justify {
  text-align: justify;
}

/* line 3598, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .text-nowrap {
  white-space: nowrap;
}

/* line 3603, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .text-lowercase {
  text-transform: lowercase;
}

/* line 3608, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .text-uppercase, .metis-container .initialism {
  text-transform: uppercase;
}

/* line 3613, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .text-capitalize {
  text-transform: capitalize;
}

/* line 3618, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .text-muted {
  color: #777777;
}

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

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

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

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

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

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

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

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

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

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

/* line 3678, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .bg-primary {
  color: #fff;
}

/* line 3683, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .bg-primary {
  background-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3784, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container dt,
.metis-container dd {
  line-height: 1.42857143;
}

/* line 3790, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container dt {
  font-weight: bold;
}

/* line 3795, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container dd {
  margin-left: 0;
}

/* line 3800, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .dl-horizontal dd:before, .metis-container .dl-horizontal dd:after {
  content: " ";
  display: table;
}

/* line 3805, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 211, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
    /* line 218, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  }
  /* line 3810, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 3820, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

/* line 3833, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .initialism {
  font-size: 90%;
}

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

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

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

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

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

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

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

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

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

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

/* line 3919, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 3928, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 3936, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 3950, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

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

/* line 3973, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .container:before, .metis-container .container:after {
  content: " ";
  display: table;
}

/* line 3978, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 10, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  }
  /* line 3983, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 10, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  }
  /* line 3989, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 10, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  }
  /* line 3995, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .container {
    width: 1170px;
  }
}

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

/* line 4008, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .container-fluid:before, .metis-container .container-fluid:after {
  content: " ";
  display: table;
}

/* line 4013, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .container-fluid:after {
  clear: both;
}

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

/* line 4023, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .row:before, .metis-container .row:after {
  content: " ";
  display: table;
}

/* line 4028, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4236, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 27, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 55, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 45, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  }
  /* line 4302, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-1, .metis-container .col-sm-2, .metis-container .col-sm-3, .metis-container .col-sm-4, .metis-container .col-sm-5, .metis-container .col-sm-6, .metis-container .col-sm-7, .metis-container .col-sm-8, .metis-container .col-sm-9, .metis-container .col-sm-10, .metis-container .col-sm-11, .metis-container .col-sm-12 {
    float: left;
  }
  /* line 4307, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 4312, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 4317, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-3 {
    width: 25%;
  }
  /* line 4322, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 4327, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 4332, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-6 {
    width: 50%;
  }
  /* line 4337, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 4342, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 4347, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-9 {
    width: 75%;
  }
  /* line 4352, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 4357, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 4362, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-12 {
    width: 100%;
  }
  /* line 4367, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-pull-0 {
    right: auto;
  }
  /* line 4372, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 4377, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 4382, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-pull-3 {
    right: 25%;
  }
  /* line 4387, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 4392, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 4397, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-pull-6 {
    right: 50%;
  }
  /* line 4402, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 4407, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 4412, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-pull-9 {
    right: 75%;
  }
  /* line 4417, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 4422, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 4427, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-pull-12 {
    right: 100%;
  }
  /* line 4432, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-push-0 {
    left: auto;
  }
  /* line 4437, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 4442, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 4447, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-push-3 {
    left: 25%;
  }
  /* line 4452, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 4457, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 4462, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-push-6 {
    left: 50%;
  }
  /* line 4467, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 4472, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 4477, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-push-9 {
    left: 75%;
  }
  /* line 4482, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 4487, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 4492, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-push-12 {
    left: 100%;
  }
  /* line 4497, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 4502, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 4507, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 4512, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 4517, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 4522, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 4527, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 4532, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 4537, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 4542, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 4547, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 4552, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 4557, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 27, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 55, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 45, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  }
  /* line 4563, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-1, .metis-container .col-md-2, .metis-container .col-md-3, .metis-container .col-md-4, .metis-container .col-md-5, .metis-container .col-md-6, .metis-container .col-md-7, .metis-container .col-md-8, .metis-container .col-md-9, .metis-container .col-md-10, .metis-container .col-md-11, .metis-container .col-md-12 {
    float: left;
  }
  /* line 4568, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-1 {
    width: 8.33333333%;
  }
  /* line 4573, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-2 {
    width: 16.66666667%;
  }
  /* line 4578, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-3 {
    width: 25%;
  }
  /* line 4583, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-4 {
    width: 33.33333333%;
  }
  /* line 4588, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-5 {
    width: 41.66666667%;
  }
  /* line 4593, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-6 {
    width: 50%;
  }
  /* line 4598, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-7 {
    width: 58.33333333%;
  }
  /* line 4603, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-8 {
    width: 66.66666667%;
  }
  /* line 4608, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-9 {
    width: 75%;
  }
  /* line 4613, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-10 {
    width: 83.33333333%;
  }
  /* line 4618, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-11 {
    width: 91.66666667%;
  }
  /* line 4623, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-12 {
    width: 100%;
  }
  /* line 4628, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-pull-0 {
    right: auto;
  }
  /* line 4633, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 4638, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 4643, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-pull-3 {
    right: 25%;
  }
  /* line 4648, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 4653, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 4658, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-pull-6 {
    right: 50%;
  }
  /* line 4663, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 4668, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 4673, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-pull-9 {
    right: 75%;
  }
  /* line 4678, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 4683, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 4688, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-pull-12 {
    right: 100%;
  }
  /* line 4693, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-push-0 {
    left: auto;
  }
  /* line 4698, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 4703, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 4708, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-push-3 {
    left: 25%;
  }
  /* line 4713, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 4718, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 4723, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-push-6 {
    left: 50%;
  }
  /* line 4728, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 4733, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 4738, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-push-9 {
    left: 75%;
  }
  /* line 4743, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 4748, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 4753, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-push-12 {
    left: 100%;
  }
  /* line 4758, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 4763, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 4768, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 4773, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 4778, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 4783, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 4788, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 4793, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 4798, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 4803, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 4808, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 4813, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 4818, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 27, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 35, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 55, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 45, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 40, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    /* line 60, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  }
  /* line 4824, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-1, .metis-container .col-lg-2, .metis-container .col-lg-3, .metis-container .col-lg-4, .metis-container .col-lg-5, .metis-container .col-lg-6, .metis-container .col-lg-7, .metis-container .col-lg-8, .metis-container .col-lg-9, .metis-container .col-lg-10, .metis-container .col-lg-11, .metis-container .col-lg-12 {
    float: left;
  }
  /* line 4829, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 4834, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 4839, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-3 {
    width: 25%;
  }
  /* line 4844, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 4849, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 4854, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-6 {
    width: 50%;
  }
  /* line 4859, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 4864, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 4869, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-9 {
    width: 75%;
  }
  /* line 4874, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 4879, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 4884, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-12 {
    width: 100%;
  }
  /* line 4889, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-pull-0 {
    right: auto;
  }
  /* line 4894, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 4899, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 4904, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-pull-3 {
    right: 25%;
  }
  /* line 4909, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 4914, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 4919, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-pull-6 {
    right: 50%;
  }
  /* line 4924, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 4929, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 4934, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-pull-9 {
    right: 75%;
  }
  /* line 4939, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 4944, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 4949, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-pull-12 {
    right: 100%;
  }
  /* line 4954, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-push-0 {
    left: auto;
  }
  /* line 4959, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 4964, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 4969, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-push-3 {
    left: 25%;
  }
  /* line 4974, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 4979, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 4984, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-push-6 {
    left: 50%;
  }
  /* line 4989, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 4994, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 4999, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-push-9 {
    left: 75%;
  }
  /* line 5004, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 5009, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 5014, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-push-12 {
    left: 100%;
  }
  /* line 5019, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 5024, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 5029, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 5034, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 5039, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 5044, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 5049, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 5054, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 5059, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 5064, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 5069, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 5074, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 5079, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 5084, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container table {
  background-color: transparent;
}

/* line 5089, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 5097, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 5297, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 171, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
    /* line 183, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
    /* line 191, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
    /* line 200, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
    /* line 208, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
    /* line 212, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
    /* line 225, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  }
  /* line 5303, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 5311, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 5315, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .table-responsive > .table > thead > tr > th,
.metis-container .table-responsive > .table > thead > tr > td,
.metis-container .table-responsive > .table > tbody > tr > th,
.metis-container .table-responsive > .table > tbody > tr > td,
.metis-container .table-responsive > .table > tfoot > tr > th,
.metis-container .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 5324, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 5328, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .table-responsive > .table-bordered > thead > tr > th:first-child,
.metis-container .table-responsive > .table-bordered > thead > tr > td:first-child,
.metis-container .table-responsive > .table-bordered > tbody > tr > th:first-child,
.metis-container .table-responsive > .table-bordered > tbody > tr > td:first-child,
.metis-container .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.metis-container .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 5337, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .table-responsive > .table-bordered > thead > tr > th:last-child,
.metis-container .table-responsive > .table-bordered > thead > tr > td:last-child,
.metis-container .table-responsive > .table-bordered > tbody > tr > th:last-child,
.metis-container .table-responsive > .table-bordered > tbody > tr > td:last-child,
.metis-container .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.metis-container .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 5346, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .table-responsive > .table-bordered > tbody > tr:last-child > th,
.metis-container .table-responsive > .table-bordered > tbody > tr:last-child > td,
.metis-container .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.metis-container .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

/* line 5376, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

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

/* line 5399, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container input[type="file"] {
  display: block;
}

/* line 5404, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container input[type="range"] {
  display: block;
  width: 100%;
}

/* line 5410, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container select[multiple],
.metis-container select[size] {
  height: auto;
}

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

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

/* line 5434, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 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 5453, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 5460, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

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

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

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

/* line 5478, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .form-control[disabled], .metis-container .form-control[readonly], .metis-container fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

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

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

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 193, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 197, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 202, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  }
  /* line 5499, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container input.form-control[type="date"],
.metis-container input.form-control[type="time"],
.metis-container input.form-control[type="datetime-local"],
.metis-container input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 5506, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container input.input-sm[type="date"], .metis-container .input-group-sm > input.form-control[type="date"],
.metis-container .input-group-sm > input.input-group-addon[type="date"],
.metis-container .input-group-sm > .input-group-btn > input.btn[type="date"], .metis-container .input-group-sm input[type="date"],
.metis-container input.input-sm[type="time"],
.metis-container .input-group-sm > input.form-control[type="time"],
.metis-container .input-group-sm > input.input-group-addon[type="time"],
.metis-container .input-group-sm > .input-group-btn > input.btn[type="time"], .metis-container .input-group-sm
input[type="time"],
.metis-container input.input-sm[type="datetime-local"],
.metis-container .input-group-sm > input.form-control[type="datetime-local"],
.metis-container .input-group-sm > input.input-group-addon[type="datetime-local"],
.metis-container .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], .metis-container .input-group-sm
input[type="datetime-local"],
.metis-container input.input-sm[type="month"],
.metis-container .input-group-sm > input.form-control[type="month"],
.metis-container .input-group-sm > input.input-group-addon[type="month"],
.metis-container .input-group-sm > .input-group-btn > input.btn[type="month"], .metis-container .input-group-sm
input[type="month"] {
    line-height: 30px;
  }
  /* line 5527, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container input.input-lg[type="date"], .metis-container .input-group-lg > input.form-control[type="date"],
.metis-container .input-group-lg > input.input-group-addon[type="date"],
.metis-container .input-group-lg > .input-group-btn > input.btn[type="date"], .metis-container .input-group-lg input[type="date"],
.metis-container input.input-lg[type="time"],
.metis-container .input-group-lg > input.form-control[type="time"],
.metis-container .input-group-lg > input.input-group-addon[type="time"],
.metis-container .input-group-lg > .input-group-btn > input.btn[type="time"], .metis-container .input-group-lg
input[type="time"],
.metis-container input.input-lg[type="datetime-local"],
.metis-container .input-group-lg > input.form-control[type="datetime-local"],
.metis-container .input-group-lg > input.input-group-addon[type="datetime-local"],
.metis-container .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], .metis-container .input-group-lg
input[type="datetime-local"],
.metis-container input.input-lg[type="month"],
.metis-container .input-group-lg > input.form-control[type="month"],
.metis-container .input-group-lg > input.input-group-addon[type="month"],
.metis-container .input-group-lg > .input-group-btn > input.btn[type="month"], .metis-container .input-group-lg
input[type="month"] {
    line-height: 46px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

/* line 5636, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .form-control-static.input-lg, .metis-container .input-group-lg > .form-control-static.form-control,
.metis-container .input-group-lg > .form-control-static.input-group-addon,
.metis-container .input-group-lg > .input-group-btn > .form-control-static.btn, .metis-container .form-control-static.input-sm, .metis-container .input-group-sm > .form-control-static.form-control,
.metis-container .input-group-sm > .form-control-static.input-group-addon,
.metis-container .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

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

/* line 5657, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container select.input-sm, .metis-container .input-group-sm > select.form-control,
.metis-container .input-group-sm > select.input-group-addon,
.metis-container .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 5665, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container textarea.input-sm, .metis-container .input-group-sm > textarea.form-control,
.metis-container .input-group-sm > textarea.input-group-addon,
.metis-container .input-group-sm > .input-group-btn > textarea.btn,
.metis-container select.input-sm[multiple],
.metis-container .input-group-sm > select.form-control[multiple],
.metis-container .input-group-sm > select.input-group-addon[multiple],
.metis-container .input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

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

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

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

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

/* line 5703, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .input-lg, .metis-container .input-group-lg > .form-control,
.metis-container .input-group-lg > .input-group-addon,
.metis-container .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 5714, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container select.input-lg, .metis-container .input-group-lg > select.form-control,
.metis-container .input-group-lg > select.input-group-addon,
.metis-container .input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 5722, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container textarea.input-lg, .metis-container .input-group-lg > textarea.form-control,
.metis-container .input-group-lg > textarea.input-group-addon,
.metis-container .input-group-lg > .input-group-btn > textarea.btn,
.metis-container select.input-lg[multiple],
.metis-container .input-group-lg > select.form-control[multiple],
.metis-container .input-group-lg > select.input-group-addon[multiple],
.metis-container .input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

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

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

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

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

/* line 5760, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .has-feedback {
  position: relative;
}

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

/* line 5769, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 5783, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .input-lg + .form-control-feedback, .metis-container .input-group-lg > .form-control + .form-control-feedback,
.metis-container .input-group-lg > .input-group-addon + .form-control-feedback,
.metis-container .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.metis-container .input-group-lg + .form-control-feedback,
.metis-container .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 5794, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .input-sm + .form-control-feedback, .metis-container .input-group-sm > .form-control + .form-control-feedback,
.metis-container .input-group-sm > .input-group-addon + .form-control-feedback,
.metis-container .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.metis-container .input-group-sm + .form-control-feedback,
.metis-container .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

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

/* line 5814, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 5820, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 5826, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

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

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

/* line 5846, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 5852, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 5858, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

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

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

/* line 5878, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 5884, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 5890, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

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

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

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

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

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 478, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 485, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 492, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 496, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 500, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 508, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 512, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 519, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 526, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 530, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 537, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  }
  /* line 5919, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5925, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 5931, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 5935, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 5940, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .form-inline .input-group .input-group-addon,
.metis-container .form-inline .input-group .input-group-btn,
.metis-container .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 5946, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 5950, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5955, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .form-inline .radio,
.metis-container .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5963, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .form-inline .radio label,
.metis-container .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 5968, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .form-inline .radio input[type="radio"],
.metis-container .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 5974, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

/* line 5999, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .form-horizontal .form-group:before, .metis-container .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 6004, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 582, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  }
  /* line 6009, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

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

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 603, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  }
  /* line 6021, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 611, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  }
  /* line 6028, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 6035, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6056, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn:focus, .metis-container .btn.focus, .metis-container .btn:active:focus, .metis-container .btn.focus:active, .metis-container .btn.active:focus, .metis-container .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6358, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

/* line 6364, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn-link, .metis-container .btn-link:active, .metis-container .btn-link.active, .metis-container .btn-link[disabled], .metis-container fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6370, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn-link, .metis-container .btn-link:hover, .metis-container .btn-link:focus, .metis-container .btn-link:active {
  border-color: transparent;
}

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

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

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

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

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

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

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

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

/* line 6428, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 6435, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .fade.in {
  opacity: 1;
}

/* line 6440, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .collapse {
  display: none;
}

/* line 6444, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .collapse.in {
  display: block;
}

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

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

/* line 6459, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .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 6472, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .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 6485, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .dropup,
.metis-container .dropdown {
  position: relative;
}

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

/* line 6495, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .open > a {
  outline: 0;
}

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

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

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

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

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

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

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

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

/* line 6565, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn-toolbar:before, .metis-container .btn-toolbar:after {
  content: " ";
  display: table;
}

/* line 6570, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn-toolbar:after {
  clear: both;
}

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

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

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

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

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

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

/* line 6609, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn-group > .btn-group {
  float: left;
}

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

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

/* line 6626, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

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

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

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

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

/* line 6677, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn-group-vertical > .btn,
.metis-container .btn-group-vertical > .btn-group,
.metis-container .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 6686, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn-group-vertical > .btn-group:before, .metis-container .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

/* line 6691, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 6695, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 6699, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn-group-vertical > .btn + .btn,
.metis-container .btn-group-vertical > .btn + .btn-group,
.metis-container .btn-group-vertical > .btn-group + .btn,
.metis-container .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

/* line 6732, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.metis-container .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6739, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 6820, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6924, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .nav:before, .metis-container .nav:after {
  content: " ";
  display: table;
}

/* line 6929, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .nav:after {
  clear: both;
}

/* line 6933, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .nav > li {
  position: relative;
  display: block;
}

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

/* line 6944, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .nav > li > a:hover, .metis-container .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 6949, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .nav > li.disabled > a {
  color: #777777;
}

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

/* line 6960, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .nav .open > a, .metis-container .nav .open > a:hover, .metis-container .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

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

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

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

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

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

/* line 6993, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

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

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

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

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

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

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

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

/* line 7034, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .nav-justified, .metis-container .nav-tabs.nav-justified {
  width: 100%;
}

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

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

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 177, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
    /* line 180, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  }
  /* line 7048, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .nav-justified > li, .metis-container .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 7053, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .nav-justified > li > a, .metis-container .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

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

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

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 206, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
    /* line 210, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  }
  /* line 7077, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .nav-tabs-justified > li > a, .metis-container .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 7082, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .nav-tabs-justified > .active > a, .metis-container .nav-tabs.nav-justified > .active > a,
.metis-container .nav-tabs-justified > .active > a:hover,
.metis-container .nav-tabs.nav-justified > .active > a:hover,
.metis-container .nav-tabs-justified > .active > a:focus,
.metis-container .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

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

/* line 7109, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar:before, .metis-container .navbar:after {
  content: " ";
  display: table;
}

/* line 7114, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  }
  /* line 7119, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar {
    border-radius: 4px;
  }
}

/* line 7125, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-header:before, .metis-container .navbar-header:after {
  content: " ";
  display: table;
}

/* line 7130, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 31, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  }
  /* line 7135, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-header {
    float: left;
  }
}

/* line 7141, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .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 7150, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-collapse:before, .metis-container .navbar-collapse:after {
  content: " ";
  display: table;
}

/* line 7155, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-collapse:after {
  clear: both;
}

/* line 7159, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 50, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    /* line 68, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    /* line 75, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    /* line 81, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  }
  /* line 7164, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 7170, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 7177, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 7181, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-fixed-top .navbar-collapse, .metis-container .navbar-static-top .navbar-collapse, .metis-container .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 92, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  }
  /* line 7194, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-fixed-top .navbar-collapse,
.metis-container .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 108, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  }
  /* line 7210, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .container > .navbar-header,
.metis-container .container > .navbar-collapse,
.metis-container .container-fluid > .navbar-header,
.metis-container .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

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

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 128, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  }
  /* line 7226, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-static-top {
    border-radius: 0;
  }
}

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

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 138, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  }
  /* line 7241, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-fixed-top,
.metis-container .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

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

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

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

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 180, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  }
  /* line 7278, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar > .container .navbar-brand, .metis-container .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 7284, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 7297, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-toggle:focus {
  outline: 0;
}

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

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

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 193, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  }
  /* line 7313, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-toggle {
    display: none;
  }
}

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

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

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 232, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    /* line 270, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    /* line 272, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  }
  /* line 7330, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 7335, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-nav > li {
    float: left;
  }
  /* line 7339, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 7346, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 478, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 485, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 492, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 496, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 500, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 508, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 512, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 519, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 526, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 530, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    /* line 537, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  }
  /* line 7359, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 7365, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 7371, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 7375, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 7380, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-form .input-group .input-group-addon,
.metis-container .navbar-form .input-group .input-group-btn,
.metis-container .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 7386, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 7390, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 7395, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-form .radio,
.metis-container .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 7403, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-form .radio label,
.metis-container .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 7408, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-form .radio input[type="radio"],
.metis-container .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 7414, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 298, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    /* line 302, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  }
  /* line 7420, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 7424, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 286, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  }
  /* line 7430, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .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 7444, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 7449, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-btn.btn-sm, .metis-container .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 7454, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-btn.btn-xs, .metis-container .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 359, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  }
  /* line 7466, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 379, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    /* line 382, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    /* line 386, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  }
  /* line 7475, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-left {
    float: left !important;
  }
  /* line 7480, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 7485, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 7569, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

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

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

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

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

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

/* line 7596, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-inverse .navbar-nav > .active > a, .metis-container .navbar-inverse .navbar-nav > .active > a:hover, .metis-container .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

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

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

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

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

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

/* line 7623, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-inverse .navbar-nav > .open > a, .metis-container .navbar-inverse .navbar-nav > .open > a:hover, .metis-container .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

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

/* line 7631, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 7635, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 7639, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-inverse .btn-link:hover, .metis-container .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 7643, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-inverse .btn-link[disabled]:hover, .metis-container .navbar-inverse .btn-link[disabled]:focus, .metis-container fieldset[disabled] .navbar-inverse .btn-link:hover, .metis-container fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 7648, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 7656, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .breadcrumb > li {
  display: inline-block;
}

/* line 7660, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

/* line 7666, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .breadcrumb > .active {
  color: #777777;
}

/* line 7671, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 7678, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pagination > li {
  display: inline;
}

/* line 7682, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pagination > li > a,
.metis-container .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 7695, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pagination > li:first-child > a,
.metis-container .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 7702, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pagination > li:last-child > a,
.metis-container .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 7708, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pagination > li > a:hover, .metis-container .pagination > li > a:focus,
.metis-container .pagination > li > span:hover,
.metis-container .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 7717, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pagination > .active > a, .metis-container .pagination > .active > a:hover, .metis-container .pagination > .active > a:focus,
.metis-container .pagination > .active > span,
.metis-container .pagination > .active > span:hover,
.metis-container .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

/* line 7728, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pagination > .disabled > span,
.metis-container .pagination > .disabled > span:hover,
.metis-container .pagination > .disabled > span:focus,
.metis-container .pagination > .disabled > a,
.metis-container .pagination > .disabled > a:hover,
.metis-container .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 7741, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pagination-lg > li > a,
.metis-container .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 7748, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pagination-lg > li:first-child > a,
.metis-container .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 7754, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pagination-lg > li:last-child > a,
.metis-container .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 7761, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pagination-sm > li > a,
.metis-container .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 7768, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pagination-sm > li:first-child > a,
.metis-container .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 7774, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pagination-sm > li:last-child > a,
.metis-container .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 7781, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 7788, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pager:before, .metis-container .pager:after {
  content: " ";
  display: table;
}

/* line 7793, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pager:after {
  clear: both;
}

/* line 7797, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pager li {
  display: inline;
}

/* line 7801, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pager li > a,
.metis-container .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 7810, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pager li > a:hover,
.metis-container .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 7816, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pager .next > a,
.metis-container .pager .next > span {
  float: right;
}

/* line 7821, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pager .previous > a,
.metis-container .pager .previous > span {
  float: left;
}

/* line 7826, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pager .disabled > a,
.metis-container .pager .disabled > a:hover,
.metis-container .pager .disabled > a:focus,
.metis-container .pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 7836, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 7849, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .label:empty {
  display: none;
}

/* line 7853, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn .label {
  position: relative;
  top: -1px;
}

/* line 7859, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.label:hover, .metis-container a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 7866, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .label-default {
  background-color: #777777;
}

/* line 7870, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .label-default[href]:hover, .metis-container .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 7875, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .label-primary {
  background-color: #337ab7;
}

/* line 7879, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .label-primary[href]:hover, .metis-container .label-primary[href]:focus {
  background-color: #286090;
}

/* line 7884, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .label-success {
  background-color: #5cb85c;
}

/* line 7888, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .label-success[href]:hover, .metis-container .label-success[href]:focus {
  background-color: #449d44;
}

/* line 7893, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .label-info {
  background-color: #5bc0de;
}

/* line 7897, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .label-info[href]:hover, .metis-container .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 7902, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .label-warning {
  background-color: #f0ad4e;
}

/* line 7906, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .label-warning[href]:hover, .metis-container .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 7911, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .label-danger {
  background-color: #d9534f;
}

/* line 7915, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .label-danger[href]:hover, .metis-container .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7920, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

/* line 7935, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .badge:empty {
  display: none;
}

/* line 7939, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn .badge {
  position: relative;
  top: -1px;
}

/* line 7944, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .btn-xs .badge, .metis-container .btn-group-xs > .btn .badge, .metis-container .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

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

/* line 7954, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item > .badge {
  float: right;
}

/* line 7958, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 7962, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 7967, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.badge:hover, .metis-container a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 7974, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 7982, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .jumbotron h1,
.metis-container .jumbotron .h1 {
  color: inherit;
}

/* line 7987, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 7993, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 7997, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .container .jumbotron, .metis-container .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 8003, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 6, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
    /* line 43, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
    /* line 49, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
  }
  /* line 8008, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 8013, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .container .jumbotron, .metis-container .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 8018, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .jumbotron h1,
.metis-container .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 8025, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 8038, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .thumbnail > img,
.metis-container .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 8047, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 8053, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.thumbnail:hover,
.metis-container a.thumbnail:focus,
.metis-container a.thumbnail.active {
  border-color: #337ab7;
}

/* line 8060, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 8067, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 8072, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert .alert-link {
  font-weight: bold;
}

/* line 8076, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert > p,
.metis-container .alert > ul {
  margin-bottom: 0;
}

/* line 8081, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert > p + p {
  margin-top: 5px;
}

/* line 8086, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert-dismissable,
.metis-container .alert-dismissible {
  padding-right: 35px;
}

/* line 8091, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert-dismissable .close,
.metis-container .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 8100, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 8106, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 8110, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert-success .alert-link {
  color: #2b542c;
}

/* line 8115, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 8121, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 8125, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert-info .alert-link {
  color: #245269;
}

/* line 8130, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 8136, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 8140, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert-warning .alert-link {
  color: #66512c;
}

/* line 8145, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 8151, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 8155, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 8176, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 8187, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 8204, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .progress-striped .progress-bar,
.metis-container .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 8213, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .progress.active .progress-bar,
.metis-container .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 8221, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .progress-bar-success {
  background-color: #5cb85c;
}

/* line 8225, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .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 8232, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .progress-bar-info {
  background-color: #5bc0de;
}

/* line 8236, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .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 8243, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 8247, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .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 8254, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .progress-bar-danger {
  background-color: #d9534f;
}

/* line 8258, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .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 8265, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .media {
  margin-top: 15px;
}

/* line 8269, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .media:first-child {
  margin-top: 0;
}

/* line 8274, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .media,
.metis-container .media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 8281, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .media-body {
  width: 10000px;
}

/* line 8286, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .media-object {
  display: block;
}

/* line 8290, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .media-object.img-thumbnail {
  max-width: none;
}

/* line 8295, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .media-right,
.metis-container .media > .pull-right {
  padding-left: 10px;
}

/* line 8301, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .media-left,
.metis-container .media > .pull-left {
  padding-right: 10px;
}

/* line 8307, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .media-left,
.metis-container .media-right,
.metis-container .media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 8315, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .media-middle {
  vertical-align: middle;
}

/* line 8320, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .media-bottom {
  vertical-align: bottom;
}

/* line 8325, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 8331, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .media-list {
  padding-left: 0;
  list-style: none;
}

/* line 8337, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 8343, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 8352, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

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

/* line 8364, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item,
.metis-container button.list-group-item {
  color: #555;
}

/* line 8369, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item .list-group-item-heading,
.metis-container button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 8374, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item:hover, .metis-container a.list-group-item:focus,
.metis-container button.list-group-item:hover,
.metis-container button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 8383, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 8389, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item.disabled, .metis-container .list-group-item.disabled:hover, .metis-container .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

/* line 8395, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item.disabled .list-group-item-heading, .metis-container .list-group-item.disabled:hover .list-group-item-heading, .metis-container .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 8399, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item.disabled .list-group-item-text, .metis-container .list-group-item.disabled:hover .list-group-item-text, .metis-container .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 8403, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item.active, .metis-container .list-group-item.active:hover, .metis-container .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 8410, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item.active .list-group-item-heading,
.metis-container .list-group-item.active .list-group-item-heading > small,
.metis-container .list-group-item.active .list-group-item-heading > .small, .metis-container .list-group-item.active:hover .list-group-item-heading,
.metis-container .list-group-item.active:hover .list-group-item-heading > small,
.metis-container .list-group-item.active:hover .list-group-item-heading > .small, .metis-container .list-group-item.active:focus .list-group-item-heading,
.metis-container .list-group-item.active:focus .list-group-item-heading > small,
.metis-container .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 8420, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item.active .list-group-item-text, .metis-container .list-group-item.active:hover .list-group-item-text, .metis-container .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 8425, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 8431, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-success,
.metis-container button.list-group-item-success {
  color: #3c763d;
}

/* line 8436, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-success .list-group-item-heading,
.metis-container button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 8441, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-success:hover, .metis-container a.list-group-item-success:focus,
.metis-container button.list-group-item-success:hover,
.metis-container button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 8448, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-success.active, .metis-container a.list-group-item-success.active:hover, .metis-container a.list-group-item-success.active:focus,
.metis-container button.list-group-item-success.active,
.metis-container button.list-group-item-success.active:hover,
.metis-container button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 8458, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 8464, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-info,
.metis-container button.list-group-item-info {
  color: #31708f;
}

/* line 8469, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-info .list-group-item-heading,
.metis-container button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 8474, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-info:hover, .metis-container a.list-group-item-info:focus,
.metis-container button.list-group-item-info:hover,
.metis-container button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 8481, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-info.active, .metis-container a.list-group-item-info.active:hover, .metis-container a.list-group-item-info.active:focus,
.metis-container button.list-group-item-info.active,
.metis-container button.list-group-item-info.active:hover,
.metis-container button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 8491, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 8497, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-warning,
.metis-container button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 8502, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-warning .list-group-item-heading,
.metis-container button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 8507, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-warning:hover, .metis-container a.list-group-item-warning:focus,
.metis-container button.list-group-item-warning:hover,
.metis-container button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 8514, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-warning.active, .metis-container a.list-group-item-warning.active:hover, .metis-container a.list-group-item-warning.active:focus,
.metis-container button.list-group-item-warning.active,
.metis-container button.list-group-item-warning.active:hover,
.metis-container button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 8524, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 8530, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-danger,
.metis-container button.list-group-item-danger {
  color: #a94442;
}

/* line 8535, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-danger .list-group-item-heading,
.metis-container button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 8540, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-danger:hover, .metis-container a.list-group-item-danger:focus,
.metis-container button.list-group-item-danger:hover,
.metis-container button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 8547, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container a.list-group-item-danger.active, .metis-container a.list-group-item-danger.active:hover, .metis-container a.list-group-item-danger.active:focus,
.metis-container button.list-group-item-danger.active,
.metis-container button.list-group-item-danger.active:hover,
.metis-container button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 8557, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 8563, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 8569, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 8579, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-body {
  padding: 15px;
}

/* line 8583, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-body:before, .metis-container .panel-body:after {
  content: " ";
  display: table;
}

/* line 8588, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-body:after {
  clear: both;
}

/* line 8593, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 8600, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 8605, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 8612, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-title > a,
.metis-container .panel-title > small,
.metis-container .panel-title > .small,
.metis-container .panel-title > small > a,
.metis-container .panel-title > .small > a {
  color: inherit;
}

/* line 8621, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 8630, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .list-group,
.metis-container .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 8635, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .list-group .list-group-item,
.metis-container .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 8641, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .list-group:first-child .list-group-item:first-child,
.metis-container .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 8648, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .list-group:last-child .list-group-item:last-child,
.metis-container .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 8655, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 8661, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 8666, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .list-group + .panel-footer {
  border-top-width: 0;
}

/* line 8671, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table,
.metis-container .panel > .table-responsive > .table,
.metis-container .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 8677, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table caption,
.metis-container .panel > .table-responsive > .table caption,
.metis-container .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 8684, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table:first-child,
.metis-container .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 8690, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table:first-child > thead:first-child > tr:first-child,
.metis-container .panel > .table:first-child > tbody:first-child > tr:first-child,
.metis-container .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.metis-container .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 8698, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.metis-container .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.metis-container .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.metis-container .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.metis-container .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.metis-container .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.metis-container .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.metis-container .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 8709, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.metis-container .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.metis-container .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.metis-container .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.metis-container .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.metis-container .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.metis-container .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.metis-container .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 8720, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table:last-child,
.metis-container .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 8726, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table:last-child > tbody:last-child > tr:last-child,
.metis-container .panel > .table:last-child > tfoot:last-child > tr:last-child,
.metis-container .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.metis-container .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 8734, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.metis-container .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.metis-container .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.metis-container .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.metis-container .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.metis-container .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.metis-container .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.metis-container .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 8745, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.metis-container .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.metis-container .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.metis-container .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.metis-container .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.metis-container .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.metis-container .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.metis-container .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 8756, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .panel-body + .table,
.metis-container .panel > .panel-body + .table-responsive,
.metis-container .panel > .table + .panel-body,
.metis-container .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 8763, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table > tbody:first-child > tr:first-child th,
.metis-container .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 8768, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table-bordered,
.metis-container .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 8773, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table-bordered > thead > tr > th:first-child,
.metis-container .panel > .table-bordered > thead > tr > td:first-child,
.metis-container .panel > .table-bordered > tbody > tr > th:first-child,
.metis-container .panel > .table-bordered > tbody > tr > td:first-child,
.metis-container .panel > .table-bordered > tfoot > tr > th:first-child,
.metis-container .panel > .table-bordered > tfoot > tr > td:first-child,
.metis-container .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.metis-container .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.metis-container .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.metis-container .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.metis-container .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.metis-container .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 8788, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table-bordered > thead > tr > th:last-child,
.metis-container .panel > .table-bordered > thead > tr > td:last-child,
.metis-container .panel > .table-bordered > tbody > tr > th:last-child,
.metis-container .panel > .table-bordered > tbody > tr > td:last-child,
.metis-container .panel > .table-bordered > tfoot > tr > th:last-child,
.metis-container .panel > .table-bordered > tfoot > tr > td:last-child,
.metis-container .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.metis-container .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.metis-container .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.metis-container .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.metis-container .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.metis-container .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 8803, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table-bordered > thead > tr:first-child > td,
.metis-container .panel > .table-bordered > thead > tr:first-child > th,
.metis-container .panel > .table-bordered > tbody > tr:first-child > td,
.metis-container .panel > .table-bordered > tbody > tr:first-child > th,
.metis-container .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.metis-container .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.metis-container .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.metis-container .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 8814, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table-bordered > tbody > tr:last-child > td,
.metis-container .panel > .table-bordered > tbody > tr:last-child > th,
.metis-container .panel > .table-bordered > tfoot > tr:last-child > td,
.metis-container .panel > .table-bordered > tfoot > tr:last-child > th,
.metis-container .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.metis-container .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.metis-container .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.metis-container .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 8825, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 8831, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-group {
  margin-bottom: 20px;
}

/* line 8835, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 8840, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 8844, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-group .panel-heading {
  border-bottom: 0;
}

/* line 8848, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-group .panel-heading + .panel-collapse > .panel-body,
.metis-container .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 8853, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-group .panel-footer {
  border-top: 0;
}

/* line 8857, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 8862, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-default {
  border-color: #ddd;
}

/* line 8866, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 8872, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 8876, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 8881, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 8886, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-primary {
  border-color: #337ab7;
}

/* line 8890, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 8896, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 8900, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 8905, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 8910, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-success {
  border-color: #d6e9c6;
}

/* line 8914, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8920, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 8924, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 8929, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 8934, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-info {
  border-color: #bce8f1;
}

/* line 8938, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8944, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 8948, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 8953, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 8958, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-warning {
  border-color: #faebcc;
}

/* line 8962, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8968, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 8972, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 8977, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 8982, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-danger {
  border-color: #ebccd1;
}

/* line 8986, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8992, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 8996, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 9001, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 9006, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 9014, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .embed-responsive .embed-responsive-item,
.metis-container .embed-responsive iframe,
.metis-container .embed-responsive embed,
.metis-container .embed-responsive object,
.metis-container .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 9029, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 9034, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 9039, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 9050, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 9056, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 9062, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 9068, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 9079, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .close:hover, .metis-container .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 9088, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 9097, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-open {
  overflow: hidden;
}

/* line 9102, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .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 9115, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .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 9126, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 9134, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 9140, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 9147, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 9160, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 9170, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 9175, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 9181, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 9186, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-header:before, .metis-container .modal-header:after {
  content: " ";
  display: table;
}

/* line 9191, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-header:after {
  clear: both;
}

/* line 9196, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-header .close {
  margin-top: -2px;
}

/* line 9201, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 9207, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-body {
  position: relative;
  padding: 15px;
}

/* line 9213, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 9219, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-footer:before, .metis-container .modal-footer:after {
  content: " ";
  display: table;
}

/* line 9224, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-footer:after {
  clear: both;
}

/* line 9228, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 9233, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 9237, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 9242, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 136, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
    /* line 140, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
    /* line 145, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  }
  /* line 9252, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 9258, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .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 9264, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 149, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  }
  /* line 9270, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .modal-lg {
    width: 900px;
  }
}

/* line 9275, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 9299, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 9304, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 9309, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 9314, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 9319, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 9325, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 9335, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 9344, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 9352, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 9360, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 9368, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 9376, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 9384, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 9392, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 9400, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 9409, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 9442, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover.top {
  margin-top: -10px;
}

/* line 9446, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover.right {
  margin-left: 10px;
}

/* line 9450, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover.bottom {
  margin-top: 10px;
}

/* line 9454, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover.left {
  margin-left: -10px;
}

/* line 9459, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 9469, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover-content {
  padding: 9px 14px;
}

/* line 9474, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover > .arrow, .metis-container .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 9484, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover > .arrow {
  border-width: 11px;
}

/* line 9489, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 9495, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 9504, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 9512, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 9521, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 9529, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 9538, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 9546, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 9555, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 9564, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel {
  position: relative;
}

/* line 9569, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 9575, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .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 9583, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-inner > .item > img,
.metis-container .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 16, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    /* line 34, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    /* line 39, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    /* line 44, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  }
  /* line 9592, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .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 9605, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .carousel-inner > .item.next, .metis-container .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 9611, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .carousel-inner > .item.prev, .metis-container .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 9617, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .carousel-inner > .item.next.left, .metis-container .carousel-inner > .item.prev.right, .metis-container .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 9624, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-inner > .active,
.metis-container .carousel-inner > .next,
.metis-container .carousel-inner > .prev {
  display: block;
}

/* line 9630, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-inner > .active {
  left: 0;
}

/* line 9634, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-inner > .next,
.metis-container .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 9641, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-inner > .next {
  left: 100%;
}

/* line 9645, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-inner > .prev {
  left: -100%;
}

/* line 9649, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-inner > .next.left,
.metis-container .carousel-inner > .prev.right {
  left: 0;
}

/* line 9654, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-inner > .active.left {
  left: -100%;
}

/* line 9658, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-inner > .active.right {
  left: 100%;
}

/* line 9663, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

/* line 9678, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .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 9686, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .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 9696, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-control:hover, .metis-container .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 9704, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-control .icon-prev,
.metis-container .carousel-control .icon-next,
.metis-container .carousel-control .glyphicon-chevron-left,
.metis-container .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 9715, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-control .icon-prev,
.metis-container .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 9721, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-control .icon-next,
.metis-container .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 9727, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-control .icon-prev,
.metis-container .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 9735, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 9739, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-control .icon-next:before {
  content: '\203a';
}

/* line 9744, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .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 9756, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

/* line 9769, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 9777, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 9790, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 240, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    /* line 249, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    /* line 253, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    /* line 260, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    /* line 267, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
  }
  /* line 9796, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .carousel-control .glyphicon-chevron-left,
.metis-container .carousel-control .glyphicon-chevron-right,
.metis-container .carousel-control .icon-prev,
.metis-container .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 9806, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .carousel-control .glyphicon-chevron-left,
.metis-container .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 9811, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .carousel-control .glyphicon-chevron-right,
.metis-container .carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 9817, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 9824, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .carousel-indicators {
    bottom: 20px;
  }
}

/* line 9829, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .clearfix:before, .metis-container .clearfix:after {
  content: " ";
  display: table;
}

/* line 9834, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .clearfix:after {
  clear: both;
}

/* line 9839, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 9846, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pull-right {
  float: right !important;
}

/* line 9851, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pull-left {
  float: left !important;
}

/* line 9856, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .hide {
  display: none !important;
}

/* line 9861, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .show {
  display: block !important;
}

/* line 9866, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .invisible {
  visibility: hidden;
}

/* line 9871, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 9880, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .hidden {
  display: none !important;
}

/* line 9885, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .affix {
  position: fixed;
}

@-ms-viewport {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    width: device-width;
  }
}

/* line 9893, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .visible-xs {
  display: none !important;
}

/* line 9898, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .visible-sm {
  display: none !important;
}

/* line 9903, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .visible-md {
  display: none !important;
}

/* line 9908, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .visible-lg {
  display: none !important;
}

/* line 9913, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .visible-xs-block,
.metis-container .visible-xs-inline,
.metis-container .visible-xs-inline-block,
.metis-container .visible-sm-block,
.metis-container .visible-sm-inline,
.metis-container .visible-sm-inline-block,
.metis-container .visible-md-block,
.metis-container .visible-md-inline,
.metis-container .visible-md-inline-block,
.metis-container .visible-lg-block,
.metis-container .visible-lg-inline,
.metis-container .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    /* line 10, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    /* line 12, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  }
  /* line 9930, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-xs {
    display: block !important;
  }
  /* line 9935, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container table.visible-xs {
    display: table !important;
  }
  /* line 9940, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container tr.visible-xs {
    display: table-row !important;
  }
  /* line 9945, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container th.visible-xs,
.metis-container td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 54, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  }
  /* line 9952, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 59, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  }
  /* line 9959, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 64, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  }
  /* line 9966, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    /* line 10, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    /* line 12, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  }
  /* line 9973, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-sm {
    display: block !important;
  }
  /* line 9978, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container table.visible-sm {
    display: table !important;
  }
  /* line 9983, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container tr.visible-sm {
    display: table-row !important;
  }
  /* line 9988, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container th.visible-sm,
.metis-container td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 73, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  }
  /* line 9995, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 78, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  }
  /* line 10002, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 83, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  }
  /* line 10009, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    /* line 10, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    /* line 12, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  }
  /* line 10016, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-md {
    display: block !important;
  }
  /* line 10021, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container table.visible-md {
    display: table !important;
  }
  /* line 10026, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container tr.visible-md {
    display: table-row !important;
  }
  /* line 10031, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container th.visible-md,
.metis-container td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 92, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  }
  /* line 10038, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 97, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  }
  /* line 10045, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 102, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  }
  /* line 10052, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    /* line 10, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    /* line 12, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  }
  /* line 10059, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-lg {
    display: block !important;
  }
  /* line 10064, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container table.visible-lg {
    display: table !important;
  }
  /* line 10069, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container tr.visible-lg {
    display: table-row !important;
  }
  /* line 10074, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container th.visible-lg,
.metis-container td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 111, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  }
  /* line 10081, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 116, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  }
  /* line 10088, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 121, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  }
  /* line 10095, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  }
  /* line 10102, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  }
  /* line 10108, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  }
  /* line 10114, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  }
  /* line 10120, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .hidden-lg {
    display: none !important;
  }
}

/* line 10125, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .visible-print {
  display: none !important;
}

@media print {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 7, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    /* line 10, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    /* line 11, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    /* line 12, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  }
  /* line 10131, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-print {
    display: block !important;
  }
  /* line 10136, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container table.visible-print {
    display: table !important;
  }
  /* line 10141, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container tr.visible-print {
    display: table-row !important;
  }
  /* line 10146, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container th.visible-print,
.metis-container td.visible-print {
    display: table-cell !important;
  }
}

/* line 10152, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .visible-print-block {
  display: none !important;
}

@media print {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 155, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  }
  /* line 10157, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-print-block {
    display: block !important;
  }
}

/* line 10163, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .visible-print-inline {
  display: none !important;
}

@media print {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 162, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  }
  /* line 10168, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-print-inline {
    display: inline !important;
  }
}

/* line 10174, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 169, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  }
  /* line 10179, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    /* line 18, /Users/cyanglee/workspace/metis/vendor/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  }
  /* line 10186, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container .hidden-print {
    display: none !important;
  }
}

/* line 10191, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .authform .help-block {
  color: red;
}

/* line 10196, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .control-label {
  font-weight: normal !important;
}

/* line 10201, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-nav .no-hover a:hover {
  background-color: transparent !important;
}

/* line 10206, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-nav {
  margin-left: -35px;
}

/* line 10211, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-default {
  background-color: white;
  border-color: white;
  margin: 10px -5px -5px 0;
}

/* line 10217, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-default li a {
  color: #001e4f !important;
  font-size: 16px;
  text-decoration: none;
}

/* line 10221, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-default li a:lang(zh-Hant) {
  font-family: '微軟正黑體', 'Microsoft JhengHei', '新細明體', PMingLiU, 'Noto Sans', Arial,sans-serif;
}

/* line 10226, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .navbar-default li a:hover {
  background-color: #9e6e02 !important;
}

/* line 10232, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .pages-tools-form input[type=submit], .metis-container .pages-tools-form button[type=reset], .metis-container .contact-form input[type=submit], .metis-container .contact-form button[type=reset] {
  border: 1px solid #9E6E02;
}

/* line 10237, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tool-link:hover {
  background: #001E4F;
}

/* line 10241, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .tool-link a {
  color: white;
}

/* line 10246, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .planner-result {
  border: 1px solid black;
  padding: 3px 7px;
  margin: 5px;
  width: 40%;
  float: left;
}

/* line 10260, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container body {
  margin: 0;
}

@font-face {
  /* line 1, app/assets/stylesheets/metis/bootstrap.scss */
  .metis-container {
    font-family: "felixti";
    src: url("/assets/felixti.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
}

/* line 10271, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .calculation {
  margin-bottom: 40px;
}

/* line 10276, app/assets/stylesheets/metis/bootstrap.scss */
.metis-container .hover-no-underline:hover {
  text-decoration: none;
}
/* line 2, app/assets/stylesheets/metis/font.scss */
.metis-container .font1 {
  font-size: 12px;
  color: #1E1E1E;
  line-height: 25px;
  letter-spacing: 1px;
}

/* line 9, app/assets/stylesheets/metis/font.scss */
.metis-container .font2 {
  font-size: 14px;
  color: #313131;
  line-height: 30px;
  letter-spacing: 1px;
}

/* line 16, app/assets/stylesheets/metis/font.scss */
.metis-container .font3 {
  font-size: 14px;
  color: #9e6e02;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: bold;
}

/* line 24, app/assets/stylesheets/metis/font.scss */
.metis-container .font4 {
  font-size: 16px;
  color: #313131;
  line-height: 30px;
  letter-spacing: 1px;
}

/* line 31, app/assets/stylesheets/metis/font.scss */
.metis-container .menu {
  font-size: 14px;
  color: #001e4f;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
}

/* line 38, app/assets/stylesheets/metis/font.scss */
.metis-container .menu2 {
  font-size: 16px;
  color: #cfd0d0;
  line-height: 16px;
  letter-spacing: 1px;
}

/* line 45, app/assets/stylesheets/metis/font.scss */
.metis-container .menu3 {
  font-size: 1em;
  color: #cfd0d0;
  line-height: 16px;
  letter-spacing: 1px;
  padding-right: 10px;
}

/* line 53, app/assets/stylesheets/metis/font.scss */
.metis-container .dot {
  font-size: 12px;
  color: #9e6e02;
  line-height: 16px;
  letter-spacing: 1px;
  text-decoration: underline;
}

/* line 61, app/assets/stylesheets/metis/font.scss */
.metis-container .top {
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: left;
}

/* line 69, app/assets/stylesheets/metis/font.scss */
.metis-container .title {
  font-size: 22px;
  color: #cccccc;
  line-height: 16px;
  letter-spacing: 0px;
}

/* line 76, app/assets/stylesheets/metis/font.scss */
.metis-container .title1 {
  font-size: 19px;
  color: #001e4f;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
}

/* line 84, app/assets/stylesheets/metis/font.scss */
.metis-container .title2 {
  font-size: 19px;
  color: #9e6e02;
  line-height: 19px;
  letter-spacing: 0px;
}

/* line 92, app/assets/stylesheets/metis/font.scss */
.metis-container .title3 {
  font-size: 19px;
  color: #444444;
  line-height: 19px;
  letter-spacing: 0px;
}

/* line 100, app/assets/stylesheets/metis/font.scss */
.metis-container .title4 {
  font-size: 16px;
  color: #444444;
  line-height: 19px;
  letter-spacing: 1px;
  line-height: 20px;
}

/* line 108, app/assets/stylesheets/metis/font.scss */
.metis-container a.font_link {
  color: #001e4f;
  font-size: 18px;
  text-decoration: none;
}

/* line 113, app/assets/stylesheets/metis/font.scss */
.metis-container a.font_link:hover {
  color: #9e6e02;
}

/* line 116, app/assets/stylesheets/metis/font.scss */
.metis-container a.font_link2 {
  color: #cfd0d0;
  font-size: 15px;
  text-decoration: none;
}

/* line 122, app/assets/stylesheets/metis/font.scss */
.metis-container a.font_link3 {
  color: #cfd0d0;
  font-size: 12px;
  text-decoration: none;
}

/* line 128, app/assets/stylesheets/metis/font.scss */
.metis-container a.font_link:hover, .metis-container a.font_link2:hover {
  color: #9e6e02;
}
/* line 5, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing {
  background-color: #EBEBEB;
}

/* line 9, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .hk-theme.color {
  color: #001E4F;
}

/* line 13, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .hk-theme.white {
  color: white;
}

/* line 17, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .hk-theme.border {
  border: 1px solid #001E4F;
}

/* line 21, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .hk-theme.background {
  background-color: #001E4F;
}

/* line 27, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .ck-theme.color {
  color: #9E6E02;
}

/* line 31, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .ck-theme.white {
  color: white;
}

/* line 35, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .ck-theme.border {
  border: 1px solid #9E6E02;
}

/* line 39, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .ck-theme.background {
  background-color: #9E6E02;
}

/* line 44, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .title {
  font-size: 25px;
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  /* line 44, app/assets/stylesheets/metis/landing_page.scss */
  .clients-landing .title {
    font-size: 36px;
    padding-top: 60px;
  }
}

/* line 53, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .box {
  width: 85%;
  border-radius: 20px;
  margin-top: 80px;
  margin-left: 3%;
  margin-right: 3%;
  min-height: 11rem;
}

@media screen and (min-width: 768px) {
  /* line 53, app/assets/stylesheets/metis/landing_page.scss */
  .clients-landing .box {
    width: 40%;
    min-height: 20rem;
  }
}

/* line 66, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .login-btn {
  margin-top: 25px;
  margin-bottom: 15px;
  border-radius: 20px;
  border: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 55px;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  /* line 66, app/assets/stylesheets/metis/landing_page.scss */
  .clients-landing .login-btn {
    width: 420px;
    height: 70px;
    font-size: 24px;
    margin-top: 50px;
  }
}

/* line 86, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .activation-btn {
  border-radius: 20px;
  border: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 90%;
  height: 55px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  /* line 86, app/assets/stylesheets/metis/landing_page.scss */
  .clients-landing .activation-btn {
    width: 420px;
    height: 70px;
    font-size: 24px;
  }
}

/* line 106, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .context {
  width: 90%;
  font-size: 14px;
  line-height: 180%;
  font-weight: 400;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  /* line 106, app/assets/stylesheets/metis/landing_page.scss */
  .clients-landing .context {
    width: 420px;
    font-size: 16px;
    margin-bottom: 50px;
  }
}

/* line 119, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .lang-switch-menu {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* line 125, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .lang-active a {
  text-decoration: none;
  color: #001E4F;
  font-weight: 900;
}

/* line 133, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .lang-inactive a {
  text-decoration: none;
  color: #727171;
  font-weight: 400;
}

/* line 140, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .activation-ja {
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  /* line 140, app/assets/stylesheets/metis/landing_page.scss */
  .clients-landing .activation-ja {
    font-size: 18px;
  }
}

/* line 147, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .center {
  justify-content: center;
  display: flex;
}

/* line 148, app/assets/stylesheets/metis/landing_page.scss */
.clients-landing .center a {
  text-decoration: none;
}
/* line 1, app/assets/stylesheets/metis/layout.scss */
.container {
  font-size: 14px;
}

/* line 2, app/assets/stylesheets/metis/layout.scss */
:lang(en) .container {
  font-family: Telex, Arial, Helvetica, sans-serif !important;
}

/* line 6, app/assets/stylesheets/metis/layout.scss */
:lang(zh-TW) .container {
  font-family: 'Microsoft JhengHei', sans-serif !important;
}

/* line 10, app/assets/stylesheets/metis/layout.scss */
:lang(ja) .container {
  font-family: 'Noto Sans JP', Meiryo, 'Microsoft JhengHei', sans-serif !important;
}
/* line 2, app/assets/stylesheets/metis/promotion.css.scss */
.metis-promotion-wrapper {
  font-size: 16px;
  line-height: 1;
}

/* line 6, app/assets/stylesheets/metis/promotion.css.scss */
.metis-promotion-wrapper .btn {
  letter-spacing: 1px;
  font-family: "helvetica neue condensed bold","Lantinghei SC","PingFangTC-Light", sans-serif;
}

/* line 11, app/assets/stylesheets/metis/promotion.css.scss */
.metis-promotion-wrapper a {
  transition: 0.3s;
}

@media (max-width: 736px) {
  /* line 17, app/assets/stylesheets/metis/promotion.css.scss */
  div.container {
    margin-top: 67px;
  }
  /* line 20, app/assets/stylesheets/metis/promotion.css.scss */
  div.metis-container-v2 {
    margin-bottom: 0;
  }
}

/* line 29, app/assets/stylesheets/metis/promotion.css.scss */
.promotion .main {
  background-color: #E60000;
  padding: 8px;
  color: white;
  font-size: 1.2em;
  line-height: normal;
}

/* line 36, app/assets/stylesheets/metis/promotion.css.scss */
.promotion .promotion-more {
  border: 1px solid white;
  padding: 5px;
  color: white;
  margin-left: 20px;
}

/* line 42, app/assets/stylesheets/metis/promotion.css.scss */
.promotion .promotion-more:link,
.promotion .promotion-more:hover,
.promotion .promotion-more:active,
.promotion .promotion-more:visited {
  background-color: #E60000 !important;
}

/* line 48, app/assets/stylesheets/metis/promotion.css.scss */
.promotion .fa-anchor {
  color: white;
  font-size: 1.2em;
}

/* line 52, app/assets/stylesheets/metis/promotion.css.scss */
.promotion a:not(.promotion-more) {
  color: white;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/metis/promotion.css.scss */
.promotion a:not(.promotion-more):link,
.promotion a:not(.promotion-more):hover,
.promotion a:not(.promotion-more):active,
.promotion a:not(.promotion-more):visited {
  color: white;
  text-decoration: none;
  background-color: #E60000 !important;
}
@media (max-width: 991.98px) {
  /* line 3, app/assets/stylesheets/metis/v2-override.scss */
  div.container {
    margin-top: 60px;
  }
}

@media (min-height: 750px) {
  /* line 8, app/assets/stylesheets/metis/v2-override.scss */
  body.web-no-login {
    background-image: linear-gradient(to bottom, white, white 750px, #e5e5e5 750px, #e5e5e5);
    background-attachment: fixed;
  }
  /* line 13, app/assets/stylesheets/metis/v2-override.scss */
  body.web-no-login > div.footer-v2 {
    background-color: white;
  }
}

/* line 19, app/assets/stylesheets/metis/v2-override.scss */
.metis-container-v2 {
  margin-bottom: 100px;
}

/* line 23, app/assets/stylesheets/metis/v2-override.scss */
.metis-container-v2.footer-v2 {
  margin-bottom: 0;
  background-color: white;
}

/* line 28, app/assets/stylesheets/metis/v2-override.scss */
.web-no-login .metis-container-v2 .footer {
  margin-top: 0;
}

@media (min-width: 959px) {
  /* line 35, app/assets/stylesheets/metis/v2-override.scss */
  .metis-container-v2 .page-wrap.wrap-box {
    max-width: 74em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 43, app/assets/stylesheets/metis/v2-override.scss */
  .metis-container-v2 .page-wrap.wrap-box:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 50, app/assets/stylesheets/metis/v2-override.scss */
.metis-container-v2 .page-wrap {
  margin: 0 0 4.8rem 0;
}

/* line 54, app/assets/stylesheets/metis/v2-override.scss */
.metis-container-v2 .page-wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* line 61, app/assets/stylesheets/metis/v2-override.scss */
.metis-container-v2 #cookie_directive_container {
  margin-top: 0;
}

/* line 63, app/assets/stylesheets/metis/v2-override.scss */
.metis-container-v2 #cookie_directive_container .container {
  margin-top: 0;
}

/* line 67, app/assets/stylesheets/metis/v2-override.scss */
.metis-container-v2 #cookie_directive_container .container a.btn {
  font-family: "helvetica neue condensed bold","Lantinghei SC","PingFangTC-Light", sans-serif;
  letter-spacing: 1px;
}

/* line 74, app/assets/stylesheets/metis/v2-override.scss */
.questionnaire {
  position: fixed;
  top: 25%;
  right: 15px;
  z-index: 999;
  background: #9E6E02;
  color: white;
  padding: 10px;
  opacity: 0.8;
  border-radius: 15px 0px 0px 15px;
}
@font-face {
  font-family: 'Telex';
  font-style: normal;
  font-weight: 400;
  src: local("Telex Regular"), local("Telex-Regular"), url(https://fonts.gstatic.com/s/telex/v5/yW5xjU7g_M4uGcfkhVTIhKCWcynf_cDxXwCLxiixG1c.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}

/* line 15, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 :lang(zh-Hant) {
  font-family: "Microsoft JhengHei", sans-serif;
}

/* line 15, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 .login {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 15, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 .login li {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 15, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 h1.logo {
  background-image: url("/images/logo.png");
}

/* line 15, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 .separator {
  color: #3b5975;
  font-size: 0.9rem;
}

/* line 21, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* line 29, app/assets/stylesheets/metis/v2.scss */
:lang(en) .metis-container-v2 {
  font-family: Telex, Arial, Helvetica, sans-serif !important;
}

/* line 33, app/assets/stylesheets/metis/v2.scss */
:lang(zh-TW) .metis-container-v2 {
  font-family: 'Microsoft JhengHei', sans-serif !important;
}

/* line 37, app/assets/stylesheets/metis/v2.scss */
:lang(ja) .metis-container-v2 {
  font-family: 'Noto Sans JP', Meiryo, 'Microsoft JhengHei', sans-serif !important;
}

/* line 49, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 h1, .metis-container-v2 h2, .metis-container-v2 h3, .metis-container-v2 h4, .metis-container-v2 h5, .metis-container-v2 h6, .metis-container-v2 ol, .metis-container-v2 ul, .metis-container-v2 li {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* line 55, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 ol, .metis-container-v2 ul {
  list-style: none;
}

/* line 65, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 a {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 75, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 80, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 a img {
  width: 100%;
}

/* line 83, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 .main-content {
  margin-top: 120px;
}

/* line 86, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 i.fa {
  color: #001e4f;
}

/* line 89, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 h2 {
  font-size: 22px;
}

/* line 95, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 .footer {
  margin-top: 2rem;
  padding: 2rem 1rem;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 98, app/assets/stylesheets/metis/v2.scss */
.metis-container-v2 .footer .footer-wrap .copyright p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

@media (min-width: 53.8125em) {
  /* line 104, app/assets/stylesheets/metis/v2.scss */
  .metis-container-v2 .footer .footer-wrap {
    max-width: 61.5em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 107, app/assets/stylesheets/metis/v2.scss */
  .metis-container-v2 .footer .footer-wrap:after {
    content: "";
    display: table;
    clear: both;
  }
}
/* line 3, app/assets/stylesheets/web/hk/layout.scss */
html {
  font-size: 16px;
}

/* line 7, app/assets/stylesheets/web/hk/layout.scss */
body {
  margin: 0;
  font-size: 14px;
}

/* line 12, app/assets/stylesheets/web/hk/layout.scss */
.container {
  margin: 120px auto 0;
  padding: 0;
  position: relative;
  width: 100%;
  line-height: 13px;
}

/* line 21, app/assets/stylesheets/web/hk/layout.scss */
tr.web-login-wrapper > td {
  display: block;
  float: right;
}

/* line 26, app/assets/stylesheets/web/hk/layout.scss */
tr.web-login-wrapper .account-active-reminder,
tr.web-login-wrapper .account-active-reminder a[href] {
  color: #9e6e02;
}

@media (max-width: 1024px) {
  /* line 32, app/assets/stylesheets/web/hk/layout.scss */
  tr.web-login-wrapper > td {
    width: 100%;
    text-align: center;
  }
  /* line 36, app/assets/stylesheets/web/hk/layout.scss */
  tr.web-login-wrapper > td .menu {
    text-align: center;
  }
  /* line 40, app/assets/stylesheets/web/hk/layout.scss */
  tr.web-login-wrapper > td:last-child {
    padding: 0;
    margin: 4.5em 0 2em;
  }
  /* line 45, app/assets/stylesheets/web/hk/layout.scss */
  tr.web-login-wrapper .site-disclaimer {
    margin: -20px 2em 0;
  }
  /* line 50, app/assets/stylesheets/web/hk/layout.scss */
  tr.web-login-wrapper td.login-form-group > label, tr.web-login-wrapper td.login-form-group > div {
    display: block;
    margin: auto;
    text-align: center;
    width: auto;
  }
}

/* line 61, app/assets/stylesheets/web/hk/layout.scss */
div.web-chpw-wrapper h4 {
  padding: 24px 0 10px;
}

/* line 65, app/assets/stylesheets/web/hk/layout.scss */
div.web-chpw-wrapper > div {
  clear: both;
  padding: 2px 0;
}

/* line 70, app/assets/stylesheets/web/hk/layout.scss */
div.web-chpw-wrapper label {
  float: left;
  font-weight: inherit;
  width: 49%;
}

/* line 75, app/assets/stylesheets/web/hk/layout.scss */
div.web-chpw-wrapper label + .form-group {
  float: left;
  width: 300px;
}

/* line 81, app/assets/stylesheets/web/hk/layout.scss */
div.web-chpw-wrapper input[type=submit] {
  display: block;
  position: relative;
  clear: both;
  left: 49%;
  width: 300px;
}

@media (max-width: 1024px) {
  /* line 90, app/assets/stylesheets/web/hk/layout.scss */
  div.web-chpw-wrapper label, div.web-chpw-wrapper label + .form-group {
    float: none;
    width: auto;
  }
  /* line 94, app/assets/stylesheets/web/hk/layout.scss */
  div.web-chpw-wrapper input[type=submit] {
    left: auto;
    width: 100%;
  }
}

/* line 104, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .main-panel {
  min-height: 615px;
}

/* line 106, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .main-panel.producers {
  background: white url("/media/1/page_pics/login_advisor_base.jpg");
  background-repeat: no-repeat;
}

/* line 110, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .main-panel.clients {
  background-color: #EBEBEB;
}

/* line 115, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .navbar-default {
  margin-right: 0px;
}

/* line 119, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .push-top {
  margin-top: 50px;
}

/* line 123, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .web-input, .metis-container .client-input, .metis-container .advisor-input {
  border-radius: 0px;
}

/* line 127, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .advisor-input {
  border: 1px solid #001E4F;
}

/* line 131, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .client-input {
  border: 1px solid #9E6E02;
}

/* line 135, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .client-input-wrapper {
  width: 300px;
}

/* line 140, app/assets/stylesheets/web/hk/layout.scss */
.metis-container td.login-form-group > * {
  display: inline-block;
}

/* line 143, app/assets/stylesheets/web/hk/layout.scss */
.metis-container td.login-form-group > label {
  width: 29%;
}

/* line 145, app/assets/stylesheets/web/hk/layout.scss */
.metis-container td.login-form-group > label.menu {
  font-weight: inherit;
}

/* line 149, app/assets/stylesheets/web/hk/layout.scss */
.metis-container td.login-form-group > div {
  width: 70%;
  max-width: 300px;
}

/* line 155, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .web-btn, .metis-container .advisor-btn, .metis-container .client-btn {
  border-radius: 0px;
  border: 0px;
  color: #FFF;
  height: 38px;
  width: 100%;
}

/* line 166, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .advisor-btn {
  background-color: #001e4f;
}

/* line 169, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .client-btn {
  background-color: #9e6e02;
}

/* line 172, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .advisor-btn-disabled, .metis-container .client-btn-disabled {
  background-color: #efefef;
}

/* line 174, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .advisor-btn-disabled[type="submit"], .metis-container .client-btn-disabled[type="submit"] {
  cursor: not-allowed;
}

/* line 179, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .advisor-panel-body {
  min-height: 600px;
}

/* line 183, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .client-panel-body {
  min-height: 0px;
}

/* line 188, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .panel-success {
  border-color: #9E6E02;
}

/* line 192, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .panel-success > .panel-heading {
  background-color: #9E6E02;
  border-color: #9E6E02;
  color: #fff;
}

/* line 198, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .btn-primary {
  color: #fff;
  background-color: #9E6E02;
  border-color: #9E6E02;
}

/* line 204, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .btn-primary:hover,
.metis-container .btn-primary:focus,
.metis-container .btn-primary:active,
.metis-container .btn-primary.active,
.metis-container .open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #9E6E02;
  border-color: #9E6E02;
}

/* line 214, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .btn-default-client:hover,
.metis-container .btn-default-client:focus,
.metis-container .btn-default-client:active,
.metis-container .btn-default-client.active,
.metis-container .open .dropdown-toggle.btn-default-client {
  color: #ffffff;
  background-color: #9E6E02;
  border-color: #9E6E02;
}

/* line 224, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .panel-default > .panel-heading {
  background-color: #001E4F;
  border-color: #001E4F;
  color: #fff;
}

/* line 231, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .btn-default-advisor:hover,
.metis-container .btn-default-advisor:focus,
.metis-container .btn-default-advisor:active,
.metis-container .btn-default-advisor.active,
.metis-container .open .dropdown-toggle.btn-default-advisor {
  color: #ffffff;
  background-color: #001E4F;
  border-color: #001E4F;
}

/* line 241, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .panel-default > .panel-heading {
  background-color: #001E4F;
  border-color: #001E4F;
  color: #fff;
}

/* line 247, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .btn-blue,
.metis-container .btn-blue:hover,
.metis-container .btn-blue:active,
.metis-container .btn-blue.hover {
  color: #FFFFFF;
  background-color: #001E4F;
  border-color: #001E4F;
}

/* line 256, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .site-disclaimer {
  padding: 0 8px;
  margin: -20px auto 0;
  height: 240px;
  overflow: auto;
  outline: 1px inset rgba(0, 0, 0, 0.4);
  line-height: 18px;
}

/* line 264, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .site-disclaimer > h2 {
  margin: 12px 0 16px;
}

/* line 267, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .site-disclaimer h2, .metis-container .site-disclaimer h3 {
  font-size: inherit;
  font-weight: bold;
}

/* line 271, app/assets/stylesheets/web/hk/layout.scss */
.metis-container .site-disclaimer h2 {
  font-size: larger;
}

/* line 276, app/assets/stylesheets/web/hk/layout.scss */
.metis-container label.pointer {
  cursor: pointer;
}

/* line 281, app/assets/stylesheets/web/hk/layout.scss */
.qr-code-container svg {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/* line 3, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container form {
  margin: 0 auto;
  padding: 0 32px;
}

/* line 7, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .form-control::-moz-placeholder,
.web-login-container .form-control::-moz-placeholder,
.web-login-container .form-control::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #727171;
}

/* line 16, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .input {
  border: 1px solid #001E4F;
  background: #FFFFFF;
  border-radius: 8px;
  box-sizing: border-box;
  min-width: 400px;
  height: 60px;
  font-size: 18px;
}

/* line 25, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container input[type="checkbox"] {
  width: 18px;
  height: 19px;
  background: #FFFFFF;
  border: 1px solid #000000;
  vertical-align: middle;
  margin: 0 5px 5px 0;
}

/* line 34, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .login-btn {
  width: 100%;
  height: 50px;
  background: #001E4F;
  border-radius: 8px;
  border: 0;
}

/* line 41, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .btn-disabled {
  background-color: #727171;
}

/* line 43, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .btn-disabled[type="submit"] {
  cursor: not-allowed;
}

/* line 48, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container a {
  text-decoration: underline;
  color: #727171;
}

/* line 52, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container a:hover {
  color: #001E4F;
}

/* line 55, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .tc-line {
  text-decoration: underline;
}

/* line 58, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .rwd-link {
  display: none;
}

/* line 62, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container label {
  font-size: 16px;
  line-height: 25px;
  color: #727171;
  font-weight: normal;
}

/* line 69, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .login-font, .web-login-container .link-font, .web-login-container .reminder-font,
.web-login-container .login-menu {
  font-weight: 400;
}

/* line 73, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .login-title {
  font-size: 28px;
  line-height: 35px;
  color: #001E4F;
}

/* line 78, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .login-font {
  font-size: 22px;
  line-height: 29px;
  padding-top: 22px;
  text-align: center;
  color: #001E4F;
}

/* line 85, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .reminder-font {
  font-size: 16px;
  line-height: 25px;
  color: #727171;
}

/* line 90, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .link-font {
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #727171;
  margin-left: 26px;
}

/* line 97, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .login-menu {
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
}

/* line 103, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .welcome-text {
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 12px 8px 4px rgba(0, 0, 0, 0.25);
  margin: 20px;
}

/* line 112, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .login-alert {
  max-width: 566px;
  line-height: 18px;
  padding: 8px;
}

/* line 117, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .login-close {
  line-height: 0;
  margin: 7px 0;
}

/* line 122, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .border-outline {
  border: 1px solid #001e4f;
  border-radius: 20px;
  display: flex;
  width: 1300px;
  margin: 0 auto;
}

/* line 129, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .centered-login {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}

/* line 136, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .page-height {
  height: 40px;
}

/* line 139, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .padding-bottom {
  padding-bottom: 14px;
}

/* line 142, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .submit-padding {
  padding-top: 36px;
}

/* line 146, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .watermark {
  position: absolute;
  bottom: 292px;
  background: rgba(0, 0, 0, 0.5);
  height: 144px;
  width: 650px;
}

/* line 153, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .rwd-watermark {
  display: none;
}

/* line 157, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .login-img {
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
  position: relative;
}

/* line 162, app/assets/stylesheets/web/hk/login_page.scss */
.web-login-container .login-sm-img, .web-login-container .login-md-img {
  display: none;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}

@media screen and (max-width: 1300px) {
  /* line 169, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container form {
    width: 100%;
    padding: 0 14px;
  }
  /* line 173, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .form-group {
    margin-bottom: 15px;
  }
  /* line 176, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .login-btn,
.web-login-container .input {
    min-width: 0px;
    width: 100%;
    height: 39px;
  }
  /* line 183, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .form-control::-moz-placeholder,
.web-login-container .form-control::-moz-placeholder,
.web-login-container .form-control::-webkit-input-placeholder {
    font-size: 12px;
  }
  /* line 188, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container label {
    font-size: 14px;
  }
  /* line 192, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .img-container {
    position: relative;
  }
  /* line 196, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .reminder-font {
    font-size: 14px;
    line-height: 25px;
  }
  /* line 200, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .login-font {
    font-size: 18px;
  }
  /* line 203, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .login-menu {
    font-size: 16px;
  }
  /* line 206, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .link-font {
    display: none;
  }
  /* line 209, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .rwd-link {
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #727171;
    display: block;
    text-align: center;
    padding: 11px;
  }
  /* line 218, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .login-alert {
    max-width: 450px;
    margin: 5px auto 5px;
  }
  /* line 222, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .login-title {
    font-size: 22px;
    color: #001E4F;
    text-align: center;
    margin-top: 10px;
  }
  /* line 228, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .welcome-text {
    font-size: 24px;
    line-height: 35px;
    margin: 17px;
  }
  /* line 234, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .border-outline {
    display: flex;
    flex-direction: column;
    width: 500px;
  }
  /* line 239, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .centered-login {
    margin: 25px;
  }
  /* line 243, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .page-height {
    height: 60px;
  }
  /* line 246, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .padding-bottom {
    text-align: center;
    padding-bottom: 14px;
  }
  /* line 251, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .watermark,
.web-login-container .login-img, .web-login-container .login-sm-img {
    display: none;
  }
  /* line 255, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .rwd-watermark {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
  }
  /* line 265, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .login-md-img {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 780px) {
  /* line 272, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container form {
    padding: 0;
  }
  /* line 275, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .image-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  /* line 281, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .login-alert {
    max-width: 306px;
    margin: 5px auto 5px;
  }
  /* line 285, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .border-outline {
    width: 310px;
  }
  /* line 289, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .login-md-img {
    display: none;
  }
  /* line 292, app/assets/stylesheets/web/hk/login_page.scss */
  .web-login-container .login-sm-img {
    display: block;
    width: 100%;
  }
}

/* line 300, app/assets/stylesheets/web/hk/login_page.scss */
.retrieve-container {
  padding: 45px 0px;
  margin: 0 0;
  display: flex;
  flex-flow: row wrap;
}

/* line 306, app/assets/stylesheets/web/hk/login_page.scss */
.retrieve-container .main {
  flex: 4;
  min-height: auto;
  max-width: 960px;
  background-color: #001E4F;
  border-radius: 1rem;
  margin: auto;
}

/* line 314, app/assets/stylesheets/web/hk/login_page.scss */
.retrieve-container .main .centered-section > h3 {
  font-size: 28px;
  line-height: 25px;
  width: 100%;
  padding-bottom: 35px;
}

/* line 322, app/assets/stylesheets/web/hk/login_page.scss */
.retrieve-container label {
  font-size: 22px;
  line-height: 30px;
}

/* line 326, app/assets/stylesheets/web/hk/login_page.scss */
.retrieve-container .reminder-font {
  font-size: 16px;
  line-height: 24.1px;
}

/* line 330, app/assets/stylesheets/web/hk/login_page.scss */
.retrieve-container .submit-btn {
  width: 400px;
  height: 60px;
  border: 1px solid #001E4F;
  border-radius: 8px;
  font-size: 20px;
  line-height: 35px;
  color: #001E4F;
}

/* line 339, app/assets/stylesheets/web/hk/login_page.scss */
.retrieve-container .form-control {
  height: 60px;
  border: 1px solid #001E4F;
  border-radius: 8px;
  font-size: 20px;
}

/* line 345, app/assets/stylesheets/web/hk/login_page.scss */
.retrieve-container .main .centered-section > h3, .retrieve-container .main .active, .retrieve-container .main .inactive a,
.retrieve-container label, .retrieve-container .reminder-font {
  color: white;
}

/* line 349, app/assets/stylesheets/web/hk/login_page.scss */
.retrieve-container .centered-section {
  margin: 40px 110px;
}

/* line 352, app/assets/stylesheets/web/hk/login_page.scss */
.retrieve-container .padding-in-between {
  padding: 12px 0;
}

/* line 355, app/assets/stylesheets/web/hk/login_page.scss */
.retrieve-container .centered-icon {
  filter: invert(100%);
  width: 70px;
  display: block;
  margin: 0 auto;
}

/* line 361, app/assets/stylesheets/web/hk/login_page.scss */
.retrieve-container .sent-font {
  font-size: 28px;
  line-height: 40px;
  padding: 10% 1% 20%;
  color: white;
  text-align: center;
}

@media screen and (max-width: 992px) {
  /* line 370, app/assets/stylesheets/web/hk/login_page.scss */
  .retrieve-container .main {
    max-width: 496px;
  }
  /* line 373, app/assets/stylesheets/web/hk/login_page.scss */
  .retrieve-container .main .centered-section > h3 {
    font-size: 25px;
  }
  /* line 377, app/assets/stylesheets/web/hk/login_page.scss */
  .retrieve-container .main, .retrieve-container .submit-btn {
    width: 100%;
  }
  /* line 381, app/assets/stylesheets/web/hk/login_page.scss */
  .retrieve-container .centered-section {
    margin: 50px 30px;
  }
  /* line 384, app/assets/stylesheets/web/hk/login_page.scss */
  .retrieve-container label, .retrieve-container .submit-btn {
    font-size: 18px;
  }
  /* line 387, app/assets/stylesheets/web/hk/login_page.scss */
  .retrieve-container .client-no-reminder {
    font-size: 16px;
  }
  /* line 390, app/assets/stylesheets/web/hk/login_page.scss */
  .retrieve-container .padding-in-between {
    padding: 15px 0;
  }
  /* line 393, app/assets/stylesheets/web/hk/login_page.scss */
  .retrieve-container .sent-font {
    font-size: 22px;
    line-height: 30px;
  }
  /* line 397, app/assets/stylesheets/web/hk/login_page.scss */
  .retrieve-container .centered-icon {
    width: 50px;
  }
}
