@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html.jd-framework {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.jd-framework body {
  margin: 0;
}

.jd-framework article,
.jd-framework aside,
.jd-framework details,
.jd-framework figcaption,
.jd-framework figure,
.jd-framework footer,
.jd-framework header,
.jd-framework hgroup,
.jd-framework main,
.jd-framework menu,
.jd-framework nav,
.jd-framework section,
.jd-framework summary {
  display: block;
}

.jd-framework audio,
.jd-framework canvas,
.jd-framework progress,
.jd-framework video {
  display: inline-block;
  vertical-align: baseline;
}

.jd-framework audio:not([controls]) {
  display: none;
  height: 0;
}

.jd-framework [hidden],
.jd-framework template {
  display: none;
}

.jd-framework a {
  background-color: transparent;
}

.jd-framework a:active,
.jd-framework a:hover {
  outline: 0;
}

.jd-framework abbr[title] {
  border-bottom: 1px dotted;
}

.jd-framework b,
.jd-framework strong {
  font-weight: bold;
}

.jd-framework dfn {
  font-style: italic;
}

.jd-framework h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.jd-framework mark {
  background: #ff0;
  color: #000;
}

.jd-framework small {
  font-size: 80%;
}

.jd-framework sub,
.jd-framework sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.jd-framework sup {
  top: -0.5em;
}

.jd-framework sub {
  bottom: -0.25em;
}

.jd-framework img {
  border: 0;
}

.jd-framework svg:not(:root) {
  overflow: hidden;
}

.jd-framework figure {
  margin: 1em 40px;
}

.jd-framework hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

.jd-framework pre {
  overflow: auto;
}

.jd-framework code,
.jd-framework kbd,
.jd-framework pre,
.jd-framework samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.jd-framework button,
.jd-framework input,
.jd-framework optgroup,
.jd-framework select,
.jd-framework textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.jd-framework button {
  overflow: visible;
}

.jd-framework button,
.jd-framework select {
  text-transform: none;
}

.jd-framework button,
.jd-framework html input[type="button"],
.jd-framework input[type="reset"],
.jd-framework input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.jd-framework button[disabled],
.jd-framework html input[disabled] {
  cursor: default;
}

.jd-framework button::-moz-focus-inner,
.jd-framework input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.jd-framework input {
  line-height: normal;
}

.jd-framework input[type="checkbox"],
.jd-framework input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.jd-framework input[type="number"]::-webkit-inner-spin-button,
.jd-framework input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.jd-framework input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.jd-framework input[type="search"]::-webkit-search-cancel-button,
.jd-framework input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jd-framework fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.jd-framework legend {
  border: 0;
  padding: 0;
}

.jd-framework textarea {
  overflow: auto;
}

.jd-framework optgroup {
  font-weight: bold;
}

.jd-framework table {
  border-collapse: collapse;
  border-spacing: 0;
}

.jd-framework td,
.jd-framework th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  .jd-framework *,
  .jd-framework *:before,
  .jd-framework *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .jd-framework a,
  .jd-framework a:visited {
    text-decoration: underline;
  }
  .jd-framework a[href]:after {
    content: " (" attr(href) ")";
  }
  .jd-framework abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .jd-framework a[href^="#"]:after,
  .jd-framework a[href^="javascript:"]:after {
    content: "";
  }
  .jd-framework pre,
  .jd-framework blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .jd-framework thead {
    display: table-header-group;
  }
  .jd-framework tr,
  .jd-framework img {
    page-break-inside: avoid;
  }
  .jd-framework img {
    max-width: 100% !important;
  }
  .jd-framework p,
  .jd-framework h2,
  .jd-framework h3 {
    orphans: 3;
    widows: 3;
  }
  .jd-framework h2,
  .jd-framework h3 {
    page-break-after: avoid;
  }
  .jd-framework select {
    background: #fff !important;
  }
  .jd-framework .navbar {
    display: none;
  }
  .jd-framework .btn > .caret,
  .jd-framework .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .jd-framework .label {
    border: 1px solid #000;
  }
  .jd-framework .table {
    border-collapse: collapse !important;
  }
  .jd-framework .table td,
  .jd-framework .table th {
    background-color: #fff !important;
  }
  .jd-framework .table-bordered th,
  .jd-framework .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.jd-framework .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;
}

.jd-framework .glyphicon-asterisk:before {
  content: "\2a";
}

.jd-framework .glyphicon-plus:before {
  content: "\2b";
}

.jd-framework .glyphicon-euro:before,
.jd-framework .glyphicon-eur:before {
  content: "\20ac";
}

.jd-framework .glyphicon-minus:before {
  content: "\2212";
}

.jd-framework .glyphicon-cloud:before {
  content: "\2601";
}

.jd-framework .glyphicon-envelope:before {
  content: "\2709";
}

.jd-framework .glyphicon-pencil:before {
  content: "\270f";
}

.jd-framework .glyphicon-glass:before {
  content: "\e001";
}

.jd-framework .glyphicon-music:before {
  content: "\e002";
}

.jd-framework .glyphicon-search:before {
  content: "\e003";
}

.jd-framework .glyphicon-heart:before {
  content: "\e005";
}

.jd-framework .glyphicon-star:before {
  content: "\e006";
}

.jd-framework .glyphicon-star-empty:before {
  content: "\e007";
}

.jd-framework .glyphicon-user:before {
  content: "\e008";
}

.jd-framework .glyphicon-film:before {
  content: "\e009";
}

.jd-framework .glyphicon-th-large:before {
  content: "\e010";
}

.jd-framework .glyphicon-th:before {
  content: "\e011";
}

.jd-framework .glyphicon-th-list:before {
  content: "\e012";
}

.jd-framework .glyphicon-ok:before {
  content: "\e013";
}

.jd-framework .glyphicon-remove:before {
  content: "\e014";
}

.jd-framework .glyphicon-zoom-in:before {
  content: "\e015";
}

.jd-framework .glyphicon-zoom-out:before {
  content: "\e016";
}

.jd-framework .glyphicon-off:before {
  content: "\e017";
}

.jd-framework .glyphicon-signal:before {
  content: "\e018";
}

.jd-framework .glyphicon-cog:before {
  content: "\e019";
}

.jd-framework .glyphicon-trash:before {
  content: "\e020";
}

.jd-framework .glyphicon-home:before {
  content: "\e021";
}

.jd-framework .glyphicon-file:before {
  content: "\e022";
}

.jd-framework .glyphicon-time:before {
  content: "\e023";
}

.jd-framework .glyphicon-road:before {
  content: "\e024";
}

.jd-framework .glyphicon-download-alt:before {
  content: "\e025";
}

.jd-framework .glyphicon-download:before {
  content: "\e026";
}

.jd-framework .glyphicon-upload:before {
  content: "\e027";
}

.jd-framework .glyphicon-inbox:before {
  content: "\e028";
}

.jd-framework .glyphicon-play-circle:before {
  content: "\e029";
}

.jd-framework .glyphicon-repeat:before {
  content: "\e030";
}

.jd-framework .glyphicon-refresh:before {
  content: "\e031";
}

.jd-framework .glyphicon-list-alt:before {
  content: "\e032";
}

.jd-framework .glyphicon-lock:before {
  content: "\e033";
}

.jd-framework .glyphicon-flag:before {
  content: "\e034";
}

.jd-framework .glyphicon-headphones:before {
  content: "\e035";
}

.jd-framework .glyphicon-volume-off:before {
  content: "\e036";
}

.jd-framework .glyphicon-volume-down:before {
  content: "\e037";
}

.jd-framework .glyphicon-volume-up:before {
  content: "\e038";
}

.jd-framework .glyphicon-qrcode:before {
  content: "\e039";
}

.jd-framework .glyphicon-barcode:before {
  content: "\e040";
}

.jd-framework .glyphicon-tag:before {
  content: "\e041";
}

.jd-framework .glyphicon-tags:before {
  content: "\e042";
}

.jd-framework .glyphicon-book:before {
  content: "\e043";
}

.jd-framework .glyphicon-bookmark:before {
  content: "\e044";
}

.jd-framework .glyphicon-print:before {
  content: "\e045";
}

.jd-framework .glyphicon-camera:before {
  content: "\e046";
}

.jd-framework .glyphicon-font:before {
  content: "\e047";
}

.jd-framework .glyphicon-bold:before {
  content: "\e048";
}

.jd-framework .glyphicon-italic:before {
  content: "\e049";
}

.jd-framework .glyphicon-text-height:before {
  content: "\e050";
}

.jd-framework .glyphicon-text-width:before {
  content: "\e051";
}

.jd-framework .glyphicon-align-left:before {
  content: "\e052";
}

.jd-framework .glyphicon-align-center:before {
  content: "\e053";
}

.jd-framework .glyphicon-align-right:before {
  content: "\e054";
}

.jd-framework .glyphicon-align-justify:before {
  content: "\e055";
}

.jd-framework .glyphicon-list:before {
  content: "\e056";
}

.jd-framework .glyphicon-indent-left:before {
  content: "\e057";
}

.jd-framework .glyphicon-indent-right:before {
  content: "\e058";
}

.jd-framework .glyphicon-facetime-video:before {
  content: "\e059";
}

.jd-framework .glyphicon-picture:before {
  content: "\e060";
}

.jd-framework .glyphicon-map-marker:before {
  content: "\e062";
}

.jd-framework .glyphicon-adjust:before {
  content: "\e063";
}

.jd-framework .glyphicon-tint:before {
  content: "\e064";
}

.jd-framework .glyphicon-edit:before {
  content: "\e065";
}

.jd-framework .glyphicon-share:before {
  content: "\e066";
}

.jd-framework .glyphicon-check:before {
  content: "\e067";
}

.jd-framework .glyphicon-move:before {
  content: "\e068";
}

.jd-framework .glyphicon-step-backward:before {
  content: "\e069";
}

.jd-framework .glyphicon-fast-backward:before {
  content: "\e070";
}

.jd-framework .glyphicon-backward:before {
  content: "\e071";
}

.jd-framework .glyphicon-play:before {
  content: "\e072";
}

.jd-framework .glyphicon-pause:before {
  content: "\e073";
}

.jd-framework .glyphicon-stop:before {
  content: "\e074";
}

.jd-framework .glyphicon-forward:before {
  content: "\e075";
}

.jd-framework .glyphicon-fast-forward:before {
  content: "\e076";
}

.jd-framework .glyphicon-step-forward:before {
  content: "\e077";
}

.jd-framework .glyphicon-eject:before {
  content: "\e078";
}

.jd-framework .glyphicon-chevron-left:before {
  content: "\e079";
}

.jd-framework .glyphicon-chevron-right:before {
  content: "\e080";
}

.jd-framework .glyphicon-plus-sign:before {
  content: "\e081";
}

.jd-framework .glyphicon-minus-sign:before {
  content: "\e082";
}

.jd-framework .glyphicon-remove-sign:before {
  content: "\e083";
}

.jd-framework .glyphicon-ok-sign:before {
  content: "\e084";
}

.jd-framework .glyphicon-question-sign:before {
  content: "\e085";
}

.jd-framework .glyphicon-info-sign:before {
  content: "\e086";
}

.jd-framework .glyphicon-screenshot:before {
  content: "\e087";
}

.jd-framework .glyphicon-remove-circle:before {
  content: "\e088";
}

.jd-framework .glyphicon-ok-circle:before {
  content: "\e089";
}

.jd-framework .glyphicon-ban-circle:before {
  content: "\e090";
}

.jd-framework .glyphicon-arrow-left:before {
  content: "\e091";
}

.jd-framework .glyphicon-arrow-right:before {
  content: "\e092";
}

.jd-framework .glyphicon-arrow-up:before {
  content: "\e093";
}

.jd-framework .glyphicon-arrow-down:before {
  content: "\e094";
}

.jd-framework .glyphicon-share-alt:before {
  content: "\e095";
}

.jd-framework .glyphicon-resize-full:before {
  content: "\e096";
}

.jd-framework .glyphicon-resize-small:before {
  content: "\e097";
}

.jd-framework .glyphicon-exclamation-sign:before {
  content: "\e101";
}

.jd-framework .glyphicon-gift:before {
  content: "\e102";
}

.jd-framework .glyphicon-leaf:before {
  content: "\e103";
}

.jd-framework .glyphicon-fire:before {
  content: "\e104";
}

.jd-framework .glyphicon-eye-open:before {
  content: "\e105";
}

.jd-framework .glyphicon-eye-close:before {
  content: "\e106";
}

.jd-framework .glyphicon-warning-sign:before {
  content: "\e107";
}

.jd-framework .glyphicon-plane:before {
  content: "\e108";
}

.jd-framework .glyphicon-calendar:before {
  content: "\e109";
}

.jd-framework .glyphicon-random:before {
  content: "\e110";
}

.jd-framework .glyphicon-comment:before {
  content: "\e111";
}

.jd-framework .glyphicon-magnet:before {
  content: "\e112";
}

.jd-framework .glyphicon-chevron-up:before {
  content: "\e113";
}

.jd-framework .glyphicon-chevron-down:before {
  content: "\e114";
}

.jd-framework .glyphicon-retweet:before {
  content: "\e115";
}

.jd-framework .glyphicon-shopping-cart:before {
  content: "\e116";
}

.jd-framework .glyphicon-folder-close:before {
  content: "\e117";
}

.jd-framework .glyphicon-folder-open:before {
  content: "\e118";
}

.jd-framework .glyphicon-resize-vertical:before {
  content: "\e119";
}

.jd-framework .glyphicon-resize-horizontal:before {
  content: "\e120";
}

.jd-framework .glyphicon-hdd:before {
  content: "\e121";
}

.jd-framework .glyphicon-bullhorn:before {
  content: "\e122";
}

.jd-framework .glyphicon-bell:before {
  content: "\e123";
}

.jd-framework .glyphicon-certificate:before {
  content: "\e124";
}

.jd-framework .glyphicon-thumbs-up:before {
  content: "\e125";
}

.jd-framework .glyphicon-thumbs-down:before {
  content: "\e126";
}

.jd-framework .glyphicon-hand-right:before {
  content: "\e127";
}

.jd-framework .glyphicon-hand-left:before {
  content: "\e128";
}

.jd-framework .glyphicon-hand-up:before {
  content: "\e129";
}

.jd-framework .glyphicon-hand-down:before {
  content: "\e130";
}

.jd-framework .glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.jd-framework .glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.jd-framework .glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.jd-framework .glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.jd-framework .glyphicon-globe:before {
  content: "\e135";
}

.jd-framework .glyphicon-wrench:before {
  content: "\e136";
}

.jd-framework .glyphicon-tasks:before {
  content: "\e137";
}

.jd-framework .glyphicon-filter:before {
  content: "\e138";
}

.jd-framework .glyphicon-briefcase:before {
  content: "\e139";
}

.jd-framework .glyphicon-fullscreen:before {
  content: "\e140";
}

.jd-framework .glyphicon-dashboard:before {
  content: "\e141";
}

.jd-framework .glyphicon-paperclip:before {
  content: "\e142";
}

.jd-framework .glyphicon-heart-empty:before {
  content: "\e143";
}

.jd-framework .glyphicon-link:before {
  content: "\e144";
}

.jd-framework .glyphicon-phone:before {
  content: "\e145";
}

.jd-framework .glyphicon-pushpin:before {
  content: "\e146";
}

.jd-framework .glyphicon-usd:before {
  content: "\e148";
}

.jd-framework .glyphicon-gbp:before {
  content: "\e149";
}

.jd-framework .glyphicon-sort:before {
  content: "\e150";
}

.jd-framework .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.jd-framework .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.jd-framework .glyphicon-sort-by-order:before {
  content: "\e153";
}

.jd-framework .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.jd-framework .glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.jd-framework .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.jd-framework .glyphicon-unchecked:before {
  content: "\e157";
}

.jd-framework .glyphicon-expand:before {
  content: "\e158";
}

.jd-framework .glyphicon-collapse-down:before {
  content: "\e159";
}

.jd-framework .glyphicon-collapse-up:before {
  content: "\e160";
}

.jd-framework .glyphicon-log-in:before {
  content: "\e161";
}

.jd-framework .glyphicon-flash:before {
  content: "\e162";
}

.jd-framework .glyphicon-log-out:before {
  content: "\e163";
}

.jd-framework .glyphicon-new-window:before {
  content: "\e164";
}

.jd-framework .glyphicon-record:before {
  content: "\e165";
}

.jd-framework .glyphicon-save:before {
  content: "\e166";
}

.jd-framework .glyphicon-open:before {
  content: "\e167";
}

.jd-framework .glyphicon-saved:before {
  content: "\e168";
}

.jd-framework .glyphicon-import:before {
  content: "\e169";
}

.jd-framework .glyphicon-export:before {
  content: "\e170";
}

.jd-framework .glyphicon-send:before {
  content: "\e171";
}

.jd-framework .glyphicon-floppy-disk:before {
  content: "\e172";
}

.jd-framework .glyphicon-floppy-saved:before {
  content: "\e173";
}

.jd-framework .glyphicon-floppy-remove:before {
  content: "\e174";
}

.jd-framework .glyphicon-floppy-save:before {
  content: "\e175";
}

.jd-framework .glyphicon-floppy-open:before {
  content: "\e176";
}

.jd-framework .glyphicon-credit-card:before {
  content: "\e177";
}

.jd-framework .glyphicon-transfer:before {
  content: "\e178";
}

.jd-framework .glyphicon-cutlery:before {
  content: "\e179";
}

.jd-framework .glyphicon-header:before {
  content: "\e180";
}

.jd-framework .glyphicon-compressed:before {
  content: "\e181";
}

.jd-framework .glyphicon-earphone:before {
  content: "\e182";
}

.jd-framework .glyphicon-phone-alt:before {
  content: "\e183";
}

.jd-framework .glyphicon-tower:before {
  content: "\e184";
}

.jd-framework .glyphicon-stats:before {
  content: "\e185";
}

.jd-framework .glyphicon-sd-video:before {
  content: "\e186";
}

.jd-framework .glyphicon-hd-video:before {
  content: "\e187";
}

.jd-framework .glyphicon-subtitles:before {
  content: "\e188";
}

.jd-framework .glyphicon-sound-stereo:before {
  content: "\e189";
}

.jd-framework .glyphicon-sound-dolby:before {
  content: "\e190";
}

.jd-framework .glyphicon-sound-5-1:before {
  content: "\e191";
}

.jd-framework .glyphicon-sound-6-1:before {
  content: "\e192";
}

.jd-framework .glyphicon-sound-7-1:before {
  content: "\e193";
}

.jd-framework .glyphicon-copyright-mark:before {
  content: "\e194";
}

.jd-framework .glyphicon-registration-mark:before {
  content: "\e195";
}

.jd-framework .glyphicon-cloud-download:before {
  content: "\e197";
}

.jd-framework .glyphicon-cloud-upload:before {
  content: "\e198";
}

.jd-framework .glyphicon-tree-conifer:before {
  content: "\e199";
}

.jd-framework .glyphicon-tree-deciduous:before {
  content: "\e200";
}

.jd-framework {
  height: 100%;
  overflow-x: hidden;
}

.jd-framework body.right_sidebar #jd-wrap > #jd-main,
.jd-framework body.right_sidebar #jd-wrap > #jd-sidebar, .jd-framework.right_sidebar #jd-wrap > #jd-main,
.jd-framework.right_sidebar #jd-wrap > #jd-sidebar {
  float: left;
}

.jd-framework body.right_sidebar #jd-wrap:after, .jd-framework.right_sidebar #jd-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.jd-framework body.left_sidebar #jd-wrap > #jd-sidebar, .jd-framework.left_sidebar #jd-wrap > #jd-sidebar {
  float: left;
}

.jd-framework body.left_sidebar #jd-wrap > #jd-main, .jd-framework.left_sidebar #jd-wrap > #jd-main {
  float: right;
}

.jd-framework body.left_sidebar #jd-wrap:after, .jd-framework.left_sidebar #jd-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.jd-framework body .jd-container,
.jd-framework body .jd-row,
.jd-framework body .jd-column,
.jd-framework body .jd-element, .jd-framework .jd-container,
.jd-framework .jd-row,
.jd-framework .jd-column,
.jd-framework .jd-element {
  position: relative;
}

.jd-framework body .jd-background-loader, .jd-framework .jd-background-loader {
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/spinner.gif);
}

.jd-framework body .jd-background-wrap, .jd-framework .jd-background-wrap {
  z-index: 0;
  overflow: hidden;
}

.jd-framework body a, .jd-framework a {
  -webkit-transition: color 330ms ease-in-out;
  -o-transition: color 330ms ease-in-out;
  transition: color 330ms ease-in-out;
}

.jd-framework body a:hover, .jd-framework body a:focus, .jd-framework body a:active, .jd-framework a:hover, .jd-framework a:focus, .jd-framework a:active {
  color: #258590;
  text-decoration: none;
}

.jd-framework body ul, .jd-framework ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jd-framework body input[type="checkbox"], .jd-framework input[type="checkbox"] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  outline: 0;
  box-shadow: none;
  border: none;
}

.jd-framework body input[type="checkbox"]:focus, .jd-framework input[type="checkbox"]:focus {
  outline: 0;
}

.jd-framework body .form-control:focus, .jd-framework .form-control:focus {
  outline: 0;
}

.jd-framework body .form-control input, .jd-framework .form-control input {
  border: none;
}

.jd-framework body .jd-accessibility-navigation li, .jd-framework .jd-accessibility-navigation li {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99999999;
}

.jd-framework body .jd-accessibility-navigation li a, .jd-framework .jd-accessibility-navigation li a {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
}

.jd-framework body .jd-accessibility-navigation li a:focus, .jd-framework .jd-accessibility-navigation li a:focus {
  clip: rect(auto, auto, auto, auto);
  height: inherit;
  margin: 15px 0 0 0;
  overflow: inherit;
  position: static;
  width: auto;
  display: inline-block;
  background: #888;
  color: #fff;
  padding: 10px;
}

#poststuff .jd-framework h1,
#poststuff .jd-framework h2,
#poststuff .jd-framework h3,
#poststuff .jd-framework h4,
#poststuff .jd-framework h5,
#poststuff .jd-framework h6,
#poststuff .jd-framework p {
  font-size: inherit;
  line-height: inherit;
}

.jd-framework #jd-header nav li {
  display: inline-block;
}

.jd-framework #jd-header #jd-logo h1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0;
}

.jd-framework .jd-posts-wrap .jd-pagination-infinity {
  position: relative;
}

.jd-framework .jd-posts-wrap .jd-pagination-infinity .jd-loader-posts-appending {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
}

.jd-framework .jd-posts-wrap .jd-pagination-extend {
  position: relative;
}

.jd-framework .jd-posts-wrap .jd-pagination-extend.disable-extend-button {
  opacity: 0;
  visibility: hidden;
}

.jd-framework .jd-posts-wrap .jd-posts-innerwrap {
  position: relative;
}

.jd-framework .jd-posts-wrap .jd-posts-innerwrap > .jd-loader {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 20px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
}

.jd-framework .jd-posts-wrap .jd-posts-innerwrap .jd-posts-holder {
  opacity: 1;
  -webkit-transition: opacity 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}

.jd-framework .jd-posts-wrap .jd-pagination ul {
  display: block;
  text-align: center;
}

.jd-framework .jd-posts-wrap .jd-pagination ul li {
  display: inline-block;
  padding: 0 8px;
}

.jd-framework .jd-posts-wrap .jd-pagination ul li > span,
.jd-framework .jd-posts-wrap .jd-pagination ul li > a {
  font-size: 20px;
  line-height: 50px;
  vertical-align: middle;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #000;
  padding: 0;
}

.jd-framework .jd-posts-wrap .jd-pagination ul li > a {
  color: #30abb8;
}

.jd-framework .jd-posts-wrap .jd-pagination ul li > a:hover {
  border-color: #30abb8;
}

.jd-framework .jd-posts-wrap.is-searching .jd-posts-innerwrap .jd-posts-holder, .jd-framework .jd-posts-wrap.is-paging .jd-posts-innerwrap .jd-posts-holder {
  opacity: 0.4;
}

.jd-framework .jd-posts-wrap.is-searching .jd-posts-innerwrap > .jd-loader-posts-searching, .jd-framework .jd-posts-wrap.is-paging .jd-posts-innerwrap > .jd-loader-posts-searching {
  opacity: 1;
  visibility: visible;
}

.jd-framework .jd-posts-wrap.is-appending .jd-loader-posts-appending {
  opacity: 1;
  visibility: visible;
}

.jd-framework .jd-textblock-wrap ul {
  list-style: circle;
  padding-left: 20px;
  line-height: 1.6em;
}

.jd-framework .jd-slider-wrap {
  position: relative;
}

.jd-framework .jd-slider-wrap .master-slider {
  z-index: 1;
}

.jd-framework .jd-slider-wrap .master-slider * {
  box-sizing: border-box !important;
}

.jd-framework .jd-slider-wrap .master-slider .ms-view {
  background: none;
}

.jd-framework .jd-slider-wrap .master-slider.ms-layout-autofill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jd-framework .jd-slider-wrap > .aspect-ratio-wrap {
  position: relative;
  z-index: 0;
}

.jd-framework .fit-fullscreen > .jd-slider-wrap, .jd-framework .fit-fullscreen.jd-slider-wrap {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.jd-framework .owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.jd-framework .jd-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jd-framework .jd-map > .marker {
  display: none;
}

.jd-framework .jd-map .marker-label,
.jd-framework .jd-map .marker-icon {
  position: absolute;
  display: block;
  margin-top: -50px;
  margin-left: -13px;
  width: 26px;
  height: 26px;
  font-size: 16px !important;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
}

.jd-framework .jd-map .marker-label .marker_map,
.jd-framework .jd-map .marker-icon .marker_map {
  margin-top: 14px;
  display: block;
}

.jd-framework .jd-map .marker-label .marker_rounded,
.jd-framework .jd-map .marker-icon .marker_rounded {
  margin-top: 26px;
  display: block;
}

.jd-framework .jd-map .marker-label .marker_square,
.jd-framework .jd-map .marker-icon .marker_square {
  margin-top: 22px;
  display: block;
}

.jd-framework .jd-map .marker-label .marker_circle,
.jd-framework .jd-map .marker-icon .marker_circle {
  margin-top: 42px;
  display: block;
}

.jd-framework .jd-video-wrap {
  position: relative;
  overflow: hidden;
  background: #000;
}

.jd-framework .jd-video-wrap video {
  -webkit-transform: translateZ(0.3px);
  -moz-transform: translateZ(0.3px);
  -ms-transform: translateZ(0.3px);
  -o-transform: translateZ(0.3px);
  transform: translateZ(0.3px);
}

.jd-framework .jd-video-wrap .jd-video-play {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 2;
}

.jd-framework .jd-video-wrap .jd-video-play-poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1;
}

.jd-framework .video-js .vjs-tech {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.jd-framework .jd-video-wrap.jd-container-background {
  opacity: 0.0;
  -webkit-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}

.jd-framework .jd-video-wrap.jd-container-background.set-fill {
  opacity: 1.0;
}

.jd-framework .jd-video.vjs-autofill {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.jd-framework .jd-video.vjs-autofill video {
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}

.jd-framework .jd-image-wrap {
  position: relative;
  overflow: hidden;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-image {
  position: absolute;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-media {
  opacity: 0;
  -webkit-transition: opacity 450ms ease-in-out;
  -o-transition: opacity 450ms ease-in-out;
  transition: opacity 450ms ease-in-out;
}

.jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-image {
  position: absolute;
}

@media (min-width: 768px) {
  .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-image {
    position: absolute;
  }
}

@media (min-width: 992px) {
  .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-image {
    position: absolute;
  }
}

@media (min-width: 1240px) {
  .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-image {
    position: absolute;
  }
}

.jd-framework .jd-image-wrap .jd-loader {
  z-index: 2;
}

.jd-framework .img-full {
  width: 100%;
  height: auto;
}

.jd-framework .jd-image-wrap.has-fixed-ratio, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs {
  overflow: hidden;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-xs {
  opacity: 1;
  height: 100%;
  width: auto;
  max-width: none;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-xs {
  opacity: 1;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-sm {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-sm {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-md {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-md {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1240px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-smaller-lg {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fit-xs.jd-media-ratio-bigger-lg {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-xs {
  opacity: 1;
  height: 100%;
  width: auto;
  max-width: none;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-xs {
  opacity: 1;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-sm {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-sm {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-md {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-md {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1240px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-bigger-lg {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-fill-xs.jd-media-ratio-smaller-lg {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-top-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-left-top-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-top-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-left-top-xs {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-top-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-center-top-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-top-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-center-top-xs {
  top: 0;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-top-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-right-top-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-top-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-right-top-xs {
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-center-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-left-center-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-center-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-left-center-xs {
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-center-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-center-center-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-center-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-center-center-xs {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-center-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-right-center-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-center-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-right-center-xs {
  top: 50%;
  left: auto;
  right: 0;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-bottom-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-left-bottom-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-bottom-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-left-bottom-xs {
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-bottom-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-center-bottom-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-bottom-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-center-bottom-xs {
  top: auto;
  left: 50%;
  right: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-bottom-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-right-bottom-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-bottom-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-native-image.jd-media-right-bottom-xs {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-background-image,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-background-image {
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-top-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-left-top-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-top-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-left-top-xs {
  background-position: left top;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-top-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-center-top-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-top-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-center-top-xs {
  background-position: center top;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-top-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-right-top-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-top-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-right-top-xs {
  background-position: right top;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-center-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-left-center-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-center-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-left-center-xs {
  background-position: left center;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-center-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-center-center-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-center-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-center-center-xs {
  background-position: center center;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-center-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-right-center-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-center-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-right-center-xs {
  background-position: right center;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-bottom-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-left-bottom-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-bottom-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-left-bottom-xs {
  background-position: left bottom;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-bottom-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-center-bottom-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-bottom-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-center-bottom-xs {
  background-position: center bottom;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-bottom-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-right-bottom-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-bottom-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-right-bottom-xs {
  background-position: right bottom;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fit-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-fit-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fit-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-fit-xs {
  background-size: contain;
}

.jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fill-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-fill-xs,
.jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fill-xs,
.jd-framework .jd-media-wrap.jd-media-fixed-ratio-xs .jd-is-background-image.jd-media-fill-xs {
  background-size: cover;
}

@media (min-width: 768px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm {
    overflow: hidden;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-xs,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-xs,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-xs {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-xs,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-xs,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-xs {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-sm {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-sm {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-md {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-md {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (min-width: 1240px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-smaller-lg {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fit-sm.jd-media-ratio-bigger-lg {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-xs,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-xs,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-xs {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-xs,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-xs,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-xs {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-sm {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-sm {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-md {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-md {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (min-width: 1240px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-bigger-lg {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-fill-sm.jd-media-ratio-smaller-lg {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-top-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-left-top-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-top-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-left-top-sm {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-top-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-center-top-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-top-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-center-top-sm {
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-top-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-right-top-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-top-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-right-top-sm {
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-center-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-left-center-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-center-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-left-center-sm {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-center-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-center-center-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-center-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-center-center-sm {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-center-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-right-center-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-center-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-right-center-sm {
    top: 50%;
    left: auto;
    right: 0;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-bottom-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-left-bottom-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-bottom-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-left-bottom-sm {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-bottom-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-center-bottom-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-bottom-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-center-bottom-sm {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-bottom-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-right-bottom-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-bottom-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-native-image.jd-media-right-bottom-sm {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-background-image,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-background-image {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-top-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-left-top-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-top-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-left-top-sm {
    background-position: left top;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-top-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-center-top-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-top-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-center-top-sm {
    background-position: center top;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-top-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-right-top-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-top-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-right-top-sm {
    background-position: right top;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-center-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-left-center-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-center-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-left-center-sm {
    background-position: left center;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-center-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-center-center-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-center-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-center-center-sm {
    background-position: center center;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-center-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-right-center-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-center-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-right-center-sm {
    background-position: right center;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-bottom-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-left-bottom-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-bottom-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-left-bottom-sm {
    background-position: left bottom;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-bottom-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-center-bottom-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-bottom-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-center-bottom-sm {
    background-position: center bottom;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-bottom-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-right-bottom-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-bottom-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-right-bottom-sm {
    background-position: right bottom;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fit-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-fit-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fit-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-fit-sm {
    background-size: contain;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fill-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-fill-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fill-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-sm .jd-is-background-image.jd-media-fill-sm {
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md {
    overflow: hidden;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-xs,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-xs,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-xs {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-xs,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-xs,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-xs {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-sm {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-sm {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-md {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-md {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) and (min-width: 1240px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-smaller-lg {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fit-md.jd-media-ratio-bigger-lg {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-xs,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-xs,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-xs {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-xs,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-xs,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-xs {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-sm {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-sm {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-md {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-md {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) and (min-width: 1240px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-bigger-lg {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-fill-md.jd-media-ratio-smaller-lg {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-top-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-left-top-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-top-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-left-top-md {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-top-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-center-top-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-top-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-center-top-md {
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-top-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-right-top-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-top-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-right-top-md {
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-center-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-left-center-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-center-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-left-center-md {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-center-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-center-center-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-center-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-center-center-md {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-center-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-right-center-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-center-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-right-center-md {
    top: 50%;
    left: auto;
    right: 0;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-bottom-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-left-bottom-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-bottom-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-left-bottom-md {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-bottom-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-center-bottom-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-bottom-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-center-bottom-md {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-bottom-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-right-bottom-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-bottom-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-native-image.jd-media-right-bottom-md {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-background-image,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-background-image {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-top-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-left-top-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-top-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-left-top-md {
    background-position: left top;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-top-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-center-top-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-top-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-center-top-md {
    background-position: center top;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-top-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-right-top-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-top-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-right-top-md {
    background-position: right top;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-center-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-left-center-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-center-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-left-center-md {
    background-position: left center;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-center-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-center-center-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-center-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-center-center-md {
    background-position: center center;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-center-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-right-center-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-center-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-right-center-md {
    background-position: right center;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-bottom-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-left-bottom-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-bottom-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-left-bottom-md {
    background-position: left bottom;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-bottom-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-center-bottom-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-bottom-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-center-bottom-md {
    background-position: center bottom;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-bottom-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-right-bottom-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-bottom-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-right-bottom-md {
    background-position: right bottom;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fit-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-fit-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fit-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-fit-md {
    background-size: contain;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fill-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-fill-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fill-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-md .jd-is-background-image.jd-media-fill-md {
    background-size: cover;
  }
}

@media (min-width: 1240px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg {
    overflow: hidden;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-xs,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-xs,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-xs {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-xs,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-xs,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-xs {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1240px) and (min-width: 768px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-sm {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-sm {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1240px) and (min-width: 992px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-md {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-md {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1240px) and (min-width: 1240px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-smaller-lg {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fit-lg.jd-media-ratio-bigger-lg {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1240px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-xs,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-xs,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-xs {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-xs, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-xs,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-xs,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-xs {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1240px) and (min-width: 768px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-sm {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-sm, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-sm,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-sm {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1240px) and (min-width: 992px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-md {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-md, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-md,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-md {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1240px) and (min-width: 1240px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-bigger-lg {
    opacity: 1;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-fill-lg.jd-media-ratio-smaller-lg {
    opacity: 1;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1240px) {
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-top-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-left-top-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-top-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-left-top-lg {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-top-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-center-top-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-top-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-center-top-lg {
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-top-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-right-top-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-top-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-right-top-lg {
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-center-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-left-center-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-center-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-left-center-lg {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-center-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-center-center-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-center-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-center-center-lg {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-center-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-right-center-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-center-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-right-center-lg {
    top: 50%;
    left: auto;
    right: 0;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-bottom-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-left-bottom-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-left-bottom-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-left-bottom-lg {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-bottom-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-center-bottom-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-center-bottom-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-center-bottom-lg {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-bottom-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-right-bottom-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-native-image.jd-media-right-bottom-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-native-image.jd-media-right-bottom-lg {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-background-image,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-background-image {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-top-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-left-top-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-top-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-left-top-lg {
    background-position: left top;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-top-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-center-top-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-top-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-center-top-lg {
    background-position: center top;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-top-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-right-top-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-top-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-right-top-lg {
    background-position: right top;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-center-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-left-center-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-center-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-left-center-lg {
    background-position: left center;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-center-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-center-center-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-center-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-center-center-lg {
    background-position: center center;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-center-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-right-center-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-center-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-right-center-lg {
    background-position: right center;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-bottom-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-left-bottom-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-left-bottom-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-left-bottom-lg {
    background-position: left bottom;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-bottom-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-center-bottom-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-center-bottom-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-center-bottom-lg {
    background-position: center bottom;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-bottom-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-right-bottom-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-right-bottom-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-right-bottom-lg {
    background-position: right bottom;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fit-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-fit-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fit-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-fit-lg {
    background-size: contain;
  }
  .jd-framework .jd-image-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fill-lg, .jd-framework .jd-image-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-fill-lg,
  .jd-framework .jd-media-wrap.has-fixed-ratio .jd-is-background-image.jd-media-fill-lg,
  .jd-framework .jd-media-wrap.jd-media-fixed-ratio-lg .jd-is-background-image.jd-media-fill-lg {
    background-size: cover;
  }
}

.jd-framework .btn-secondary {
  color: #fff;
  background-color: #30abb8;
  border-color: #2b98a4;
}

.jd-framework .btn-secondary:hover, .jd-framework .btn-secondary:focus, .jd-framework .btn-secondary.focus, .jd-framework .btn-secondary:active, .jd-framework .btn-secondary.active,
.open > .jd-framework .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #258590;
  border-color: #1e6b73;
}

.jd-framework .btn-secondary:active, .jd-framework .btn-secondary.active,
.open > .jd-framework .btn-secondary.dropdown-toggle {
  background-image: none;
}

.jd-framework .btn-secondary.disabled, .jd-framework .btn-secondary.disabled:hover, .jd-framework .btn-secondary.disabled:focus, .jd-framework .btn-secondary.disabled.focus, .jd-framework .btn-secondary.disabled:active, .jd-framework .btn-secondary.disabled.active, .jd-framework .btn-secondary[disabled], .jd-framework .btn-secondary[disabled]:hover, .jd-framework .btn-secondary[disabled]:focus, .jd-framework .btn-secondary[disabled].focus, .jd-framework .btn-secondary[disabled]:active, .jd-framework .btn-secondary[disabled].active,
fieldset[disabled] .jd-framework .btn-secondary,
fieldset[disabled] .jd-framework .btn-secondary:hover,
fieldset[disabled] .jd-framework .btn-secondary:focus,
fieldset[disabled] .jd-framework .btn-secondary.focus,
fieldset[disabled] .jd-framework .btn-secondary:active,
fieldset[disabled] .jd-framework .btn-secondary.active {
  background-color: #30abb8;
  border-color: #2b98a4;
}

.jd-framework .btn-secondary .badge {
  color: #30abb8;
  background-color: #fff;
}

.jd-framework .btn-tertiary {
  color: #444;
  background-color: #fff;
  border-color: #ccc;
}

.jd-framework .btn-tertiary:hover, .jd-framework .btn-tertiary:focus, .jd-framework .btn-tertiary.focus, .jd-framework .btn-tertiary:active, .jd-framework .btn-tertiary.active,
.open > .jd-framework .btn-tertiary.dropdown-toggle {
  color: #444;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.jd-framework .btn-tertiary:active, .jd-framework .btn-tertiary.active,
.open > .jd-framework .btn-tertiary.dropdown-toggle {
  background-image: none;
}

.jd-framework .btn-tertiary.disabled, .jd-framework .btn-tertiary.disabled:hover, .jd-framework .btn-tertiary.disabled:focus, .jd-framework .btn-tertiary.disabled.focus, .jd-framework .btn-tertiary.disabled:active, .jd-framework .btn-tertiary.disabled.active, .jd-framework .btn-tertiary[disabled], .jd-framework .btn-tertiary[disabled]:hover, .jd-framework .btn-tertiary[disabled]:focus, .jd-framework .btn-tertiary[disabled].focus, .jd-framework .btn-tertiary[disabled]:active, .jd-framework .btn-tertiary[disabled].active,
fieldset[disabled] .jd-framework .btn-tertiary,
fieldset[disabled] .jd-framework .btn-tertiary:hover,
fieldset[disabled] .jd-framework .btn-tertiary:focus,
fieldset[disabled] .jd-framework .btn-tertiary.focus,
fieldset[disabled] .jd-framework .btn-tertiary:active,
fieldset[disabled] .jd-framework .btn-tertiary.active {
  background-color: #fff;
  border-color: #ccc;
}

.jd-framework .btn-tertiary .badge {
  color: #fff;
  background-color: #444;
}

.jd-framework .jd_name_required,
.jd-framework .jd_required,
.jd-framework .jd_email_required,
.jd-framework .jd_date_required,
.jd-framework .jd_zip_required {
  display: none !important;
}

.jd-framework form {
  position: relative;
}

.jd-framework form .jd-loader-form-sending {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opactiy 350ms ease-out, visibility 350ms ease-out;
  -o-transition: opactiy 350ms ease-out, visibility 350ms ease-out;
  transition: opactiy 350ms ease-out, visibility 350ms ease-out;
}

.jd-framework form.is-sending:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.jd-framework form.is-sending .form-group {
  opacity: 0.4;
}

.jd-framework form.is-sending .jd-loader-form-sending {
  opacity: 1;
  visibility: visible;
}

.jd-framework .form-group .jd-form-input-wrap {
  position: relative;
}

.jd-framework .form-group .jd-form-input-wrap .form-control {
  background-color: transparent;
  border: 1px solid #333;
  box-shadow: none;
  border-radius: 4px;
  outline: none;
}

.jd-framework .form-group .jd-form-input-wrap .form-control:focus {
  outline: 0 !important;
  box-shadow: none;
  border-color: #282828;
}

.jd-framework .form-group .jd-form-input-wrap .help-block {
  font-size: 14px;
}

.jd-framework .jd-posts-wrap {
  /* Left picture */
  /* Background picture */
}

.jd-framework .jd-posts-wrap .jd-article-left-picture > .jd-article-media {
  position: relative;
}

.jd-framework .jd-posts-wrap .jd-article-left-picture > .jd-article-content {
  position: relative;
}

.jd-framework .jd-posts-wrap .jd-article-background-picture > .jd-article-media {
  position: relative;
}

.jd-framework .jd-posts-wrap .jd-article-background-picture > .jd-article-content {
  position: absolute;
  bottom: 0;
}

.jd-framework .jd-tabs {
  margin-bottom: 15px;
}

.jd-framework .jd-tabs.nav-line {
  border-bottom: 1px solid #c0c0c0;
}

.jd-framework .jd-tabs.nav-line > li > a {
  background: none;
}

.jd-framework .jd-tabs.nav-line > li > a:after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  width: auto;
  bottom: 0;
  height: 3px;
  background: #30abb8;
  transition: opacity 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -ms-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
}

.jd-framework .jd-tabs.nav-line > li > a:hover {
  background: none;
}

.jd-framework .jd-tabs.nav-line > li.active > a:after {
  opacity: 1;
}

.jd-framework .nav-list {
  padding: 0;
  list-style: none;
  line-height: 1.8em;
}

.jd-framework .jd-tags {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jd-framework .jd-tags > li {
  display: inline-block;
  margin-right: 10px;
}

.jd-framework .jd-tags > li:last-child {
  margin-right: 0;
}

/*
  @font-face {
	font-family: 'unterweger';
	src:url('../icons/unterweger.eot?hfh1yg');
	src:url('../icons/unterweger.eot?#iefixhfh1yg') format('embedded-opentype'),
	url('../icons/unterweger.woff?hfh1yg') format('woff'),
	url('../icons/unterweger.ttf?hfh1yg') format('truetype'),
	url('../icons/unterweger.svg?hfh1yg#unterweger') format('svg');
	font-weight: normal;
	font-style: normal;
  }

  .jd-framework {

	[class^="jd-icon-"], [class*=" jd-icon-"] {
	  font-family: 'unterweger';
	  speak: none;
	  font-style: normal;
	  font-weight: normal;
	  font-variant: normal;
	  text-transform: none;
	  line-height: 1;

	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.jd-icon-arrow-left:before {
	  content: "\e600";
	}
	.jd-icon-arrow-right:before {
	  content: "\e601";
	}
	.jd-icon-fruchtanteil:before {
	  content: "\e602";
	}
	.jd-icon-produktvielfalt:before {
	  content: "\e607";
	}
	.jd-icon-home:before {
	  content: "\e603";
	}
	.jd-icon-kochtopf:before {
	  content: "\e604";
	}
	.jd-icon-search:before {
	  content: "\e605";
	}
	.jd-icon-checkmark:before {
	  content: "\e606";
	}
	.jd-icon-link:before {
	  content: "\e608";
	}

	.jd-icon {
		  display:inline-block;
	}

  }
*/
.jd-framework body .modal .modal-title,
.jd-framework body .modal .modal-body-holder,
.jd-framework body .modal .modal-footer {
  -webkit-transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
}

.jd-framework body .modal .jd-loader-modal {
  position: absolute;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out;
}

.jd-framework body .modal .modal-body-holder {
  min-height: 300px;
}

.jd-framework body .modal.is-loading .jd-loader-modal {
  opacity: 1;
  visibility: visible;
}

.jd-framework body .modal.is-loading .modal-title,
.jd-framework body .modal.is-loading .modal-body-holder,
.jd-framework body .modal.is-loading .modal-footer {
  opacity: 0;
}

.jd-framework body .modal.changing-content .modal-title,
.jd-framework body .modal.changing-content .modal-body-holder,
.jd-framework body .modal.changing-content .modal-footer {
  opacity: 0;
}

.jd-framework body .modal .modal-header .close {
  position: relative;
  z-index: 9;
}

.jd-framework body .modal .modal-footer .jd-modal-posts-nav {
  position: relative;
}

.jd-framework body .modal .modal-footer .jd-modal-posts-nav:after {
  content: "";
  display: block;
  clear: both;
}

.jd-framework body .modal .modal-footer .jd-modal-posts-nav a {
  float: left;
  width: 50%;
  display: block;
}

.jd-framework body .modal .modal-footer .jd-modal-posts-nav a:first-child {
  text-align: left;
}

.jd-framework body .modal .modal-footer .jd-modal-posts-nav a:last-child {
  text-align: right;
}

.jd-framework body .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
  bottom: 0;
  z-index: 1010;
}

.jd-framework body .jd-message {
  display: none;
}

.jd-framework body .modal-content .jd-message {
  display: block;
}

.jd-framework.modal-open,
.jd-framework.modal-open body {
  overflow: hidden !important;
}

.jd-loader-dots {
  width: 80px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jd-loader-dots > div {
  content: " ";
  width: 10px;
  height: 10px;
  background: #bd9d62;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: shift 2s linear infinite;
  animation: shift 2s linear infinite;
}

.jd-loader-dots > div:nth-of-type(1) {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s;
}

.jd-loader-dots > div:nth-of-type(2) {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s;
}

.jd-loader-dots > div:nth-of-type(3) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.jd-loader-dots > div:nth-of-type(4) {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}

@-webkit-keyframes shift {
  0% {
    left: -30px;
    opacity: 0;
  }
  10% {
    left: 0;
    opacity: 1;
  }
  90% {
    left: 80px;
    opacity: 1;
  }
  100% {
    left: 110px;
    opacity: 0;
  }
}

@keyframes shift {
  0% {
    left: -30px;
    opacity: 0;
  }
  10% {
    left: 0;
    opacity: 1;
  }
  90% {
    left: 80px;
    opacity: 1;
  }
  100% {
    left: 110px;
    opacity: 0;
  }
}

.jd-framework .list-cell {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jd-framework .list-cell > li {
  display: table-cell;
}

.jd-framework .list-float-left {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jd-framework .list-float-left:after {
  content: "";
  display: block;
  clear: both;
}

.jd-framework .list-float-left > li {
  display: block;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.jd-framework .list-float-right {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jd-framework .list-float-right:after {
  content: "";
  display: block;
  clear: both;
}

.jd-framework .list-float-right > li {
  display: block;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
}

.jd-framework .absolute-maximum {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.jd-framework .jd-autofill img, .jd-framework .jd-autofill video {
  position: absolute;
  max-height: none;
  max-width: none;
}

.jd-framework .jd-autofill span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.jd-framework .jd-display-none.visible-lg, .jd-framework .jd-display-none.visible-md, .jd-framework .jd-display-none.visible-sm, .jd-framework .jd-display-none.visible-xs {
  display: none !important;
}

.jd-framework .jd-check-viewport.jd-viewport-hidden.jd-viewport-visible {
  opacity: 1;
}

.jd-framework .jd-check-viewport.jd-viewport-hidden {
  opacity: 0;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.jd-framework .jd-viewport-animation {
  opacity: 0;
}

.jd-framework .jd-viewport-animation.jd-viewport-visible {
  opacity: 1;
}

.jd-framework .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.jd-framework .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.jd-framework .animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.jd-framework .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.jd-framework .flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.jd-framework .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.jd-framework .rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.jd-framework .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.jd-framework .swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

.jd-framework .tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.jd-framework .wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

.jd-framework .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.jd-framework .bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.jd-framework .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.jd-framework .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.jd-framework .bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.jd-framework .bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.jd-framework .bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

.jd-framework .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

.jd-framework .bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

.jd-framework .bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

.jd-framework .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.jd-framework .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.jd-framework .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.jd-framework .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.jd-framework .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

.jd-framework .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.jd-framework .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

.jd-framework .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.jd-framework .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.jd-framework .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.jd-framework .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.jd-framework .fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

.jd-framework .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.jd-framework .fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

.jd-framework .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.jd-framework .fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

.jd-framework .fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.jd-framework .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

.jd-framework .flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

.jd-framework .flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.jd-framework .flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.jd-framework .flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.jd-framework .flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.jd-framework .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.jd-framework .lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.jd-framework .rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

.jd-framework .rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

.jd-framework .rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

.jd-framework .rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

.jd-framework .rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

.jd-framework .rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

.jd-framework .rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

.jd-framework .rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

.jd-framework .rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

.jd-framework .hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

.jd-framework .rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

.jd-framework .rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.jd-framework .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.jd-framework .zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

.jd-framework .zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

.jd-framework .zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

.jd-framework .zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

.jd-framework .zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.jd-framework .zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

.jd-framework .zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

.jd-framework .zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

.jd-framework .zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.jd-framework .jd-icons.jd-icon-circle span {
  border-radius: 50%;
  border: 4px solid;
  padding: 30px;
  display: inline-block;
}

.jd-framework .jd-quote {
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 1.1em;
  font-style: italic;
  border-left: 1px solid #3d3e42;
}

.jd-framework .jd-quote cite:before {
  content: "-";
}

.jd-framework .jd-quote {
  position: relative;
  border: none;
  font-size: 1.1em;
  line-height: 1.5em;
}

.jd-framework .jd-quote:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: auto;
  top: 0px;
  bottom: 0px;
  left: 0;
  background-image: url("../images/uwe/dots-small-vertical.png");
  background-repeat: repeat-y;
}

.jd-framework .jd-quote cite {
  font-size: 0.9em;
  font-weight: 600;
}

.jd-framework .jd-quote cite:before {
  content: "– ";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html.jd-framework {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

.jd-framework {
  /*
  body {
    font-family: $font-family-base;
    font-size: $font-size-base;
    line-height: $line-height-base;
    color: $text-color;
    background-color: $body-bg;
  }*/
}

.jd-framework input,
.jd-framework button,
.jd-framework select,
.jd-framework textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.jd-framework a {
  color: #30abb8;
  text-decoration: none;
}

.jd-framework a:hover, .jd-framework a:focus {
  color: #20737b;
  text-decoration: underline;
}

.jd-framework a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.jd-framework figure {
  margin: 0;
}

.jd-framework img {
  vertical-align: middle;
}

.jd-framework .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.jd-framework .img-rounded {
  border-radius: 6px;
}

.jd-framework .img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  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;
}

.jd-framework .img-circle {
  border-radius: 50%;
}

.jd-framework hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #c0c0c0;
}

.jd-framework .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.jd-framework .sr-only-focusable:active, .jd-framework .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.jd-framework h1, .jd-framework h2, .jd-framework h3, .jd-framework h4, .jd-framework h5, .jd-framework h6,
.jd-framework .h1, .jd-framework .h2, .jd-framework .h3, .jd-framework .h4, .jd-framework .h5, .jd-framework .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.jd-framework h1 small,
.jd-framework h1 .small, .jd-framework h2 small,
.jd-framework h2 .small, .jd-framework h3 small,
.jd-framework h3 .small, .jd-framework h4 small,
.jd-framework h4 .small, .jd-framework h5 small,
.jd-framework h5 .small, .jd-framework h6 small,
.jd-framework h6 .small,
.jd-framework .h1 small,
.jd-framework .h1 .small, .jd-framework .h2 small,
.jd-framework .h2 .small, .jd-framework .h3 small,
.jd-framework .h3 .small, .jd-framework .h4 small,
.jd-framework .h4 .small, .jd-framework .h5 small,
.jd-framework .h5 .small, .jd-framework .h6 small,
.jd-framework .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #2e2e30;
}

.jd-framework h1, .jd-framework .h1,
.jd-framework h2, .jd-framework .h2,
.jd-framework h3, .jd-framework .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

.jd-framework h1 small,
.jd-framework h1 .small, .jd-framework .h1 small,
.jd-framework .h1 .small,
.jd-framework h2 small,
.jd-framework h2 .small, .jd-framework .h2 small,
.jd-framework .h2 .small,
.jd-framework h3 small,
.jd-framework h3 .small, .jd-framework .h3 small,
.jd-framework .h3 .small {
  font-size: 65%;
}

.jd-framework h4, .jd-framework .h4,
.jd-framework h5, .jd-framework .h5,
.jd-framework h6, .jd-framework .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

.jd-framework h4 small,
.jd-framework h4 .small, .jd-framework .h4 small,
.jd-framework .h4 .small,
.jd-framework h5 small,
.jd-framework h5 .small, .jd-framework .h5 small,
.jd-framework .h5 .small,
.jd-framework h6 small,
.jd-framework h6 .small, .jd-framework .h6 small,
.jd-framework .h6 .small {
  font-size: 75%;
}

.jd-framework h1, .jd-framework .h1 {
  font-size: 41px;
}

.jd-framework h2, .jd-framework .h2 {
  font-size: 34px;
}

.jd-framework h3, .jd-framework .h3 {
  font-size: 28px;
}

.jd-framework h4, .jd-framework .h4 {
  font-size: 20px;
}

.jd-framework h5, .jd-framework .h5 {
  font-size: 16px;
}

.jd-framework h6, .jd-framework .h6 {
  font-size: 14px;
}

.jd-framework p {
  margin: 0 0 11px;
}

.jd-framework .lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .jd-framework .lead {
    font-size: 24px;
  }
}

.jd-framework small,
.jd-framework .small {
  font-size: 87%;
}

.jd-framework mark,
.jd-framework .mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.jd-framework .text-left {
  text-align: left;
}

.jd-framework .text-right {
  text-align: right;
}

.jd-framework .text-center {
  text-align: center;
}

.jd-framework .text-justify {
  text-align: justify;
}

.jd-framework .text-nowrap {
  white-space: nowrap;
}

.jd-framework .text-lowercase {
  text-transform: lowercase;
}

.jd-framework .text-uppercase {
  text-transform: uppercase;
}

.jd-framework .text-capitalize {
  text-transform: capitalize;
}

.jd-framework .text-muted {
  color: #2e2e30;
}

.jd-framework .text-primary {
  color: #30abb8;
}

.jd-framework a.text-primary:hover {
  color: #258590;
}

.jd-framework .text-success {
  color: #3c763d;
}

.jd-framework a.text-success:hover {
  color: #2b542c;
}

.jd-framework .text-info {
  color: #31708f;
}

.jd-framework a.text-info:hover {
  color: #245269;
}

.jd-framework .text-warning {
  color: #8a6d3b;
}

.jd-framework a.text-warning:hover {
  color: #66512c;
}

.jd-framework .text-danger {
  color: #a94442;
}

.jd-framework a.text-danger:hover {
  color: #843534;
}

.jd-framework .bg-primary {
  color: #fff;
}

.jd-framework .bg-primary {
  background-color: #30abb8;
}

.jd-framework a.bg-primary:hover {
  background-color: #258590;
}

.jd-framework .bg-success {
  background-color: #dff0d8;
}

.jd-framework a.bg-success:hover {
  background-color: #c1e2b3;
}

.jd-framework .bg-info {
  background-color: #d9edf7;
}

.jd-framework a.bg-info:hover {
  background-color: #afd9ee;
}

.jd-framework .bg-warning {
  background-color: #fcf8e3;
}

.jd-framework a.bg-warning:hover {
  background-color: #f7ecb5;
}

.jd-framework .bg-danger {
  background-color: #f2dede;
}

.jd-framework a.bg-danger:hover {
  background-color: #e4b9b9;
}

.jd-framework .page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #c0c0c0;
}

.jd-framework ul,
.jd-framework ol {
  margin-top: 0;
  margin-bottom: 11px;
}

.jd-framework ul ul,
.jd-framework ul ol,
.jd-framework ol ul,
.jd-framework ol ol {
  margin-bottom: 0;
}

.jd-framework .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.jd-framework .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.jd-framework .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.jd-framework dl {
  margin-top: 0;
  margin-bottom: 22px;
}

.jd-framework dt,
.jd-framework dd {
  line-height: 1.42857;
}

.jd-framework dt {
  font-weight: bold;
}

.jd-framework dd {
  margin-left: 0;
}

.jd-framework .dl-horizontal dd:before, .jd-framework .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.jd-framework .dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .jd-framework .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .jd-framework .dl-horizontal dd {
    margin-left: 180px;
  }
}

.jd-framework abbr[title],
.jd-framework abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #2e2e30;
}

.jd-framework .initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.jd-framework blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #c0c0c0;
}

.jd-framework blockquote p:last-child,
.jd-framework blockquote ul:last-child,
.jd-framework blockquote ol:last-child {
  margin-bottom: 0;
}

.jd-framework blockquote footer,
.jd-framework blockquote small,
.jd-framework blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #2e2e30;
}

.jd-framework blockquote footer:before,
.jd-framework blockquote small:before,
.jd-framework blockquote .small:before {
  content: '\2014 \00A0';
}

.jd-framework .blockquote-reverse,
.jd-framework blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #c0c0c0;
  border-left: 0;
  text-align: right;
}

.jd-framework .blockquote-reverse footer:before,
.jd-framework .blockquote-reverse small:before,
.jd-framework .blockquote-reverse .small:before,
.jd-framework blockquote.pull-right footer:before,
.jd-framework blockquote.pull-right small:before,
.jd-framework blockquote.pull-right .small:before {
  content: '';
}

.jd-framework .blockquote-reverse footer:after,
.jd-framework .blockquote-reverse small:after,
.jd-framework .blockquote-reverse .small:after,
.jd-framework blockquote.pull-right footer:after,
.jd-framework blockquote.pull-right small:after,
.jd-framework blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

.jd-framework address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857;
}

.jd-framework code,
.jd-framework kbd,
.jd-framework pre,
.jd-framework samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.jd-framework code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

.jd-framework 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);
}

.jd-framework kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

.jd-framework pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.jd-framework pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.jd-framework .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.jd-framework .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.jd-framework .container:before, .jd-framework .container:after {
  content: " ";
  display: table;
}

.jd-framework .container:after {
  clear: both;
}

@media (min-width: 768px) {
  .jd-framework .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .jd-framework .container {
    width: 970px;
  }
}

@media (min-width: 1240px) {
  .jd-framework .container {
    width: 1230px;
  }
}

.jd-framework .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.jd-framework .container-fluid:before, .jd-framework .container-fluid:after {
  content: " ";
  display: table;
}

.jd-framework .container-fluid:after {
  clear: both;
}

.jd-framework .row {
  margin-left: -15px;
  margin-right: -15px;
}

.jd-framework .row:before, .jd-framework .row:after {
  content: " ";
  display: table;
}

.jd-framework .row:after {
  clear: both;
}

.jd-framework .col-xs-1, .jd-framework .col-sm-1, .jd-framework .col-md-1, .jd-framework .col-lg-1, .jd-framework .col-xs-2, .jd-framework .col-sm-2, .jd-framework .col-md-2, .jd-framework .col-lg-2, .jd-framework .col-xs-3, .jd-framework .col-sm-3, .jd-framework .col-md-3, .jd-framework .col-lg-3, .jd-framework .col-xs-4, .jd-framework .col-sm-4, .jd-framework .col-md-4, .jd-framework .col-lg-4, .jd-framework .col-xs-5, .jd-framework .col-sm-5, .jd-framework .col-md-5, .jd-framework .col-lg-5, .jd-framework .col-xs-6, .jd-framework .col-sm-6, .jd-framework .col-md-6, .jd-framework .col-lg-6, .jd-framework .col-xs-7, .jd-framework .col-sm-7, .jd-framework .col-md-7, .jd-framework .col-lg-7, .jd-framework .col-xs-8, .jd-framework .col-sm-8, .jd-framework .col-md-8, .jd-framework .col-lg-8, .jd-framework .col-xs-9, .jd-framework .col-sm-9, .jd-framework .col-md-9, .jd-framework .col-lg-9, .jd-framework .col-xs-10, .jd-framework .col-sm-10, .jd-framework .col-md-10, .jd-framework .col-lg-10, .jd-framework .col-xs-11, .jd-framework .col-sm-11, .jd-framework .col-md-11, .jd-framework .col-lg-11, .jd-framework .col-xs-12, .jd-framework .col-sm-12, .jd-framework .col-md-12, .jd-framework .col-lg-12, .jd-framework .col-xs-15, .jd-framework .col-sm-15, .jd-framework .col-md-15, .jd-framework .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.jd-framework .col-xs-1, .jd-framework .col-xs-2, .jd-framework .col-xs-3, .jd-framework .col-xs-4, .jd-framework .col-xs-5, .jd-framework .col-xs-6, .jd-framework .col-xs-7, .jd-framework .col-xs-8, .jd-framework .col-xs-9, .jd-framework .col-xs-10, .jd-framework .col-xs-11, .jd-framework .col-xs-12, .jd-framework .col-xs-15 {
  float: left;
}

.jd-framework .col-xs-1 {
  width: 8.33333%;
}

.jd-framework .col-xs-2 {
  width: 16.66667%;
}

.jd-framework .col-xs-3 {
  width: 25%;
}

.jd-framework .col-xs-4 {
  width: 33.33333%;
}

.jd-framework .col-xs-5 {
  width: 41.66667%;
}

.jd-framework .col-xs-6 {
  width: 50%;
}

.jd-framework .col-xs-7 {
  width: 58.33333%;
}

.jd-framework .col-xs-8 {
  width: 66.66667%;
}

.jd-framework .col-xs-9 {
  width: 75%;
}

.jd-framework .col-xs-10 {
  width: 83.33333%;
}

.jd-framework .col-xs-11 {
  width: 91.66667%;
}

.jd-framework .col-xs-12 {
  width: 100%;
}
.jd-framework .col-xs-15 {
  width: 20%;
}

.jd-framework .col-xs-pull-0 {
  right: auto;
}

.jd-framework .col-xs-pull-1 {
  right: 8.33333%;
}

.jd-framework .col-xs-pull-2 {
  right: 16.66667%;
}

.jd-framework .col-xs-pull-3 {
  right: 25%;
}

.jd-framework .col-xs-pull-4 {
  right: 33.33333%;
}

.jd-framework .col-xs-pull-5 {
  right: 41.66667%;
}

.jd-framework .col-xs-pull-6 {
  right: 50%;
}

.jd-framework .col-xs-pull-7 {
  right: 58.33333%;
}

.jd-framework .col-xs-pull-8 {
  right: 66.66667%;
}

.jd-framework .col-xs-pull-9 {
  right: 75%;
}

.jd-framework .col-xs-pull-10 {
  right: 83.33333%;
}

.jd-framework .col-xs-pull-11 {
  right: 91.66667%;
}

.jd-framework .col-xs-pull-12 {
  right: 100%;
}

.jd-framework .col-xs-push-0 {
  left: auto;
}

.jd-framework .col-xs-push-1 {
  left: 8.33333%;
}

.jd-framework .col-xs-push-2 {
  left: 16.66667%;
}

.jd-framework .col-xs-push-3 {
  left: 25%;
}

.jd-framework .col-xs-push-4 {
  left: 33.33333%;
}

.jd-framework .col-xs-push-5 {
  left: 41.66667%;
}

.jd-framework .col-xs-push-6 {
  left: 50%;
}

.jd-framework .col-xs-push-7 {
  left: 58.33333%;
}

.jd-framework .col-xs-push-8 {
  left: 66.66667%;
}

.jd-framework .col-xs-push-9 {
  left: 75%;
}

.jd-framework .col-xs-push-10 {
  left: 83.33333%;
}

.jd-framework .col-xs-push-11 {
  left: 91.66667%;
}

.jd-framework .col-xs-push-12 {
  left: 100%;
}

.jd-framework .col-xs-offset-0 {
  margin-left: 0%;
}

.jd-framework .col-xs-offset-1 {
  margin-left: 8.33333%;
}

.jd-framework .col-xs-offset-2 {
  margin-left: 16.66667%;
}

.jd-framework .col-xs-offset-3 {
  margin-left: 25%;
}

.jd-framework .col-xs-offset-4 {
  margin-left: 33.33333%;
}

.jd-framework .col-xs-offset-5 {
  margin-left: 41.66667%;
}

.jd-framework .col-xs-offset-6 {
  margin-left: 50%;
}

.jd-framework .col-xs-offset-7 {
  margin-left: 58.33333%;
}

.jd-framework .col-xs-offset-8 {
  margin-left: 66.66667%;
}

.jd-framework .col-xs-offset-9 {
  margin-left: 75%;
}

.jd-framework .col-xs-offset-10 {
  margin-left: 83.33333%;
}

.jd-framework .col-xs-offset-11 {
  margin-left: 91.66667%;
}

.jd-framework .col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .jd-framework .col-sm-1, .jd-framework .col-sm-2, .jd-framework .col-sm-3, .jd-framework .col-sm-4, .jd-framework .col-sm-5, .jd-framework .col-sm-6, .jd-framework .col-sm-7, .jd-framework .col-sm-8, .jd-framework .col-sm-9, .jd-framework .col-sm-10, .jd-framework .col-sm-11, .jd-framework .col-sm-12, .jd-framework .col-sm-15 {
    float: left;
  }
  .jd-framework .col-sm-1 {
    width: 8.33333%;
  }
  .jd-framework .col-sm-2 {
    width: 16.66667%;
  }
  .jd-framework .col-sm-3 {
    width: 25%;
  }
  .jd-framework .col-sm-4 {
    width: 33.33333%;
  }
  .jd-framework .col-sm-5 {
    width: 41.66667%;
  }
  .jd-framework .col-sm-6 {
    width: 50%;
  }
  .jd-framework .col-sm-7 {
    width: 58.33333%;
  }
  .jd-framework .col-sm-8 {
    width: 66.66667%;
  }
  .jd-framework .col-sm-9 {
    width: 75%;
  }
  .jd-framework .col-sm-10 {
    width: 83.33333%;
  }
  .jd-framework .col-sm-11 {
    width: 91.66667%;
  }
  .jd-framework .col-sm-12 {
    width: 100%;
  }
  .jd-framework .col-sm-15 {
    width: 20%;
  }
  .jd-framework .col-sm-pull-0 {
    right: auto;
  }
  .jd-framework .col-sm-pull-1 {
    right: 8.33333%;
  }
  .jd-framework .col-sm-pull-2 {
    right: 16.66667%;
  }
  .jd-framework .col-sm-pull-3 {
    right: 25%;
  }
  .jd-framework .col-sm-pull-4 {
    right: 33.33333%;
  }
  .jd-framework .col-sm-pull-5 {
    right: 41.66667%;
  }
  .jd-framework .col-sm-pull-6 {
    right: 50%;
  }
  .jd-framework .col-sm-pull-7 {
    right: 58.33333%;
  }
  .jd-framework .col-sm-pull-8 {
    right: 66.66667%;
  }
  .jd-framework .col-sm-pull-9 {
    right: 75%;
  }
  .jd-framework .col-sm-pull-10 {
    right: 83.33333%;
  }
  .jd-framework .col-sm-pull-11 {
    right: 91.66667%;
  }
  .jd-framework .col-sm-pull-12 {
    right: 100%;
  }
  .jd-framework .col-sm-push-0 {
    left: auto;
  }
  .jd-framework .col-sm-push-1 {
    left: 8.33333%;
  }
  .jd-framework .col-sm-push-2 {
    left: 16.66667%;
  }
  .jd-framework .col-sm-push-3 {
    left: 25%;
  }
  .jd-framework .col-sm-push-4 {
    left: 33.33333%;
  }
  .jd-framework .col-sm-push-5 {
    left: 41.66667%;
  }
  .jd-framework .col-sm-push-6 {
    left: 50%;
  }
  .jd-framework .col-sm-push-7 {
    left: 58.33333%;
  }
  .jd-framework .col-sm-push-8 {
    left: 66.66667%;
  }
  .jd-framework .col-sm-push-9 {
    left: 75%;
  }
  .jd-framework .col-sm-push-10 {
    left: 83.33333%;
  }
  .jd-framework .col-sm-push-11 {
    left: 91.66667%;
  }
  .jd-framework .col-sm-push-12 {
    left: 100%;
  }
  .jd-framework .col-sm-offset-0 {
    margin-left: 0%;
  }
  .jd-framework .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .jd-framework .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .jd-framework .col-sm-offset-3 {
    margin-left: 25%;
  }
  .jd-framework .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .jd-framework .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .jd-framework .col-sm-offset-6 {
    margin-left: 50%;
  }
  .jd-framework .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .jd-framework .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .jd-framework .col-sm-offset-9 {
    margin-left: 75%;
  }
  .jd-framework .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .jd-framework .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .jd-framework .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .jd-framework .col-md-1, .jd-framework .col-md-2, .jd-framework .col-md-3, .jd-framework .col-md-4, .jd-framework .col-md-5, .jd-framework .col-md-6, .jd-framework .col-md-7, .jd-framework .col-md-8, .jd-framework .col-md-9, .jd-framework .col-md-10, .jd-framework .col-md-11, .jd-framework .col-md-12, .jd-framework .col-md-15 {
    float: left;
  }
  .jd-framework .col-md-1 {
    width: 8.33333%;
  }
  .jd-framework .col-md-2 {
    width: 16.66667%;
  }
  .jd-framework .col-md-3 {
    width: 25%;
  }
  .jd-framework .col-md-4 {
    width: 33.33333%;
  }
  .jd-framework .col-md-5 {
    width: 41.66667%;
  }
  .jd-framework .col-md-6 {
    width: 50%;
  }
  .jd-framework .col-md-7 {
    width: 58.33333%;
  }
  .jd-framework .col-md-8 {
    width: 66.66667%;
  }
  .jd-framework .col-md-9 {
    width: 75%;
  }
  .jd-framework .col-md-10 {
    width: 83.33333%;
  }
  .jd-framework .col-md-11 {
    width: 91.66667%;
  }
  .jd-framework .col-md-12 {
    width: 100%;
  }
  .jd-framework .col-md-15 {
    width: 20%;
  }
  .jd-framework .col-md-pull-0 {
    right: auto;
  }
  .jd-framework .col-md-pull-1 {
    right: 8.33333%;
  }
  .jd-framework .col-md-pull-2 {
    right: 16.66667%;
  }
  .jd-framework .col-md-pull-3 {
    right: 25%;
  }
  .jd-framework .col-md-pull-4 {
    right: 33.33333%;
  }
  .jd-framework .col-md-pull-5 {
    right: 41.66667%;
  }
  .jd-framework .col-md-pull-6 {
    right: 50%;
  }
  .jd-framework .col-md-pull-7 {
    right: 58.33333%;
  }
  .jd-framework .col-md-pull-8 {
    right: 66.66667%;
  }
  .jd-framework .col-md-pull-9 {
    right: 75%;
  }
  .jd-framework .col-md-pull-10 {
    right: 83.33333%;
  }
  .jd-framework .col-md-pull-11 {
    right: 91.66667%;
  }
  .jd-framework .col-md-pull-12 {
    right: 100%;
  }
  .jd-framework .col-md-push-0 {
    left: auto;
  }
  .jd-framework .col-md-push-1 {
    left: 8.33333%;
  }
  .jd-framework .col-md-push-2 {
    left: 16.66667%;
  }
  .jd-framework .col-md-push-3 {
    left: 25%;
  }
  .jd-framework .col-md-push-4 {
    left: 33.33333%;
  }
  .jd-framework .col-md-push-5 {
    left: 41.66667%;
  }
  .jd-framework .col-md-push-6 {
    left: 50%;
  }
  .jd-framework .col-md-push-7 {
    left: 58.33333%;
  }
  .jd-framework .col-md-push-8 {
    left: 66.66667%;
  }
  .jd-framework .col-md-push-9 {
    left: 75%;
  }
  .jd-framework .col-md-push-10 {
    left: 83.33333%;
  }
  .jd-framework .col-md-push-11 {
    left: 91.66667%;
  }
  .jd-framework .col-md-push-12 {
    left: 100%;
  }
  .jd-framework .col-md-offset-0 {
    margin-left: 0%;
  }
  .jd-framework .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .jd-framework .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .jd-framework .col-md-offset-3 {
    margin-left: 25%;
  }
  .jd-framework .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .jd-framework .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .jd-framework .col-md-offset-6 {
    margin-left: 50%;
  }
  .jd-framework .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .jd-framework .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .jd-framework .col-md-offset-9 {
    margin-left: 75%;
  }
  .jd-framework .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .jd-framework .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .jd-framework .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1240px) {
  .jd-framework .col-lg-1, .jd-framework .col-lg-2, .jd-framework .col-lg-3, .jd-framework .col-lg-4, .jd-framework .col-lg-5, .jd-framework .col-lg-6, .jd-framework .col-lg-7, .jd-framework .col-lg-8, .jd-framework .col-lg-9, .jd-framework .col-lg-10, .jd-framework .col-lg-11, .jd-framework .col-lg-12, .jd-framework .col-lg-15 {
    float: left;
  }
  .jd-framework .col-lg-1 {
    width: 8.33333%;
  }
  .jd-framework .col-lg-2 {
    width: 16.66667%;
  }
  .jd-framework .col-lg-3 {
    width: 25%;
  }
  .jd-framework .col-lg-4 {
    width: 33.33333%;
  }
  .jd-framework .col-lg-5 {
    width: 41.66667%;
  }
  .jd-framework .col-lg-6 {
    width: 50%;
  }
  .jd-framework .col-lg-7 {
    width: 58.33333%;
  }
  .jd-framework .col-lg-8 {
    width: 66.66667%;
  }
  .jd-framework .col-lg-9 {
    width: 75%;
  }
  .jd-framework .col-lg-10 {
    width: 83.33333%;
  }
  .jd-framework .col-lg-11 {
    width: 91.66667%;
  }
  .jd-framework .col-lg-12 {
    width: 100%;
  }
  .jd-framework .col-lg-15 {
    width: 20%;
  }
  .jd-framework .col-lg-pull-0 {
    right: auto;
  }
  .jd-framework .col-lg-pull-1 {
    right: 8.33333%;
  }
  .jd-framework .col-lg-pull-2 {
    right: 16.66667%;
  }
  .jd-framework .col-lg-pull-3 {
    right: 25%;
  }
  .jd-framework .col-lg-pull-4 {
    right: 33.33333%;
  }
  .jd-framework .col-lg-pull-5 {
    right: 41.66667%;
  }
  .jd-framework .col-lg-pull-6 {
    right: 50%;
  }
  .jd-framework .col-lg-pull-7 {
    right: 58.33333%;
  }
  .jd-framework .col-lg-pull-8 {
    right: 66.66667%;
  }
  .jd-framework .col-lg-pull-9 {
    right: 75%;
  }
  .jd-framework .col-lg-pull-10 {
    right: 83.33333%;
  }
  .jd-framework .col-lg-pull-11 {
    right: 91.66667%;
  }
  .jd-framework .col-lg-pull-12 {
    right: 100%;
  }
  .jd-framework .col-lg-push-0 {
    left: auto;
  }
  .jd-framework .col-lg-push-1 {
    left: 8.33333%;
  }
  .jd-framework .col-lg-push-2 {
    left: 16.66667%;
  }
  .jd-framework .col-lg-push-3 {
    left: 25%;
  }
  .jd-framework .col-lg-push-4 {
    left: 33.33333%;
  }
  .jd-framework .col-lg-push-5 {
    left: 41.66667%;
  }
  .jd-framework .col-lg-push-6 {
    left: 50%;
  }
  .jd-framework .col-lg-push-7 {
    left: 58.33333%;
  }
  .jd-framework .col-lg-push-8 {
    left: 66.66667%;
  }
  .jd-framework .col-lg-push-9 {
    left: 75%;
  }
  .jd-framework .col-lg-push-10 {
    left: 83.33333%;
  }
  .jd-framework .col-lg-push-11 {
    left: 91.66667%;
  }
  .jd-framework .col-lg-push-12 {
    left: 100%;
  }
  .jd-framework .col-lg-offset-0 {
    margin-left: 0%;
  }
  .jd-framework .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .jd-framework .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .jd-framework .col-lg-offset-3 {
    margin-left: 25%;
  }
  .jd-framework .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .jd-framework .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .jd-framework .col-lg-offset-6 {
    margin-left: 50%;
  }
  .jd-framework .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .jd-framework .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .jd-framework .col-lg-offset-9 {
    margin-left: 75%;
  }
  .jd-framework .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .jd-framework .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .jd-framework .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.jd-framework table {
  background-color: transparent;
}

.jd-framework caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #2e2e30;
  text-align: left;
}

.jd-framework th {
  text-align: left;
}

.jd-framework .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.jd-framework .table > thead > tr > th,
.jd-framework .table > thead > tr > td,
.jd-framework .table > tbody > tr > th,
.jd-framework .table > tbody > tr > td,
.jd-framework .table > tfoot > tr > th,
.jd-framework .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.jd-framework .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.jd-framework .table > caption + thead > tr:first-child > th,
.jd-framework .table > caption + thead > tr:first-child > td,
.jd-framework .table > colgroup + thead > tr:first-child > th,
.jd-framework .table > colgroup + thead > tr:first-child > td,
.jd-framework .table > thead:first-child > tr:first-child > th,
.jd-framework .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.jd-framework .table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.jd-framework .table .table {
  background-color: #fff;
}

.jd-framework .table-condensed > thead > tr > th,
.jd-framework .table-condensed > thead > tr > td,
.jd-framework .table-condensed > tbody > tr > th,
.jd-framework .table-condensed > tbody > tr > td,
.jd-framework .table-condensed > tfoot > tr > th,
.jd-framework .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.jd-framework .table-bordered {
  border: 1px solid #ddd;
}

.jd-framework .table-bordered > thead > tr > th,
.jd-framework .table-bordered > thead > tr > td,
.jd-framework .table-bordered > tbody > tr > th,
.jd-framework .table-bordered > tbody > tr > td,
.jd-framework .table-bordered > tfoot > tr > th,
.jd-framework .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.jd-framework .table-bordered > thead > tr > th,
.jd-framework .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.jd-framework .table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.jd-framework .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.jd-framework table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

.jd-framework table td[class*="col-"],
.jd-framework table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.jd-framework .table > thead > tr > td.active,
.jd-framework .table > thead > tr > th.active,
.jd-framework .table > thead > tr.active > td,
.jd-framework .table > thead > tr.active > th,
.jd-framework .table > tbody > tr > td.active,
.jd-framework .table > tbody > tr > th.active,
.jd-framework .table > tbody > tr.active > td,
.jd-framework .table > tbody > tr.active > th,
.jd-framework .table > tfoot > tr > td.active,
.jd-framework .table > tfoot > tr > th.active,
.jd-framework .table > tfoot > tr.active > td,
.jd-framework .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.jd-framework .table-hover > tbody > tr > td.active:hover,
.jd-framework .table-hover > tbody > tr > th.active:hover,
.jd-framework .table-hover > tbody > tr.active:hover > td,
.jd-framework .table-hover > tbody > tr:hover > .active,
.jd-framework .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.jd-framework .table > thead > tr > td.success,
.jd-framework .table > thead > tr > th.success,
.jd-framework .table > thead > tr.success > td,
.jd-framework .table > thead > tr.success > th,
.jd-framework .table > tbody > tr > td.success,
.jd-framework .table > tbody > tr > th.success,
.jd-framework .table > tbody > tr.success > td,
.jd-framework .table > tbody > tr.success > th,
.jd-framework .table > tfoot > tr > td.success,
.jd-framework .table > tfoot > tr > th.success,
.jd-framework .table > tfoot > tr.success > td,
.jd-framework .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.jd-framework .table-hover > tbody > tr > td.success:hover,
.jd-framework .table-hover > tbody > tr > th.success:hover,
.jd-framework .table-hover > tbody > tr.success:hover > td,
.jd-framework .table-hover > tbody > tr:hover > .success,
.jd-framework .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.jd-framework .table > thead > tr > td.info,
.jd-framework .table > thead > tr > th.info,
.jd-framework .table > thead > tr.info > td,
.jd-framework .table > thead > tr.info > th,
.jd-framework .table > tbody > tr > td.info,
.jd-framework .table > tbody > tr > th.info,
.jd-framework .table > tbody > tr.info > td,
.jd-framework .table > tbody > tr.info > th,
.jd-framework .table > tfoot > tr > td.info,
.jd-framework .table > tfoot > tr > th.info,
.jd-framework .table > tfoot > tr.info > td,
.jd-framework .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.jd-framework .table-hover > tbody > tr > td.info:hover,
.jd-framework .table-hover > tbody > tr > th.info:hover,
.jd-framework .table-hover > tbody > tr.info:hover > td,
.jd-framework .table-hover > tbody > tr:hover > .info,
.jd-framework .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.jd-framework .table > thead > tr > td.warning,
.jd-framework .table > thead > tr > th.warning,
.jd-framework .table > thead > tr.warning > td,
.jd-framework .table > thead > tr.warning > th,
.jd-framework .table > tbody > tr > td.warning,
.jd-framework .table > tbody > tr > th.warning,
.jd-framework .table > tbody > tr.warning > td,
.jd-framework .table > tbody > tr.warning > th,
.jd-framework .table > tfoot > tr > td.warning,
.jd-framework .table > tfoot > tr > th.warning,
.jd-framework .table > tfoot > tr.warning > td,
.jd-framework .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.jd-framework .table-hover > tbody > tr > td.warning:hover,
.jd-framework .table-hover > tbody > tr > th.warning:hover,
.jd-framework .table-hover > tbody > tr.warning:hover > td,
.jd-framework .table-hover > tbody > tr:hover > .warning,
.jd-framework .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.jd-framework .table > thead > tr > td.danger,
.jd-framework .table > thead > tr > th.danger,
.jd-framework .table > thead > tr.danger > td,
.jd-framework .table > thead > tr.danger > th,
.jd-framework .table > tbody > tr > td.danger,
.jd-framework .table > tbody > tr > th.danger,
.jd-framework .table > tbody > tr.danger > td,
.jd-framework .table > tbody > tr.danger > th,
.jd-framework .table > tfoot > tr > td.danger,
.jd-framework .table > tfoot > tr > th.danger,
.jd-framework .table > tfoot > tr.danger > td,
.jd-framework .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.jd-framework .table-hover > tbody > tr > td.danger:hover,
.jd-framework .table-hover > tbody > tr > th.danger:hover,
.jd-framework .table-hover > tbody > tr.danger:hover > td,
.jd-framework .table-hover > tbody > tr:hover > .danger,
.jd-framework .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.jd-framework .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .jd-framework .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .jd-framework .table-responsive > .table {
    margin-bottom: 0;
  }
  .jd-framework .table-responsive > .table > thead > tr > th,
  .jd-framework .table-responsive > .table > thead > tr > td,
  .jd-framework .table-responsive > .table > tbody > tr > th,
  .jd-framework .table-responsive > .table > tbody > tr > td,
  .jd-framework .table-responsive > .table > tfoot > tr > th,
  .jd-framework .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .jd-framework .table-responsive > .table-bordered {
    border: 0;
  }
  .jd-framework .table-responsive > .table-bordered > thead > tr > th:first-child,
  .jd-framework .table-responsive > .table-bordered > thead > tr > td:first-child,
  .jd-framework .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .jd-framework .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .jd-framework .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .jd-framework .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .jd-framework .table-responsive > .table-bordered > thead > tr > th:last-child,
  .jd-framework .table-responsive > .table-bordered > thead > tr > td:last-child,
  .jd-framework .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .jd-framework .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .jd-framework .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .jd-framework .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .jd-framework .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .jd-framework .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .jd-framework .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .jd-framework .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.jd-framework fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

.jd-framework legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #000;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.jd-framework label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.jd-framework input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.jd-framework input[type="radio"],
.jd-framework input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.jd-framework input[type="file"] {
  display: block;
}

.jd-framework input[type="range"] {
  display: block;
  width: 100%;
}

.jd-framework select[multiple],
.jd-framework select[size] {
  height: auto;
}

.jd-framework input[type="file"]:focus,
.jd-framework input[type="radio"]:focus,
.jd-framework input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.jd-framework output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #4d4d4d;
}

.jd-framework .form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #4d4d4d;
  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;
}

.jd-framework .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);
}

.jd-framework .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.jd-framework .form-control:-ms-input-placeholder {
  color: #999;
}

.jd-framework .form-control::-webkit-input-placeholder {
  color: #999;
}

.jd-framework .form-control[disabled], .jd-framework .form-control[readonly],
fieldset[disabled] .jd-framework .form-control {
  cursor: not-allowed;
  background-color: #c0c0c0;
  opacity: 1;
}

.jd-framework textarea.form-control {
  height: auto;
}

.jd-framework input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .jd-framework input[type="date"],
  .jd-framework input[type="time"],
  .jd-framework input[type="datetime-local"],
  .jd-framework input[type="month"] {
    line-height: 36px;
  }
  .jd-framework input[type="date"].input-sm, .jd-framework .input-group-sm > input[type="date"].form-control,
  .jd-framework .input-group-sm > input[type="date"].input-group-addon,
  .jd-framework .input-group-sm > .input-group-btn > input[type="date"].btn,
  .jd-framework input[type="time"].input-sm, .jd-framework .input-group-sm > input[type="time"].form-control,
  .jd-framework .input-group-sm > input[type="time"].input-group-addon,
  .jd-framework .input-group-sm > .input-group-btn > input[type="time"].btn,
  .jd-framework input[type="datetime-local"].input-sm, .jd-framework .input-group-sm > input[type="datetime-local"].form-control,
  .jd-framework .input-group-sm > input[type="datetime-local"].input-group-addon,
  .jd-framework .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .jd-framework input[type="month"].input-sm, .jd-framework .input-group-sm > input[type="month"].form-control,
  .jd-framework .input-group-sm > input[type="month"].input-group-addon,
  .jd-framework .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 33px;
  }
  .jd-framework input[type="date"].input-lg, .jd-framework .input-group-lg > input[type="date"].form-control,
  .jd-framework .input-group-lg > input[type="date"].input-group-addon,
  .jd-framework .input-group-lg > .input-group-btn > input[type="date"].btn,
  .jd-framework input[type="time"].input-lg, .jd-framework .input-group-lg > input[type="time"].form-control,
  .jd-framework .input-group-lg > input[type="time"].input-group-addon,
  .jd-framework .input-group-lg > .input-group-btn > input[type="time"].btn,
  .jd-framework input[type="datetime-local"].input-lg, .jd-framework .input-group-lg > input[type="datetime-local"].form-control,
  .jd-framework .input-group-lg > input[type="datetime-local"].input-group-addon,
  .jd-framework .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .jd-framework input[type="month"].input-lg, .jd-framework .input-group-lg > input[type="month"].form-control,
  .jd-framework .input-group-lg > input[type="month"].input-group-addon,
  .jd-framework .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 49px;
  }
}

.jd-framework .form-group {
  margin-bottom: 15px;
}

.jd-framework .radio,
.jd-framework .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.jd-framework .radio label,
.jd-framework .checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.jd-framework .radio input[type="radio"],
.jd-framework .radio-inline input[type="radio"],
.jd-framework .checkbox input[type="checkbox"],
.jd-framework .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.jd-framework .radio + .radio,
.jd-framework .checkbox + .checkbox {
  margin-top: -5px;
}

.jd-framework .radio-inline,
.jd-framework .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.jd-framework .radio-inline + .radio-inline,
.jd-framework .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.jd-framework input[type="radio"][disabled], .jd-framework input[type="radio"].disabled,
fieldset[disabled] .jd-framework input[type="radio"],
.jd-framework input[type="checkbox"][disabled],
.jd-framework input[type="checkbox"].disabled,
fieldset[disabled]
.jd-framework input[type="checkbox"] {
  cursor: not-allowed;
}

.jd-framework .radio-inline.disabled,
fieldset[disabled] .jd-framework .radio-inline,
.jd-framework .checkbox-inline.disabled,
fieldset[disabled]
.jd-framework .checkbox-inline {
  cursor: not-allowed;
}

.jd-framework .radio.disabled label,
fieldset[disabled] .jd-framework .radio label,
.jd-framework .checkbox.disabled label,
fieldset[disabled]
.jd-framework .checkbox label {
  cursor: not-allowed;
}

.jd-framework .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.jd-framework .form-control-static.input-lg, .jd-framework .input-group-lg > .form-control-static.form-control,
.jd-framework .input-group-lg > .form-control-static.input-group-addon,
.jd-framework .input-group-lg > .input-group-btn > .form-control-static.btn, .jd-framework .form-control-static.input-sm, .jd-framework .input-group-sm > .form-control-static.form-control,
.jd-framework .input-group-sm > .form-control-static.input-group-addon,
.jd-framework .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.jd-framework .input-sm, .jd-framework .input-group-sm > .form-control,
.jd-framework .input-group-sm > .input-group-addon,
.jd-framework .input-group-sm > .input-group-btn > .btn, .jd-framework .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.jd-framework select.input-sm, .jd-framework .input-group-sm > select.form-control,
.jd-framework .input-group-sm > select.input-group-addon,
.jd-framework .input-group-sm > .input-group-btn > select.btn, .jd-framework .form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}

.jd-framework textarea.input-sm, .jd-framework .input-group-sm > textarea.form-control,
.jd-framework .input-group-sm > textarea.input-group-addon,
.jd-framework .input-group-sm > .input-group-btn > textarea.btn, .jd-framework .form-group-sm .form-control,
.jd-framework select[multiple].input-sm, .jd-framework .input-group-sm > select[multiple].form-control,
.jd-framework .input-group-sm > select[multiple].input-group-addon,
.jd-framework .input-group-sm > .input-group-btn > select[multiple].btn, .jd-framework .form-group-sm .form-control {
  height: auto;
}

.jd-framework .input-lg, .jd-framework .input-group-lg > .form-control,
.jd-framework .input-group-lg > .input-group-addon,
.jd-framework .input-group-lg > .input-group-btn > .btn, .jd-framework .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

.jd-framework select.input-lg, .jd-framework .input-group-lg > select.form-control,
.jd-framework .input-group-lg > select.input-group-addon,
.jd-framework .input-group-lg > .input-group-btn > select.btn, .jd-framework .form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}

.jd-framework textarea.input-lg, .jd-framework .input-group-lg > textarea.form-control,
.jd-framework .input-group-lg > textarea.input-group-addon,
.jd-framework .input-group-lg > .input-group-btn > textarea.btn, .jd-framework .form-group-lg .form-control,
.jd-framework select[multiple].input-lg, .jd-framework .input-group-lg > select[multiple].form-control,
.jd-framework .input-group-lg > select[multiple].input-group-addon,
.jd-framework .input-group-lg > .input-group-btn > select[multiple].btn, .jd-framework .form-group-lg .form-control {
  height: auto;
}

.jd-framework .has-feedback {
  position: relative;
}

.jd-framework .has-feedback .form-control {
  padding-right: 45px;
}

.jd-framework .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.jd-framework .input-lg + .form-control-feedback, .jd-framework .input-group-lg > .form-control + .form-control-feedback,
.jd-framework .input-group-lg > .input-group-addon + .form-control-feedback,
.jd-framework .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.jd-framework .input-sm + .form-control-feedback, .jd-framework .input-group-sm > .form-control + .form-control-feedback,
.jd-framework .input-group-sm > .input-group-addon + .form-control-feedback,
.jd-framework .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.jd-framework .has-success .help-block,
.jd-framework .has-success .control-label,
.jd-framework .has-success .radio,
.jd-framework .has-success .checkbox,
.jd-framework .has-success .radio-inline,
.jd-framework .has-success .checkbox-inline,
.jd-framework .has-success.radio label,
.jd-framework .has-success.checkbox label,
.jd-framework .has-success.radio-inline label,
.jd-framework .has-success.checkbox-inline label {
  color: #3c763d;
}

.jd-framework .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);
}

.jd-framework .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;
}

.jd-framework .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.jd-framework .has-success .form-control-feedback {
  color: #3c763d;
}

.jd-framework .has-warning .help-block,
.jd-framework .has-warning .control-label,
.jd-framework .has-warning .radio,
.jd-framework .has-warning .checkbox,
.jd-framework .has-warning .radio-inline,
.jd-framework .has-warning .checkbox-inline,
.jd-framework .has-warning.radio label,
.jd-framework .has-warning.checkbox label,
.jd-framework .has-warning.radio-inline label,
.jd-framework .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.jd-framework .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);
}

.jd-framework .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;
}

.jd-framework .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.jd-framework .has-warning .form-control-feedback {
  color: #8a6d3b;
}

.jd-framework .has-error .help-block,
.jd-framework .has-error .control-label,
.jd-framework .has-error .radio,
.jd-framework .has-error .checkbox,
.jd-framework .has-error .radio-inline,
.jd-framework .has-error .checkbox-inline,
.jd-framework .has-error.radio label,
.jd-framework .has-error.checkbox label,
.jd-framework .has-error.radio-inline label,
.jd-framework .has-error.checkbox-inline label {
  color: #a94442;
}

.jd-framework .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);
}

.jd-framework .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;
}

.jd-framework .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.jd-framework .has-error .form-control-feedback {
  color: #a94442;
}

.jd-framework .has-feedback label ~ .form-control-feedback {
  top: 27px;
}

.jd-framework .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.jd-framework .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7a7c84;
}

@media (min-width: 768px) {
  .jd-framework .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .jd-framework .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .jd-framework .form-inline .form-control-static {
    display: inline-block;
  }
  .jd-framework .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .jd-framework .form-inline .input-group .input-group-addon,
  .jd-framework .form-inline .input-group .input-group-btn,
  .jd-framework .form-inline .input-group .form-control {
    width: auto;
  }
  .jd-framework .form-inline .input-group > .form-control {
    width: 100%;
  }
  .jd-framework .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .jd-framework .form-inline .radio,
  .jd-framework .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .jd-framework .form-inline .radio label,
  .jd-framework .form-inline .checkbox label {
    padding-left: 0;
  }
  .jd-framework .form-inline .radio input[type="radio"],
  .jd-framework .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .jd-framework .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.jd-framework .form-horizontal .radio,
.jd-framework .form-horizontal .checkbox,
.jd-framework .form-horizontal .radio-inline,
.jd-framework .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.jd-framework .form-horizontal .radio,
.jd-framework .form-horizontal .checkbox {
  min-height: 29px;
}

.jd-framework .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.jd-framework .form-horizontal .form-group:before, .jd-framework .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.jd-framework .form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .jd-framework .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.jd-framework .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .jd-framework .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}

@media (min-width: 768px) {
  .jd-framework .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.jd-framework .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: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jd-framework .btn:focus, .jd-framework .btn.focus, .jd-framework .btn:active:focus, .jd-framework .btn:active.focus, .jd-framework .btn.active:focus, .jd-framework .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.jd-framework .btn:hover, .jd-framework .btn:focus, .jd-framework .btn.focus {
  color: #333;
  text-decoration: none;
}

.jd-framework .btn:active, .jd-framework .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);
}

.jd-framework .btn.disabled, .jd-framework .btn[disabled],
fieldset[disabled] .jd-framework .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jd-framework .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.jd-framework .btn-default:hover, .jd-framework .btn-default:focus, .jd-framework .btn-default.focus, .jd-framework .btn-default:active, .jd-framework .btn-default.active,
.open > .jd-framework .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.jd-framework .btn-default:active, .jd-framework .btn-default.active,
.open > .jd-framework .btn-default.dropdown-toggle {
  background-image: none;
}

.jd-framework .btn-default.disabled, .jd-framework .btn-default.disabled:hover, .jd-framework .btn-default.disabled:focus, .jd-framework .btn-default.disabled.focus, .jd-framework .btn-default.disabled:active, .jd-framework .btn-default.disabled.active, .jd-framework .btn-default[disabled], .jd-framework .btn-default[disabled]:hover, .jd-framework .btn-default[disabled]:focus, .jd-framework .btn-default[disabled].focus, .jd-framework .btn-default[disabled]:active, .jd-framework .btn-default[disabled].active,
fieldset[disabled] .jd-framework .btn-default,
fieldset[disabled] .jd-framework .btn-default:hover,
fieldset[disabled] .jd-framework .btn-default:focus,
fieldset[disabled] .jd-framework .btn-default.focus,
fieldset[disabled] .jd-framework .btn-default:active,
fieldset[disabled] .jd-framework .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.jd-framework .btn-default .badge {
  color: #fff;
  background-color: #333;
}

.jd-framework .btn-primary {
  color: #fff;
  background-color: #30abb8;
  border-color: #2b98a4;
}

.jd-framework .btn-primary:hover, .jd-framework .btn-primary:focus, .jd-framework .btn-primary.focus, .jd-framework .btn-primary:active, .jd-framework .btn-primary.active,
.open > .jd-framework .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #258590;
  border-color: #1e6b73;
}

.jd-framework .btn-primary:active, .jd-framework .btn-primary.active,
.open > .jd-framework .btn-primary.dropdown-toggle {
  background-image: none;
}

.jd-framework .btn-primary.disabled, .jd-framework .btn-primary.disabled:hover, .jd-framework .btn-primary.disabled:focus, .jd-framework .btn-primary.disabled.focus, .jd-framework .btn-primary.disabled:active, .jd-framework .btn-primary.disabled.active, .jd-framework .btn-primary[disabled], .jd-framework .btn-primary[disabled]:hover, .jd-framework .btn-primary[disabled]:focus, .jd-framework .btn-primary[disabled].focus, .jd-framework .btn-primary[disabled]:active, .jd-framework .btn-primary[disabled].active,
fieldset[disabled] .jd-framework .btn-primary,
fieldset[disabled] .jd-framework .btn-primary:hover,
fieldset[disabled] .jd-framework .btn-primary:focus,
fieldset[disabled] .jd-framework .btn-primary.focus,
fieldset[disabled] .jd-framework .btn-primary:active,
fieldset[disabled] .jd-framework .btn-primary.active {
  background-color: #30abb8;
  border-color: #2b98a4;
}

.jd-framework .btn-primary .badge {
  color: #30abb8;
  background-color: #fff;
}

.jd-framework .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.jd-framework .btn-success:hover, .jd-framework .btn-success:focus, .jd-framework .btn-success.focus, .jd-framework .btn-success:active, .jd-framework .btn-success.active,
.open > .jd-framework .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.jd-framework .btn-success:active, .jd-framework .btn-success.active,
.open > .jd-framework .btn-success.dropdown-toggle {
  background-image: none;
}

.jd-framework .btn-success.disabled, .jd-framework .btn-success.disabled:hover, .jd-framework .btn-success.disabled:focus, .jd-framework .btn-success.disabled.focus, .jd-framework .btn-success.disabled:active, .jd-framework .btn-success.disabled.active, .jd-framework .btn-success[disabled], .jd-framework .btn-success[disabled]:hover, .jd-framework .btn-success[disabled]:focus, .jd-framework .btn-success[disabled].focus, .jd-framework .btn-success[disabled]:active, .jd-framework .btn-success[disabled].active,
fieldset[disabled] .jd-framework .btn-success,
fieldset[disabled] .jd-framework .btn-success:hover,
fieldset[disabled] .jd-framework .btn-success:focus,
fieldset[disabled] .jd-framework .btn-success.focus,
fieldset[disabled] .jd-framework .btn-success:active,
fieldset[disabled] .jd-framework .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.jd-framework .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.jd-framework .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.jd-framework .btn-info:hover, .jd-framework .btn-info:focus, .jd-framework .btn-info.focus, .jd-framework .btn-info:active, .jd-framework .btn-info.active,
.open > .jd-framework .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.jd-framework .btn-info:active, .jd-framework .btn-info.active,
.open > .jd-framework .btn-info.dropdown-toggle {
  background-image: none;
}

.jd-framework .btn-info.disabled, .jd-framework .btn-info.disabled:hover, .jd-framework .btn-info.disabled:focus, .jd-framework .btn-info.disabled.focus, .jd-framework .btn-info.disabled:active, .jd-framework .btn-info.disabled.active, .jd-framework .btn-info[disabled], .jd-framework .btn-info[disabled]:hover, .jd-framework .btn-info[disabled]:focus, .jd-framework .btn-info[disabled].focus, .jd-framework .btn-info[disabled]:active, .jd-framework .btn-info[disabled].active,
fieldset[disabled] .jd-framework .btn-info,
fieldset[disabled] .jd-framework .btn-info:hover,
fieldset[disabled] .jd-framework .btn-info:focus,
fieldset[disabled] .jd-framework .btn-info.focus,
fieldset[disabled] .jd-framework .btn-info:active,
fieldset[disabled] .jd-framework .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.jd-framework .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.jd-framework .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.jd-framework .btn-warning:hover, .jd-framework .btn-warning:focus, .jd-framework .btn-warning.focus, .jd-framework .btn-warning:active, .jd-framework .btn-warning.active,
.open > .jd-framework .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.jd-framework .btn-warning:active, .jd-framework .btn-warning.active,
.open > .jd-framework .btn-warning.dropdown-toggle {
  background-image: none;
}

.jd-framework .btn-warning.disabled, .jd-framework .btn-warning.disabled:hover, .jd-framework .btn-warning.disabled:focus, .jd-framework .btn-warning.disabled.focus, .jd-framework .btn-warning.disabled:active, .jd-framework .btn-warning.disabled.active, .jd-framework .btn-warning[disabled], .jd-framework .btn-warning[disabled]:hover, .jd-framework .btn-warning[disabled]:focus, .jd-framework .btn-warning[disabled].focus, .jd-framework .btn-warning[disabled]:active, .jd-framework .btn-warning[disabled].active,
fieldset[disabled] .jd-framework .btn-warning,
fieldset[disabled] .jd-framework .btn-warning:hover,
fieldset[disabled] .jd-framework .btn-warning:focus,
fieldset[disabled] .jd-framework .btn-warning.focus,
fieldset[disabled] .jd-framework .btn-warning:active,
fieldset[disabled] .jd-framework .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.jd-framework .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.jd-framework .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.jd-framework .btn-danger:hover, .jd-framework .btn-danger:focus, .jd-framework .btn-danger.focus, .jd-framework .btn-danger:active, .jd-framework .btn-danger.active,
.open > .jd-framework .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.jd-framework .btn-danger:active, .jd-framework .btn-danger.active,
.open > .jd-framework .btn-danger.dropdown-toggle {
  background-image: none;
}

.jd-framework .btn-danger.disabled, .jd-framework .btn-danger.disabled:hover, .jd-framework .btn-danger.disabled:focus, .jd-framework .btn-danger.disabled.focus, .jd-framework .btn-danger.disabled:active, .jd-framework .btn-danger.disabled.active, .jd-framework .btn-danger[disabled], .jd-framework .btn-danger[disabled]:hover, .jd-framework .btn-danger[disabled]:focus, .jd-framework .btn-danger[disabled].focus, .jd-framework .btn-danger[disabled]:active, .jd-framework .btn-danger[disabled].active,
fieldset[disabled] .jd-framework .btn-danger,
fieldset[disabled] .jd-framework .btn-danger:hover,
fieldset[disabled] .jd-framework .btn-danger:focus,
fieldset[disabled] .jd-framework .btn-danger.focus,
fieldset[disabled] .jd-framework .btn-danger:active,
fieldset[disabled] .jd-framework .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.jd-framework .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.jd-framework .btn-link {
  color: #30abb8;
  font-weight: normal;
  border-radius: 0;
}

.jd-framework .btn-link, .jd-framework .btn-link:active, .jd-framework .btn-link.active, .jd-framework .btn-link[disabled],
fieldset[disabled] .jd-framework .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jd-framework .btn-link, .jd-framework .btn-link:hover, .jd-framework .btn-link:focus, .jd-framework .btn-link:active {
  border-color: transparent;
}

.jd-framework .btn-link:hover, .jd-framework .btn-link:focus {
  color: #20737b;
  text-decoration: underline;
  background-color: transparent;
}

.jd-framework .btn-link[disabled]:hover, .jd-framework .btn-link[disabled]:focus,
fieldset[disabled] .jd-framework .btn-link:hover,
fieldset[disabled] .jd-framework .btn-link:focus {
  color: #2e2e30;
  text-decoration: none;
}

.jd-framework .btn-lg, .jd-framework .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

.jd-framework .btn-sm, .jd-framework .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.jd-framework .btn-xs, .jd-framework .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.jd-framework .btn-block {
  display: block;
  width: 100%;
}

.jd-framework .btn-block + .btn-block {
  margin-top: 5px;
}

.jd-framework input[type="submit"].btn-block,
.jd-framework input[type="reset"].btn-block,
.jd-framework input[type="button"].btn-block {
  width: 100%;
}

.jd-framework .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.jd-framework .fade.in {
  opacity: 1;
}

.jd-framework .collapse {
  display: none;
  visibility: hidden;
}

.jd-framework .collapse.in {
  display: block;
  visibility: visible;
}

.jd-framework tr.collapse.in {
  display: table-row;
}

.jd-framework tbody.collapse.in {
  display: table-row-group;
}

.jd-framework .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;
}

.jd-framework .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.jd-framework .dropdown {
  position: relative;
}

.jd-framework .dropdown-toggle:focus {
  outline: 0;
}

.jd-framework .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.jd-framework .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.jd-framework .dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.jd-framework .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #000;
  white-space: nowrap;
}

.jd-framework .dropdown-menu > li > a:hover, .jd-framework .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: black;
  background-color: #f5f5f5;
}

.jd-framework .dropdown-menu > .active > a, .jd-framework .dropdown-menu > .active > a:hover, .jd-framework .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #30abb8;
}

.jd-framework .dropdown-menu > .disabled > a, .jd-framework .dropdown-menu > .disabled > a:hover, .jd-framework .dropdown-menu > .disabled > a:focus {
  color: #2e2e30;
}

.jd-framework .dropdown-menu > .disabled > a:hover, .jd-framework .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.jd-framework .open > .dropdown-menu {
  display: block;
}

.jd-framework .open > a {
  outline: 0;
}

.jd-framework .dropdown-menu-right {
  left: auto;
  right: 0;
}

.jd-framework .dropdown-menu-left {
  left: 0;
  right: auto;
}

.jd-framework .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #2e2e30;
  white-space: nowrap;
}

.jd-framework .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.jd-framework .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.jd-framework .dropup .caret,
.jd-framework .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.jd-framework .dropup .dropdown-menu,
.jd-framework .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .jd-framework .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .jd-framework .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.jd-framework .btn-group,
.jd-framework .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.jd-framework .btn-group > .btn,
.jd-framework .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.jd-framework .btn-group > .btn:hover, .jd-framework .btn-group > .btn:focus, .jd-framework .btn-group > .btn:active, .jd-framework .btn-group > .btn.active,
.jd-framework .btn-group-vertical > .btn:hover,
.jd-framework .btn-group-vertical > .btn:focus,
.jd-framework .btn-group-vertical > .btn:active,
.jd-framework .btn-group-vertical > .btn.active {
  z-index: 2;
}

.jd-framework .btn-group .btn + .btn,
.jd-framework .btn-group .btn + .btn-group,
.jd-framework .btn-group .btn-group + .btn,
.jd-framework .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.jd-framework .btn-toolbar {
  margin-left: -5px;
}

.jd-framework .btn-toolbar:before, .jd-framework .btn-toolbar:after {
  content: " ";
  display: table;
}

.jd-framework .btn-toolbar:after {
  clear: both;
}

.jd-framework .btn-toolbar .btn-group,
.jd-framework .btn-toolbar .input-group {
  float: left;
}

.jd-framework .btn-toolbar > .btn,
.jd-framework .btn-toolbar > .btn-group,
.jd-framework .btn-toolbar > .input-group {
  margin-left: 5px;
}

.jd-framework .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.jd-framework .btn-group > .btn:first-child {
  margin-left: 0;
}

.jd-framework .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.jd-framework .btn-group > .btn:last-child:not(:first-child),
.jd-framework .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.jd-framework .btn-group > .btn-group {
  float: left;
}

.jd-framework .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.jd-framework .btn-group > .btn-group:first-child > .btn:last-child,
.jd-framework .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.jd-framework .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.jd-framework .btn-group .dropdown-toggle:active,
.jd-framework .btn-group.open .dropdown-toggle {
  outline: 0;
}

.jd-framework .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.jd-framework .btn-group > .btn-lg + .dropdown-toggle, .jd-framework .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.jd-framework .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);
}

.jd-framework .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jd-framework .btn .caret {
  margin-left: 0;
}

.jd-framework .btn-lg .caret, .jd-framework .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.jd-framework .dropup .btn-lg .caret, .jd-framework .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.jd-framework .btn-group-vertical > .btn,
.jd-framework .btn-group-vertical > .btn-group,
.jd-framework .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.jd-framework .btn-group-vertical > .btn-group:before, .jd-framework .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.jd-framework .btn-group-vertical > .btn-group:after {
  clear: both;
}

.jd-framework .btn-group-vertical > .btn-group > .btn {
  float: none;
}

.jd-framework .btn-group-vertical > .btn + .btn,
.jd-framework .btn-group-vertical > .btn + .btn-group,
.jd-framework .btn-group-vertical > .btn-group + .btn,
.jd-framework .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.jd-framework .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.jd-framework .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.jd-framework .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.jd-framework .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.jd-framework .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.jd-framework .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.jd-framework .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.jd-framework .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.jd-framework .btn-group-justified > .btn,
.jd-framework .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.jd-framework .btn-group-justified > .btn-group .btn {
  width: 100%;
}

.jd-framework .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

.jd-framework [data-toggle="buttons"] > .btn input[type="radio"],
.jd-framework [data-toggle="buttons"] > .btn input[type="checkbox"],
.jd-framework [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.jd-framework [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.jd-framework .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.jd-framework .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.jd-framework .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.jd-framework .input-group-addon,
.jd-framework .input-group-btn,
.jd-framework .input-group .form-control {
  display: table-cell;
}

.jd-framework .input-group-addon:not(:first-child):not(:last-child),
.jd-framework .input-group-btn:not(:first-child):not(:last-child),
.jd-framework .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.jd-framework .input-group-addon,
.jd-framework .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.jd-framework .input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #4d4d4d;
  text-align: center;
  background-color: #c0c0c0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.jd-framework .input-group-addon.input-sm,
.jd-framework .input-group-sm > .input-group-addon,
.jd-framework .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

.jd-framework .input-group-addon.input-lg,
.jd-framework .input-group-lg > .input-group-addon,
.jd-framework .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}

.jd-framework .input-group-addon input[type="radio"],
.jd-framework .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.jd-framework .input-group .form-control:first-child,
.jd-framework .input-group-addon:first-child,
.jd-framework .input-group-btn:first-child > .btn,
.jd-framework .input-group-btn:first-child > .btn-group > .btn,
.jd-framework .input-group-btn:first-child > .dropdown-toggle,
.jd-framework .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.jd-framework .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.jd-framework .input-group-addon:first-child {
  border-right: 0;
}

.jd-framework .input-group .form-control:last-child,
.jd-framework .input-group-addon:last-child,
.jd-framework .input-group-btn:last-child > .btn,
.jd-framework .input-group-btn:last-child > .btn-group > .btn,
.jd-framework .input-group-btn:last-child > .dropdown-toggle,
.jd-framework .input-group-btn:first-child > .btn:not(:first-child),
.jd-framework .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.jd-framework .input-group-addon:last-child {
  border-left: 0;
}

.jd-framework .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.jd-framework .input-group-btn > .btn {
  position: relative;
}

.jd-framework .input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.jd-framework .input-group-btn > .btn:hover, .jd-framework .input-group-btn > .btn:focus, .jd-framework .input-group-btn > .btn:active {
  z-index: 2;
}

.jd-framework .input-group-btn:first-child > .btn,
.jd-framework .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.jd-framework .input-group-btn:last-child > .btn,
.jd-framework .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.jd-framework .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.jd-framework .nav:before, .jd-framework .nav:after {
  content: " ";
  display: table;
}

.jd-framework .nav:after {
  clear: both;
}

.jd-framework .nav > li {
  position: relative;
  display: block;
}

.jd-framework .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.jd-framework .nav > li > a:hover, .jd-framework .nav > li > a:focus {
  text-decoration: none;
  background-color: #c0c0c0;
}

.jd-framework .nav > li.disabled > a {
  color: #2e2e30;
}

.jd-framework .nav > li.disabled > a:hover, .jd-framework .nav > li.disabled > a:focus {
  color: #2e2e30;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.jd-framework .nav .open > a, .jd-framework .nav .open > a:hover, .jd-framework .nav .open > a:focus {
  background-color: #c0c0c0;
  border-color: #30abb8;
}

.jd-framework .nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.jd-framework .nav > li > a > img {
  max-width: none;
}

.jd-framework .nav-tabs {
  border-bottom: 1px solid #ddd;
}

.jd-framework .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.jd-framework .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.jd-framework .nav-tabs > li > a:hover {
  border-color: #c0c0c0 #c0c0c0 #ddd;
}

.jd-framework .nav-tabs > li.active > a, .jd-framework .nav-tabs > li.active > a:hover, .jd-framework .nav-tabs > li.active > a:focus {
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.jd-framework .nav-pills > li {
  float: left;
}

.jd-framework .nav-pills > li > a {
  border-radius: 4px;
}

.jd-framework .nav-pills > li + li {
  margin-left: 2px;
}

.jd-framework .nav-pills > li.active > a, .jd-framework .nav-pills > li.active > a:hover, .jd-framework .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #30abb8;
}

.jd-framework .nav-stacked > li {
  float: none;
}

.jd-framework .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.jd-framework .nav-justified, .jd-framework .nav-tabs.nav-justified {
  width: 100%;
}

.jd-framework .nav-justified > li, .jd-framework .nav-tabs.nav-justified > li {
  float: none;
}

.jd-framework .nav-justified > li > a, .jd-framework .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.jd-framework .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .jd-framework .nav-justified > li, .jd-framework .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .jd-framework .nav-justified > li > a, .jd-framework .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.jd-framework .nav-tabs-justified, .jd-framework .nav-tabs.nav-justified {
  border-bottom: 0;
}

.jd-framework .nav-tabs-justified > li > a, .jd-framework .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.jd-framework .nav-tabs-justified > .active > a, .jd-framework .nav-tabs.nav-justified > .active > a,
.jd-framework .nav-tabs-justified > .active > a:hover, .jd-framework .nav-tabs.nav-justified > .active > a:hover,
.jd-framework .nav-tabs-justified > .active > a:focus, .jd-framework .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .jd-framework .nav-tabs-justified > li > a, .jd-framework .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .jd-framework .nav-tabs-justified > .active > a, .jd-framework .nav-tabs.nav-justified > .active > a,
  .jd-framework .nav-tabs-justified > .active > a:hover, .jd-framework .nav-tabs.nav-justified > .active > a:hover,
  .jd-framework .nav-tabs-justified > .active > a:focus, .jd-framework .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.jd-framework .tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

.jd-framework .tab-content > .active {
  display: block;
  visibility: visible;
}

.jd-framework .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.jd-framework .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

.jd-framework .navbar:before, .jd-framework .navbar:after {
  content: " ";
  display: table;
}

.jd-framework .navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .jd-framework .navbar {
    border-radius: 4px;
  }
}

.jd-framework .navbar-header:before, .jd-framework .navbar-header:after {
  content: " ";
  display: table;
}

.jd-framework .navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .jd-framework .navbar-header {
    float: left;
  }
}

.jd-framework .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;
}

.jd-framework .navbar-collapse:before, .jd-framework .navbar-collapse:after {
  content: " ";
  display: table;
}

.jd-framework .navbar-collapse:after {
  clear: both;
}

.jd-framework .navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .jd-framework .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .jd-framework .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .jd-framework .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .jd-framework .navbar-collapse,
  .navbar-static-top .jd-framework .navbar-collapse,
  .navbar-fixed-bottom .jd-framework .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.jd-framework .navbar-fixed-top .navbar-collapse,
.jd-framework .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .jd-framework .navbar-fixed-top .navbar-collapse,
  .jd-framework .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.jd-framework .container > .navbar-header,
.jd-framework .container > .navbar-collapse,
.jd-framework .container-fluid > .navbar-header,
.jd-framework .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .jd-framework .container > .navbar-header,
  .jd-framework .container > .navbar-collapse,
  .jd-framework .container-fluid > .navbar-header,
  .jd-framework .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.jd-framework .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .jd-framework .navbar-static-top {
    border-radius: 0;
  }
}

.jd-framework .navbar-fixed-top,
.jd-framework .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .jd-framework .navbar-fixed-top,
  .jd-framework .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.jd-framework .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.jd-framework .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.jd-framework .navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}

.jd-framework .navbar-brand:hover, .jd-framework .navbar-brand:focus {
  text-decoration: none;
}

.jd-framework .navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .jd-framework .navbar-brand,
  .navbar > .container-fluid .jd-framework .navbar-brand {
    margin-left: -15px;
  }
}

.jd-framework .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;
}

.jd-framework .navbar-toggle:focus {
  outline: 0;
}

.jd-framework .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.jd-framework .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .jd-framework .navbar-toggle {
    display: none;
  }
}

.jd-framework .navbar-nav {
  margin: 7px -15px;
}

.jd-framework .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .jd-framework .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .jd-framework .navbar-nav .open .dropdown-menu > li > a,
  .jd-framework .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .jd-framework .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .jd-framework .navbar-nav .open .dropdown-menu > li > a:hover, .jd-framework .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .jd-framework .navbar-nav {
    float: left;
    margin: 0;
  }
  .jd-framework .navbar-nav > li {
    float: left;
  }
  .jd-framework .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.jd-framework .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .jd-framework .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .jd-framework .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .jd-framework .navbar-form .form-control-static {
    display: inline-block;
  }
  .jd-framework .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .jd-framework .navbar-form .input-group .input-group-addon,
  .jd-framework .navbar-form .input-group .input-group-btn,
  .jd-framework .navbar-form .input-group .form-control {
    width: auto;
  }
  .jd-framework .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .jd-framework .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .jd-framework .navbar-form .radio,
  .jd-framework .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .jd-framework .navbar-form .radio label,
  .jd-framework .navbar-form .checkbox label {
    padding-left: 0;
  }
  .jd-framework .navbar-form .radio input[type="radio"],
  .jd-framework .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .jd-framework .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .jd-framework .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .jd-framework .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .jd-framework .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;
  }
}

.jd-framework .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.jd-framework .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.jd-framework .navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.jd-framework .navbar-btn.btn-sm, .jd-framework .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.jd-framework .navbar-btn.btn-xs, .jd-framework .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.jd-framework .navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .jd-framework .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .jd-framework .navbar-left {
    float: left !important;
  }
  .jd-framework .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .jd-framework .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.jd-framework .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.jd-framework .navbar-default .navbar-brand {
  color: #777;
}

.jd-framework .navbar-default .navbar-brand:hover, .jd-framework .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.jd-framework .navbar-default .navbar-text {
  color: #777;
}

.jd-framework .navbar-default .navbar-nav > li > a {
  color: #777;
}

.jd-framework .navbar-default .navbar-nav > li > a:hover, .jd-framework .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.jd-framework .navbar-default .navbar-nav > .active > a, .jd-framework .navbar-default .navbar-nav > .active > a:hover, .jd-framework .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.jd-framework .navbar-default .navbar-nav > .disabled > a, .jd-framework .navbar-default .navbar-nav > .disabled > a:hover, .jd-framework .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.jd-framework .navbar-default .navbar-toggle {
  border-color: #ddd;
}

.jd-framework .navbar-default .navbar-toggle:hover, .jd-framework .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.jd-framework .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.jd-framework .navbar-default .navbar-collapse,
.jd-framework .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.jd-framework .navbar-default .navbar-nav > .open > a, .jd-framework .navbar-default .navbar-nav > .open > a:hover, .jd-framework .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .jd-framework .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .jd-framework .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .jd-framework .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .jd-framework .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .jd-framework .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .jd-framework .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .jd-framework .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .jd-framework .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .jd-framework .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.jd-framework .navbar-default .navbar-link {
  color: #777;
}

.jd-framework .navbar-default .navbar-link:hover {
  color: #333;
}

.jd-framework .navbar-default .btn-link {
  color: #777;
}

.jd-framework .navbar-default .btn-link:hover, .jd-framework .navbar-default .btn-link:focus {
  color: #333;
}

.jd-framework .navbar-default .btn-link[disabled]:hover, .jd-framework .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .jd-framework .navbar-default .btn-link:hover,
fieldset[disabled] .jd-framework .navbar-default .btn-link:focus {
  color: #ccc;
}

.jd-framework .navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.jd-framework .navbar-inverse .navbar-brand {
  color: #535357;
}

.jd-framework .navbar-inverse .navbar-brand:hover, .jd-framework .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.jd-framework .navbar-inverse .navbar-text {
  color: #535357;
}

.jd-framework .navbar-inverse .navbar-nav > li > a {
  color: #535357;
}

.jd-framework .navbar-inverse .navbar-nav > li > a:hover, .jd-framework .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.jd-framework .navbar-inverse .navbar-nav > .active > a, .jd-framework .navbar-inverse .navbar-nav > .active > a:hover, .jd-framework .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.jd-framework .navbar-inverse .navbar-nav > .disabled > a, .jd-framework .navbar-inverse .navbar-nav > .disabled > a:hover, .jd-framework .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.jd-framework .navbar-inverse .navbar-toggle {
  border-color: #333;
}

.jd-framework .navbar-inverse .navbar-toggle:hover, .jd-framework .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.jd-framework .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.jd-framework .navbar-inverse .navbar-collapse,
.jd-framework .navbar-inverse .navbar-form {
  border-color: #101010;
}

.jd-framework .navbar-inverse .navbar-nav > .open > a, .jd-framework .navbar-inverse .navbar-nav > .open > a:hover, .jd-framework .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .jd-framework .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .jd-framework .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .jd-framework .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #535357;
  }
  .jd-framework .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .jd-framework .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .jd-framework .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .jd-framework .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .jd-framework .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .jd-framework .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .jd-framework .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .jd-framework .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.jd-framework .navbar-inverse .navbar-link {
  color: #535357;
}

.jd-framework .navbar-inverse .navbar-link:hover {
  color: #fff;
}

.jd-framework .navbar-inverse .btn-link {
  color: #535357;
}

.jd-framework .navbar-inverse .btn-link:hover, .jd-framework .navbar-inverse .btn-link:focus {
  color: #fff;
}

.jd-framework .navbar-inverse .btn-link[disabled]:hover, .jd-framework .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .jd-framework .navbar-inverse .btn-link:hover,
fieldset[disabled] .jd-framework .navbar-inverse .btn-link:focus {
  color: #444;
}

.jd-framework .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.jd-framework .breadcrumb > li {
  display: inline-block;
}

.jd-framework .breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.jd-framework .breadcrumb > .active {
  color: #2e2e30;
}

.jd-framework .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}

.jd-framework .pagination > li {
  display: inline;
}

.jd-framework .pagination > li > a,
.jd-framework .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #30abb8;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.jd-framework .pagination > li:first-child > a,
.jd-framework .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.jd-framework .pagination > li:last-child > a,
.jd-framework .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.jd-framework .pagination > li > a:hover, .jd-framework .pagination > li > a:focus,
.jd-framework .pagination > li > span:hover,
.jd-framework .pagination > li > span:focus {
  color: #20737b;
  background-color: #c0c0c0;
  border-color: #ddd;
}

.jd-framework .pagination > .active > a, .jd-framework .pagination > .active > a:hover, .jd-framework .pagination > .active > a:focus,
.jd-framework .pagination > .active > span,
.jd-framework .pagination > .active > span:hover,
.jd-framework .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #30abb8;
  border-color: #30abb8;
  cursor: default;
}

.jd-framework .pagination > .disabled > span,
.jd-framework .pagination > .disabled > span:hover,
.jd-framework .pagination > .disabled > span:focus,
.jd-framework .pagination > .disabled > a,
.jd-framework .pagination > .disabled > a:hover,
.jd-framework .pagination > .disabled > a:focus {
  color: #2e2e30;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.jd-framework .pagination-lg > li > a,
.jd-framework .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}

.jd-framework .pagination-lg > li:first-child > a,
.jd-framework .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.jd-framework .pagination-lg > li:last-child > a,
.jd-framework .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.jd-framework .pagination-sm > li > a,
.jd-framework .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}

.jd-framework .pagination-sm > li:first-child > a,
.jd-framework .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.jd-framework .pagination-sm > li:last-child > a,
.jd-framework .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.jd-framework .pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

.jd-framework .pager:before, .jd-framework .pager:after {
  content: " ";
  display: table;
}

.jd-framework .pager:after {
  clear: both;
}

.jd-framework .pager li {
  display: inline;
}

.jd-framework .pager li > a,
.jd-framework .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.jd-framework .pager li > a:hover,
.jd-framework .pager li > a:focus {
  text-decoration: none;
  background-color: #c0c0c0;
}

.jd-framework .pager .next > a,
.jd-framework .pager .next > span {
  float: right;
}

.jd-framework .pager .previous > a,
.jd-framework .pager .previous > span {
  float: left;
}

.jd-framework .pager .disabled > a,
.jd-framework .pager .disabled > a:hover,
.jd-framework .pager .disabled > a:focus,
.jd-framework .pager .disabled > span {
  color: #2e2e30;
  background-color: #fff;
  cursor: not-allowed;
}

.jd-framework .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;
}

.jd-framework .label:empty {
  display: none;
}

.btn .jd-framework .label {
  position: relative;
  top: -1px;
}

.jd-framework a.label:hover, .jd-framework a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jd-framework .label-default {
  background-color: #2e2e30;
}

.jd-framework .label-default[href]:hover, .jd-framework .label-default[href]:focus {
  background-color: #151516;
}

.jd-framework .label-primary {
  background-color: #30abb8;
}

.jd-framework .label-primary[href]:hover, .jd-framework .label-primary[href]:focus {
  background-color: #258590;
}

.jd-framework .label-success {
  background-color: #5cb85c;
}

.jd-framework .label-success[href]:hover, .jd-framework .label-success[href]:focus {
  background-color: #449d44;
}

.jd-framework .label-info {
  background-color: #5bc0de;
}

.jd-framework .label-info[href]:hover, .jd-framework .label-info[href]:focus {
  background-color: #31b0d5;
}

.jd-framework .label-warning {
  background-color: #f0ad4e;
}

.jd-framework .label-warning[href]:hover, .jd-framework .label-warning[href]:focus {
  background-color: #ec971f;
}

.jd-framework .label-danger {
  background-color: #d9534f;
}

.jd-framework .label-danger[href]:hover, .jd-framework .label-danger[href]:focus {
  background-color: #c9302c;
}

.jd-framework .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #2e2e30;
  border-radius: 10px;
}

.jd-framework .badge:empty {
  display: none;
}

.btn .jd-framework .badge {
  position: relative;
  top: -1px;
}

.btn-xs .jd-framework .badge, .jd-framework .btn-group-xs > .btn .jd-framework .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .jd-framework .badge,
.nav-pills > .active > a > .jd-framework .badge {
  color: #30abb8;
  background-color: #fff;
}

.list-group-item > .jd-framework .badge {
  float: right;
}

.list-group-item > .jd-framework .badge + .jd-framework .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .jd-framework .badge {
  margin-left: 3px;
}

.jd-framework a.badge:hover, .jd-framework a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jd-framework .jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #c0c0c0;
}

.jd-framework .jumbotron h1,
.jd-framework .jumbotron .h1 {
  color: inherit;
}

.jd-framework .jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jd-framework .jumbotron > hr {
  border-top-color: #a7a7a7;
}

.container .jd-framework .jumbotron,
.container-fluid .jd-framework .jumbotron {
  border-radius: 6px;
}

.jd-framework .jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jd-framework .jumbotron {
    padding: 48px 0;
  }
  .container .jd-framework .jumbotron,
  .container-fluid .jd-framework .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jd-framework .jumbotron h1,
  .jd-framework .jumbotron .h1 {
    font-size: 72px;
  }
}

.jd-framework .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  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;
}

.jd-framework .thumbnail > img,
.jd-framework .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.jd-framework .thumbnail .caption {
  padding: 9px;
  color: #3d3e42;
}

.jd-framework a.thumbnail:hover,
.jd-framework a.thumbnail:focus,
.jd-framework a.thumbnail.active {
  border-color: #30abb8;
}

.jd-framework .alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.jd-framework .alert h4 {
  margin-top: 0;
  color: inherit;
}

.jd-framework .alert .alert-link {
  font-weight: bold;
}

.jd-framework .alert > p,
.jd-framework .alert > ul {
  margin-bottom: 0;
}

.jd-framework .alert > p + p {
  margin-top: 5px;
}

.jd-framework .alert-dismissable,
.jd-framework .alert-dismissible {
  padding-right: 35px;
}

.jd-framework .alert-dismissable .close,
.jd-framework .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.jd-framework .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.jd-framework .alert-success hr {
  border-top-color: #c9e2b3;
}

.jd-framework .alert-success .alert-link {
  color: #2b542c;
}

.jd-framework .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.jd-framework .alert-info hr {
  border-top-color: #a6e1ec;
}

.jd-framework .alert-info .alert-link {
  color: #245269;
}

.jd-framework .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.jd-framework .alert-warning hr {
  border-top-color: #f7e1b5;
}

.jd-framework .alert-warning .alert-link {
  color: #66512c;
}

.jd-framework .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.jd-framework .alert-danger hr {
  border-top-color: #e4b9c0;
}

.jd-framework .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;
  }
}

.jd-framework .progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  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);
}

.jd-framework .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #30abb8;
  -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;
}

.jd-framework .progress-striped .progress-bar,
.jd-framework .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;
}

.jd-framework .progress.active .progress-bar,
.jd-framework .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;
}

.jd-framework .progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .jd-framework .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);
}

.jd-framework .progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .jd-framework .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);
}

.jd-framework .progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .jd-framework .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);
}

.jd-framework .progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .jd-framework .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);
}

.jd-framework .media {
  margin-top: 15px;
}

.jd-framework .media:first-child {
  margin-top: 0;
}

.jd-framework .media-right,
.jd-framework .media > .pull-right {
  padding-left: 10px;
}

.jd-framework .media-left,
.jd-framework .media > .pull-left {
  padding-right: 10px;
}

.jd-framework .media-left,
.jd-framework .media-right,
.jd-framework .media-body {
  display: table-cell;
  vertical-align: top;
}

.jd-framework .media-middle {
  vertical-align: middle;
}

.jd-framework .media-bottom {
  vertical-align: bottom;
}

.jd-framework .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.jd-framework .media-list {
  padding-left: 0;
  list-style: none;
}

.jd-framework .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.jd-framework .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.jd-framework .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.jd-framework .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.jd-framework a.list-group-item {
  color: #555;
}

.jd-framework a.list-group-item .list-group-item-heading {
  color: #333;
}

.jd-framework a.list-group-item:hover, .jd-framework a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.jd-framework .list-group-item.disabled, .jd-framework .list-group-item.disabled:hover, .jd-framework .list-group-item.disabled:focus {
  background-color: #c0c0c0;
  color: #2e2e30;
  cursor: not-allowed;
}

.jd-framework .list-group-item.disabled .list-group-item-heading, .jd-framework .list-group-item.disabled:hover .list-group-item-heading, .jd-framework .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.jd-framework .list-group-item.disabled .list-group-item-text, .jd-framework .list-group-item.disabled:hover .list-group-item-text, .jd-framework .list-group-item.disabled:focus .list-group-item-text {
  color: #2e2e30;
}

.jd-framework .list-group-item.active, .jd-framework .list-group-item.active:hover, .jd-framework .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #30abb8;
  border-color: #30abb8;
}

.jd-framework .list-group-item.active .list-group-item-heading,
.jd-framework .list-group-item.active .list-group-item-heading > small,
.jd-framework .list-group-item.active .list-group-item-heading > .small, .jd-framework .list-group-item.active:hover .list-group-item-heading,
.jd-framework .list-group-item.active:hover .list-group-item-heading > small,
.jd-framework .list-group-item.active:hover .list-group-item-heading > .small, .jd-framework .list-group-item.active:focus .list-group-item-heading,
.jd-framework .list-group-item.active:focus .list-group-item-heading > small,
.jd-framework .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.jd-framework .list-group-item.active .list-group-item-text, .jd-framework .list-group-item.active:hover .list-group-item-text, .jd-framework .list-group-item.active:focus .list-group-item-text {
  color: #c4ecf0;
}

.jd-framework .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

.jd-framework a.list-group-item-success {
  color: #3c763d;
}

.jd-framework a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

.jd-framework a.list-group-item-success:hover, .jd-framework a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

.jd-framework a.list-group-item-success.active, .jd-framework a.list-group-item-success.active:hover, .jd-framework a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.jd-framework .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

.jd-framework a.list-group-item-info {
  color: #31708f;
}

.jd-framework a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

.jd-framework a.list-group-item-info:hover, .jd-framework a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

.jd-framework a.list-group-item-info.active, .jd-framework a.list-group-item-info.active:hover, .jd-framework a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.jd-framework .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.jd-framework a.list-group-item-warning {
  color: #8a6d3b;
}

.jd-framework a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

.jd-framework a.list-group-item-warning:hover, .jd-framework a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

.jd-framework a.list-group-item-warning.active, .jd-framework a.list-group-item-warning.active:hover, .jd-framework a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.jd-framework .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

.jd-framework a.list-group-item-danger {
  color: #a94442;
}

.jd-framework a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

.jd-framework a.list-group-item-danger:hover, .jd-framework a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

.jd-framework a.list-group-item-danger.active, .jd-framework a.list-group-item-danger.active:hover, .jd-framework a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.jd-framework .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.jd-framework .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.jd-framework .panel {
  margin-bottom: 22px;
  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);
}

.jd-framework .panel-body {
  padding: 15px;
}

.jd-framework .panel-body:before, .jd-framework .panel-body:after {
  content: " ";
  display: table;
}

.jd-framework .panel-body:after {
  clear: both;
}

.jd-framework .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.jd-framework .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.jd-framework .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.jd-framework .panel-title > a {
  color: inherit;
}

.jd-framework .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.jd-framework .panel > .list-group,
.jd-framework .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.jd-framework .panel > .list-group .list-group-item,
.jd-framework .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.jd-framework .panel > .list-group:first-child .list-group-item:first-child,
.jd-framework .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;
}

.jd-framework .panel > .list-group:last-child .list-group-item:last-child,
.jd-framework .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;
}

.jd-framework .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.jd-framework .list-group + .panel-footer {
  border-top-width: 0;
}

.jd-framework .panel > .table,
.jd-framework .panel > .table-responsive > .table,
.jd-framework .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.jd-framework .panel > .table caption,
.jd-framework .panel > .table-responsive > .table caption,
.jd-framework .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.jd-framework .panel > .table:first-child,
.jd-framework .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.jd-framework .panel > .table:first-child > thead:first-child > tr:first-child,
.jd-framework .panel > .table:first-child > tbody:first-child > tr:first-child,
.jd-framework .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.jd-framework .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.jd-framework .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.jd-framework .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.jd-framework .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.jd-framework .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.jd-framework .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.jd-framework .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.jd-framework .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.jd-framework .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.jd-framework .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.jd-framework .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.jd-framework .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.jd-framework .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.jd-framework .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.jd-framework .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.jd-framework .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.jd-framework .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.jd-framework .panel > .table:last-child,
.jd-framework .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.jd-framework .panel > .table:last-child > tbody:last-child > tr:last-child,
.jd-framework .panel > .table:last-child > tfoot:last-child > tr:last-child,
.jd-framework .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.jd-framework .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.jd-framework .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.jd-framework .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.jd-framework .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.jd-framework .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.jd-framework .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.jd-framework .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.jd-framework .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.jd-framework .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.jd-framework .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.jd-framework .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.jd-framework .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.jd-framework .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.jd-framework .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.jd-framework .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.jd-framework .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.jd-framework .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.jd-framework .panel > .panel-body + .table,
.jd-framework .panel > .panel-body + .table-responsive,
.jd-framework .panel > .table + .panel-body,
.jd-framework .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.jd-framework .panel > .table > tbody:first-child > tr:first-child th,
.jd-framework .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.jd-framework .panel > .table-bordered,
.jd-framework .panel > .table-responsive > .table-bordered {
  border: 0;
}

.jd-framework .panel > .table-bordered > thead > tr > th:first-child,
.jd-framework .panel > .table-bordered > thead > tr > td:first-child,
.jd-framework .panel > .table-bordered > tbody > tr > th:first-child,
.jd-framework .panel > .table-bordered > tbody > tr > td:first-child,
.jd-framework .panel > .table-bordered > tfoot > tr > th:first-child,
.jd-framework .panel > .table-bordered > tfoot > tr > td:first-child,
.jd-framework .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.jd-framework .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.jd-framework .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.jd-framework .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.jd-framework .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.jd-framework .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.jd-framework .panel > .table-bordered > thead > tr > th:last-child,
.jd-framework .panel > .table-bordered > thead > tr > td:last-child,
.jd-framework .panel > .table-bordered > tbody > tr > th:last-child,
.jd-framework .panel > .table-bordered > tbody > tr > td:last-child,
.jd-framework .panel > .table-bordered > tfoot > tr > th:last-child,
.jd-framework .panel > .table-bordered > tfoot > tr > td:last-child,
.jd-framework .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.jd-framework .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.jd-framework .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.jd-framework .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.jd-framework .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.jd-framework .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.jd-framework .panel > .table-bordered > thead > tr:first-child > td,
.jd-framework .panel > .table-bordered > thead > tr:first-child > th,
.jd-framework .panel > .table-bordered > tbody > tr:first-child > td,
.jd-framework .panel > .table-bordered > tbody > tr:first-child > th,
.jd-framework .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.jd-framework .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.jd-framework .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.jd-framework .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.jd-framework .panel > .table-bordered > tbody > tr:last-child > td,
.jd-framework .panel > .table-bordered > tbody > tr:last-child > th,
.jd-framework .panel > .table-bordered > tfoot > tr:last-child > td,
.jd-framework .panel > .table-bordered > tfoot > tr:last-child > th,
.jd-framework .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.jd-framework .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.jd-framework .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.jd-framework .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.jd-framework .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.jd-framework .panel-group {
  margin-bottom: 22px;
}

.jd-framework .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.jd-framework .panel-group .panel + .panel {
  margin-top: 5px;
}

.jd-framework .panel-group .panel-heading {
  border-bottom: 0;
}

.jd-framework .panel-group .panel-heading + .panel-collapse > .panel-body,
.jd-framework .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.jd-framework .panel-group .panel-footer {
  border-top: 0;
}

.jd-framework .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.jd-framework .panel-default {
  border-color: #ddd;
}

.jd-framework .panel-default > .panel-heading {
  color: #000;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.jd-framework .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.jd-framework .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #000;
}

.jd-framework .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.jd-framework .panel-primary {
  border-color: #30abb8;
}

.jd-framework .panel-primary > .panel-heading {
  color: #fff;
  background-color: #30abb8;
  border-color: #30abb8;
}

.jd-framework .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #30abb8;
}

.jd-framework .panel-primary > .panel-heading .badge {
  color: #30abb8;
  background-color: #fff;
}

.jd-framework .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #30abb8;
}

.jd-framework .panel-success {
  border-color: #d6e9c6;
}

.jd-framework .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.jd-framework .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.jd-framework .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.jd-framework .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.jd-framework .panel-info {
  border-color: #bce8f1;
}

.jd-framework .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.jd-framework .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.jd-framework .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.jd-framework .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.jd-framework .panel-warning {
  border-color: #faebcc;
}

.jd-framework .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.jd-framework .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.jd-framework .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.jd-framework .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.jd-framework .panel-danger {
  border-color: #ebccd1;
}

.jd-framework .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.jd-framework .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.jd-framework .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.jd-framework .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.jd-framework .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.jd-framework .embed-responsive .embed-responsive-item,
.jd-framework .embed-responsive iframe,
.jd-framework .embed-responsive embed,
.jd-framework .embed-responsive object,
.jd-framework .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.jd-framework .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.jd-framework .embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.jd-framework .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);
}

.jd-framework .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.jd-framework .well-lg {
  padding: 24px;
  border-radius: 6px;
}

.jd-framework .well-sm {
  padding: 9px;
  border-radius: 3px;
}

.jd-framework .close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.jd-framework .close:hover, .jd-framework .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.jd-framework button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.jd-framework .modal-open {
  overflow: hidden;
}

.jd-framework .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.jd-framework .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;
}

.jd-framework .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.jd-framework .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.jd-framework .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.jd-framework .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;
}

.jd-framework .modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.jd-framework .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.jd-framework .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.jd-framework .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.jd-framework .modal-header .close {
  margin-top: -2px;
}

.jd-framework .modal-title {
  margin: 0;
  line-height: 1.42857;
}

.jd-framework .modal-body {
  position: relative;
  padding: 15px;
}

.jd-framework .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.jd-framework .modal-footer:before, .jd-framework .modal-footer:after {
  content: " ";
  display: table;
}

.jd-framework .modal-footer:after {
  clear: both;
}

.jd-framework .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.jd-framework .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.jd-framework .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.jd-framework .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .jd-framework .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .jd-framework .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);
  }
  .jd-framework .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .jd-framework .modal-lg {
    width: 900px;
  }
}

.jd-framework .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.jd-framework .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.jd-framework .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.jd-framework .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.jd-framework .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.jd-framework .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.jd-framework .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.jd-framework .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.jd-framework .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.jd-framework .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.jd-framework .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.jd-framework .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.jd-framework .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.jd-framework .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.jd-framework .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.jd-framework .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.jd-framework .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  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);
  white-space: normal;
}

.jd-framework .popover.top {
  margin-top: -10px;
}

.jd-framework .popover.right {
  margin-left: 10px;
}

.jd-framework .popover.bottom {
  margin-top: 10px;
}

.jd-framework .popover.left {
  margin-left: -10px;
}

.jd-framework .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.jd-framework .popover-content {
  padding: 9px 14px;
}

.jd-framework .popover > .arrow, .jd-framework .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.jd-framework .popover > .arrow {
  border-width: 11px;
}

.jd-framework .popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.jd-framework .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;
}

.jd-framework .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.jd-framework .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);
}

.jd-framework .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.jd-framework .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;
}

.jd-framework .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.jd-framework .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);
}

.jd-framework .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.jd-framework .carousel {
  position: relative;
}

.jd-framework .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.jd-framework .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;
}

.jd-framework .carousel-inner > .item > img,
.jd-framework .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .jd-framework .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .jd-framework .carousel-inner > .item.next, .jd-framework .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .jd-framework .carousel-inner > .item.prev, .jd-framework .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .jd-framework .carousel-inner > .item.next.left, .jd-framework .carousel-inner > .item.prev.right, .jd-framework .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.jd-framework .carousel-inner > .active,
.jd-framework .carousel-inner > .next,
.jd-framework .carousel-inner > .prev {
  display: block;
}

.jd-framework .carousel-inner > .active {
  left: 0;
}

.jd-framework .carousel-inner > .next,
.jd-framework .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.jd-framework .carousel-inner > .next {
  left: 100%;
}

.jd-framework .carousel-inner > .prev {
  left: -100%;
}

.jd-framework .carousel-inner > .next.left,
.jd-framework .carousel-inner > .prev.right {
  left: 0;
}

.jd-framework .carousel-inner > .active.left {
  left: -100%;
}

.jd-framework .carousel-inner > .active.right {
  left: 100%;
}

.jd-framework .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);
}

.jd-framework .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);
}

.jd-framework .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);
}

.jd-framework .carousel-control:hover, .jd-framework .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.jd-framework .carousel-control .icon-prev,
.jd-framework .carousel-control .icon-next,
.jd-framework .carousel-control .glyphicon-chevron-left,
.jd-framework .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.jd-framework .carousel-control .icon-prev,
.jd-framework .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.jd-framework .carousel-control .icon-next,
.jd-framework .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.jd-framework .carousel-control .icon-prev,
.jd-framework .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.jd-framework .carousel-control .icon-prev:before {
  content: '\2039';
}

.jd-framework .carousel-control .icon-next:before {
  content: '\203a';
}

.jd-framework .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;
}

.jd-framework .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;
}

.jd-framework .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.jd-framework .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);
}

.jd-framework .carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .jd-framework .carousel-control .glyphicon-chevron-left,
  .jd-framework .carousel-control .glyphicon-chevron-right,
  .jd-framework .carousel-control .icon-prev,
  .jd-framework .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .jd-framework .carousel-control .glyphicon-chevron-left,
  .jd-framework .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .jd-framework .carousel-control .glyphicon-chevron-right,
  .jd-framework .carousel-control .icon-next {
    margin-right: -15px;
  }
  .jd-framework .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .jd-framework .carousel-indicators {
    bottom: 20px;
  }
}

.jd-framework .clearfix:before, .jd-framework .clearfix:after {
  content: " ";
  display: table;
}

.jd-framework .clearfix:after {
  clear: both;
}

.jd-framework .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.jd-framework .pull-right {
  float: right !important;
}

.jd-framework .pull-left {
  float: left !important;
}

.jd-framework .hide {
  display: none !important;
}

.jd-framework .show {
  display: block !important;
}

.jd-framework .invisible {
  visibility: hidden;
}

.jd-framework .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.jd-framework .hidden {
  display: none !important;
  visibility: hidden !important;
}

.jd-framework .affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.jd-framework .visible-xs, .jd-framework .visible-sm, .jd-framework .visible-md, .jd-framework .visible-lg {
  display: none !important;
}

.jd-framework .visible-xs-block,
.jd-framework .visible-xs-inline,
.jd-framework .visible-xs-inline-block,
.jd-framework .visible-sm-block,
.jd-framework .visible-sm-inline,
.jd-framework .visible-sm-inline-block,
.jd-framework .visible-md-block,
.jd-framework .visible-md-inline,
.jd-framework .visible-md-inline-block,
.jd-framework .visible-lg-block,
.jd-framework .visible-lg-inline,
.jd-framework .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .jd-framework .visible-xs {
    display: block !important;
  }
  .jd-framework table.visible-xs {
    display: table;
  }
  .jd-framework tr.visible-xs {
    display: table-row !important;
  }
  .jd-framework th.visible-xs,
  .jd-framework td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .jd-framework .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .jd-framework .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .jd-framework .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jd-framework .visible-sm {
    display: block !important;
  }
  .jd-framework table.visible-sm {
    display: table;
  }
  .jd-framework tr.visible-sm {
    display: table-row !important;
  }
  .jd-framework th.visible-sm,
  .jd-framework td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jd-framework .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jd-framework .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jd-framework .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1239px) {
  .jd-framework .visible-md {
    display: block !important;
  }
  .jd-framework table.visible-md {
    display: table;
  }
  .jd-framework tr.visible-md {
    display: table-row !important;
  }
  .jd-framework th.visible-md,
  .jd-framework td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1239px) {
  .jd-framework .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1239px) {
  .jd-framework .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1239px) {
  .jd-framework .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1240px) {
  .jd-framework .visible-lg {
    display: block !important;
  }
  .jd-framework table.visible-lg {
    display: table;
  }
  .jd-framework tr.visible-lg {
    display: table-row !important;
  }
  .jd-framework th.visible-lg,
  .jd-framework td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1240px) {
  .jd-framework .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1240px) {
  .jd-framework .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1240px) {
  .jd-framework .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .jd-framework .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jd-framework .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1239px) {
  .jd-framework .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1240px) {
  .jd-framework .hidden-lg {
    display: none !important;
  }
}

.jd-framework .visible-print {
  display: none !important;
}

@media print {
  .jd-framework .visible-print {
    display: block !important;
  }
  .jd-framework table.visible-print {
    display: table;
  }
  .jd-framework tr.visible-print {
    display: table-row !important;
  }
  .jd-framework th.visible-print,
  .jd-framework td.visible-print {
    display: table-cell !important;
  }
}

.jd-framework .visible-print-block {
  display: none !important;
}

@media print {
  .jd-framework .visible-print-block {
    display: block !important;
  }
}

.jd-framework .visible-print-inline {
  display: none !important;
}

@media print {
  .jd-framework .visible-print-inline {
    display: inline !important;
  }
}

.jd-framework .visible-print-inline-block {
  display: none !important;
}

@media print {
  .jd-framework .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .jd-framework .hidden-print {
    display: none !important;
  }
}

@-ms-viewport {
  width: device-width;
}

.jd-framework .display-block-xs {
  display: block;
}

.jd-framework .display-inline-xs {
  display: inline;
}

.jd-framework .display-flex-xs {
  display: flex;
}

.jd-framework .display-inline-block-xs {
  display: inline-block;
}

.jd-framework .display-inline-table-xs {
  display: inline-table;
}

.jd-framework .display-inline-flex-xs {
  display: inline-flex;
}

.jd-framework .display-list-item-xs {
  display: list-item;
}

.jd-framework .display-run-in-xs {
  display: run-in;
}

.jd-framework .display-table-xs {
  display: table;
}

.jd-framework .display-table-caption-xs {
  display: table-caption;
}

.jd-framework .display-table-column-group-xs {
  display: table-column-group;
}

.jd-framework .display-table-header-group-xs {
  display: table-header-group;
}

.jd-framework .display-table-footer-group-xs {
  display: table-footer-group;
}

.jd-framework .display-table-row-group-xs {
  display: table-row-group;
}

.jd-framework .display-table-row-xs {
  display: table-row;
}

.jd-framework .display-table-cell-xs {
  display: table-cell;
}

.jd-framework .display-table-column-xs {
  display: table-column;
}

.jd-framework .display-none-xs {
  display: none;
}

.jd-framework .table-layout-fixed-xs {
  table-layout: fixed;
  width: 100%;
}

.jd-framework .overflow-hidden-xs {
  overflow: hidden;
}

.jd-framework .overflow-visible-xs {
  overflow: visible;
}

.jd-framework .position-static-xs {
  position: static !important;
}

.jd-framework .position-absolute-xs {
  position: absolute !important;
}

.jd-framework .position-relative-xs {
  position: relative !important;
}

.jd-framework .position-fixed-xs {
  position: fixed !important;
}

.jd-framework .position-fluid-xs {
  position: absolute !important;
}

.jd-framework .position-top-xs-auto {
  top: auto;
}

.jd-framework .position-right-xs-auto {
  right: auto;
}

.jd-framework .position-bottom-xs-auto {
  bottom: auto;
}

.jd-framework .position-left-xs-auto {
  left: auto;
}

.jd-framework .text-left-xs {
  text-align: left;
}

.jd-framework .text-right-xs {
  text-align: right;
}

.jd-framework .text-center-xs {
  text-align: center;
}

.jd-framework .text-justify-xs {
  text-align: justify;
}

.jd-framework .pull-left-xs {
  float: left !important;
}

.jd-framework .pull-right-xs {
  float: right !important;
}

.jd-framework .pull-none-xs {
  float: none !important;
}

.jd-framework .aspect-ratio-enabled-xs,
.jd-framework .jd-media-fixed-ratio-xs {
  position: relative;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-ratio-content,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-ratio-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 1;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-ratio-wrap,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-ratio-wrap {
  display: block;
  position: relative;
  z-index: 0;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-ratio-wrap.aspect-ratio-xs-16by9,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-ratio-wrap.aspect-ratio-xs-16by9 {
  padding-bottom: 56.25%;
  height: 0;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-ratio-wrap.aspect-ratio-xs-4by3,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-ratio-wrap.aspect-ratio-xs-4by3 {
  padding-bottom: 75%;
  height: 0;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-ratio-wrap.aspect-ratio-xs-2by1,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-ratio-wrap.aspect-ratio-xs-2by1 {
  padding-bottom: 50%;
  height: 0;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-ratio-wrap.aspect-ratio-xs-3by1,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-ratio-wrap.aspect-ratio-xs-3by1 {
  padding-bottom: 33.33%;
  height: 0;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-ratio-wrap.aspect-ratio-xs-4by1,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-ratio-wrap.aspect-ratio-xs-4by1 {
  padding-bottom: 25%;
  height: 0;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-ratio-wrap.aspect-ratio-xs-10by9,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-ratio-wrap.aspect-ratio-xs-10by9 {
  padding-bottom: 90%;
  height: 0;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-ratio-wrap.aspect-ratio-xs-1by1,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-ratio-wrap.aspect-ratio-xs-1by1 {
  padding-bottom: 100%;
  height: 0;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-ratio-wrap.aspect-ratio-xs-1by4,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-ratio-wrap.aspect-ratio-xs-1by4 {
  padding-bottom: 400%;
  height: 0;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-ratio-wrap.aspect-ratio-xs-1by3,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-ratio-wrap.aspect-ratio-xs-1by3 {
  padding-bottom: 300%;
  height: 0;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-ratio-wrap.aspect-ratio-xs-1by2,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-ratio-wrap.aspect-ratio-xs-1by2 {
  padding-bottom: 200%;
  height: 0;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-ratio-wrap.aspect-ratio-xs-3by4,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-ratio-wrap.aspect-ratio-xs-3by4 {
  padding-bottom: 125%;
  height: 0;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-ratio-wrap.aspect-ratio-xs-9by16,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-ratio-wrap.aspect-ratio-xs-9by16 {
  padding-bottom: 143.75%;
  height: 0;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-ratio-wrap.aspect-ratio-xs-9by10,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-ratio-wrap.aspect-ratio-xs-9by10 {
  padding-bottom: 110%;
  height: 0;
}

.jd-framework .aspect-ratio-enabled-xs > .aspect-default-ratio-wrap,
.jd-framework .jd-media-fixed-ratio-xs > .aspect-default-ratio-wrap {
  display: none;
}

.jd-framework .aspect-ratio-disabled-xs > .aspect-ratio-content {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  display: block;
  z-index: 1;
}

.jd-framework .aspect-ratio-disabled-xs > .aspect-ratio-wrap {
  display: none;
}

.jd-framework .aspect-ratio-disabled-xs > .aspect-default-ratio-wrap {
  display: block;
}

.jd-framework .background-size-contain-xs {
  background-size: contain;
}

.jd-framework .background-size-cover-xs {
  background-size: cover;
}

.jd-framework .background-size-stretch-xs {
  background-size: 100% 100%;
}

.jd-framework .background-size-auto-xs {
  background-size: auto;
}

.jd-framework .background-position-left-top-xs {
  background-position: left top;
}

.jd-framework .background-position-center-top-xs {
  background-position: center top;
}

.jd-framework .background-position-right-top-xs {
  background-position: right top;
}

.jd-framework .background-position-center-xs {
  background-position: center center;
}

.jd-framework .background-position-left-center-xs {
  background-position: left center;
}

.jd-framework .background-position-right-center-xs {
  background-position: right center;
}

.jd-framework .background-position-left-bottom-xs {
  background-position: left bottom;
}

.jd-framework .background-position-center-bottom-xs {
  background-position: center bottom;
}

.jd-framework .background-position-right-bottom-xs {
  background-position: right bottom;
}

.jd-framework .background-repeat-no-xs {
  background-repeat: no-repeat;
}

.jd-framework .background-repeat-x-xs {
  background-repeat: repeat-x;
}

.jd-framework .background-repeat-y-xs {
  background-repeat: repeat-y;
}

.jd-framework .background-repeat-xy-xs {
  background-repeat: repeat;
}

.jd-framework .input-size-default-xs {
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
}

.jd-framework .input-size-sm-xs {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.jd-framework .input-size-lg-xs {
  height: 50px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 6px;
}

.jd-framework input[type="date"],
.jd-framework input[type="time"],
.jd-framework input[type="datetime-local"],
.jd-framework input[type="month"] {
  line-height: 36px;
  line-height: 1.42857 \0;
}

.jd-framework input[type="date"].input-size-sm-xs,
.jd-framework input[type="time"].input-size-sm-xs,
.jd-framework input[type="datetime-local"].input-size-sm-xs,
.jd-framework input[type="month"].input-size-sm-xs {
  line-height: 33px;
}

.jd-framework input[type="date"].input-size-lg-xs,
.jd-framework input[type="time"].input-size-lg-xs,
.jd-framework input[type="datetime-local"].input-size-lg-xs,
.jd-framework input[type="month"].input-size-lg-xs {
  line-height: 49px;
}

.jd-framework .width-auto-xs {
  width: auto;
}

.jd-framework .height-auto-xs {
  height: auto;
}

.jd-framework .vertical-align-xs-middle,
.jd-framework .vertical-align-xs-middle .aspect-ratio-content {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
}

.jd-framework .vertical-align-xs-middle .jd-autoheight-wrap {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
}

.jd-framework .vertical-align-xs-middle.aspect-ratio-enabled-xs {
  display: block;
}

.jd-framework .auto-height-columns-xs {
  display: flex;
}

.jd-framework .auto-height-columns-xs > [class^="col-"],
.jd-framework .auto-height-columns-xs > [class*=" col-"] {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-flex: 1;
}

.jd-framework .fluid-position-enabled[data-autoheight-xs="enabled"] > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jd-framework .jd-framework .button-display-block-xs.btn {
  display: block;
  width: 100%;
}

.jd-framework .jd-framework .button-display-default-xs.btn {
  display: inline-block;
  width: auto;
}

.jd-framework .jd-framework .button-size-lg-xs.btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

.jd-framework .jd-framework .button-size-default-xs.btn {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
}

.jd-framework .jd-framework .button-size-sm-xs.btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.jd-framework .jd-framework .button-size-xs-xs.btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.jd-framework .jd-framework .button-group-lg-xs > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

.jd-framework .jd-framework .button-group-default-xs > .btn {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
}

.jd-framework .jd-framework .button-group-sm-xs > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.jd-framework .jd-framework .button-group-xs-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.jd-framework .jd-framework .button-display-justified-xs.btn-group {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.jd-framework .jd-framework .button-display-justified-xs.btn-group > .btn, .jd-framework .jd-framework .button-display-justified-xs.btn-group > .btn-group {
  display: table-cell;
  float: none;
  width: 100%;
}

.jd-framework .jd-framework .button-display-default-xs.btn-group {
  position: relative;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.jd-framework .jd-framework .button-display-default-xs.btn-group > .btn, .jd-framework .jd-framework .button-display-default-xs.btn-group > .btn-group {
  position: relative;
  float: left;
  display: inline-block;
  width: auto;
}

.jd-framework .tabs-align-left-xs .jd-tabs {
  text-align: left;
}

.jd-framework .tabs-align-center-xs .jd-tabs {
  text-align: center;
}

.jd-framework .tabs-align-right-xs .jd-tabs {
  text-align: right;
}

.jd-framework .tabs-display-default-xs .jd-tabs > li {
  float: none;
  display: inline-block;
}

.jd-framework .tabs-display-stacked-xs .jd-tabs {
  margin-bottom: 20px;
}

.jd-framework .tabs-display-stacked-xs .jd-tabs > li {
  float: none;
  display: block;
}

.jd-framework .link-size-lg-xs a {
  font-size: 1.4em;
}

.jd-framework .link-size-md-xs a {
  font-size: 1.1em;
}

.jd-framework .link-size-sm-xs a {
  font-size: 0.855em;
}

.jd-framework .fullscreen-enabled[data-fullscreen-xs="true"] .fit-fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.jd-framework .fullscreen-enabled[data-fullscreen-xs="true"] > [class^="container"],
.jd-framework .fullscreen-enabled[data-fullscreen-xs="true"] > [class^="container"] > [class^="jd-column"],
.jd-framework .fullscreen-enabled[data-fullscreen-xs="true"] > [class^="container"] > [class*=" jd-column"],
.jd-framework .fullscreen-enabled[data-fullscreen-xs="true"] > [class^="container"] > [class^="jd-row"],
.jd-framework .fullscreen-enabled[data-fullscreen-xs="true"] > [class^="container"] > [class^="jd-row"] > [class^="jd-column"],
.jd-framework .fullscreen-enabled[data-fullscreen-xs="true"] > [class^="container"] > [class^="jd-row"] > [class*=" jd-column"],
.jd-framework .fullscreen-enabled[data-fullscreen-xs="true"] > [class^="container"] > [class*=" jd-row"],
.jd-framework .fullscreen-enabled[data-fullscreen-xs="true"] > [class^="container"] > [class*=" jd-row"] > [class^="jd-column"],
.jd-framework .fullscreen-enabled[data-fullscreen-xs="true"] > [class^="container"] > [class*=" jd-row"] > [class*=" jd-column"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .jd-framework .display-block-sm {
    display: block;
  }
  .jd-framework .display-inline-sm {
    display: inline;
  }
  .jd-framework .display-flex-sm {
    display: flex;
  }
  .jd-framework .display-inline-block-sm {
    display: inline-block;
  }
  .jd-framework .display-inline-table-sm {
    display: inline-table;
  }
  .jd-framework .display-inline-flex-sm {
    display: inline-flex;
  }
  .jd-framework .display-list-item-sm {
    display: list-item;
  }
  .jd-framework .display-run-in-sm {
    display: run-in;
  }
  .jd-framework .display-table-sm {
    display: table;
  }
  .jd-framework .display-table-caption-sm {
    display: table-caption;
  }
  .jd-framework .display-table-column-group-sm {
    display: table-column-group;
  }
  .jd-framework .display-table-header-group-sm {
    display: table-header-group;
  }
  .jd-framework .display-table-footer-group-sm {
    display: table-footer-group;
  }
  .jd-framework .display-table-row-group-sm {
    display: table-row-group;
  }
  .jd-framework .display-table-row-sm {
    display: table-row;
  }
  .jd-framework .display-table-cell-sm {
    display: table-cell;
  }
  .jd-framework .display-table-column-sm {
    display: table-column;
  }
  .jd-framework .display-none-sm {
    display: none;
  }
  .jd-framework .table-layout-fixed-sm {
    table-layout: fixed;
    width: 100%;
  }
  .jd-framework .overflow-hidden-sm {
    overflow: hidden;
  }
  .jd-framework .overflow-visible-sm {
    overflow: visible;
  }
  .jd-framework .position-static-sm {
    position: static !important;
  }
  .jd-framework .position-absolute-sm {
    position: absolute !important;
  }
  .jd-framework .position-relative-sm {
    position: relative !important;
  }
  .jd-framework .position-fixed-sm {
    position: fixed !important;
  }
  .jd-framework .position-fluid-sm {
    position: absolute !important;
  }
  .jd-framework .position-top-sm-auto {
    top: auto;
  }
  .jd-framework .position-right-sm-auto {
    right: auto;
  }
  .jd-framework .position-bottom-sm-auto {
    bottom: auto;
  }
  .jd-framework .position-left-sm-auto {
    left: auto;
  }
  .jd-framework .text-left-sm {
    text-align: left;
  }
  .jd-framework .text-right-sm {
    text-align: right;
  }
  .jd-framework .text-center-sm {
    text-align: center;
  }
  .jd-framework .text-justify-sm {
    text-align: justify;
  }
  .jd-framework .pull-left-sm {
    float: left !important;
  }
  .jd-framework .pull-right-sm {
    float: right !important;
  }
  .jd-framework .pull-none-sm {
    float: none !important;
  }
  .jd-framework .aspect-ratio-enabled-sm,
  .jd-framework .jd-media-fixed-ratio-sm {
    position: relative;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-ratio-content,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-ratio-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    z-index: 1;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-ratio-wrap,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-ratio-wrap {
    display: block;
    position: relative;
    z-index: 0;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-ratio-wrap.aspect-ratio-sm-16by9,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-ratio-wrap.aspect-ratio-sm-16by9 {
    padding-bottom: 56.25%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-ratio-wrap.aspect-ratio-sm-4by3,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-ratio-wrap.aspect-ratio-sm-4by3 {
    padding-bottom: 75%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-ratio-wrap.aspect-ratio-sm-2by1,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-ratio-wrap.aspect-ratio-sm-2by1 {
    padding-bottom: 50%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-ratio-wrap.aspect-ratio-sm-3by1,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-ratio-wrap.aspect-ratio-sm-3by1 {
    padding-bottom: 33.33%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-ratio-wrap.aspect-ratio-sm-4by1,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-ratio-wrap.aspect-ratio-sm-4by1 {
    padding-bottom: 25%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-ratio-wrap.aspect-ratio-sm-10by9,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-ratio-wrap.aspect-ratio-sm-10by9 {
    padding-bottom: 90%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-ratio-wrap.aspect-ratio-sm-1by1,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-ratio-wrap.aspect-ratio-sm-1by1 {
    padding-bottom: 100%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-ratio-wrap.aspect-ratio-sm-1by4,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-ratio-wrap.aspect-ratio-sm-1by4 {
    padding-bottom: 400%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-ratio-wrap.aspect-ratio-sm-1by3,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-ratio-wrap.aspect-ratio-sm-1by3 {
    padding-bottom: 300%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-ratio-wrap.aspect-ratio-sm-1by2,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-ratio-wrap.aspect-ratio-sm-1by2 {
    padding-bottom: 200%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-ratio-wrap.aspect-ratio-sm-3by4,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-ratio-wrap.aspect-ratio-sm-3by4 {
    padding-bottom: 125%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-ratio-wrap.aspect-ratio-sm-9by16,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-ratio-wrap.aspect-ratio-sm-9by16 {
    padding-bottom: 143.75%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-ratio-wrap.aspect-ratio-sm-9by10,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-ratio-wrap.aspect-ratio-sm-9by10 {
    padding-bottom: 110%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-sm > .aspect-default-ratio-wrap,
  .jd-framework .jd-media-fixed-ratio-sm > .aspect-default-ratio-wrap {
    display: none;
  }
  .jd-framework .aspect-ratio-disabled-sm > .aspect-ratio-content {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    display: block;
    z-index: 1;
  }
  .jd-framework .aspect-ratio-disabled-sm > .aspect-ratio-wrap {
    display: none;
  }
  .jd-framework .aspect-ratio-disabled-sm > .aspect-default-ratio-wrap {
    display: block;
  }
  .jd-framework .background-size-contain-sm {
    background-size: contain;
  }
  .jd-framework .background-size-cover-sm {
    background-size: cover;
  }
  .jd-framework .background-size-stretch-sm {
    background-size: 100% 100%;
  }
  .jd-framework .background-size-auto-sm {
    background-size: auto;
  }
  .jd-framework .background-position-left-top-sm {
    background-position: left top;
  }
  .jd-framework .background-position-center-top-sm {
    background-position: center top;
  }
  .jd-framework .background-position-right-top-sm {
    background-position: right top;
  }
  .jd-framework .background-position-center-sm {
    background-position: center center;
  }
  .jd-framework .background-position-left-center-sm {
    background-position: left center;
  }
  .jd-framework .background-position-right-center-sm {
    background-position: right center;
  }
  .jd-framework .background-position-left-bottom-sm {
    background-position: left bottom;
  }
  .jd-framework .background-position-center-bottom-sm {
    background-position: center bottom;
  }
  .jd-framework .background-position-right-bottom-sm {
    background-position: right bottom;
  }
  .jd-framework .background-repeat-no-sm {
    background-repeat: no-repeat;
  }
  .jd-framework .background-repeat-x-sm {
    background-repeat: repeat-x;
  }
  .jd-framework .background-repeat-y-sm {
    background-repeat: repeat-y;
  }
  .jd-framework .background-repeat-xy-sm {
    background-repeat: repeat;
  }
  .jd-framework .input-size-default-sm {
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
  }
  .jd-framework .input-size-sm-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .jd-framework .input-size-lg-sm {
    height: 50px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 6px;
  }
  .jd-framework input[type="date"],
  .jd-framework input[type="time"],
  .jd-framework input[type="datetime-local"],
  .jd-framework input[type="month"] {
    line-height: 36px;
    line-height: 1.42857 \0;
  }
  .jd-framework input[type="date"].input-size-sm-sm,
  .jd-framework input[type="time"].input-size-sm-sm,
  .jd-framework input[type="datetime-local"].input-size-sm-sm,
  .jd-framework input[type="month"].input-size-sm-sm {
    line-height: 33px;
  }
  .jd-framework input[type="date"].input-size-lg-sm,
  .jd-framework input[type="time"].input-size-lg-sm,
  .jd-framework input[type="datetime-local"].input-size-lg-sm,
  .jd-framework input[type="month"].input-size-lg-sm {
    line-height: 49px;
  }
  .jd-framework .width-auto-sm {
    width: auto;
  }
  .jd-framework .height-auto-sm {
    height: auto;
  }
  .jd-framework .vertical-align-sm-middle,
  .jd-framework .vertical-align-sm-middle .aspect-ratio-content {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
  }
  .jd-framework .vertical-align-sm-middle .jd-autoheight-wrap {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
  }
  .jd-framework .vertical-align-sm-middle.aspect-ratio-enabled-sm {
    display: block;
  }
  .jd-framework .auto-height-columns-sm {
    display: flex;
  }
  .jd-framework .auto-height-columns-sm > [class^="col-"],
  .jd-framework .auto-height-columns-sm > [class*=" col-"] {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-flex: 1;
  }
  .jd-framework .fluid-position-enabled[data-autoheight-sm="enabled"] > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .jd-framework .jd-framework .button-display-block-sm.btn {
    display: block;
    width: 100%;
  }
  .jd-framework .jd-framework .button-display-default-sm.btn {
    display: inline-block;
    width: auto;
  }
  .jd-framework .jd-framework .button-size-lg-sm.btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
  }
  .jd-framework .jd-framework .button-size-default-sm.btn {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
  }
  .jd-framework .jd-framework .button-size-sm-sm.btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .jd-framework .jd-framework .button-size-xs-sm.btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .jd-framework .jd-framework .button-group-lg-sm > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
  }
  .jd-framework .jd-framework .button-group-default-sm > .btn {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
  }
  .jd-framework .jd-framework .button-group-sm-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .jd-framework .jd-framework .button-group-xs-sm > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .jd-framework .jd-framework .button-display-justified-sm.btn-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .jd-framework .jd-framework .button-display-justified-sm.btn-group > .btn, .jd-framework .jd-framework .button-display-justified-sm.btn-group > .btn-group {
    display: table-cell;
    float: none;
    width: 100%;
  }
  .jd-framework .jd-framework .button-display-default-sm.btn-group {
    position: relative;
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .jd-framework .jd-framework .button-display-default-sm.btn-group > .btn, .jd-framework .jd-framework .button-display-default-sm.btn-group > .btn-group {
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
  }
  .jd-framework .tabs-align-left-sm .jd-tabs {
    text-align: left;
  }
  .jd-framework .tabs-align-center-sm .jd-tabs {
    text-align: center;
  }
  .jd-framework .tabs-align-right-sm .jd-tabs {
    text-align: right;
  }
  .jd-framework .tabs-display-default-sm .jd-tabs > li {
    float: none;
    display: inline-block;
  }
  .jd-framework .tabs-display-stacked-sm .jd-tabs {
    margin-bottom: 20px;
  }
  .jd-framework .tabs-display-stacked-sm .jd-tabs > li {
    float: none;
    display: block;
  }
  .jd-framework .link-size-lg-sm a {
    font-size: 1.4em;
  }
  .jd-framework .link-size-md-sm a {
    font-size: 1.1em;
  }
  .jd-framework .link-size-sm-sm a {
    font-size: 0.855em;
  }
  .jd-framework .fullscreen-enabled[data-fullscreen-sm="true"] .fit-fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .jd-framework .fullscreen-enabled[data-fullscreen-sm="true"] > [class^="container"],
  .jd-framework .fullscreen-enabled[data-fullscreen-sm="true"] > [class^="container"] > [class^="jd-column"],
  .jd-framework .fullscreen-enabled[data-fullscreen-sm="true"] > [class^="container"] > [class*=" jd-column"],
  .jd-framework .fullscreen-enabled[data-fullscreen-sm="true"] > [class^="container"] > [class^="jd-row"],
  .jd-framework .fullscreen-enabled[data-fullscreen-sm="true"] > [class^="container"] > [class^="jd-row"] > [class^="jd-column"],
  .jd-framework .fullscreen-enabled[data-fullscreen-sm="true"] > [class^="container"] > [class^="jd-row"] > [class*=" jd-column"],
  .jd-framework .fullscreen-enabled[data-fullscreen-sm="true"] > [class^="container"] > [class*=" jd-row"],
  .jd-framework .fullscreen-enabled[data-fullscreen-sm="true"] > [class^="container"] > [class*=" jd-row"] > [class^="jd-column"],
  .jd-framework .fullscreen-enabled[data-fullscreen-sm="true"] > [class^="container"] > [class*=" jd-row"] > [class*=" jd-column"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .jd-framework .display-block-md {
    display: block;
  }
  .jd-framework .display-inline-md {
    display: inline;
  }
  .jd-framework .display-flex-md {
    display: flex;
  }
  .jd-framework .display-inline-block-md {
    display: inline-block;
  }
  .jd-framework .display-inline-table-md {
    display: inline-table;
  }
  .jd-framework .display-inline-flex-md {
    display: inline-flex;
  }
  .jd-framework .display-list-item-md {
    display: list-item;
  }
  .jd-framework .display-run-in-md {
    display: run-in;
  }
  .jd-framework .display-table-md {
    display: table;
  }
  .jd-framework .display-table-caption-md {
    display: table-caption;
  }
  .jd-framework .display-table-column-group-md {
    display: table-column-group;
  }
  .jd-framework .display-table-header-group-md {
    display: table-header-group;
  }
  .jd-framework .display-table-footer-group-md {
    display: table-footer-group;
  }
  .jd-framework .display-table-row-group-md {
    display: table-row-group;
  }
  .jd-framework .display-table-row-md {
    display: table-row;
  }
  .jd-framework .display-table-cell-md {
    display: table-cell;
  }
  .jd-framework .display-table-column-md {
    display: table-column;
  }
  .jd-framework .display-none-md {
    display: none;
  }
  .jd-framework .table-layout-fixed-md {
    table-layout: fixed;
    width: 100%;
  }
  .jd-framework .overflow-hidden-md {
    overflow: hidden;
  }
  .jd-framework .overflow-visible-md {
    overflow: visible;
  }
  .jd-framework .position-static-md {
    position: static !important;
  }
  .jd-framework .position-absolute-md {
    position: absolute !important;
  }
  .jd-framework .position-relative-md {
    position: relative !important;
  }
  .jd-framework .position-fixed-md {
    position: fixed !important;
  }
  .jd-framework .position-fluid-md {
    position: absolute !important;
  }
  .jd-framework .position-top-md-auto {
    top: auto;
  }
  .jd-framework .position-right-md-auto {
    right: auto;
  }
  .jd-framework .position-bottom-md-auto {
    bottom: auto;
  }
  .jd-framework .position-left-md-auto {
    left: auto;
  }
  .jd-framework .text-left-md {
    text-align: left;
  }
  .jd-framework .text-right-md {
    text-align: right;
  }
  .jd-framework .text-center-md {
    text-align: center;
  }
  .jd-framework .text-justify-md {
    text-align: justify;
  }
  .jd-framework .pull-left-md {
    float: left !important;
  }
  .jd-framework .pull-right-md {
    float: right !important;
  }
  .jd-framework .pull-none-md {
    float: none !important;
  }
  .jd-framework .aspect-ratio-enabled-md,
  .jd-framework .jd-media-fixed-ratio-md {
    position: relative;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-ratio-content,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-ratio-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    z-index: 1;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-ratio-wrap,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-ratio-wrap {
    display: block;
    position: relative;
    z-index: 0;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-ratio-wrap.aspect-ratio-md-16by9,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-ratio-wrap.aspect-ratio-md-16by9 {
    padding-bottom: 56.25%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-ratio-wrap.aspect-ratio-md-4by3,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-ratio-wrap.aspect-ratio-md-4by3 {
    padding-bottom: 75%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-ratio-wrap.aspect-ratio-md-2by1,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-ratio-wrap.aspect-ratio-md-2by1 {
    padding-bottom: 50%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-ratio-wrap.aspect-ratio-md-3by1,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-ratio-wrap.aspect-ratio-md-3by1 {
    padding-bottom: 33.33%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-ratio-wrap.aspect-ratio-md-4by1,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-ratio-wrap.aspect-ratio-md-4by1 {
    padding-bottom: 25%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-ratio-wrap.aspect-ratio-md-10by9,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-ratio-wrap.aspect-ratio-md-10by9 {
    padding-bottom: 90%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-ratio-wrap.aspect-ratio-md-1by1,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-ratio-wrap.aspect-ratio-md-1by1 {
    padding-bottom: 100%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-ratio-wrap.aspect-ratio-md-1by4,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-ratio-wrap.aspect-ratio-md-1by4 {
    padding-bottom: 400%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-ratio-wrap.aspect-ratio-md-1by3,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-ratio-wrap.aspect-ratio-md-1by3 {
    padding-bottom: 300%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-ratio-wrap.aspect-ratio-md-1by2,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-ratio-wrap.aspect-ratio-md-1by2 {
    padding-bottom: 200%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-ratio-wrap.aspect-ratio-md-3by4,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-ratio-wrap.aspect-ratio-md-3by4 {
    padding-bottom: 125%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-ratio-wrap.aspect-ratio-md-9by16,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-ratio-wrap.aspect-ratio-md-9by16 {
    padding-bottom: 143.75%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-ratio-wrap.aspect-ratio-md-9by10,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-ratio-wrap.aspect-ratio-md-9by10 {
    padding-bottom: 110%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-md > .aspect-default-ratio-wrap,
  .jd-framework .jd-media-fixed-ratio-md > .aspect-default-ratio-wrap {
    display: none;
  }
  .jd-framework .aspect-ratio-disabled-md > .aspect-ratio-content {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    display: block;
    z-index: 1;
  }
  .jd-framework .aspect-ratio-disabled-md > .aspect-ratio-wrap {
    display: none;
  }
  .jd-framework .aspect-ratio-disabled-md > .aspect-default-ratio-wrap {
    display: block;
  }
  .jd-framework .background-size-contain-md {
    background-size: contain;
  }
  .jd-framework .background-size-cover-md {
    background-size: cover;
  }
  .jd-framework .background-size-stretch-md {
    background-size: 100% 100%;
  }
  .jd-framework .background-size-auto-md {
    background-size: auto;
  }
  .jd-framework .background-position-left-top-md {
    background-position: left top;
  }
  .jd-framework .background-position-center-top-md {
    background-position: center top;
  }
  .jd-framework .background-position-right-top-md {
    background-position: right top;
  }
  .jd-framework .background-position-center-md {
    background-position: center center;
  }
  .jd-framework .background-position-left-center-md {
    background-position: left center;
  }
  .jd-framework .background-position-right-center-md {
    background-position: right center;
  }
  .jd-framework .background-position-left-bottom-md {
    background-position: left bottom;
  }
  .jd-framework .background-position-center-bottom-md {
    background-position: center bottom;
  }
  .jd-framework .background-position-right-bottom-md {
    background-position: right bottom;
  }
  .jd-framework .background-repeat-no-md {
    background-repeat: no-repeat;
  }
  .jd-framework .background-repeat-x-md {
    background-repeat: repeat-x;
  }
  .jd-framework .background-repeat-y-md {
    background-repeat: repeat-y;
  }
  .jd-framework .background-repeat-xy-md {
    background-repeat: repeat;
  }
  .jd-framework .input-size-default-md {
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
  }
  .jd-framework .input-size-sm-md {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .jd-framework .input-size-lg-md {
    height: 50px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 6px;
  }
  .jd-framework input[type="date"],
  .jd-framework input[type="time"],
  .jd-framework input[type="datetime-local"],
  .jd-framework input[type="month"] {
    line-height: 36px;
    line-height: 1.42857 \0;
  }
  .jd-framework input[type="date"].input-size-sm-md,
  .jd-framework input[type="time"].input-size-sm-md,
  .jd-framework input[type="datetime-local"].input-size-sm-md,
  .jd-framework input[type="month"].input-size-sm-md {
    line-height: 33px;
  }
  .jd-framework input[type="date"].input-size-lg-md,
  .jd-framework input[type="time"].input-size-lg-md,
  .jd-framework input[type="datetime-local"].input-size-lg-md,
  .jd-framework input[type="month"].input-size-lg-md {
    line-height: 49px;
  }
  .jd-framework .width-auto-md {
    width: auto;
  }
  .jd-framework .height-auto-md {
    height: auto;
  }
  .jd-framework .vertical-align-md-middle,
  .jd-framework .vertical-align-md-middle .aspect-ratio-content {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
  }
  .jd-framework .vertical-align-md-middle .jd-autoheight-wrap {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
  }
  .jd-framework .vertical-align-md-middle.aspect-ratio-enabled-md {
    display: block;
  }
  .jd-framework .auto-height-columns-md {
    display: flex;
  }
  .jd-framework .auto-height-columns-md > [class^="col-"],
  .jd-framework .auto-height-columns-md > [class*=" col-"] {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-flex: 1;
  }
  .jd-framework .fluid-position-enabled[data-autoheight-md="enabled"] > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .jd-framework .jd-framework .button-display-block-md.btn {
    display: block;
    width: 100%;
  }
  .jd-framework .jd-framework .button-display-default-md.btn {
    display: inline-block;
    width: auto;
  }
  .jd-framework .jd-framework .button-size-lg-md.btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
  }
  .jd-framework .jd-framework .button-size-default-md.btn {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
  }
  .jd-framework .jd-framework .button-size-sm-md.btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .jd-framework .jd-framework .button-size-xs-md.btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .jd-framework .jd-framework .button-group-lg-md > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
  }
  .jd-framework .jd-framework .button-group-default-md > .btn {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
  }
  .jd-framework .jd-framework .button-group-sm-md > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .jd-framework .jd-framework .button-group-xs-md > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .jd-framework .jd-framework .button-display-justified-md.btn-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .jd-framework .jd-framework .button-display-justified-md.btn-group > .btn, .jd-framework .jd-framework .button-display-justified-md.btn-group > .btn-group {
    display: table-cell;
    float: none;
    width: 100%;
  }
  .jd-framework .jd-framework .button-display-default-md.btn-group {
    position: relative;
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .jd-framework .jd-framework .button-display-default-md.btn-group > .btn, .jd-framework .jd-framework .button-display-default-md.btn-group > .btn-group {
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
  }
  .jd-framework .tabs-align-left-md .jd-tabs {
    text-align: left;
  }
  .jd-framework .tabs-align-center-md .jd-tabs {
    text-align: center;
  }
  .jd-framework .tabs-align-right-md .jd-tabs {
    text-align: right;
  }
  .jd-framework .tabs-display-default-md .jd-tabs > li {
    float: none;
    display: inline-block;
  }
  .jd-framework .tabs-display-stacked-md .jd-tabs {
    margin-bottom: 20px;
  }
  .jd-framework .tabs-display-stacked-md .jd-tabs > li {
    float: none;
    display: block;
  }
  .jd-framework .link-size-lg-md a {
    font-size: 1.4em;
  }
  .jd-framework .link-size-md-md a {
    font-size: 1.1em;
  }
  .jd-framework .link-size-sm-md a {
    font-size: 0.855em;
  }
  .jd-framework .fullscreen-enabled[data-fullscreen-md="true"] .fit-fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .jd-framework .fullscreen-enabled[data-fullscreen-md="true"] > [class^="container"],
  .jd-framework .fullscreen-enabled[data-fullscreen-md="true"] > [class^="container"] > [class^="jd-column"],
  .jd-framework .fullscreen-enabled[data-fullscreen-md="true"] > [class^="container"] > [class*=" jd-column"],
  .jd-framework .fullscreen-enabled[data-fullscreen-md="true"] > [class^="container"] > [class^="jd-row"],
  .jd-framework .fullscreen-enabled[data-fullscreen-md="true"] > [class^="container"] > [class^="jd-row"] > [class^="jd-column"],
  .jd-framework .fullscreen-enabled[data-fullscreen-md="true"] > [class^="container"] > [class^="jd-row"] > [class*=" jd-column"],
  .jd-framework .fullscreen-enabled[data-fullscreen-md="true"] > [class^="container"] > [class*=" jd-row"],
  .jd-framework .fullscreen-enabled[data-fullscreen-md="true"] > [class^="container"] > [class*=" jd-row"] > [class^="jd-column"],
  .jd-framework .fullscreen-enabled[data-fullscreen-md="true"] > [class^="container"] > [class*=" jd-row"] > [class*=" jd-column"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 1240px) {
  .jd-framework .display-block-lg {
    display: block;
  }
  .jd-framework .display-inline-lg {
    display: inline;
  }
  .jd-framework .display-flex-lg {
    display: flex;
  }
  .jd-framework .display-inline-block-lg {
    display: inline-block;
  }
  .jd-framework .display-inline-table-lg {
    display: inline-table;
  }
  .jd-framework .display-inline-flex-lg {
    display: inline-flex;
  }
  .jd-framework .display-list-item-lg {
    display: list-item;
  }
  .jd-framework .display-run-in-lg {
    display: run-in;
  }
  .jd-framework .display-table-lg {
    display: table;
  }
  .jd-framework .display-table-caption-lg {
    display: table-caption;
  }
  .jd-framework .display-table-column-group-lg {
    display: table-column-group;
  }
  .jd-framework .display-table-header-group-lg {
    display: table-header-group;
  }
  .jd-framework .display-table-footer-group-lg {
    display: table-footer-group;
  }
  .jd-framework .display-table-row-group-lg {
    display: table-row-group;
  }
  .jd-framework .display-table-row-lg {
    display: table-row;
  }
  .jd-framework .display-table-cell-lg {
    display: table-cell;
  }
  .jd-framework .display-table-column-lg {
    display: table-column;
  }
  .jd-framework .display-none-lg {
    display: none;
  }
  .jd-framework .table-layout-fixed-lg {
    table-layout: fixed;
    width: 100%;
  }
  .jd-framework .overflow-hidden-lg {
    overflow: hidden;
  }
  .jd-framework .overflow-visible-lg {
    overflow: visible;
  }
  .jd-framework .position-static-lg {
    position: static !important;
  }
  .jd-framework .position-absolute-lg {
    position: absolute !important;
  }
  .jd-framework .position-relative-lg {
    position: relative !important;
  }
  .jd-framework .position-fixed-lg {
    position: fixed !important;
  }
  .jd-framework .position-fluid-lg {
    position: absolute !important;
  }
  .jd-framework .position-top-lg-auto {
    top: auto;
  }
  .jd-framework .position-right-lg-auto {
    right: auto;
  }
  .jd-framework .position-bottom-lg-auto {
    bottom: auto;
  }
  .jd-framework .position-left-lg-auto {
    left: auto;
  }
  .jd-framework .text-left-lg {
    text-align: left;
  }
  .jd-framework .text-right-lg {
    text-align: right;
  }
  .jd-framework .text-center-lg {
    text-align: center;
  }
  .jd-framework .text-justify-lg {
    text-align: justify;
  }
  .jd-framework .pull-left-lg {
    float: left !important;
  }
  .jd-framework .pull-right-lg {
    float: right !important;
  }
  .jd-framework .pull-none-lg {
    float: none !important;
  }
  .jd-framework .aspect-ratio-enabled-lg,
  .jd-framework .jd-media-fixed-ratio-lg {
    position: relative;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-ratio-content,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-ratio-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    z-index: 1;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-ratio-wrap,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-ratio-wrap {
    display: block;
    position: relative;
    z-index: 0;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-ratio-wrap.aspect-ratio-lg-16by9,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-ratio-wrap.aspect-ratio-lg-16by9 {
    padding-bottom: 56.25%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-ratio-wrap.aspect-ratio-lg-4by3,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-ratio-wrap.aspect-ratio-lg-4by3 {
    padding-bottom: 75%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-ratio-wrap.aspect-ratio-lg-2by1,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-ratio-wrap.aspect-ratio-lg-2by1 {
    padding-bottom: 50%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-ratio-wrap.aspect-ratio-lg-3by1,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-ratio-wrap.aspect-ratio-lg-3by1 {
    padding-bottom: 33.33%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-ratio-wrap.aspect-ratio-lg-4by1,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-ratio-wrap.aspect-ratio-lg-4by1 {
    padding-bottom: 25%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-ratio-wrap.aspect-ratio-lg-10by9,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-ratio-wrap.aspect-ratio-lg-10by9 {
    padding-bottom: 90%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-ratio-wrap.aspect-ratio-lg-1by1,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-ratio-wrap.aspect-ratio-lg-1by1 {
    padding-bottom: 100%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-ratio-wrap.aspect-ratio-lg-1by4,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-ratio-wrap.aspect-ratio-lg-1by4 {
    padding-bottom: 400%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-ratio-wrap.aspect-ratio-lg-1by3,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-ratio-wrap.aspect-ratio-lg-1by3 {
    padding-bottom: 300%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-ratio-wrap.aspect-ratio-lg-1by2,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-ratio-wrap.aspect-ratio-lg-1by2 {
    padding-bottom: 200%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-ratio-wrap.aspect-ratio-lg-3by4,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-ratio-wrap.aspect-ratio-lg-3by4 {
    padding-bottom: 125%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-ratio-wrap.aspect-ratio-lg-9by16,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-ratio-wrap.aspect-ratio-lg-9by16 {
    padding-bottom: 143.75%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-ratio-wrap.aspect-ratio-lg-9by10,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-ratio-wrap.aspect-ratio-lg-9by10 {
    padding-bottom: 110%;
    height: 0;
  }
  .jd-framework .aspect-ratio-enabled-lg > .aspect-default-ratio-wrap,
  .jd-framework .jd-media-fixed-ratio-lg > .aspect-default-ratio-wrap {
    display: none;
  }
  .jd-framework .aspect-ratio-disabled-lg > .aspect-ratio-content {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    display: block;
    z-index: 1;
  }
  .jd-framework .aspect-ratio-disabled-lg > .aspect-ratio-wrap {
    display: none;
  }
  .jd-framework .aspect-ratio-disabled-lg > .aspect-default-ratio-wrap {
    display: block;
  }
  .jd-framework .background-size-contain-lg {
    background-size: contain;
  }
  .jd-framework .background-size-cover-lg {
    background-size: cover;
  }
  .jd-framework .background-size-stretch-lg {
    background-size: 100% 100%;
  }
  .jd-framework .background-size-auto-lg {
    background-size: auto;
  }
  .jd-framework .background-position-left-top-lg {
    background-position: left top;
  }
  .jd-framework .background-position-center-top-lg {
    background-position: center top;
  }
  .jd-framework .background-position-right-top-lg {
    background-position: right top;
  }
  .jd-framework .background-position-center-lg {
    background-position: center center;
  }
  .jd-framework .background-position-left-center-lg {
    background-position: left center;
  }
  .jd-framework .background-position-right-center-lg {
    background-position: right center;
  }
  .jd-framework .background-position-left-bottom-lg {
    background-position: left bottom;
  }
  .jd-framework .background-position-center-bottom-lg {
    background-position: center bottom;
  }
  .jd-framework .background-position-right-bottom-lg {
    background-position: right bottom;
  }
  .jd-framework .background-repeat-no-lg {
    background-repeat: no-repeat;
  }
  .jd-framework .background-repeat-x-lg {
    background-repeat: repeat-x;
  }
  .jd-framework .background-repeat-y-lg {
    background-repeat: repeat-y;
  }
  .jd-framework .background-repeat-xy-lg {
    background-repeat: repeat;
  }
  .jd-framework .input-size-default-lg {
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
  }
  .jd-framework .input-size-sm-lg {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .jd-framework .input-size-lg-lg {
    height: 50px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 6px;
  }
  .jd-framework input[type="date"],
  .jd-framework input[type="time"],
  .jd-framework input[type="datetime-local"],
  .jd-framework input[type="month"] {
    line-height: 36px;
    line-height: 1.42857 \0;
  }
  .jd-framework input[type="date"].input-size-sm-lg,
  .jd-framework input[type="time"].input-size-sm-lg,
  .jd-framework input[type="datetime-local"].input-size-sm-lg,
  .jd-framework input[type="month"].input-size-sm-lg {
    line-height: 33px;
  }
  .jd-framework input[type="date"].input-size-lg-lg,
  .jd-framework input[type="time"].input-size-lg-lg,
  .jd-framework input[type="datetime-local"].input-size-lg-lg,
  .jd-framework input[type="month"].input-size-lg-lg {
    line-height: 49px;
  }
  .jd-framework .width-auto-lg {
    width: auto;
  }
  .jd-framework .height-auto-lg {
    height: auto;
  }
  .jd-framework .vertical-align-lg-middle,
  .jd-framework .vertical-align-lg-middle .aspect-ratio-content {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
  }
  .jd-framework .vertical-align-lg-middle .jd-autoheight-wrap {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
  }
  .jd-framework .vertical-align-lg-middle.aspect-ratio-enabled-lg {
    display: block;
  }
  .jd-framework .auto-height-columns-lg {
    display: flex;
  }
  .jd-framework .auto-height-columns-lg > [class^="col-"],
  .jd-framework .auto-height-columns-lg > [class*=" col-"] {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-flex: 1;
  }
  .jd-framework .fluid-position-enabled[data-autoheight-lg="enabled"] > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .jd-framework .jd-framework .button-display-block-lg.btn {
    display: block;
    width: 100%;
  }
  .jd-framework .jd-framework .button-display-default-lg.btn {
    display: inline-block;
    width: auto;
  }
  .jd-framework .jd-framework .button-size-lg-lg.btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
  }
  .jd-framework .jd-framework .button-size-default-lg.btn {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
  }
  .jd-framework .jd-framework .button-size-sm-lg.btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .jd-framework .jd-framework .button-size-xs-lg.btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .jd-framework .jd-framework .button-group-lg-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
  }
  .jd-framework .jd-framework .button-group-default-lg > .btn {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
  }
  .jd-framework .jd-framework .button-group-sm-lg > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .jd-framework .jd-framework .button-group-xs-lg > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .jd-framework .jd-framework .button-display-justified-lg.btn-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .jd-framework .jd-framework .button-display-justified-lg.btn-group > .btn, .jd-framework .jd-framework .button-display-justified-lg.btn-group > .btn-group {
    display: table-cell;
    float: none;
    width: 100%;
  }
  .jd-framework .jd-framework .button-display-default-lg.btn-group {
    position: relative;
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .jd-framework .jd-framework .button-display-default-lg.btn-group > .btn, .jd-framework .jd-framework .button-display-default-lg.btn-group > .btn-group {
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
  }
  .jd-framework .tabs-align-left-lg .jd-tabs {
    text-align: left;
  }
  .jd-framework .tabs-align-center-lg .jd-tabs {
    text-align: center;
  }
  .jd-framework .tabs-align-right-lg .jd-tabs {
    text-align: right;
  }
  .jd-framework .tabs-display-default-lg .jd-tabs > li {
    float: none;
    display: inline-block;
  }
  .jd-framework .tabs-display-stacked-lg .jd-tabs {
    margin-bottom: 20px;
  }
  .jd-framework .tabs-display-stacked-lg .jd-tabs > li {
    float: none;
    display: block;
  }
  .jd-framework .link-size-lg-lg a {
    font-size: 1.4em;
  }
  .jd-framework .link-size-md-lg a {
    font-size: 1.1em;
  }
  .jd-framework .link-size-sm-lg a {
    font-size: 0.855em;
  }
  .jd-framework .fullscreen-enabled[data-fullscreen-lg="true"] .fit-fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .jd-framework .fullscreen-enabled[data-fullscreen-lg="true"] > [class^="container"],
  .jd-framework .fullscreen-enabled[data-fullscreen-lg="true"] > [class^="container"] > [class^="jd-column"],
  .jd-framework .fullscreen-enabled[data-fullscreen-lg="true"] > [class^="container"] > [class*=" jd-column"],
  .jd-framework .fullscreen-enabled[data-fullscreen-lg="true"] > [class^="container"] > [class^="jd-row"],
  .jd-framework .fullscreen-enabled[data-fullscreen-lg="true"] > [class^="container"] > [class^="jd-row"] > [class^="jd-column"],
  .jd-framework .fullscreen-enabled[data-fullscreen-lg="true"] > [class^="container"] > [class^="jd-row"] > [class*=" jd-column"],
  .jd-framework .fullscreen-enabled[data-fullscreen-lg="true"] > [class^="container"] > [class*=" jd-row"],
  .jd-framework .fullscreen-enabled[data-fullscreen-lg="true"] > [class^="container"] > [class*=" jd-row"] > [class^="jd-column"],
  .jd-framework .fullscreen-enabled[data-fullscreen-lg="true"] > [class^="container"] > [class*=" jd-row"] > [class*=" jd-column"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
