/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret,
  .comment-form input[type="submit"] > .caret,
  .dropup > .comment-form input[type="submit"] > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.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;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ebebe8;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #c7c7bf;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.wp-caption > img,
.wp-caption a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #ebebe8;
}
a.text-primary:hover {
  color: #d3d3cd;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #ebebe8;
}
a.bg-primary:hover {
  background-color: #d3d3cd;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.comment-list {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.comment-form input[type="text"][disabled],
.comment-form input[type="text"][readonly],
fieldset[disabled] .comment-form input[type="text"],
.comment-form input[type="email"][disabled],
.comment-form input[type="email"][readonly],
fieldset[disabled] .comment-form input[type="email"],
.comment-form input[type="url"][disabled],
.comment-form input[type="url"][readonly],
fieldset[disabled] .comment-form input[type="url"],
.comment-form textarea[disabled],
.comment-form textarea[readonly],
fieldset[disabled] .comment-form textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control,
textarea.comment-form input[type="text"],
textarea.comment-form input[type="email"],
textarea.comment-form input[type="url"],
textarea.comment-form textarea {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group,
.comment-form p {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control,
.form-group-sm .comment-form input[type="text"],
.form-group-sm .comment-form input[type="email"],
.form-group-sm .comment-form input[type="url"],
.form-group-sm .comment-form textarea {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control,
select.form-group-sm .comment-form input[type="text"],
select.form-group-sm .comment-form input[type="email"],
select.form-group-sm .comment-form input[type="url"],
select.form-group-sm .comment-form textarea {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control,
textarea.form-group-sm .comment-form input[type="text"],
select[multiple].form-group-sm .comment-form input[type="text"],
textarea.form-group-sm .comment-form input[type="email"],
select[multiple].form-group-sm .comment-form input[type="email"],
textarea.form-group-sm .comment-form input[type="url"],
select[multiple].form-group-sm .comment-form input[type="url"],
textarea.form-group-sm .comment-form textarea,
select[multiple].form-group-sm .comment-form textarea {
  height: auto;
}
.input-lg,
.form-group-lg .form-control,
.form-group-lg .comment-form input[type="text"],
.form-group-lg .comment-form input[type="email"],
.form-group-lg .comment-form input[type="url"],
.form-group-lg .comment-form textarea {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control,
select.form-group-lg .comment-form input[type="text"],
select.form-group-lg .comment-form input[type="email"],
select.form-group-lg .comment-form input[type="url"],
select.form-group-lg .comment-form textarea {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control,
textarea.form-group-lg .comment-form input[type="text"],
select[multiple].form-group-lg .comment-form input[type="text"],
textarea.form-group-lg .comment-form input[type="email"],
select[multiple].form-group-lg .comment-form input[type="email"],
textarea.form-group-lg .comment-form input[type="url"],
select[multiple].form-group-lg .comment-form input[type="url"],
textarea.form-group-lg .comment-form textarea,
select[multiple].form-group-lg .comment-form textarea {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control,
.has-feedback .comment-form input[type="text"],
.has-feedback .comment-form input[type="email"],
.has-feedback .comment-form input[type="url"],
.has-feedback .comment-form textarea {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control,
.has-success .comment-form input[type="text"],
.has-success .comment-form input[type="email"],
.has-success .comment-form input[type="url"],
.has-success .comment-form textarea {
  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);
}
.has-success .form-control:focus,
.has-success .comment-form input[type="text"]:focus,
.has-success .comment-form input[type="email"]:focus,
.has-success .comment-form input[type="url"]:focus,
.has-success .comment-form textarea: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;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control,
.has-warning .comment-form input[type="text"],
.has-warning .comment-form input[type="email"],
.has-warning .comment-form input[type="url"],
.has-warning .comment-form textarea {
  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);
}
.has-warning .form-control:focus,
.has-warning .comment-form input[type="text"]:focus,
.has-warning .comment-form input[type="email"]:focus,
.has-warning .comment-form input[type="url"]:focus,
.has-warning .comment-form textarea: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;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control,
.has-error .comment-form input[type="text"],
.has-error .comment-form input[type="email"],
.has-error .comment-form input[type="url"],
.has-error .comment-form textarea {
  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);
}
.has-error .form-control:focus,
.has-error .comment-form input[type="text"]:focus,
.has-error .comment-form input[type="email"]:focus,
.has-error .comment-form input[type="url"]:focus,
.has-error .comment-form textarea: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;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group,
  .form-inline .comment-form p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline .comment-form input[type="text"],
  .form-inline .comment-form input[type="email"],
  .form-inline .comment-form input[type="url"],
  .form-inline .comment-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .comment-form input[type="text"],
  .form-inline .input-group .comment-form input[type="email"],
  .form-inline .input-group .comment-form input[type="url"],
  .form-inline .input-group .comment-form textarea {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .form-inline .input-group > .comment-form input[type="text"],
  .form-inline .input-group > .comment-form input[type="email"],
  .form-inline .input-group > .comment-form input[type="url"],
  .form-inline .input-group > .comment-form textarea {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group,
.form-horizontal .comment-form p {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn,
.comment-form input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.comment-form input[type="submit"]:focus,
.comment-form input[type="submit"]:active:focus,
.comment-form input[type="submit"].active:focus,
.comment-form input[type="submit"].focus,
.comment-form input[type="submit"]:active.focus,
.comment-form input[type="submit"].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus,
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus,
.comment-form input[type="submit"].focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active,
.comment-form input[type="submit"]:active,
.comment-form input[type="submit"].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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.comment-form input[type="submit"].disabled,
.comment-form input[type="submit"][disabled],
fieldset[disabled] .comment-form input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary,
.comment-form input[type="submit"] {
  color: #ffffff;
  background-color: #ebebe8;
  border-color: #dfdfda;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus,
.comment-form input[type="submit"].focus,
.comment-form input[type="submit"]:active,
.comment-form input[type="submit"].active,
.open > .dropdown-toggle.comment-form input[type="submit"] {
  color: #ffffff;
  background-color: #d3d3cd;
  border-color: #c3c3ba;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.comment-form input[type="submit"]:active,
.comment-form input[type="submit"].active,
.open > .dropdown-toggle.comment-form input[type="submit"] {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.comment-form input[type="submit"].disabled,
.comment-form input[type="submit"][disabled],
fieldset[disabled] .comment-form input[type="submit"],
.comment-form input[type="submit"].disabled:hover,
.comment-form input[type="submit"][disabled]:hover,
fieldset[disabled] .comment-form input[type="submit"]:hover,
.comment-form input[type="submit"].disabled:focus,
.comment-form input[type="submit"][disabled]:focus,
fieldset[disabled] .comment-form input[type="submit"]:focus,
.comment-form input[type="submit"].disabled.focus,
.comment-form input[type="submit"][disabled].focus,
fieldset[disabled] .comment-form input[type="submit"].focus,
.comment-form input[type="submit"].disabled:active,
.comment-form input[type="submit"][disabled]:active,
fieldset[disabled] .comment-form input[type="submit"]:active,
.comment-form input[type="submit"].disabled.active,
.comment-form input[type="submit"][disabled].active,
fieldset[disabled] .comment-form input[type="submit"].active {
  background-color: #ebebe8;
  border-color: #dfdfda;
}
.btn-primary .badge,
.comment-form input[type="submit"] .badge {
  color: #ebebe8;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #ebebe8;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #c7c7bf;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .comment-form input[type="submit"] {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .comment-form input[type="submit"] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .comment-form input[type="submit"] {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.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;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #ebebe8;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn,
.btn-group > .comment-form input[type="submit"],
.btn-group-vertical > .comment-form input[type="submit"] {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active,
.btn-group > .comment-form input[type="submit"]:hover,
.btn-group-vertical > .comment-form input[type="submit"]:hover,
.btn-group > .comment-form input[type="submit"]:focus,
.btn-group-vertical > .comment-form input[type="submit"]:focus,
.btn-group > .comment-form input[type="submit"]:active,
.btn-group-vertical > .comment-form input[type="submit"]:active,
.btn-group > .comment-form input[type="submit"].active,
.btn-group-vertical > .comment-form input[type="submit"].active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group .comment-form input[type="submit"] + .comment-form input[type="submit"],
.btn-group .comment-form input[type="submit"] + .btn-group,
.btn-group .btn-group + .comment-form input[type="submit"] {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > .comment-form input[type="submit"] {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .comment-form input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > .comment-form input[type="submit"]:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .comment-form input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > .comment-form input[type="submit"]:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .comment-form input[type="submit"] {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle,
.btn-group > .btn-group:first-child > .comment-form input[type="submit"]:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child,
.btn-group > .btn-group:last-child > .comment-form input[type="submit"]:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle,
.btn-group > .comment-form input[type="submit"] + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.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);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret,
.comment-form input[type="submit"] .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .comment-form input[type="submit"],
.btn-group-vertical > .btn-group > .comment-form input[type="submit"] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .comment-form input[type="submit"] {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > .comment-form input[type="submit"] + .comment-form input[type="submit"],
.btn-group-vertical > .comment-form input[type="submit"] + .btn-group,
.btn-group-vertical > .btn-group + .comment-form input[type="submit"] {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .comment-form input[type="submit"]:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .comment-form input[type="submit"]:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .comment-form input[type="submit"]:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .comment-form input[type="submit"] {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .comment-form input[type="submit"]:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .comment-form input[type="submit"]:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group,
.btn-group-justified > .comment-form input[type="submit"] {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .comment-form input[type="submit"] {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .comment-form input[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .btn-group > .comment-form input[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .comment-form input[type="submit"] input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .comment-form input[type="submit"] input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control,
.input-group .comment-form input[type="text"],
.input-group .comment-form input[type="email"],
.input-group .comment-form input[type="url"],
.input-group .comment-form textarea {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .comment-form input[type="text"],
.input-group-lg > .comment-form input[type="email"],
.input-group-lg > .comment-form input[type="url"],
.input-group-lg > .comment-form textarea,
.input-group-lg > .input-group-btn > .comment-form input[type="submit"] {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .comment-form input[type="text"],
select.input-group-lg > .comment-form input[type="email"],
select.input-group-lg > .comment-form input[type="url"],
select.input-group-lg > .comment-form textarea,
select.input-group-lg > .input-group-btn > .comment-form input[type="submit"] {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .comment-form input[type="text"],
select[multiple].input-group-lg > .comment-form input[type="text"],
textarea.input-group-lg > .comment-form input[type="email"],
select[multiple].input-group-lg > .comment-form input[type="email"],
textarea.input-group-lg > .comment-form input[type="url"],
select[multiple].input-group-lg > .comment-form input[type="url"],
textarea.input-group-lg > .comment-form textarea,
select[multiple].input-group-lg > .comment-form textarea,
textarea.input-group-lg > .input-group-btn > .comment-form input[type="submit"],
select[multiple].input-group-lg > .input-group-btn > .comment-form input[type="submit"] {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .comment-form input[type="text"],
.input-group-sm > .comment-form input[type="email"],
.input-group-sm > .comment-form input[type="url"],
.input-group-sm > .comment-form textarea,
.input-group-sm > .input-group-btn > .comment-form input[type="submit"] {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .comment-form input[type="text"],
select.input-group-sm > .comment-form input[type="email"],
select.input-group-sm > .comment-form input[type="url"],
select.input-group-sm > .comment-form textarea,
select.input-group-sm > .input-group-btn > .comment-form input[type="submit"] {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .comment-form input[type="text"],
select[multiple].input-group-sm > .comment-form input[type="text"],
textarea.input-group-sm > .comment-form input[type="email"],
select[multiple].input-group-sm > .comment-form input[type="email"],
textarea.input-group-sm > .comment-form input[type="url"],
select[multiple].input-group-sm > .comment-form input[type="url"],
textarea.input-group-sm > .comment-form textarea,
select[multiple].input-group-sm > .comment-form textarea,
textarea.input-group-sm > .input-group-btn > .comment-form input[type="submit"],
select[multiple].input-group-sm > .input-group-btn > .comment-form input[type="submit"] {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .comment-form input[type="text"],
.input-group .comment-form input[type="email"],
.input-group .comment-form input[type="url"],
.input-group .comment-form textarea {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .comment-form input[type="text"]:not(:first-child):not(:last-child),
.input-group .comment-form input[type="email"]:not(:first-child):not(:last-child),
.input-group .comment-form input[type="url"]:not(:first-child):not(:last-child),
.input-group .comment-form textarea:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group .comment-form input[type="text"]:first-child,
.input-group .comment-form input[type="email"]:first-child,
.input-group .comment-form input[type="url"]:first-child,
.input-group .comment-form textarea:first-child,
.input-group-btn:first-child > .comment-form input[type="submit"],
.input-group-btn:first-child > .btn-group > .comment-form input[type="submit"],
.input-group-btn:last-child > .comment-form input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .comment-form input[type="submit"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group .comment-form input[type="text"]:last-child,
.input-group .comment-form input[type="email"]:last-child,
.input-group .comment-form input[type="url"]:last-child,
.input-group .comment-form textarea:last-child,
.input-group-btn:last-child > .comment-form input[type="submit"],
.input-group-btn:last-child > .btn-group > .comment-form input[type="submit"],
.input-group-btn:first-child > .comment-form input[type="submit"]:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .comment-form input[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn,
.input-group-btn > .comment-form input[type="submit"] {
  position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn > .comment-form input[type="submit"] + .comment-form input[type="submit"] {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .comment-form input[type="submit"]:hover,
.input-group-btn > .comment-form input[type="submit"]:focus,
.input-group-btn > .comment-form input[type="submit"]:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .comment-form input[type="submit"] {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .comment-form input[type="submit"] {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #ebebe8;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ebebe8;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.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;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group,
  .navbar-form .comment-form p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control,
  .navbar-form .comment-form input[type="text"],
  .navbar-form .comment-form input[type="email"],
  .navbar-form .comment-form input[type="url"],
  .navbar-form .comment-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .comment-form input[type="text"],
  .navbar-form .input-group .comment-form input[type="email"],
  .navbar-form .input-group .comment-form input[type="url"],
  .navbar-form .input-group .comment-form textarea {
    width: auto;
  }
  .navbar-form .input-group > .form-control,
  .navbar-form .input-group > .comment-form input[type="text"],
  .navbar-form .input-group > .comment-form input[type="email"],
  .navbar-form .input-group > .comment-form input[type="url"],
  .navbar-form .input-group > .comment-form textarea {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group,
  .navbar-form .comment-form p {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child,
  .navbar-form .comment-form p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ebebe8;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #c7c7bf;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ebebe8;
  border-color: #ebebe8;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label,
.comment-form input[type="submit"] .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #ebebe8;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #d3d3cd;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge,
.comment-form input[type="submit"] .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ebebe8;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail,
.wp-caption {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img,
.wp-caption > img,
.wp-caption a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
a.wp-caption:hover,
a.wp-caption:focus,
a.wp-caption.active {
  border-color: #ebebe8;
}
.thumbnail .caption,
.wp-caption .caption,
.wp-caption-text {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #ebebe8;
  -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;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ebebe8;
  border-color: #ebebe8;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #ebebe8;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #ebebe8;
  border-color: #ebebe8;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebebe8;
}
.panel-primary > .panel-heading .badge {
  color: #ebebe8;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebebe8;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer .comment-form input[type="submit"] + .comment-form input[type="submit"] {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .comment-form input[type="submit"] + .comment-form input[type="submit"] {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.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;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.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);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.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;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.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);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.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;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
         -o-transition: -o-transform 0.6s ease-in-out;
            transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.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;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn,
.carousel-caption .comment-form input[type="submit"] {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.form-horizontal .comment-form p:before,
.form-horizontal .comment-form p:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.form-horizontal .comment-form p:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
body {
  background: #ebebe8;
  color: #222b2b;
  font-size: 1em;
  font-family: 'livory';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Generated by Glyphter (http://www.glyphter.com) on  Sat May 30 2020*/
@font-face {
  font-family: 'Glyphter';
  src: url('../fonts/Glyphter.eot');
  src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'), url('../fonts/Glyphter.woff') format('woff'), url('../fonts/Glyphter.ttf') format('truetype'), url('../fonts/Glyphter.svg#Glyphter') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*='icon-']:before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-zurueck:before {
  content: '\0041';
  font-size: 11px;
}
.icon-vorwaerts:before {
  content: '\0042';
  font-size: 11px;
}
.icon-zwei:before {
  content: '\0043';
}
.icon-youtube:before {
  content: '\0044';
}
.icon-Xing:before {
  content: '\0045';
}
.icon-Lupe:before {
  content: '\0046';
}
.icon-LinkedIn:before {
  content: '\0047';
}
.icon-InsolvenzVermeidung-chat-zettelstift:before {
  content: '\0048';
}
.icon-InsolvenzVermeidung-chat:before {
  content: '\0049';
}
.icon-InsolvenzVermeidung-checklist:before {
  content: '\004a';
}
.icon-article_start:before {
  content: '\004b';
}
.icon-drei:before {
  content: '\004c';
}
.icon-eins:before {
  content: '\004d';
}
.icon-facebook:before {
  content: '\004e';
}
input[type='text'],
input[type='number'],
input[type='email'],
input[type="url"],
input[type='password'],
textarea {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
a {
  color: #222b2b;
}
.ft-iv-20,
.widget.advanced_text a,
.widget.advanced_text p,
#widget-beratung,
#widget-rechtsanwalt,
#widget-links {
  font-family: "livory";
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.018em;
}
#widget-beratung a,
#widget-rechtsanwalt a,
#widget-links a {
  font-size: 1em;
  display: inline;
}
.ft-iv-15 {
  font-family: "livory";
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3333333em;
  letter-spacing: -0.018em;
}
.ft-tg-1 {
  font-family: "trade-gothic-next-condensed";
  font-size: 1em;
  font-weight: 400;
  line-height: 1.1538461538em;
  letter-spacing: 0.005em;
}
.ft-tg-26,
.widget-sb-left-intro,
.widget.advanced_text a h2 {
  font-family: "trade-gothic-next-condensed";
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.1538461538em;
  letter-spacing: 0.005em;
}
article h2,
article h3 {
  font-family: "trade-gothic-next-condensed";
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.1538461538em;
  letter-spacing: 0.005em;
}
.ft-tg-35 {
  font-family: "trade-gothic-next-condensed";
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.1428571429em;
  letter-spacing: 0.005em;
}
.ft-tg-65 {
  font-family: "trade-gothic-next-condensed";
  font-size: 6.5em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0em;
}
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222b2b !important;
  opacity: 1;
  font-family: "livory" !important;
}
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222b2b !important;
  opacity: 1;
  font-family: "livory" !important;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222b2b !important;
  opacity: 1;
  font-family: "livory" !important;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222b2b !important;
  opacity: 1;
  font-family: "livory" !important;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #222b2b !important;
  opacity: 1;
  font-family: "livory" !important;
}
.hover-state,
.advanced_text-3,
.advanced_text-4,
.advanced_text-5,
.advanced_text-6 {
  overflow: auto;
  width: 100%;
  cursor: pointer !important;
}
.hover-state:hover,
.advanced_text-3:hover,
.advanced_text-4:hover,
.advanced_text-5:hover,
.advanced_text-6:hover,
.hover-state.active,
.advanced_text-3.active,
.advanced_text-4.active,
.advanced_text-5.active,
.advanced_text-6.active {
  cursor: pointer !important;
  background-color: #222b2b !important;
  color: #ebebe8 !important;
}
.hover-state:hover article,
.advanced_text-3:hover article,
.advanced_text-4:hover article,
.advanced_text-5:hover article,
.advanced_text-6:hover article,
.hover-state.active article,
.advanced_text-3.active article,
.advanced_text-4.active article,
.advanced_text-5.active article,
.advanced_text-6.active article,
.hover-state:hover p,
.advanced_text-3:hover p,
.advanced_text-4:hover p,
.advanced_text-5:hover p,
.advanced_text-6:hover p,
.hover-state.active p,
.advanced_text-3.active p,
.advanced_text-4.active p,
.advanced_text-5.active p,
.advanced_text-6.active p,
.hover-state:hover a,
.advanced_text-3:hover a,
.advanced_text-4:hover a,
.advanced_text-5:hover a,
.advanced_text-6:hover a,
.hover-state.active a,
.advanced_text-3.active a,
.advanced_text-4.active a,
.advanced_text-5.active a,
.advanced_text-6.active a,
.hover-state:hover h1,
.advanced_text-3:hover h1,
.advanced_text-4:hover h1,
.advanced_text-5:hover h1,
.advanced_text-6:hover h1,
.hover-state.active h1,
.advanced_text-3.active h1,
.advanced_text-4.active h1,
.advanced_text-5.active h1,
.advanced_text-6.active h1,
.hover-state:hover h2,
.advanced_text-3:hover h2,
.advanced_text-4:hover h2,
.advanced_text-5:hover h2,
.advanced_text-6:hover h2,
.hover-state.active h2,
.advanced_text-3.active h2,
.advanced_text-4.active h2,
.advanced_text-5.active h2,
.advanced_text-6.active h2,
.hover-state:hover h3,
.advanced_text-3:hover h3,
.advanced_text-4:hover h3,
.advanced_text-5:hover h3,
.advanced_text-6:hover h3,
.hover-state.active h3,
.advanced_text-3.active h3,
.advanced_text-4.active h3,
.advanced_text-5.active h3,
.advanced_text-6.active h3,
.hover-state:hover h4,
.advanced_text-3:hover h4,
.advanced_text-4:hover h4,
.advanced_text-5:hover h4,
.advanced_text-6:hover h4,
.hover-state.active h4,
.advanced_text-3.active h4,
.advanced_text-4.active h4,
.advanced_text-5.active h4,
.advanced_text-6.active h4,
.hover-state:hover figcaption,
.advanced_text-3:hover figcaption,
.advanced_text-4:hover figcaption,
.advanced_text-5:hover figcaption,
.advanced_text-6:hover figcaption,
.hover-state.active figcaption,
.advanced_text-3.active figcaption,
.advanced_text-4.active figcaption,
.advanced_text-5.active figcaption,
.advanced_text-6.active figcaption {
  color: #ebebe8 !important;
}
.search_box {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  overflow: visible;
  background-color: transparent;
  border: 0px none;
  width: auto;
  position: relative;
  height: 46px;
  line-height: 46px;
}
.search_box:before {
  content: ' ';
  width: 2px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
  position: absolute;
  top: 0px;
  bottom: auto;
  z-index: 2;
  border-width: 0px;
  border-style: none;
  background-repeat: no-repeat;
  -webkit-background-size: 400% 100%;
          background-size: 400% 100%;
  background-position: 0px 0px;
  background-image: none;
  left: -1px;
  right: auto;
}
.search_box #mega_main_menu_searchform {
  border-color: transparent;
  display: inline-block;
  z-index: 600;
  width: auto;
  margin-top: -16px;
  border-width: 1px;
  border-style: solid;
}
.search_box #mega_main_menu_searchform .icosearch {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0px;
  margin: 2px 0px;
  border-width: 0px;
  border-style: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: 0px;
  width: 30px;
  text-align: center;
}
.search_box #mega_main_menu_searchform .icosearch:before {
  font-size: 2.3em;
  font-weight: lighter;
  line-height: 40px;
}
.search_box #mega_main_menu_searchform .submit {
  display: block;
  height: 40px;
  line-height: 26px;
  padding: 0px;
  margin: 2px 0px;
  border-width: 0px;
  border-style: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: -8px;
  width: 40px;
  text-align: center;
  /* display: none; */
  z-index: 10000;
  /* border: 1px solid black; */
  color: transparent;
}
.search_box #mega_main_menu_searchform .field {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0px;
  margin: 2px 0px;
  border-width: 0px;
  border-style: none;
  background: transparent;
  width: 0px;
  max-width: 0px;
  padding-right: 30px;
  padding-left: 0px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #222b2b;
  width: 200px;
  max-width: 200px;
  padding-left: 8px;
  cursor: text;
  line-height: 31px;
  height: 40px;
  padding-right: 8px;
  margin: 2px -9px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-size: 2.6em;
  line-height: 1.1538461538em;
}
.article-start {
  max-width: 81px;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
.wp-caption.aligncenter {
  clear: both;
}
blockquote {
  position: relative;
  margin: 75px 0;
  border: 1px solid #222b2b;
  padding: 60px;
  font-size: 1.2em;
}
blockquote ul li,
blockquote ol li {
  font-family: "livory";
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.018em;
}
blockquote:after {
  width: 65px;
  height: 65px;
  content: '';
  background-image: url(../img/Zitat.svg);
  position: absolute;
  background-position: 0 0;
  -webkit-background-size: 65px 65px;
          background-size: 65px 65px;
  top: -32px;
  left: 50%;
  display: table;
  margin-left: -32px;
}
.comments h3,
.comments label {
  font-family: "livory";
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.018em;
  font-weight: normal;
}
.comments label {
  display: inline-block;
  max-width: calc(100% - 20px);
  padding-left: 20px;
  vertical-align: top;
}
.comments input[type="radio"],
.comments input[type="checkbox"] {
  margin: 7px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.comments span,
.comments p.comment-notes {
  display: inline-block !important;
  font-size: 1.5em;
}
.comments span#email-notes {
  font-size: 1em !important;
}
.comments textarea {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 2.0em;
  font-family: "livory";
}
.comments .comment-form .comment-form-half-wrap {
  width: calc(50% - 7px);
  max-width: calc(50% - 7px);
}
.comments .comment-form .comment-form-half-wrap:nth-child(1n) {
  padding-right: 7px;
  padding-left: 0px;
  float: left;
}
.comments .comment-form .comment-form-half-wrap:nth-child(2n) {
  padding-left: 7px;
  padding-right: 0px;
  float: right;
}
.comments .comment-form textarea,
.comments .comment-form input[type="name"],
.comments .comment-form input[type="email"],
.comments .comment-form input[type="text"],
.comments .comment-form input[type="url"] {
  font-size: 2.0em;
  font-family: "livory";
  border: 1px solid #222b2b;
  background: transparent;
  padding-left: 17px;
  padding-top: 10px;
  padding-bottom: 20px;
  min-width: 100%;
  border-radius: 0;
}
.comments .comment-form input[type="name"],
.comments .comment-form input[type="email"],
.comments .comment-form input[type="text"],
.comments .comment-form input[type="url"] {
  margin-bottom: 24px !important;
  background: transparent;
  padding-left: 17px;
  padding-top: 10px;
  padding-bottom: 20px;
  min-width: 100%;
  height: auto !important;
}
.comments .comment-form textarea {
  margin-bottom: 18px !important;
  height: auto;
}
.comments .comment-form span {
  font-size: 0.75em;
  line-height: 1.3333333333em;
  display: block;
}
.comments .comment-form .form-submit {
  width: calc(50% - 14px);
  padding-left: 0px;
}
.comments .comment-form .form-submit input[type="submit"] {
  background: #222b2b;
  color: #fff;
  margin-top: 31px;
  border-radius: 0;
  font-family: "trade-gothic-next-condensed";
  font-size: 2.6em;
  font-style: normal;
  line-height: 2.3076923077em;
  display: block;
  color: #ffffff;
  float: none;
  clear: both;
  padding: 0;
  margin: 36px 0 99px;
  width: 100%;
}
.comments .comment-form .gglcptch_v2 {
  float: none;
  padding-right: 7px;
  margin: 32px 0 33px;
}
.comments .comment-form .gglcptch_v2 > div {
  width: 100% !important;
}
.comments .comment-form:after {
  content: '';
  display: table;
  clear: both;
}
div.wpcf7 {
  position: relative;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
  position: absolute;
  bottom: 50px;
}
.contact-form-article {
  border-top: 1px solid black;
  border-bottom: 1px solid #222b2b;
}
.contact-form-article span.wpcf7-not-valid-tip {
  margin-top: -20px;
  margin-bottom: 20px;
}
.contact-form-article:before {
  content: '';
  width: 100%;
  margin-top: 6px;
  display: table;
  border-top: 1px solid #222b2b;
}
.contact-form-article .contact-fnt {
  padding: 55px 0 0;
  font-size: 1.2em;
  font-family: "trade-gothic-next-condensed";
  font-weight: 400;
  line-height: 1.1538461538em;
  letter-spacing: 0.005em;
}
.contact-form-article .contact-img {
  padding: 50px 0 30px;
}
.contact-form-article .contact-form label {
  display: none;
}
.contact-form-article .contact-form .contact-form-half-wrap {
  width: calc(50% - 7px);
  max-width: calc(50% - 7px);
}
.contact-form-article .contact-form .contact-form-half-wrap:nth-child(1n) {
  padding-right: 7px;
  padding-left: 0px;
  float: left;
}
.contact-form-article .contact-form .contact-form-half-wrap:nth-child(2n) {
  padding-left: 7px;
  padding-right: 0px;
  float: right;
}
.contact-form-article .contact-form textarea,
.contact-form-article .contact-form input[type="name"],
.contact-form-article .contact-form input[type="email"],
.contact-form-article .contact-form input[type="text"],
.contact-form-article .contact-form input[type="url"] {
  border: 1px solid #222b2b;
  background: transparent;
  padding-left: 17px;
  padding-top: 10px;
  padding-bottom: 20px;
  min-width: 100%;
}
.contact-form-article .contact-form input[type="name"],
.contact-form-article .contact-form input[type="email"],
.contact-form-article .contact-form input[type="text"],
.contact-form-article .contact-form input[type="url"] {
  margin-bottom: 24px !important;
}
.contact-form-article .contact-form textarea {
  margin-bottom: 18px !important;
}
.contact-form-article .contact-form span.agb {
  font-size: 0.75em;
  line-height: 1.3333333333em;
  display: block;
}
.contact-form-article .contact-form .contact-submit {
  width: calc(50% - 14px);
  padding-left: 0px;
}
.contact-form-article .contact-form .contact-submit button,
.contact-form-article .contact-form .contact-submit input[type="submit"] {
  border: none !important;
  outline: none !important;
  background: #222b2b;
  color: #fff;
  margin-top: 31px;
  font-family: "trade-gothic-next-condensed";
  font-size: 1.3em;
  font-style: normal;
  line-height: 2.3076923077em;
  display: block;
  color: #ffffff;
  float: none;
  clear: both;
  padding: 0;
  margin: 36px 0 99px;
  width: 100%;
}
.contact-form-article .contact-form .gglcptch_v2 {
  float: none;
  padding-right: 7px;
  margin: 32px 0 33px;
}
.contact-form-article .contact-form .gglcptch_v2 > div {
  width: 100% !important;
}
.contact-form-article .contact-form:after {
  content: '';
  display: table;
  clear: both;
}
.contact-form-article:after {
  content: '';
  width: 100%;
  margin-bottom: 6px;
  display: table;
  border-top: 1px solid #222b2b;
}
.sidebar-left,
.sidebar-right {
  position: relative;
}
.italic {
  font-style: italic;
}
.btn-primary,
.comment-form input[type="submit"] {
  text-align: center;
  border: 1px solid #222b2b;
  line-height: 60px !important;
  padding: 0 20px;
}
.btn-left {
  max-width: calc(50% - 9px);
  float: left;
  margin-right: 9px;
}
.btn-right {
  max-width: calc(50% - 9px);
  float: right;
  margin-left: 9px;
}
img,
video,
audio,
.wrap.container article .thumbnail,
.wrap.container article .wp-caption,
.wrap.container article .wp-caption,
.wrap.container article .wp-caption {
  max-width: 100%;
}
#arve .arve-wrapper,
#tinymce .arve-wrapper {
  margin-top: 20px;
}
/* Pushy - v1.1.0 - 2017-1-30* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.* https://github.com/christophery/pushy/* by Christopher Yee */
.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  text-decoration: none;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}
.pushy-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.pushy-open-left #container,
.pushy-open-left .push,
.pushy-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#container,
.push,
.pushy {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
       -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
          transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
       -o-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
          transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.site-overlay {
  display: none;
}
.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade .5s;
  -o-animation: fade 0.5s;
     animation: fade 0.5s;
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .pushy-submenu ul {
    padding-left: 0;
    -webkit-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
         -o-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
            transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }
  .pushy-submenu ul .pushy-submenu ul {
    padding-left: 25px;
  }
  .pushy-submenu ul .pushy-link {
    -webkit-transition: opacity 0.2s ease-in-out;
         -o-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
  }
  .pushy-submenu button {
    width: 100%;
    color: #b3b3b1;
    padding: 15px 30px;
    text-align: left;
    background: 0;
    border: 0;
  }
  .pushy-submenu button:hover {
    color: #ffffff;
  }
  .pushy-submenu > a,
  .pushy-submenu > button {
    position: relative;
  }
  .pushy-submenu > a::after,
  .pushy-submenu > button::after {
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url(../img/arrow.svg) no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
         -o-transition: -o-transform 0.2s;
            transition: transform 0.2s;
  }
  .pushy-submenu-closed > ul,
  .pushy-submenu-open > ul .pushy-submenu-closed > ul {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .pushy-submenu-closed .pushy-link {
    opacity: 0;
  }
  .pushy-2submenu-open > ul,
  .pushy-submenu-open > ul {
    max-height: 1000px;
    visibility: visible;
  }
  .pushy-2submenu-open .pushy-link,
  .pushy-submenu-open .pushy-link {
    opacity: 1;
  }
  .pushy-2submenu-open a::after,
  .pushy-2submenu-open button::after,
  .pushy-submenu-open a::after,
  .pushy-submenu-open button::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
       transform: translateY(-50%) rotate(90deg);
  }
}
.pushy {
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.pushy-content .glyphicon {
  float: right;
  font-size: 19px;
}
.pushy-content > ul > li > a {
  text-transform: uppercase;
  border-bottom: 1px solid #222b2b;
}
.postpagination {
  clear: both;
  margin: 20px 10px;
  line-height: 2.1em;
  text-align: right;
  display: table;
  margin: 20px auto 10px;
  font-size: 2.1666666667em;
}
.postpagination span {
  padding: 6px 10px;
}
.postpagination > span {
  padding: 6px 10px;
  margin: 0 6px;
  text-decoration: none;
  color: #222b2b;
  font-family: "trade-gothic-next-condensed";
  font-style: normal;
  line-height: 1.1538461538em;
}
.postpagination a {
  padding: 6px 10px;
  margin: 0 6px;
  text-decoration: none;
  border: 1px solid #222b2b;
  color: #222b2b;
  font-family: "trade-gothic-next-condensed";
  font-style: normal;
  line-height: 1.1538461538em;
}
.postpagination a:hover {
  text-decoration: none;
  border: 1px solid #222b2b;
  color: #ebebe8 !important;
}
.postpagination a:hover {
  border: 1px solid #222b2b;
  background: #222b2b;
  color: #fff;
}
@font-face {
  font-family: 'moon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.svg#moon') format('svg'), url('../fonts/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*
		url('../fonts/icomoon.woff') format('woff'),
*/
a [class*="im-icon-"],
a [class*=" im-icon-"] {
  cursor: pointer;
  outline: 0 !important;
}
[class*="im-icon-"],
[class*=" im-icon-"] {
  cursor: default;
}
[class*="im-icon-"]:before,
[class*=" im-icon-"]:before {
  font-family: 'moon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
ul.icons {
  list-style: none !important;
}
[class*="im-icon-"].pull-right,
[class*=" im-icon-"].pull-right {
  float: right;
  padding: 0px 0px 0px 15px;
}
[class*="im-icon-"].pull-left,
[class*=" im-icon-"].pull-left {
  float: left;
  padding: 0px 15px 0px 0px;
}
[class*="im-icon-"].spin {
  display: inline-block;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
[class*="im-icon-"].hover-fade {
  padding: 0 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
}
[class*="im-icon-"].hover-fade:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
  /* For IE8 and earlier */
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
[class*="im-icon-"].icon-background,
[class*="im-icon-"].metro-background {
  color: #fff;
  display: inline-block;
  padding: 0.09em 0 0;
  overflow: hidden;
  max-width: 2.4em;
  padding-right: 0;
  max-height: 2.09em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
[class*="im-icon-"].icon-background {
  border: 1px solid #777;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #333;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.05)), color-stop(51%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.05)), color-stop(51%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#1a000000', GradientType=0);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  border-radius: .3em;
}
[class*="im-icon-"].icon-background:before,
[class*="im-icon-"].metro-background:before {
  content: "";
  float: left;
  font-size: 120%;
  line-height: 1.65;
  font-style: normal;
  font-weight: normal;
  margin: 0 0.5em 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  padding: 0;
  width: 2em;
  height: 2em;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
[class*="im-icon-"].hover-show-color {
  padding: 0 6px;
  color: #ccc !important;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
}
[class*="im-icon-"].hover-show-color:hover {
  color: inherit !important;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
[class*="im-icon-"].hover-show-color-bg {
  color: #666 !important;
  border: 1px solid #aaa;
  border-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: #777;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.07)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.07) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.07) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.07)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.07) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#12000000', GradientType=0);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.7), inset 0 0 0.08em rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.7), inset 0 0 0.08em rgba(255, 255, 255, 0.5);
}
[class*="im-icon-"].hover-show-color-bg:hover {
  color: inherit !important;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
[class*="im-icon-"].hover-show-color-metro-bg {
  color: #B5B5B5 !important;
  background-color: #F7F7F7;
  margin-bottom: -5px;
  margin-left: -1px;
}
[class*="im-icon-"].hover-show-color-metro-bg.moon-dribbble-3 {
  margin-right: -1px;
}
[class*="im-icon-"].hover-show-color-metro-bg:hover {
  color: #fff !important;
  background-color: inherit !important;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
}
.im-icon-home:before {
  content: "\e000";
}
.im-icon-home-2:before {
  content: "\e001";
}
.im-icon-home-3:before {
  content: "\e002";
}
.im-icon-home-4:before {
  content: "\e003";
}
.im-icon-home-5:before {
  content: "\e004";
}
.im-icon-home-6:before {
  content: "\e005";
}
.im-icon-home-7:before {
  content: "\e006";
}
.im-icon-home-8:before {
  content: "\e007";
}
.im-icon-home-9:before {
  content: "\e008";
}
.im-icon-home-10:before {
  content: "\e009";
}
.im-icon-home-11:before {
  content: "\e00a";
}
.im-icon-office:before {
  content: "\e00b";
}
.im-icon-newspaper:before {
  content: "\e00c";
}
.im-icon-pencil:before {
  content: "\e00d";
}
.im-icon-pencil-2:before {
  content: "\e00e";
}
.im-icon-pencil-3:before {
  content: "\e00f";
}
.im-icon-pencil-4:before {
  content: "\e010";
}
.im-icon-pencil-5:before {
  content: "\e011";
}
.im-icon-pencil-6:before {
  content: "\e012";
}
.im-icon-quill:before {
  content: "\e013";
}
.im-icon-quill-2:before {
  content: "\e014";
}
.im-icon-quill-3:before {
  content: "\e015";
}
.im-icon-pen:before {
  content: "\e016";
}
.im-icon-pen-2:before {
  content: "\e017";
}
.im-icon-pen-3:before {
  content: "\e018";
}
.im-icon-pen-4:before {
  content: "\e019";
}
.im-icon-pen-5:before {
  content: "\e01a";
}
.im-icon-marker:before {
  content: "\e01b";
}
.im-icon-home-12:before {
  content: "\e01c";
}
.im-icon-marker-2:before {
  content: "\e01d";
}
.im-icon-blog:before {
  content: "\e01e";
}
.im-icon-blog-2:before {
  content: "\e01f";
}
.im-icon-brush:before {
  content: "\e020";
}
.im-icon-palette:before {
  content: "\e021";
}
.im-icon-palette-2:before {
  content: "\e022";
}
.im-icon-eyedropper:before {
  content: "\e023";
}
.im-icon-eyedropper-2:before {
  content: "\e024";
}
.im-icon-droplet:before {
  content: "\e025";
}
.im-icon-droplet-2:before {
  content: "\e026";
}
.im-icon-droplet-3:before {
  content: "\e027";
}
.im-icon-droplet-4:before {
  content: "\e028";
}
.im-icon-paint-format:before {
  content: "\e029";
}
.im-icon-paint-format-2:before {
  content: "\e02a";
}
.im-icon-image:before {
  content: "\e02b";
}
.im-icon-image-2:before {
  content: "\e02c";
}
.im-icon-image-3:before {
  content: "\e02d";
}
.im-icon-images:before {
  content: "\e02e";
}
.im-icon-image-4:before {
  content: "\e02f";
}
.im-icon-image-5:before {
  content: "\e030";
}
.im-icon-image-6:before {
  content: "\e031";
}
.im-icon-images-2:before {
  content: "\e032";
}
.im-icon-image-7:before {
  content: "\e033";
}
.im-icon-camera:before {
  content: "\e034";
}
.im-icon-camera-2:before {
  content: "\e035";
}
.im-icon-camera-3:before {
  content: "\e036";
}
.im-icon-camera-4:before {
  content: "\e037";
}
.im-icon-music:before {
  content: "\e038";
}
.im-icon-music-2:before {
  content: "\e039";
}
.im-icon-music-3:before {
  content: "\e03a";
}
.im-icon-music-4:before {
  content: "\e03b";
}
.im-icon-music-5:before {
  content: "\e03c";
}
.im-icon-music-6:before {
  content: "\e03d";
}
.im-icon-piano:before {
  content: "\e03e";
}
.im-icon-guitar:before {
  content: "\e03f";
}
.im-icon-headphones:before {
  content: "\e040";
}
.im-icon-headphones-2:before {
  content: "\e041";
}
.im-icon-play:before {
  content: "\e042";
}
.im-icon-play-2:before {
  content: "\e043";
}
.im-icon-movie:before {
  content: "\e044";
}
.im-icon-movie-2:before {
  content: "\e045";
}
.im-icon-movie-3:before {
  content: "\e046";
}
.im-icon-film:before {
  content: "\e047";
}
.im-icon-film-2:before {
  content: "\e048";
}
.im-icon-film-3:before {
  content: "\e049";
}
.im-icon-film-4:before {
  content: "\e04a";
}
.im-icon-camera-5:before {
  content: "\e04b";
}
.im-icon-camera-6:before {
  content: "\e04c";
}
.im-icon-camera-7:before {
  content: "\e04d";
}
.im-icon-camera-8:before {
  content: "\e04e";
}
.im-icon-camera-9:before {
  content: "\e04f";
}
.im-icon-dice:before {
  content: "\e050";
}
.im-icon-gamepad:before {
  content: "\e051";
}
.im-icon-gamepad-2:before {
  content: "\e052";
}
.im-icon-gamepad-3:before {
  content: "\e053";
}
.im-icon-pacman:before {
  content: "\e054";
}
.im-icon-spades:before {
  content: "\e055";
}
.im-icon-clubs:before {
  content: "\e056";
}
.im-icon-diamonds:before {
  content: "\e057";
}
.im-icon-king:before {
  content: "\e058";
}
.im-icon-queen:before {
  content: "\e059";
}
.im-icon-rock:before {
  content: "\e05a";
}
.im-icon-bishop:before {
  content: "\e05b";
}
.im-icon-knight:before {
  content: "\e05c";
}
.im-icon-pawn:before {
  content: "\e05d";
}
.im-icon-chess:before {
  content: "\e05e";
}
.im-icon-bullhorn:before {
  content: "\e05f";
}
.im-icon-megaphone:before {
  content: "\e060";
}
.im-icon-new:before {
  content: "\e061";
}
.im-icon-connection:before {
  content: "\e062";
}
.im-icon-connection-2:before {
  content: "\e063";
}
.im-icon-podcast:before {
  content: "\e064";
}
.im-icon-radio:before {
  content: "\e065";
}
.im-icon-feed:before {
  content: "\e066";
}
.im-icon-connection-3:before {
  content: "\e067";
}
.im-icon-radio-2:before {
  content: "\e068";
}
.im-icon-podcast-2:before {
  content: "\e069";
}
.im-icon-podcast-3:before {
  content: "\e06a";
}
.im-icon-mic:before {
  content: "\e06b";
}
.im-icon-mic-2:before {
  content: "\e06c";
}
.im-icon-mic-3:before {
  content: "\e06d";
}
.im-icon-mic-4:before {
  content: "\e06e";
}
.im-icon-mic-5:before {
  content: "\e06f";
}
.im-icon-book:before {
  content: "\e070";
}
.im-icon-book-2:before {
  content: "\e071";
}
.im-icon-books:before {
  content: "\e072";
}
.im-icon-reading:before {
  content: "\e073";
}
.im-icon-library:before {
  content: "\e074";
}
.im-icon-library-2:before {
  content: "\e075";
}
.im-icon-graduation:before {
  content: "\e076";
}
.im-icon-file:before {
  content: "\e077";
}
.im-icon-profile:before {
  content: "\e078";
}
.im-icon-file-2:before {
  content: "\e079";
}
.im-icon-file-3:before {
  content: "\e07a";
}
.im-icon-file-4:before {
  content: "\e07b";
}
.im-icon-file-5:before {
  content: "\e07c";
}
.im-icon-file-6:before {
  content: "\e07d";
}
.im-icon-files:before {
  content: "\e07e";
}
.im-icon-file-plus:before {
  content: "\e07f";
}
.im-icon-file-minus:before {
  content: "\e080";
}
.im-icon-file-download:before {
  content: "\e081";
}
.im-icon-file-upload:before {
  content: "\e082";
}
.im-icon-file-check:before {
  content: "\e083";
}
.im-icon-file-remove:before {
  content: "\e084";
}
.im-icon-file-7:before {
  content: "\e085";
}
.im-icon-file-8:before {
  content: "\e086";
}
.im-icon-file-plus-2:before {
  content: "\e087";
}
.im-icon-file-minus-2:before {
  content: "\e088";
}
.im-icon-file-download-2:before {
  content: "\e089";
}
.im-icon-file-upload-2:before {
  content: "\e08a";
}
.im-icon-file-check-2:before {
  content: "\e08b";
}
.im-icon-file-remove-2:before {
  content: "\e08c";
}
.im-icon-file-9:before {
  content: "\e08d";
}
.im-icon-copy:before {
  content: "\e08e";
}
.im-icon-copy-2:before {
  content: "\e08f";
}
.im-icon-copy-3:before {
  content: "\e090";
}
.im-icon-copy-4:before {
  content: "\e091";
}
.im-icon-paste:before {
  content: "\e092";
}
.im-icon-paste-2:before {
  content: "\e093";
}
.im-icon-paste-3:before {
  content: "\e094";
}
.im-icon-stack:before {
  content: "\e095";
}
.im-icon-stack-2:before {
  content: "\e096";
}
.im-icon-stack-3:before {
  content: "\e097";
}
.im-icon-folder:before {
  content: "\e098";
}
.im-icon-folder-download:before {
  content: "\e099";
}
.im-icon-folder-upload:before {
  content: "\e09a";
}
.im-icon-folder-plus:before {
  content: "\e09b";
}
.im-icon-folder-plus-2:before {
  content: "\e09c";
}
.im-icon-folder-minus:before {
  content: "\e09d";
}
.im-icon-folder-minus-2:before {
  content: "\e09e";
}
.im-icon-folder8:before {
  content: "\e09f";
}
.im-icon-folder-remove:before {
  content: "\e0a0";
}
.im-icon-folder-2:before {
  content: "\e0a1";
}
.im-icon-folder-open:before {
  content: "\e0a2";
}
.im-icon-folder-3:before {
  content: "\e0a3";
}
.im-icon-folder-4:before {
  content: "\e0a4";
}
.im-icon-folder-plus-3:before {
  content: "\e0a5";
}
.im-icon-folder-minus-3:before {
  content: "\e0a6";
}
.im-icon-folder-plus-4:before {
  content: "\e0a7";
}
.im-icon-folder-remove-2:before {
  content: "\e0a8";
}
.im-icon-folder-download-2:before {
  content: "\e0a9";
}
.im-icon-folder-upload-2:before {
  content: "\e0aa";
}
.im-icon-folder-download-3:before {
  content: "\e0ab";
}
.im-icon-folder-upload-3:before {
  content: "\e0ac";
}
.im-icon-folder-5:before {
  content: "\e0ad";
}
.im-icon-folder-open-2:before {
  content: "\e0ae";
}
.im-icon-folder-6:before {
  content: "\e0af";
}
.im-icon-folder-open-3:before {
  content: "\e0b0";
}
.im-icon-certificate:before {
  content: "\e0b1";
}
.im-icon-cc:before {
  content: "\e0b2";
}
.im-icon-tag:before {
  content: "\e0b3";
}
.im-icon-tag-2:before {
  content: "\e0b4";
}
.im-icon-tag-3:before {
  content: "\e0b5";
}
.im-icon-tag-4:before {
  content: "\e0b6";
}
.im-icon-tag-5:before {
  content: "\e0b7";
}
.im-icon-tag-6:before {
  content: "\e0b8";
}
.im-icon-tag-7:before {
  content: "\e0b9";
}
.im-icon-tags:before {
  content: "\e0ba";
}
.im-icon-tags-2:before {
  content: "\e0bb";
}
.im-icon-tag-8:before {
  content: "\e0bc";
}
.im-icon-barcode:before {
  content: "\e0bd";
}
.im-icon-barcode-2:before {
  content: "\e0be";
}
.im-icon-qrcode:before {
  content: "\e0bf";
}
.im-icon-ticket:before {
  content: "\e0c0";
}
.im-icon-cart:before {
  content: "\e0c1";
}
.im-icon-cart-2:before {
  content: "\e0c2";
}
.im-icon-cart-3:before {
  content: "\e0c3";
}
.im-icon-cart-4:before {
  content: "\e0c4";
}
.im-icon-cart-5:before {
  content: "\e0c5";
}
.im-icon-cart-6:before {
  content: "\e0c6";
}
.im-icon-cart-7:before {
  content: "\e0c7";
}
.im-icon-cart-plus:before {
  content: "\e0c8";
}
.im-icon-cart-minus:before {
  content: "\e0c9";
}
.im-icon-cart-add:before {
  content: "\e0ca";
}
.im-icon-cart-remove:before {
  content: "\e0cb";
}
.im-icon-cart-checkout:before {
  content: "\e0cc";
}
.im-icon-cart-remove-2:before {
  content: "\e0cd";
}
.im-icon-basket:before {
  content: "\e0ce";
}
.im-icon-basket-2:before {
  content: "\e0cf";
}
.im-icon-bag:before {
  content: "\e0d0";
}
.im-icon-bag-2:before {
  content: "\e0d1";
}
.im-icon-bag-3:before {
  content: "\e0d2";
}
.im-icon-coin:before {
  content: "\e0d3";
}
.im-icon-coins:before {
  content: "\e0d4";
}
.im-icon-credit:before {
  content: "\e0d5";
}
.im-icon-credit-2:before {
  content: "\e0d6";
}
.im-icon-calculate:before {
  content: "\e0d7";
}
.im-icon-calculate-2:before {
  content: "\e0d8";
}
.im-icon-support:before {
  content: "\e0d9";
}
.im-icon-phone:before {
  content: "\e0da";
}
.im-icon-phone-2:before {
  content: "\e0db";
}
.im-icon-phone-3:before {
  content: "\e0dc";
}
.im-icon-phone-4:before {
  content: "\e0dd";
}
.im-icon-contact-add:before {
  content: "\e0de";
}
.im-icon-contact-remove:before {
  content: "\e0df";
}
.im-icon-contact-add-2:before {
  content: "\e0e0";
}
.im-icon-contact-remove-2:before {
  content: "\e0e1";
}
.im-icon-call-incoming:before {
  content: "\e0e2";
}
.im-icon-call-outgoing:before {
  content: "\e0e3";
}
.im-icon-phone-5:before {
  content: "\e0e4";
}
.im-icon-phone-6:before {
  content: "\e0e5";
}
.im-icon-phone-hang-up:before {
  content: "\e0e6";
}
.im-icon-phone-hang-up-2:before {
  content: "\e0e7";
}
.im-icon-address-book:before {
  content: "\e0e8";
}
.im-icon-address-book-2:before {
  content: "\e0e9";
}
.im-icon-notebook:before {
  content: "\e0ea";
}
.im-icon-envelop:before {
  content: "\e0eb";
}
.im-icon-envelop-2:before {
  content: "\e0ec";
}
.im-icon-mail-send:before {
  content: "\e0ed";
}
.im-icon-envelop-opened:before {
  content: "\e0ee";
}
.im-icon-envelop-3:before {
  content: "\e0ef";
}
.im-icon-pushpin:before {
  content: "\e0f0";
}
.im-icon-location:before {
  content: "\e0f1";
}
.im-icon-location-2:before {
  content: "\e0f2";
}
.im-icon-location-3:before {
  content: "\e0f3";
}
.im-icon-location-4:before {
  content: "\e0f4";
}
.im-icon-location-5:before {
  content: "\e0f5";
}
.im-icon-location-6:before {
  content: "\e0f6";
}
.im-icon-location-7:before {
  content: "\e0f7";
}
.im-icon-compass:before {
  content: "\e0f8";
}
.im-icon-compass-2:before {
  content: "\e0f9";
}
.im-icon-map:before {
  content: "\e0fa";
}
.im-icon-map-2:before {
  content: "\e0fb";
}
.im-icon-map-3:before {
  content: "\e0fc";
}
.im-icon-map-4:before {
  content: "\e0fd";
}
.im-icon-direction:before {
  content: "\e0fe";
}
.im-icon-history:before {
  content: "\e0ff";
}
.im-icon-history-2:before {
  content: "\e100";
}
.im-icon-clock:before {
  content: "\e101";
}
.im-icon-clock-2:before {
  content: "\e102";
}
.im-icon-clock-3:before {
  content: "\e103";
}
.im-icon-clock-4:before {
  content: "\e104";
}
.im-icon-watch:before {
  content: "\e105";
}
.im-icon-clock-5:before {
  content: "\e106";
}
.im-icon-clock-6:before {
  content: "\e107";
}
.im-icon-clock-7:before {
  content: "\e108";
}
.im-icon-alarm:before {
  content: "\e109";
}
.im-icon-alarm-2:before {
  content: "\e10a";
}
.im-icon-bell:before {
  content: "\e10b";
}
.im-icon-bell-2:before {
  content: "\e10c";
}
.im-icon-alarm-plus:before {
  content: "\e10d";
}
.im-icon-alarm-minus:before {
  content: "\e10e";
}
.im-icon-alarm-check:before {
  content: "\e10f";
}
.im-icon-alarm-cancel:before {
  content: "\e110";
}
.im-icon-stopwatch:before {
  content: "\e111";
}
.im-icon-calendar:before {
  content: "\e112";
}
.im-icon-calendar-2:before {
  content: "\e113";
}
.im-icon-calendar-3:before {
  content: "\e114";
}
.im-icon-calendar-4:before {
  content: "\e115";
}
.im-icon-calendar-5:before {
  content: "\e116";
}
.im-icon-print:before {
  content: "\e117";
}
.im-icon-print-2:before {
  content: "\e118";
}
.im-icon-print-3:before {
  content: "\e119";
}
.im-icon-mouse:before {
  content: "\e11a";
}
.im-icon-mouse-2:before {
  content: "\e11b";
}
.im-icon-mouse-3:before {
  content: "\e11c";
}
.im-icon-mouse-4:before {
  content: "\e11d";
}
.im-icon-keyboard:before {
  content: "\e11e";
}
.im-icon-keyboard-2:before {
  content: "\e11f";
}
.im-icon-screen:before {
  content: "\e120";
}
.im-icon-screen-2:before {
  content: "\e121";
}
.im-icon-screen-3:before {
  content: "\e122";
}
.im-icon-screen-4:before {
  content: "\e123";
}
.im-icon-laptop:before {
  content: "\e124";
}
.im-icon-mobile:before {
  content: "\e125";
}
.im-icon-mobile-2:before {
  content: "\e126";
}
.im-icon-tablet:before {
  content: "\e127";
}
.im-icon-mobile-3:before {
  content: "\e128";
}
.im-icon-tv:before {
  content: "\e129";
}
.im-icon-cabinet:before {
  content: "\e12a";
}
.im-icon-archive:before {
  content: "\e12b";
}
.im-icon-drawer:before {
  content: "\e12c";
}
.im-icon-drawer-2:before {
  content: "\e12d";
}
.im-icon-drawer-3:before {
  content: "\e12e";
}
.im-icon-box:before {
  content: "\e12f";
}
.im-icon-box-add:before {
  content: "\e130";
}
.im-icon-box-remove:before {
  content: "\e131";
}
.im-icon-download:before {
  content: "\e132";
}
.im-icon-upload:before {
  content: "\e133";
}
.im-icon-disk:before {
  content: "\e134";
}
.im-icon-cd:before {
  content: "\e135";
}
.im-icon-storage:before {
  content: "\e136";
}
.im-icon-storage-2:before {
  content: "\e137";
}
.im-icon-database:before {
  content: "\e138";
}
.im-icon-database-2:before {
  content: "\e139";
}
.im-icon-database-3:before {
  content: "\e13a";
}
.im-icon-undo:before {
  content: "\e13b";
}
.im-icon-redo:before {
  content: "\e13c";
}
.im-icon-rotate:before {
  content: "\e13d";
}
.im-icon-rotate-2:before {
  content: "\e13e";
}
.im-icon-flip:before {
  content: "\e13f";
}
.im-icon-flip-2:before {
  content: "\e140";
}
.im-icon-unite:before {
  content: "\e141";
}
.im-icon-subtract:before {
  content: "\e142";
}
.im-icon-interset:before {
  content: "\e143";
}
.im-icon-exclude:before {
  content: "\e144";
}
.im-icon-align-left:before {
  content: "\e145";
}
.im-icon-align-center-horizontal:before {
  content: "\e146";
}
.im-icon-align-right:before {
  content: "\e147";
}
.im-icon-align-top:before {
  content: "\e148";
}
.im-icon-align-center-vertical:before {
  content: "\e149";
}
.im-icon-align-bottom:before {
  content: "\e14a";
}
.im-icon-undo-2:before {
  content: "\e14b";
}
.im-icon-redo-2:before {
  content: "\e14c";
}
.im-icon-forward:before {
  content: "\e14d";
}
.im-icon-reply:before {
  content: "\e14e";
}
.im-icon-reply-2:before {
  content: "\e14f";
}
.im-icon-bubble:before {
  content: "\e150";
}
.im-icon-bubbles:before {
  content: "\e151";
}
.im-icon-bubbles-2:before {
  content: "\e152";
}
.im-icon-bubble-2:before {
  content: "\e153";
}
.im-icon-bubbles-3:before {
  content: "\e154";
}
.im-icon-bubbles-4:before {
  content: "\e155";
}
.im-icon-bubble-notification:before {
  content: "\e156";
}
.im-icon-bubbles-5:before {
  content: "\e157";
}
.im-icon-bubbles-6:before {
  content: "\e158";
}
.im-icon-bubble-3:before {
  content: "\e159";
}
.im-icon-bubble-dots:before {
  content: "\e15a";
}
.im-icon-bubble-4:before {
  content: "\e15b";
}
.im-icon-bubble-5:before {
  content: "\e15c";
}
.im-icon-bubble-dots-2:before {
  content: "\e15d";
}
.im-icon-bubble-6:before {
  content: "\e15e";
}
.im-icon-bubble-7:before {
  content: "\e15f";
}
.im-icon-bubble-8:before {
  content: "\e160";
}
.im-icon-bubbles-7:before {
  content: "\e161";
}
.im-icon-bubble-9:before {
  content: "\e162";
}
.im-icon-bubbles-8:before {
  content: "\e163";
}
.im-icon-bubble-10:before {
  content: "\e164";
}
.im-icon-bubble-dots-3:before {
  content: "\e165";
}
.im-icon-bubble-11:before {
  content: "\e166";
}
.im-icon-bubble-12:before {
  content: "\e167";
}
.im-icon-bubble-dots-4:before {
  content: "\e168";
}
.im-icon-bubble-13:before {
  content: "\e169";
}
.im-icon-bubbles-9:before {
  content: "\e16a";
}
.im-icon-bubbles-10:before {
  content: "\e16b";
}
.im-icon-bubble-blocked:before {
  content: "\e16c";
}
.im-icon-bubble-quote:before {
  content: "\e16d";
}
.im-icon-bubble-user:before {
  content: "\e16e";
}
.im-icon-bubble-check:before {
  content: "\e16f";
}
.im-icon-bubble-video-chat:before {
  content: "\e170";
}
.im-icon-bubble-link:before {
  content: "\e171";
}
.im-icon-bubble-locked:before {
  content: "\e172";
}
.im-icon-bubble-star:before {
  content: "\e173";
}
.im-icon-bubble-heart:before {
  content: "\e174";
}
.im-icon-bubble-paperclip:before {
  content: "\e175";
}
.im-icon-bubble-cancel:before {
  content: "\e176";
}
.im-icon-bubble-plus:before {
  content: "\e177";
}
.im-icon-bubble-minus:before {
  content: "\e178";
}
.im-icon-bubble-notification-2:before {
  content: "\e179";
}
.im-icon-bubble-trash:before {
  content: "\e17a";
}
.im-icon-bubble-left:before {
  content: "\e17b";
}
.im-icon-bubble-right:before {
  content: "\e17c";
}
.im-icon-bubble-up:before {
  content: "\e17d";
}
.im-icon-bubble-down:before {
  content: "\e17e";
}
.im-icon-bubble-first:before {
  content: "\e17f";
}
.im-icon-bubble-last:before {
  content: "\e180";
}
.im-icon-bubble-replu:before {
  content: "\e181";
}
.im-icon-bubble-forward:before {
  content: "\e182";
}
.im-icon-bubble-reply:before {
  content: "\e183";
}
.im-icon-bubble-forward-2:before {
  content: "\e184";
}
.im-icon-user:before {
  content: "\e185";
}
.im-icon-users:before {
  content: "\e186";
}
.im-icon-user-plus:before {
  content: "\e187";
}
.im-icon-user-plus-2:before {
  content: "\e188";
}
.im-icon-user-minus:before {
  content: "\e189";
}
.im-icon-user-minus-2:before {
  content: "\e18a";
}
.im-icon-user-cancel:before {
  content: "\e18b";
}
.im-icon-user-block:before {
  content: "\e18c";
}
.im-icon-users-2:before {
  content: "\e18d";
}
.im-icon-user-2:before {
  content: "\e18e";
}
.im-icon-users-3:before {
  content: "\e18f";
}
.im-icon-user-plus-3:before {
  content: "\e190";
}
.im-icon-user-minus-3:before {
  content: "\e191";
}
.im-icon-user-cancel-2:before {
  content: "\e192";
}
.im-icon-user-block-2:before {
  content: "\e193";
}
.im-icon-user-3:before {
  content: "\e194";
}
.im-icon-user-4:before {
  content: "\e195";
}
.im-icon-user-5:before {
  content: "\e196";
}
.im-icon-user-6:before {
  content: "\e197";
}
.im-icon-users-4:before {
  content: "\e198";
}
.im-icon-user-7:before {
  content: "\e199";
}
.im-icon-user-8:before {
  content: "\e19a";
}
.im-icon-users-5:before {
  content: "\e19b";
}
.im-icon-vcard:before {
  content: "\e19c";
}
.im-icon-tshirt:before {
  content: "\e19d";
}
.im-icon-hanger:before {
  content: "\e19e";
}
.im-icon-quotes-left:before {
  content: "\e19f";
}
.im-icon-quotes-right:before {
  content: "\e1a0";
}
.im-icon-quotes-right-2:before {
  content: "\e1a1";
}
.im-icon-quotes-right-3:before {
  content: "\e1a2";
}
.im-icon-busy:before {
  content: "\e1a3";
}
.im-icon-busy-2:before {
  content: "\e1a4";
}
.im-icon-busy-3:before {
  content: "\e1a5";
}
.im-icon-busy-4:before {
  content: "\e1a6";
}
.im-icon-spinner:before {
  content: "\e1a7";
}
.im-icon-spinner-2:before {
  content: "\e1a8";
}
.im-icon-spinner-3:before {
  content: "\e1a9";
}
.im-icon-spinner-4:before {
  content: "\e1aa";
}
.im-icon-spinner-5:before {
  content: "\e1ab";
}
.im-icon-spinner-6:before {
  content: "\e1ac";
}
.im-icon-spinner-7:before {
  content: "\e1ad";
}
.im-icon-spinner-8:before {
  content: "\e1ae";
}
.im-icon-spinner-9:before {
  content: "\e1af";
}
.im-icon-spinner-10:before {
  content: "\e1b0";
}
.im-icon-spinner-11:before {
  content: "\e1b1";
}
.im-icon-spinner-12:before {
  content: "\e1b2";
}
.im-icon-microscope:before {
  content: "\e1b3";
}
.im-icon-binoculars:before {
  content: "\e1b4";
}
.im-icon-binoculars-2:before {
  content: "\e1b5";
}
.im-icon-search:before {
  content: "\e1b6";
}
.im-icon-search-2:before {
  content: "\e1b7";
}
.im-icon-zoom-in:before {
  content: "\e1b8";
}
.im-icon-zoom-out:before {
  content: "\e1b9";
}
.im-icon-search-3:before {
  content: "\e1ba";
}
.im-icon-search-4:before {
  content: "\e1bb";
}
.im-icon-zoom-in-2:before {
  content: "\e1bc";
}
.im-icon-zoom-out-2:before {
  content: "\e1bd";
}
.im-icon-search-5:before {
  content: "\e1be";
}
.im-icon-expand:before {
  content: "\e1bf";
}
.im-icon-contract:before {
  content: "\e1c0";
}
.im-icon-scale-up:before {
  content: "\e1c1";
}
.im-icon-scale-down:before {
  content: "\e1c2";
}
.im-icon-expand-2:before {
  content: "\e1c3";
}
.im-icon-contract-2:before {
  content: "\e1c4";
}
.im-icon-scale-up-2:before {
  content: "\e1c5";
}
.im-icon-scale-down-2:before {
  content: "\e1c6";
}
.im-icon-fullscreen:before {
  content: "\e1c7";
}
.im-icon-expand-3:before {
  content: "\e1c8";
}
.im-icon-contract-3:before {
  content: "\e1c9";
}
.im-icon-key:before {
  content: "\e1ca";
}
.im-icon-key-2:before {
  content: "\e1cb";
}
.im-icon-key-3:before {
  content: "\e1cc";
}
.im-icon-key-4:before {
  content: "\e1cd";
}
.im-icon-key-5:before {
  content: "\e1ce";
}
.im-icon-keyhole:before {
  content: "\e1cf";
}
.im-icon-lock:before {
  content: "\e1d0";
}
.im-icon-lock-2:before {
  content: "\e1d1";
}
.im-icon-lock-3:before {
  content: "\e1d2";
}
.im-icon-lock-4:before {
  content: "\e1d3";
}
.im-icon-unlocked:before {
  content: "\e1d4";
}
.im-icon-lock-5:before {
  content: "\e1d5";
}
.im-icon-unlocked-2:before {
  content: "\e1d6";
}
.im-icon-wrench:before {
  content: "\e1d7";
}
.im-icon-wrench-2:before {
  content: "\e1d8";
}
.im-icon-wrench-3:before {
  content: "\e1d9";
}
.im-icon-wrench-4:before {
  content: "\e1da";
}
.im-icon-settings:before {
  content: "\e1db";
}
.im-icon-equalizer:before {
  content: "\e1dc";
}
.im-icon-equalizer-2:before {
  content: "\e1dd";
}
.im-icon-equalizer-3:before {
  content: "\e1de";
}
.im-icon-cog:before {
  content: "\e1df";
}
.im-icon-cogs:before {
  content: "\e1e0";
}
.im-icon-cog-2:before {
  content: "\e1e1";
}
.im-icon-cog-3:before {
  content: "\e1e2";
}
.im-icon-cog-4:before {
  content: "\e1e3";
}
.im-icon-cog-5:before {
  content: "\e1e4";
}
.im-icon-cog-6:before {
  content: "\e1e5";
}
.im-icon-cog-7:before {
  content: "\e1e6";
}
.im-icon-factory:before {
  content: "\e1e7";
}
.im-icon-hammer:before {
  content: "\e1e8";
}
.im-icon-tools:before {
  content: "\e1e9";
}
.im-icon-screwdriver:before {
  content: "\e1ea";
}
.im-icon-screwdriver-2:before {
  content: "\e1eb";
}
.im-icon-wand:before {
  content: "\e1ec";
}
.im-icon-wand-2:before {
  content: "\e1ed";
}
.im-icon-health:before {
  content: "\e1ee";
}
.im-icon-aid:before {
  content: "\e1ef";
}
.im-icon-patch:before {
  content: "\e1f0";
}
.im-icon-bug:before {
  content: "\e1f1";
}
.im-icon-bug-2:before {
  content: "\e1f2";
}
.im-icon-inject:before {
  content: "\e1f3";
}
.im-icon-inject-2:before {
  content: "\e1f4";
}
.im-icon-construction:before {
  content: "\e1f5";
}
.im-icon-cone:before {
  content: "\e1f6";
}
.im-icon-pie:before {
  content: "\e1f7";
}
.im-icon-pie-2:before {
  content: "\e1f8";
}
.im-icon-pie-3:before {
  content: "\e1f9";
}
.im-icon-pie-4:before {
  content: "\e1fa";
}
.im-icon-pie-5:before {
  content: "\e1fb";
}
.im-icon-pie-6:before {
  content: "\e1fc";
}
.im-icon-pie-7:before {
  content: "\e1fd";
}
.im-icon-stats:before {
  content: "\e1fe";
}
.im-icon-stats-2:before {
  content: "\e1ff";
}
.im-icon-stats-3:before {
  content: "\e200";
}
.im-icon-bars:before {
  content: "\e201";
}
.im-icon-bars-2:before {
  content: "\e202";
}
.im-icon-bars-3:before {
  content: "\e203";
}
.im-icon-bars-4:before {
  content: "\e204";
}
.im-icon-bars-5:before {
  content: "\e205";
}
.im-icon-bars-6:before {
  content: "\e206";
}
.im-icon-stats-up:before {
  content: "\e207";
}
.im-icon-stats-down:before {
  content: "\e208";
}
.im-icon-stairs-down:before {
  content: "\e209";
}
.im-icon-stairs-down-2:before {
  content: "\e20a";
}
.im-icon-chart:before {
  content: "\e20b";
}
.im-icon-stairs:before {
  content: "\e20c";
}
.im-icon-stairs-2:before {
  content: "\e20d";
}
.im-icon-ladder:before {
  content: "\e20e";
}
.im-icon-cake:before {
  content: "\e20f";
}
.im-icon-gift:before {
  content: "\e210";
}
.im-icon-gift-2:before {
  content: "\e211";
}
.im-icon-balloon:before {
  content: "\e212";
}
.im-icon-rating:before {
  content: "\e213";
}
.im-icon-rating-2:before {
  content: "\e214";
}
.im-icon-rating-3:before {
  content: "\e215";
}
.im-icon-podium:before {
  content: "\e216";
}
.im-icon-medal:before {
  content: "\e217";
}
.im-icon-medal-2:before {
  content: "\e218";
}
.im-icon-medal-3:before {
  content: "\e219";
}
.im-icon-medal-4:before {
  content: "\e21a";
}
.im-icon-medal-5:before {
  content: "\e21b";
}
.im-icon-crown:before {
  content: "\e21c";
}
.im-icon-trophy:before {
  content: "\e21d";
}
.im-icon-trophy-2:before {
  content: "\e21e";
}
.im-icon-trophy-star:before {
  content: "\e21f";
}
.im-icon-diamond:before {
  content: "\e220";
}
.im-icon-diamond-2:before {
  content: "\e221";
}
.im-icon-glass:before {
  content: "\e222";
}
.im-icon-glass-2:before {
  content: "\e223";
}
.im-icon-bottle:before {
  content: "\e224";
}
.im-icon-bottle-2:before {
  content: "\e225";
}
.im-icon-mug:before {
  content: "\e226";
}
.im-icon-food:before {
  content: "\e227";
}
.im-icon-food-2:before {
  content: "\e228";
}
.im-icon-hamburger:before {
  content: "\e229";
}
.im-icon-cup:before {
  content: "\e22a";
}
.im-icon-cup-2:before {
  content: "\e22b";
}
.im-icon-leaf:before {
  content: "\e22c";
}
.im-icon-leaf-2:before {
  content: "\e22d";
}
.im-icon-apple-fruit:before {
  content: "\e22e";
}
.im-icon-tree:before {
  content: "\e22f";
}
.im-icon-tree-2:before {
  content: "\e230";
}
.im-icon-paw:before {
  content: "\e231";
}
.im-icon-steps:before {
  content: "\e232";
}
.im-icon-flower:before {
  content: "\e233";
}
.im-icon-rocket:before {
  content: "\e234";
}
.im-icon-meter:before {
  content: "\e235";
}
.im-icon-meter2:before {
  content: "\e236";
}
.im-icon-meter-slow:before {
  content: "\e237";
}
.im-icon-meter-medium:before {
  content: "\e238";
}
.im-icon-meter-fast:before {
  content: "\e239";
}
.im-icon-dashboard:before {
  content: "\e23a";
}
.im-icon-hammer-2:before {
  content: "\e23b";
}
.im-icon-balance:before {
  content: "\e23c";
}
.im-icon-bomb:before {
  content: "\e23d";
}
.im-icon-fire:before {
  content: "\e23e";
}
.im-icon-fire-2:before {
  content: "\e23f";
}
.im-icon-lab:before {
  content: "\e240";
}
.im-icon-atom:before {
  content: "\e241";
}
.im-icon-atom-2:before {
  content: "\e242";
}
.im-icon-magnet:before {
  content: "\e243";
}
.im-icon-magnet-2:before {
  content: "\e244";
}
.im-icon-magnet-3:before {
  content: "\e245";
}
.im-icon-magnet-4:before {
  content: "\e246";
}
.im-icon-dumbbell:before {
  content: "\e247";
}
.im-icon-skull:before {
  content: "\e248";
}
.im-icon-skull-2:before {
  content: "\e249";
}
.im-icon-skull-3:before {
  content: "\e24a";
}
.im-icon-lamp:before {
  content: "\e24b";
}
.im-icon-lamp-2:before {
  content: "\e24c";
}
.im-icon-lamp-3:before {
  content: "\e24d";
}
.im-icon-lamp-4:before {
  content: "\e24e";
}
.im-icon-remove:before {
  content: "\e24f";
}
.im-icon-remove-2:before {
  content: "\e250";
}
.im-icon-remove-3:before {
  content: "\e251";
}
.im-icon-remove-4:before {
  content: "\e252";
}
.im-icon-remove-5:before {
  content: "\e253";
}
.im-icon-remove-6:before {
  content: "\e254";
}
.im-icon-remove-7:before {
  content: "\e255";
}
.im-icon-remove-8:before {
  content: "\e256";
}
.im-icon-briefcase:before {
  content: "\e257";
}
.im-icon-briefcase-2:before {
  content: "\e258";
}
.im-icon-briefcase-3:before {
  content: "\e259";
}
.im-icon-airplane:before {
  content: "\e25a";
}
.im-icon-airplane-2:before {
  content: "\e25b";
}
.im-icon-paper-plane:before {
  content: "\e25c";
}
.im-icon-car:before {
  content: "\e25d";
}
.im-icon-gas-pump:before {
  content: "\e25e";
}
.im-icon-bus:before {
  content: "\e25f";
}
.im-icon-truck:before {
  content: "\e260";
}
.im-icon-bike:before {
  content: "\e261";
}
.im-icon-road:before {
  content: "\e262";
}
.im-icon-train:before {
  content: "\e263";
}
.im-icon-ship:before {
  content: "\e264";
}
.im-icon-boat:before {
  content: "\e265";
}
.im-icon-cube:before {
  content: "\e266";
}
.im-icon-cube-2:before {
  content: "\e267";
}
.im-icon-cube-3:before {
  content: "\e268";
}
.im-icon-cube4:before {
  content: "\e269";
}
.im-icon-pyramid:before {
  content: "\e26a";
}
.im-icon-pyramid-2:before {
  content: "\e26b";
}
.im-icon-cylinder:before {
  content: "\e26c";
}
.im-icon-package:before {
  content: "\e26d";
}
.im-icon-puzzle:before {
  content: "\e26e";
}
.im-icon-puzzle-2:before {
  content: "\e26f";
}
.im-icon-puzzle-3:before {
  content: "\e270";
}
.im-icon-puzzle-4:before {
  content: "\e271";
}
.im-icon-glasses:before {
  content: "\e272";
}
.im-icon-glasses-2:before {
  content: "\e273";
}
.im-icon-glasses-3:before {
  content: "\e274";
}
.im-icon-sun-glasses:before {
  content: "\e275";
}
.im-icon-accessibility:before {
  content: "\e276";
}
.im-icon-accessibility-2:before {
  content: "\e277";
}
.im-icon-brain:before {
  content: "\e278";
}
.im-icon-target:before {
  content: "\e279";
}
.im-icon-target-2:before {
  content: "\e27a";
}
.im-icon-target-3:before {
  content: "\e27b";
}
.im-icon-gun:before {
  content: "\e27c";
}
.im-icon-gun-ban:before {
  content: "\e27d";
}
.im-icon-shield:before {
  content: "\e27e";
}
.im-icon-shield-2:before {
  content: "\e27f";
}
.im-icon-shield-3:before {
  content: "\e280";
}
.im-icon-shield-4:before {
  content: "\e281";
}
.im-icon-soccer:before {
  content: "\e282";
}
.im-icon-football:before {
  content: "\e283";
}
.im-icon-baseball:before {
  content: "\e284";
}
.im-icon-basketball:before {
  content: "\e285";
}
.im-icon-golf:before {
  content: "\e286";
}
.im-icon-hockey:before {
  content: "\e287";
}
.im-icon-racing:before {
  content: "\e288";
}
.im-icon-eight-ball:before {
  content: "\e289";
}
.im-icon-bowling-ball:before {
  content: "\e28a";
}
.im-icon-bowling:before {
  content: "\e28b";
}
.im-icon-bowling-2:before {
  content: "\e28c";
}
.im-icon-lightning:before {
  content: "\e28d";
}
.im-icon-power:before {
  content: "\e28e";
}
.im-icon-power-2:before {
  content: "\e28f";
}
.im-icon-switch:before {
  content: "\e290";
}
.im-icon-power-cord:before {
  content: "\e291";
}
.im-icon-cord:before {
  content: "\e292";
}
.im-icon-socket:before {
  content: "\e293";
}
.im-icon-clipboard:before {
  content: "\e294";
}
.im-icon-clipboard-2:before {
  content: "\e295";
}
.im-icon-signup:before {
  content: "\e296";
}
.im-icon-clipboard-3:before {
  content: "\e297";
}
.im-icon-clipboard-4:before {
  content: "\e298";
}
.im-icon-list:before {
  content: "\e299";
}
.im-icon-list-2:before {
  content: "\e29a";
}
.im-icon-list-3:before {
  content: "\e29b";
}
.im-icon-numbered-list:before {
  content: "\e29c";
}
.im-icon-list-4:before {
  content: "\e29d";
}
.im-icon-list-5:before {
  content: "\e29e";
}
.im-icon-playlist:before {
  content: "\e29f";
}
.im-icon-grid:before {
  content: "\e2a0";
}
.im-icon-grid-2:before {
  content: "\e2a1";
}
.im-icon-grid-3:before {
  content: "\e2a2";
}
.im-icon-grid-4:before {
  content: "\e2a3";
}
.im-icon-grid-5:before {
  content: "\e2a4";
}
.im-icon-grid-6:before {
  content: "\e2a5";
}
.im-icon-tree-3:before {
  content: "\e2a6";
}
.im-icon-tree-4:before {
  content: "\e2a7";
}
.im-icon-tree-5:before {
  content: "\e2a8";
}
.im-icon-menu:before {
  content: "\e2a9";
}
.im-icon-menu-2:before {
  content: "\e2aa";
}
.im-icon-circle-small:before {
  content: "\e2ab";
}
.im-icon-menu-3:before {
  content: "\e2ac";
}
.im-icon-menu-4:before {
  content: "\e2ad";
}
.im-icon-menu-5:before {
  content: "\e2ae";
}
.im-icon-menu-6:before {
  content: "\e2af";
}
.im-icon-menu-7:before {
  content: "\e2b0";
}
.im-icon-menu-8:before {
  content: "\e2b1";
}
.im-icon-menu-9:before {
  content: "\e2b2";
}
.im-icon-cloud:before {
  content: "\e2b3";
}
.im-icon-cloud-2:before {
  content: "\e2b4";
}
.im-icon-cloud-3:before {
  content: "\e2b5";
}
.im-icon-cloud-download:before {
  content: "\e2b6";
}
.im-icon-cloud-upload:before {
  content: "\e2b7";
}
.im-icon-download-2:before {
  content: "\e2b8";
}
.im-icon-upload-2:before {
  content: "\e2b9";
}
.im-icon-download-3:before {
  content: "\e2ba";
}
.im-icon-upload-3:before {
  content: "\e2bb";
}
.im-icon-download-4:before {
  content: "\e2bc";
}
.im-icon-upload-4:before {
  content: "\e2bd";
}
.im-icon-download-5:before {
  content: "\e2be";
}
.im-icon-upload-5:before {
  content: "\e2bf";
}
.im-icon-download-6:before {
  content: "\e2c0";
}
.im-icon-upload-6:before {
  content: "\e2c1";
}
.im-icon-download-7:before {
  content: "\e2c2";
}
.im-icon-upload-7:before {
  content: "\e2c3";
}
.im-icon-globe:before {
  content: "\e2c4";
}
.im-icon-globe-2:before {
  content: "\e2c5";
}
.im-icon-globe-3:before {
  content: "\e2c6";
}
.im-icon-earth:before {
  content: "\e2c7";
}
.im-icon-network:before {
  content: "\e2c8";
}
.im-icon-link:before {
  content: "\e2c9";
}
.im-icon-link-2:before {
  content: "\e2ca";
}
.im-icon-link-3:before {
  content: "\e2cb";
}
.im-icon-link2:before {
  content: "\e2cc";
}
.im-icon-link-4:before {
  content: "\e2cd";
}
.im-icon-link-5:before {
  content: "\e2ce";
}
.im-icon-link-6:before {
  content: "\e2cf";
}
.im-icon-anchor:before {
  content: "\e2d0";
}
.im-icon-flag:before {
  content: "\e2d1";
}
.im-icon-flag-2:before {
  content: "\e2d2";
}
.im-icon-flag-3:before {
  content: "\e2d3";
}
.im-icon-flag-4:before {
  content: "\e2d4";
}
.im-icon-flag-5:before {
  content: "\e2d5";
}
.im-icon-flag-6:before {
  content: "\e2d6";
}
.im-icon-attachment:before {
  content: "\e2d7";
}
.im-icon-attachment-2:before {
  content: "\e2d8";
}
.im-icon-eye:before {
  content: "\e2d9";
}
.im-icon-eye-blocked:before {
  content: "\e2da";
}
.im-icon-eye-2:before {
  content: "\e2db";
}
.im-icon-eye-3:before {
  content: "\e2dc";
}
.im-icon-eye-blocked-2:before {
  content: "\e2dd";
}
.im-icon-eye-4:before {
  content: "\e2de";
}
.im-icon-eye-5:before {
  content: "\e2df";
}
.im-icon-eye-6:before {
  content: "\e2e0";
}
.im-icon-eye-7:before {
  content: "\e2e1";
}
.im-icon-eye-8:before {
  content: "\e2e2";
}
.im-icon-bookmark:before {
  content: "\e2e3";
}
.im-icon-bookmark-2:before {
  content: "\e2e4";
}
.im-icon-bookmarks:before {
  content: "\e2e5";
}
.im-icon-bookmark-3:before {
  content: "\e2e6";
}
.im-icon-spotlight:before {
  content: "\e2e7";
}
.im-icon-starburst:before {
  content: "\e2e8";
}
.im-icon-snowflake:before {
  content: "\e2e9";
}
.im-icon-temperature:before {
  content: "\e2ea";
}
.im-icon-temperature-2:before {
  content: "\e2eb";
}
.im-icon-weather-lightning:before {
  content: "\e2ec";
}
.im-icon-weather-rain:before {
  content: "\e2ed";
}
.im-icon-weather-snow:before {
  content: "\e2ee";
}
.im-icon-windy:before {
  content: "\e2ef";
}
.im-icon-fan:before {
  content: "\e2f0";
}
.im-icon-umbrella:before {
  content: "\e2f1";
}
.im-icon-sun:before {
  content: "\e2f2";
}
.im-icon-sun-2:before {
  content: "\e2f3";
}
.im-icon-brightness-high:before {
  content: "\e2f4";
}
.im-icon-brightness-medium:before {
  content: "\e2f5";
}
.im-icon-brightness-low:before {
  content: "\e2f6";
}
.im-icon-brightness-contrast:before {
  content: "\e2f7";
}
.im-icon-contrast:before {
  content: "\e2f8";
}
.im-icon-moon:before {
  content: "\e2f9";
}
.im-icon-bed:before {
  content: "\e2fa";
}
.im-icon-bed-2:before {
  content: "\e2fb";
}
.im-icon-star:before {
  content: "\e2fc";
}
.im-icon-star-2:before {
  content: "\e2fd";
}
.im-icon-star-3:before {
  content: "\e2fe";
}
.im-icon-star-4:before {
  content: "\e2ff";
}
.im-icon-star-5:before {
  content: "\e300";
}
.im-icon-star-6:before {
  content: "\e301";
}
.im-icon-heart:before {
  content: "\e302";
}
.im-icon-heart-2:before {
  content: "\e303";
}
.im-icon-heart-3:before {
  content: "\e304";
}
.im-icon-heart-4:before {
  content: "\e305";
}
.im-icon-heart-broken:before {
  content: "\e306";
}
.im-icon-heart-5:before {
  content: "\e307";
}
.im-icon-heart-6:before {
  content: "\e308";
}
.im-icon-heart-broken-2:before {
  content: "\e309";
}
.im-icon-heart-7:before {
  content: "\e30a";
}
.im-icon-heart-8:before {
  content: "\e30b";
}
.im-icon-heart-broken-3:before {
  content: "\e30c";
}
.im-icon-lips:before {
  content: "\e30d";
}
.im-icon-lips-2:before {
  content: "\e30e";
}
.im-icon-thumbs-up:before {
  content: "\e30f";
}
.im-icon-thumbs-up-2:before {
  content: "\e310";
}
.im-icon-thumbs-down:before {
  content: "\e311";
}
.im-icon-thumbs-down-2:before {
  content: "\e312";
}
.im-icon-thumbs-up-3:before {
  content: "\e313";
}
.im-icon-thumbs-up-4:before {
  content: "\e314";
}
.im-icon-thumbs-up-5:before {
  content: "\e315";
}
.im-icon-thumbs-up-6:before {
  content: "\e316";
}
.im-icon-people:before {
  content: "\e317";
}
.im-icon-man:before {
  content: "\e318";
}
.im-icon-male:before {
  content: "\e319";
}
.im-icon-woman:before {
  content: "\e31a";
}
.im-icon-female:before {
  content: "\e31b";
}
.im-icon-peace:before {
  content: "\e31c";
}
.im-icon-yin-yang:before {
  content: "\e31d";
}
.im-icon-happy:before {
  content: "\e31e";
}
.im-icon-happy-2:before {
  content: "\e31f";
}
.im-icon-smiley:before {
  content: "\e320";
}
.im-icon-smiley-2:before {
  content: "\e321";
}
.im-icon-tongue:before {
  content: "\e322";
}
.im-icon-tongue-2:before {
  content: "\e323";
}
.im-icon-sad:before {
  content: "\e324";
}
.im-icon-sad-2:before {
  content: "\e325";
}
.im-icon-wink:before {
  content: "\e326";
}
.im-icon-wink-2:before {
  content: "\e327";
}
.im-icon-grin:before {
  content: "\e328";
}
.im-icon-grin-2:before {
  content: "\e329";
}
.im-icon-cool:before {
  content: "\e32a";
}
.im-icon-cool-2:before {
  content: "\e32b";
}
.im-icon-angry:before {
  content: "\e32c";
}
.im-icon-angry-2:before {
  content: "\e32d";
}
.im-icon-evil:before {
  content: "\e32e";
}
.im-icon-evil-2:before {
  content: "\e32f";
}
.im-icon-shocked:before {
  content: "\e330";
}
.im-icon-shocked-2:before {
  content: "\e331";
}
.im-icon-confused:before {
  content: "\e332";
}
.im-icon-confused-2:before {
  content: "\e333";
}
.im-icon-neutral:before {
  content: "\e334";
}
.im-icon-neutral-2:before {
  content: "\e335";
}
.im-icon-wondering:before {
  content: "\e336";
}
.im-icon-wondering-2:before {
  content: "\e337";
}
.im-icon-cursor:before {
  content: "\e338";
}
.im-icon-cursor-2:before {
  content: "\e339";
}
.im-icon-point-up:before {
  content: "\e33a";
}
.im-icon-point-right:before {
  content: "\e33b";
}
.im-icon-point-down:before {
  content: "\e33c";
}
.im-icon-point-left:before {
  content: "\e33d";
}
.im-icon-pointer:before {
  content: "\e33e";
}
.im-icon-hand:before {
  content: "\e33f";
}
.im-icon-stack-empty:before {
  content: "\e340";
}
.im-icon-stack-plus:before {
  content: "\e341";
}
.im-icon-stack-minus:before {
  content: "\e342";
}
.im-icon-stack-star:before {
  content: "\e343";
}
.im-icon-stack-picture:before {
  content: "\e344";
}
.im-icon-stack-down:before {
  content: "\e345";
}
.im-icon-stack-up:before {
  content: "\e346";
}
.im-icon-stack-cancel:before {
  content: "\e347";
}
.im-icon-stack-checkmark:before {
  content: "\e348";
}
.im-icon-stack-list:before {
  content: "\e349";
}
.im-icon-stack-clubs:before {
  content: "\e34a";
}
.im-icon-stack-spades:before {
  content: "\e34b";
}
.im-icon-stack-hearts:before {
  content: "\e34c";
}
.im-icon-stack-diamonds:before {
  content: "\e34d";
}
.im-icon-stack-user:before {
  content: "\e34e";
}
.im-icon-stack-4:before {
  content: "\e34f";
}
.im-icon-stack-music:before {
  content: "\e350";
}
.im-icon-stack-play:before {
  content: "\e351";
}
.im-icon-move:before {
  content: "\e352";
}
.im-icon-resize:before {
  content: "\e353";
}
.im-icon-resize-2:before {
  content: "\e354";
}
.im-icon-warning:before {
  content: "\e355";
}
.im-icon-warning-2:before {
  content: "\e356";
}
.im-icon-notification:before {
  content: "\e357";
}
.im-icon-notification-2:before {
  content: "\e358";
}
.im-icon-question:before {
  content: "\e359";
}
.im-icon-question-2:before {
  content: "\e35a";
}
.im-icon-question-3:before {
  content: "\e35b";
}
.im-icon-question-4:before {
  content: "\e35c";
}
.im-icon-question-5:before {
  content: "\e35d";
}
.im-icon-plus-circle:before {
  content: "\e35e";
}
.im-icon-plus-circle-2:before {
  content: "\e35f";
}
.im-icon-minus-circle:before {
  content: "\e360";
}
.im-icon-minus-circle-2:before {
  content: "\e361";
}
.im-icon-info:before {
  content: "\e362";
}
.im-icon-info-2:before {
  content: "\e363";
}
.im-icon-blocked:before {
  content: "\e364";
}
.im-icon-cancel-circle:before {
  content: "\e365";
}
.im-icon-cancel-circle-2:before {
  content: "\e366";
}
.im-icon-checkmark-circle:before {
  content: "\e367";
}
.im-icon-checkmark-circle-2:before {
  content: "\e368";
}
.im-icon-cancel:before {
  content: "\e369";
}
.im-icon-spam:before {
  content: "\e36a";
}
.im-icon-close:before {
  content: "\e36b";
}
.im-icon-close-2:before {
  content: "\e36c";
}
.im-icon-close-3:before {
  content: "\e36d";
}
.im-icon-close-4:before {
  content: "\e36e";
}
.im-icon-close-5:before {
  content: "\e36f";
}
.im-icon-checkmark:before {
  content: "\e370";
}
.im-icon-checkmark-2:before {
  content: "\e371";
}
.im-icon-checkmark-3:before {
  content: "\e372";
}
.im-icon-checkmark-4:before {
  content: "\e373";
}
.im-icon-spell-check:before {
  content: "\e374";
}
.im-icon-minus:before {
  content: "\e375";
}
.im-icon-plus:before {
  content: "\e376";
}
.im-icon-minus-2:before {
  content: "\e377";
}
.im-icon-plus-2:before {
  content: "\e378";
}
.im-icon-enter:before {
  content: "\e379";
}
.im-icon-exit:before {
  content: "\e37a";
}
.im-icon-enter-2:before {
  content: "\e37b";
}
.im-icon-exit-2:before {
  content: "\e37c";
}
.im-icon-enter-3:before {
  content: "\e37d";
}
.im-icon-exit-3:before {
  content: "\e37e";
}
.im-icon-exit-4:before {
  content: "\e37f";
}
.im-icon-play-3:before {
  content: "\e380";
}
.im-icon-pause:before {
  content: "\e381";
}
.im-icon-stop:before {
  content: "\e382";
}
.im-icon-backward:before {
  content: "\e383";
}
.im-icon-forward-2:before {
  content: "\e384";
}
.im-icon-play-4:before {
  content: "\e385";
}
.im-icon-pause-2:before {
  content: "\e386";
}
.im-icon-stop-2:before {
  content: "\e387";
}
.im-icon-backward-2:before {
  content: "\e388";
}
.im-icon-forward-3:before {
  content: "\e389";
}
.im-icon-first:before {
  content: "\e38a";
}
.im-icon-last:before {
  content: "\e38b";
}
.im-icon-previous:before {
  content: "\e38c";
}
.im-icon-next:before {
  content: "\e38d";
}
.im-icon-eject:before {
  content: "\e38e";
}
.im-icon-volume-high:before {
  content: "\e38f";
}
.im-icon-volume-medium:before {
  content: "\e390";
}
.im-icon-volume-low:before {
  content: "\e391";
}
.im-icon-volume-mute:before {
  content: "\e392";
}
.im-icon-volume-mute-2:before {
  content: "\e393";
}
.im-icon-volume-increase:before {
  content: "\e394";
}
.im-icon-volume-decrease:before {
  content: "\e395";
}
.im-icon-volume-high-2:before {
  content: "\e396";
}
.im-icon-volume-medium-2:before {
  content: "\e397";
}
.im-icon-volume-low-2:before {
  content: "\e398";
}
.im-icon-volume-mute-3:before {
  content: "\e399";
}
.im-icon-volume-mute-4:before {
  content: "\e39a";
}
.im-icon-volume-increase-2:before {
  content: "\e39b";
}
.im-icon-volume-decrease-2:before {
  content: "\e39c";
}
.im-icon-volume5:before {
  content: "\e39d";
}
.im-icon-volume4:before {
  content: "\e39e";
}
.im-icon-volume3:before {
  content: "\e39f";
}
.im-icon-volume2:before {
  content: "\e3a0";
}
.im-icon-volume1:before {
  content: "\e3a1";
}
.im-icon-volume0:before {
  content: "\e3a2";
}
.im-icon-volume-mute-5:before {
  content: "\e3a3";
}
.im-icon-volume-mute-6:before {
  content: "\e3a4";
}
.im-icon-loop:before {
  content: "\e3a5";
}
.im-icon-loop-2:before {
  content: "\e3a6";
}
.im-icon-loop-3:before {
  content: "\e3a7";
}
.im-icon-loop-4:before {
  content: "\e3a8";
}
.im-icon-loop-5:before {
  content: "\e3a9";
}
.im-icon-shuffle:before {
  content: "\e3aa";
}
.im-icon-shuffle-2:before {
  content: "\e3ab";
}
.im-icon-wave:before {
  content: "\e3ac";
}
.im-icon-wave-2:before {
  content: "\e3ad";
}
.im-icon-arrow-first:before {
  content: "\e3ae";
}
.im-icon-arrow-right:before {
  content: "\e3af";
}
.im-icon-arrow-up:before {
  content: "\e3b0";
}
.im-icon-arrow-right-2:before {
  content: "\e3b1";
}
.im-icon-arrow-down:before {
  content: "\e3b2";
}
.im-icon-arrow-left:before {
  content: "\e3b3";
}
.im-icon-arrow-up-2:before {
  content: "\e3b4";
}
.im-icon-arrow-right-3:before {
  content: "\e3b5";
}
.im-icon-arrow-down-2:before {
  content: "\e3b6";
}
.im-icon-arrow-left-2:before {
  content: "\e3b7";
}
.im-icon-arrow-up-left:before {
  content: "\e3b8";
}
.im-icon-arrow-up-3:before {
  content: "\e3b9";
}
.im-icon-arrow-up-right:before {
  content: "\e3ba";
}
.im-icon-arrow-right-4:before {
  content: "\e3bb";
}
.im-icon-arrow-down-right:before {
  content: "\e3bc";
}
.im-icon-arrow-down-3:before {
  content: "\e3bd";
}
.im-icon-arrow-down-left:before {
  content: "\e3be";
}
.im-icon-arrow-left-3:before {
  content: "\e3bf";
}
.im-icon-arrow-up-left-2:before {
  content: "\e3c0";
}
.im-icon-arrow-up-4:before {
  content: "\e3c1";
}
.im-icon-arrow-up-right-2:before {
  content: "\e3c2";
}
.im-icon-arrow-right-5:before {
  content: "\e3c3";
}
.im-icon-arrow-down-right-2:before {
  content: "\e3c4";
}
.im-icon-arrow-down-4:before {
  content: "\e3c5";
}
.im-icon-arrow-down-left-2:before {
  content: "\e3c6";
}
.im-icon-arrow-left-4:before {
  content: "\e3c7";
}
.im-icon-arrow-up-left-3:before {
  content: "\e3c8";
}
.im-icon-arrow-up-5:before {
  content: "\e3c9";
}
.im-icon-arrow-up-right-3:before {
  content: "\e3ca";
}
.im-icon-arrow-right-6:before {
  content: "\e3cb";
}
.im-icon-arrow-down-right-3:before {
  content: "\e3cc";
}
.im-icon-arrow-down-5:before {
  content: "\e3cd";
}
.im-icon-arrow-down-left-3:before {
  content: "\e3ce";
}
.im-icon-arrow-left-5:before {
  content: "\e3cf";
}
.im-icon-arrow-up-left-4:before {
  content: "\e3d0";
}
.im-icon-arrow-up-6:before {
  content: "\e3d1";
}
.im-icon-arrow-up-right-4:before {
  content: "\e3d2";
}
.im-icon-arrow-right-7:before {
  content: "\e3d3";
}
.im-icon-arrow-down-right-4:before {
  content: "\e3d4";
}
.im-icon-arrow-down-6:before {
  content: "\e3d5";
}
.im-icon-arrow-down-left-4:before {
  content: "\e3d6";
}
.im-icon-arrow-left-6:before {
  content: "\e3d7";
}
.im-icon-arrow:before {
  content: "\e3d8";
}
.im-icon-arrow-2:before {
  content: "\e3d9";
}
.im-icon-arrow-3:before {
  content: "\e3da";
}
.im-icon-arrow-4:before {
  content: "\e3db";
}
.im-icon-arrow-5:before {
  content: "\e3dc";
}
.im-icon-arrow-6:before {
  content: "\e3dd";
}
.im-icon-arrow-7:before {
  content: "\e3de";
}
.im-icon-arrow-8:before {
  content: "\e3df";
}
.im-icon-arrow-up-left-5:before {
  content: "\e3e0";
}
.im-icon-arrow-square:before {
  content: "\e3e1";
}
.im-icon-arrow-up-right-5:before {
  content: "\e3e2";
}
.im-icon-arrow-right-8:before {
  content: "\e3e3";
}
.im-icon-arrow-down-right-5:before {
  content: "\e3e4";
}
.im-icon-arrow-down-7:before {
  content: "\e3e5";
}
.im-icon-arrow-down-left-5:before {
  content: "\e3e6";
}
.im-icon-arrow-left-7:before {
  content: "\e3e7";
}
.im-icon-arrow-up-7:before {
  content: "\e3e8";
}
.im-icon-arrow-right-9:before {
  content: "\e3e9";
}
.im-icon-arrow-down-8:before {
  content: "\e3ea";
}
.im-icon-arrow-left-8:before {
  content: "\e3eb";
}
.im-icon-arrow-up-8:before {
  content: "\e3ec";
}
.im-icon-arrow-right-10:before {
  content: "\e3ed";
}
.im-icon-arrow-bottom:before {
  content: "\e3ee";
}
.im-icon-arrow-left-9:before {
  content: "\e3ef";
}
.im-icon-arrow-up-left-6:before {
  content: "\e3f0";
}
.im-icon-arrow-up-9:before {
  content: "\e3f1";
}
.im-icon-arrow-up-right-6:before {
  content: "\e3f2";
}
.im-icon-arrow-right-11:before {
  content: "\e3f3";
}
.im-icon-arrow-down-right-6:before {
  content: "\e3f4";
}
.im-icon-arrow-down-9:before {
  content: "\e3f5";
}
.im-icon-arrow-down-left-6:before {
  content: "\e3f6";
}
.im-icon-arrow-left-10:before {
  content: "\e3f7";
}
.im-icon-arrow-up-left-7:before {
  content: "\e3f8";
}
.im-icon-arrow-up-10:before {
  content: "\e3f9";
}
.im-icon-arrow-up-right-7:before {
  content: "\e3fa";
}
.im-icon-arrow-right-12:before {
  content: "\e3fb";
}
.im-icon-arrow-down-right-7:before {
  content: "\e3fc";
}
.im-icon-arrow-down-10:before {
  content: "\e3fd";
}
.im-icon-arrow-down-left-7:before {
  content: "\e3fe";
}
.im-icon-arrow-left-11:before {
  content: "\e3ff";
}
.im-icon-arrow-up-11:before {
  content: "\e400";
}
.im-icon-arrow-right-13:before {
  content: "\e401";
}
.im-icon-arrow-down-11:before {
  content: "\e402";
}
.im-icon-arrow-left-12:before {
  content: "\e403";
}
.im-icon-arrow-up-12:before {
  content: "\e404";
}
.im-icon-arrow-right-14:before {
  content: "\e405";
}
.im-icon-arrow-down-12:before {
  content: "\e406";
}
.im-icon-arrow-left-13:before {
  content: "\e407";
}
.im-icon-arrow-up-13:before {
  content: "\e408";
}
.im-icon-arrow-right-15:before {
  content: "\e409";
}
.im-icon-arrow-down-13:before {
  content: "\e40a";
}
.im-icon-arrow-left-14:before {
  content: "\e40b";
}
.im-icon-arrow-up-14:before {
  content: "\e40c";
}
.im-icon-arrow-right-16:before {
  content: "\e40d";
}
.im-icon-arrow-down-14:before {
  content: "\e40e";
}
.im-icon-arrow-left-15:before {
  content: "\e40f";
}
.im-icon-arrow-up-15:before {
  content: "\e410";
}
.im-icon-arrow-right-17:before {
  content: "\e411";
}
.im-icon-arrow-down-15:before {
  content: "\e412";
}
.im-icon-arrow-left-16:before {
  content: "\e413";
}
.im-icon-arrow-up-16:before {
  content: "\e414";
}
.im-icon-arrow-right-18:before {
  content: "\e415";
}
.im-icon-arrow-down-16:before {
  content: "\e416";
}
.im-icon-arrow-left-17:before {
  content: "\e417";
}
.im-icon-menu-10:before {
  content: "\e418";
}
.im-icon-menu-11:before {
  content: "\e419";
}
.im-icon-menu-close:before {
  content: "\e41a";
}
.im-icon-menu-close-2:before {
  content: "\e41b";
}
.im-icon-enter-4:before {
  content: "\e41c";
}
.im-icon-enter-5:before {
  content: "\e41d";
}
.im-icon-esc:before {
  content: "\e41e";
}
.im-icon-backspace:before {
  content: "\e41f";
}
.im-icon-backspace-2:before {
  content: "\e420";
}
.im-icon-backspace-3:before {
  content: "\e421";
}
.im-icon-tab:before {
  content: "\e422";
}
.im-icon-transmission:before {
  content: "\e423";
}
.im-icon-transmission-2:before {
  content: "\e424";
}
.im-icon-sort:before {
  content: "\e425";
}
.im-icon-sort-2:before {
  content: "\e426";
}
.im-icon-key-keyboard:before {
  content: "\e427";
}
.im-icon-key-A:before {
  content: "\e428";
}
.im-icon-key-up:before {
  content: "\e429";
}
.im-icon-key-right:before {
  content: "\e42a";
}
.im-icon-key-down:before {
  content: "\e42b";
}
.im-icon-key-left:before {
  content: "\e42c";
}
.im-icon-command:before {
  content: "\e42d";
}
.im-icon-checkbox-checked:before {
  content: "\e42e";
}
.im-icon-checkbox-unchecked:before {
  content: "\e42f";
}
.im-icon-square:before {
  content: "\e430";
}
.im-icon-checkbox-partial:before {
  content: "\e431";
}
.im-icon-checkbox:before {
  content: "\e432";
}
.im-icon-checkbox-unchecked-2:before {
  content: "\e433";
}
.im-icon-checkbox-partial-2:before {
  content: "\e434";
}
.im-icon-checkbox-checked-2:before {
  content: "\e435";
}
.im-icon-checkbox-unchecked-3:before {
  content: "\e436";
}
.im-icon-checkbox-partial-3:before {
  content: "\e437";
}
.im-icon-radio-checked:before {
  content: "\e438";
}
.im-icon-radio-unchecked:before {
  content: "\e439";
}
.im-icon-circle:before {
  content: "\e43a";
}
.im-icon-circle-2:before {
  content: "\e43b";
}
.im-icon-crop:before {
  content: "\e43c";
}
.im-icon-crop-2:before {
  content: "\e43d";
}
.im-icon-vector:before {
  content: "\e43e";
}
.im-icon-rulers:before {
  content: "\e43f";
}
.im-icon-scissors:before {
  content: "\e440";
}
.im-icon-scissors-2:before {
  content: "\e441";
}
.im-icon-scissors-3:before {
  content: "\e442";
}
.im-icon-filter:before {
  content: "\e443";
}
.im-icon-filter-2:before {
  content: "\e444";
}
.im-icon-filter-3:before {
  content: "\e445";
}
.im-icon-filter-4:before {
  content: "\e446";
}
.im-icon-font:before {
  content: "\e447";
}
.im-icon-font-size:before {
  content: "\e448";
}
.im-icon-type:before {
  content: "\e449";
}
.im-icon-text-height:before {
  content: "\e44a";
}
.im-icon-text-width:before {
  content: "\e44b";
}
.im-icon-height:before {
  content: "\e44c";
}
.im-icon-width:before {
  content: "\e44d";
}
.im-icon-bold:before {
  content: "\e44e";
}
.im-icon-underline:before {
  content: "\e44f";
}
.im-icon-italic:before {
  content: "\e450";
}
.im-icon-strikethrough:before {
  content: "\e451";
}
.im-icon-strikethrough-2:before {
  content: "\e452";
}
.im-icon-font-size-2:before {
  content: "\e453";
}
.im-icon-bold-2:before {
  content: "\e454";
}
.im-icon-underline-2:before {
  content: "\e455";
}
.im-icon-italic-2:before {
  content: "\e456";
}
.im-icon-strikethrough-3:before {
  content: "\e457";
}
.im-icon-omega:before {
  content: "\e458";
}
.im-icon-sigma:before {
  content: "\e459";
}
.im-icon-nbsp:before {
  content: "\e45a";
}
.im-icon-page-break:before {
  content: "\e45b";
}
.im-icon-page-break-2:before {
  content: "\e45c";
}
.im-icon-superscript:before {
  content: "\e45d";
}
.im-icon-subscript:before {
  content: "\e45e";
}
.im-icon-superscript-2:before {
  content: "\e45f";
}
.im-icon-subscript-2:before {
  content: "\e460";
}
.im-icon-text-color:before {
  content: "\e461";
}
.im-icon-highlight:before {
  content: "\e462";
}
.im-icon-pagebreak:before {
  content: "\e463";
}
.im-icon-clear-formatting:before {
  content: "\e464";
}
.im-icon-table:before {
  content: "\e465";
}
.im-icon-table-2:before {
  content: "\e466";
}
.im-icon-insert-template:before {
  content: "\e467";
}
.im-icon-pilcrow:before {
  content: "\e468";
}
.im-icon-left-to-right:before {
  content: "\e469";
}
.im-icon-right-to-left:before {
  content: "\e46a";
}
.im-icon-paragraph-left:before {
  content: "\e46b";
}
.im-icon-paragraph-center:before {
  content: "\e46c";
}
.im-icon-paragraph-right:before {
  content: "\e46d";
}
.im-icon-paragraph-justify:before {
  content: "\e46e";
}
.im-icon-paragraph-left-2:before {
  content: "\e46f";
}
.im-icon-paragraph-center-2:before {
  content: "\e470";
}
.im-icon-paragraph-right-2:before {
  content: "\e471";
}
.im-icon-paragraph-justify-2:before {
  content: "\e472";
}
.im-icon-indent-increase:before {
  content: "\e473";
}
.im-icon-indent-decrease:before {
  content: "\e474";
}
.im-icon-paragraph-left-3:before {
  content: "\e475";
}
.im-icon-paragraph-center-3:before {
  content: "\e476";
}
.im-icon-paragraph-right-3:before {
  content: "\e477";
}
.im-icon-paragraph-justify-3:before {
  content: "\e478";
}
.im-icon-indent-increase-2:before {
  content: "\e479";
}
.im-icon-indent-decrease-2:before {
  content: "\e47a";
}
.im-icon-share:before {
  content: "\e47b";
}
.im-icon-new-tab:before {
  content: "\e47c";
}
.im-icon-new-tab-2:before {
  content: "\e47d";
}
.im-icon-popout:before {
  content: "\e47e";
}
.im-icon-embed:before {
  content: "\e47f";
}
.im-icon-code:before {
  content: "\e480";
}
.im-icon-console:before {
  content: "\e481";
}
.im-icon-seven-segment-0:before {
  content: "\e482";
}
.im-icon-seven-segment-1:before {
  content: "\e483";
}
.im-icon-seven-segment-2:before {
  content: "\e484";
}
.im-icon-seven-segment-3:before {
  content: "\e485";
}
.im-icon-seven-segment-4:before {
  content: "\e486";
}
.im-icon-seven-segment-5:before {
  content: "\e487";
}
.im-icon-seven-segment-6:before {
  content: "\e488";
}
.im-icon-seven-segment-7:before {
  content: "\e489";
}
.im-icon-seven-segment-8:before {
  content: "\e48a";
}
.im-icon-seven-segment-9:before {
  content: "\e48b";
}
.im-icon-share-2:before {
  content: "\e48c";
}
.im-icon-share-3:before {
  content: "\e48d";
}
.im-icon-mail:before {
  content: "\e48e";
}
.im-icon-mail-2:before {
  content: "\e48f";
}
.im-icon-mail-3:before {
  content: "\e490";
}
.im-icon-mail-4:before {
  content: "\e491";
}
.im-icon-google:before {
  content: "\e492";
}
.im-icon-google-plus:before {
  content: "\e493";
}
.im-icon-google-plus-2:before {
  content: "\e494";
}
.im-icon-google-plus-3:before {
  content: "\e495";
}
.im-icon-google-plus-4:before {
  content: "\e496";
}
.im-icon-google-drive:before {
  content: "\e497";
}
.im-icon-facebook:before {
  content: "\e498";
}
.im-icon-facebook-2:before {
  content: "\e499";
}
.im-icon-facebook-3:before {
  content: "\e49a";
}
.im-icon-facebook-4:before {
  content: "\e49b";
}
.im-icon-instagram:before {
  content: "\e49c";
}
.im-icon-twitter:before {
  content: "\e49d";
}
.im-icon-twitter-2:before {
  content: "\e49e";
}
.im-icon-twitter-3:before {
  content: "\e49f";
}
.im-icon-feed-2:before {
  content: "\e4a0";
}
.im-icon-feed-3:before {
  content: "\e4a1";
}
.im-icon-feed-4:before {
  content: "\e4a2";
}
.im-icon-youtube:before {
  content: "\e4a3";
}
.im-icon-youtube-2:before {
  content: "\e4a4";
}
.im-icon-vimeo:before {
  content: "\e4a5";
}
.im-icon-vimeo2:before {
  content: "\e4a6";
}
.im-icon-vimeo-2:before {
  content: "\e4a7";
}
.im-icon-lanyrd:before {
  content: "\e4a8";
}
.im-icon-flickr:before {
  content: "\e4a9";
}
.im-icon-flickr-2:before {
  content: "\e4aa";
}
.im-icon-flickr-3:before {
  content: "\e4ab";
}
.im-icon-flickr-4:before {
  content: "\e4ac";
}
.im-icon-picassa:before {
  content: "\e4ad";
}
.im-icon-picassa-2:before {
  content: "\e4ae";
}
.im-icon-dribbble:before {
  content: "\e4af";
}
.im-icon-dribbble-2:before {
  content: "\e4b0";
}
.im-icon-dribbble-3:before {
  content: "\e4b1";
}
.im-icon-forrst:before {
  content: "\e4b2";
}
.im-icon-forrst-2:before {
  content: "\e4b3";
}
.im-icon-deviantart:before {
  content: "\e4b4";
}
.im-icon-deviantart-2:before {
  content: "\e4b5";
}
.im-icon-steam:before {
  content: "\e4b6";
}
.im-icon-steam-2:before {
  content: "\e4b7";
}
.im-icon-github:before {
  content: "\e4b8";
}
.im-icon-github-2:before {
  content: "\e4b9";
}
.im-icon-github-3:before {
  content: "\e4ba";
}
.im-icon-github-4:before {
  content: "\e4bb";
}
.im-icon-github-5:before {
  content: "\e4bc";
}
.im-icon-wordpress:before {
  content: "\e4bd";
}
.im-icon-wordpress-2:before {
  content: "\e4be";
}
.im-icon-joomla:before {
  content: "\e4bf";
}
.im-icon-blogger:before {
  content: "\e4c0";
}
.im-icon-blogger-2:before {
  content: "\e4c1";
}
.im-icon-tumblr:before {
  content: "\e4c2";
}
.im-icon-tumblr-2:before {
  content: "\e4c3";
}
.im-icon-yahoo:before {
  content: "\e4c4";
}
.im-icon-tux:before {
  content: "\e4c5";
}
.im-icon-apple:before {
  content: "\e4c6";
}
.im-icon-finder:before {
  content: "\e4c7";
}
.im-icon-android:before {
  content: "\e4c8";
}
.im-icon-windows:before {
  content: "\e4c9";
}
.im-icon-windows8:before {
  content: "\e4ca";
}
.im-icon-soundcloud:before {
  content: "\e4cb";
}
.im-icon-soundcloud-2:before {
  content: "\e4cc";
}
.im-icon-skype:before {
  content: "\e4cd";
}
.im-icon-reddit:before {
  content: "\e4ce";
}
.im-icon-linkedin:before {
  content: "\e4cf";
}
.im-icon-lastfm:before {
  content: "\e4d0";
}
.im-icon-lastfm-2:before {
  content: "\e4d1";
}
.im-icon-delicious:before {
  content: "\e4d2";
}
.im-icon-stumbleupon:before {
  content: "\e4d3";
}
.im-icon-stumbleupon-2:before {
  content: "\e4d4";
}
.im-icon-stackoverflow:before {
  content: "\e4d5";
}
.im-icon-pinterest:before {
  content: "\e4d6";
}
.im-icon-pinterest-2:before {
  content: "\e4d7";
}
.im-icon-xing:before {
  content: "\e4d8";
}
.im-icon-xing-2:before {
  content: "\e4d9";
}
.im-icon-flattr:before {
  content: "\e4da";
}
.im-icon-safari:before {
  content: "\e4db";
}
.im-icon-foursquare:before {
  content: "\e4dc";
}
.im-icon-foursquare-2:before {
  content: "\e4dd";
}
.im-icon-paypal:before {
  content: "\e4de";
}
.im-icon-paypal-2:before {
  content: "\e4df";
}
.im-icon-paypal-3:before {
  content: "\e4e0";
}
.im-icon-yelp:before {
  content: "\e4e1";
}
.im-icon-libreoffice:before {
  content: "\e4e2";
}
.im-icon-file-pdf:before {
  content: "\e4e3";
}
.im-icon-file-openoffice:before {
  content: "\e4e4";
}
.im-icon-file-word:before {
  content: "\e4e5";
}
.im-icon-file-excel:before {
  content: "\e4e6";
}
.im-icon-file-zip:before {
  content: "\e4e7";
}
.im-icon-file-powerpoint:before {
  content: "\e4e8";
}
.im-icon-file-xml:before {
  content: "\e4e9";
}
.im-icon-file-css:before {
  content: "\e4ea";
}
.im-icon-html5:before {
  content: "\e4eb";
}
.im-icon-html5-2:before {
  content: "\e4ec";
}
.im-icon-css3:before {
  content: "\e4ed";
}
.im-icon-chrome:before {
  content: "\e4ee";
}
.im-icon-firefox:before {
  content: "\e4ef";
}
.im-icon-IE:before {
  content: "\e4f0";
}
.im-icon-opera:before {
  content: "\e4f1";
}
#comments h2 {
  font-size: 2.6em;
  margin-bottom: 40px;
}
#comments h2 span {
  font-size: 1em;
}
#comments .fn {
  font-size: 2em;
  font-family: "trade-gothic-next-condensed";
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0.005em;
  display: block;
  float: none;
}
#comments .says {
  display: none !important;
}
#comments .comment-meta {
  font-size: 1.5em;
  font-family: 'livory';
  text-transform: initial;
  margin-bottom: 20px;
}
#comments .comment-text {
  font-family: "livory";
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.018em;
  text-transform: initial;
}
.comment-list li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  padding-bottom: 35px;
  margin-bottom: 50px !important;
  border-bottom: 1px solid #222b2b;
}
.comment-list li:last-child {
  margin-bottom: 0;
}
.comment-list li ul.children {
  margin: 0;
}
.comment-list li[class*=depth-] {
  margin-top: 1.1em;
}
.comment-list li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment-list li.depth-1 article {
  padding: 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid#ccc;
}
.comment-list li:last-child.depth-1 article {
  margin-bottom: 0;
  border-bottom: none;
}
.comment-list li:not(.depth-1) {
  margin-top: 0;
  padding-bottom: 0;
}
.comment-list .vcard {
  margin-left: 100px;
  text-transform: uppercase;
  min-height: 80px;
}
.comment-list .vcard img.avatar {
  height: auto;
  width: 65px;
}
.comment-list .vcard cite.fn {
  color: #222b2b;
  text-transform: uppercase;
}
.comment-list .vcard time {
  float: right;
}
.comment-list .vcard time a {
  color: #999;
  text-decoration: none;
}
.comment-list .vcard time a:hover {
  text-decoration: underline;
}
.comment-list .vcard img.avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: -9px;
}
.comment-list li.comment .alert,
#comment .alert-info {
  background-color: #222b2b !important;
  border-color: #ddd!important;
  color: #ff0!important;
  float: left;
  text-transform: uppercase;
  margin-top: 15px!important;
  margin-left: 100px;
  padding: 10px 3% 0 3%;
}
.comment-name,
.fn {
  float: left;
  color: #222b2b;
  text-transform: uppercase;
}
.comment-time {
  float: right;
  width: 40%;
  text-align: right;
}
.comment-list .comment_content {
  margin-left: 100px;
}
.comment-list .comment_content p {
  margin: 10px 0 20px;
  padding-top: 10px;
  width: 100%;
  float: left;
}
.comment-edit-link,
.comment-list .comment-reply-link {
  text-decoration: none;
  margin-bottom: 10px;
  float: left;
}
.comment-list .comment-reply-link a,
.comment-list .comment-reply-link a:visited {
  color: #222b2b;
}
.comment-list .comment-reply-link a:hover {
  color: #999;
}
.style-border-before {
  border-top: 1px solid #222b2b;
  display: table;
  width: 100%;
}
.style-border-before > div {
  display: table;
  width: auto;
  margin: 20px auto 0;
}
.style-border-before:before {
  content: '';
  width: 100%;
  margin-top: 6px;
  display: table;
  border-top: 1px solid #222b2b;
}
#map_insolvenznews {
  margin-top: 31px;
  width: 100%;
  height: 340px;
}
.pushy {
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #ebebe8;
  color: #222b2b;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.pushy.pushy-right #pushy-nav.navbar-nav {
  margin: 10px ;
  padding: 0;
  position: relative;
}
.pushy.pushy-right #pushy-nav.navbar-nav .nav_search_box {
  display: none !important;
}
.pushy.pushy-right #pushy-nav.navbar-nav li {
  padding: 0;
  line-height: 48px;
  margin: 0;
  position: relative;
  display: table;
  width: 100%;
}
.pushy.pushy-right #pushy-nav.navbar-nav li.nav-icon {
  position: absolute;
  top: 7px;
  width: 80px;
}
.pushy.pushy-right #pushy-nav.navbar-nav li.nav-icon a {
  border: none !important;
}
.pushy.pushy-right #pushy-nav.navbar-nav li a {
  border-top: 1px solid #222b2b;
  padding: 0 0 0 30px !important;
  color: #222b2b;
  font-family: "trade-gothic-next-condensed";
  font-size: 2.6em;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.005em;
}
.pushy.pushy-right #pushy-close {
  margin-bottom: 72px !important;
  display: table;
}
.pushy.pushy-right #pushy-close a {
  padding-bottom: 50px;
  border: none !important;
}
.pushy.pushy-right #pushy-close a::before {
  content: '';
  color: #222b2b;
  position: absolute;
  top: 50%;
  right: 60px;
  z-index: 2;
  display: block;
  width: 46px;
  height: 1px;
  margin-top: 0px;
  background: #222b2b;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
     transition: transform 0.2s ease-in-out;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
}
.pushy.pushy-right #pushy-close a::after {
  content: '';
  color: #222b2b;
  position: absolute;
  top: 50%;
  right: 60px;
  z-index: 2;
  display: block;
  width: 46px;
  height: 1px;
  margin-top: 0px;
  background: #222b2b;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
     transition: transform 0.2s ease-in-out;
  pointer-events: none;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
     transform: rotate(135deg);
}
.pushy > ul:first-child {
  margin-top: 10px;
}
.pushy .pushy-content > ul > li > a {
  border-bottom: 1px solid #222b2b;
  font-weight: 700;
  padding: 0 0 0 30px !important;
  margin: 0 25px 0  !important;
  color: #222b2b;
  text-transform: uppercase;
  font-size: 18px;
  -o-transition: 1s ease opacity;
  -webkit-transition: 1s ease opacity;
  transition: 1s ease opacity;
}
.pushy .pushy-content > ul > li.border-top a {
  border-top: 1px solid #222b2b;
}
.pushy #pushy-nav {
  display: table !important;
}
.pushy #pushy-nav > li {
  padding: 0;
  line-height: 48px;
  margin: 0;
  position: relative;
  display: table;
  width: 100%;
}
.pushy #pushy-nav > li.activea a {
  color: #ebebe8 !important;
  background: #222b2b;
}
.pushy #pushy-nav > li a {
  padding: 0 0 0 30px !important;
}
.pushy #pushy-nav > li.pushy-submenu .dropdown-menu {
  margin-top: -8px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: transparent !important;
  padding-left: 0;
}
.pushy #pushy-nav > li.pushy-submenu .dropdown-menu li.activea a {
  color: #ebebe8;
  background: #222b2b;
}
.pushy #pushy-nav > li.pushy-submenu .dropdown-menu li a {
  padding-left: 40px !important;
  border-top: none !important;
  font-size: 16px;
  line-height: 42px;
}
.pushy #pushy-nav > li.pushy-submenu.pushy-submenu-open::after {
  content: '';
  display: block;
  height: 61px;
  width: 62px;
  position: absolute;
  top: 10px;
  right: 35px;
  background: url(../img/arrow-u.svg) no-repeat 0 0 transparent;
  -webkit-background-size: 30px 30px;
          background-size: 30px;
}
.pushy #pushy-nav > li.pushy-submenu.pushy-submenu-closed::after {
  content: '';
  display: block;
  height: 61px;
  width: 62px;
  position: absolute;
  top: 10px;
  right: 35px;
  background: url(../img/arrow-d.svg) no-repeat 0 0 transparent;
  -webkit-background-size: 30px 30px;
          background-size: 30px;
}
.pushy #pushy-nav {
  list-style: none;
  padding: 0;
}
.pushy #pushy-nav li {
  padding: 0;
}
@media screen and (min-width: 1600px) {
  .icon-vorwaerts:before {
    font-size: 16px;
  }
  .icon-zurueck:before {
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) {
  body {
    font-size: 8px;
  }
}
@media screen and (max-width: 1300px) {
  .sidebar-right .widget.advanced_text a {
    float: none;
    display: table;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .ft-tg-65 {
    font-size: 4.5em;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .container .col-md-6.col-md-push-3 {
    border-left: none !important;
    border-right: none !important;
    padding: 15px 15px 60px !important;
    border-bottom: 1px solid #222b2b;
  }
  .container .col-md-6.col-md-push-3:after {
    content: '';
    /* padding-bottom: 50px; */
    /* margin-bottom: 7px; */
    border-bottom: 1px solid #222b2b;
    display: block;
    position: absolute;
    bottom: 7px;
    right: 0;
    left: 0;
  }
  .container .sidebar-left,
  .container .sidebar-right {
    position: relative;
    padding: 0 15px !important;
  }
  .container .sidebar-right {
    display: table;
    position: relative;
    padding: 0 0 100px;
  }
  .container .sidebar-right .advanced_text-7 {
    padding-bottom: 100px !important;
  }
  .container .sidebar-right .advanced_text-7 .AdvancedText .col-lg-6.col-lg-push-6 img {
    float: right;
    position: absolute;
    width: 140px !important;
    right: 40px;
    max-width: 400px !important;
  }
  .container .sidebar-right .advanced_text-7 .AdvancedText > p {
    max-width: calc(100% - 230px);
  }
  .container .sidebar-right .widget.advanced_text a {
    float: left;
    display: table;
    max-width: calc(50% - 20px);
    margin-left: 10px;
  }
  .container .sidebar-left {
    border-bottom: 1px solid #222b2b;
    padding-bottom: 100px !important;
  }
  .container .sidebar-left:after {
    content: '';
    /* padding-bottom: 50px; */
    /* margin-bottom: 7px; */
    border-bottom: 1px solid #222b2b;
    display: block;
    position: absolute;
    bottom: 7px;
    right: 0;
    left: 0;
  }
  .content-info .container > div .widget {
    width: 50%;
    float: left;
    border: none;
    margin-bottom: 41px;
    margin-top: 44px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 400px) {
  .pushy {
    position: fixed;
    width: 100%;
    max-width: 400px;
  }
}
.comment-list ol {
  list-style: none;
}
.gallery-row {
  padding: 10px 0;
}
.aligncenter {
  display: block;
  margin: 10px auto;
}
.alignleft,
.alignright {
  margin-bottom: 10px;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 10px;
  }
  .alignright {
    float: right;
    margin-left: 10px;
  }
}
.main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .main {
    float: left;
    width: 100%;
  }
}
.sidebar-primary .main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sidebar-primary .main {
    float: left;
    width: 66.66666667%;
  }
}
.navbar-default {
  background: transparent;
}
.navbar-default .navbar-header {
  display: block;
  width: 100%;
}
.navbar-default .navbar-header .navbar-brand {
  display: table;
  margin: 0 auto;
  float: none;
  padding: 0;
}
.navbar-default .navbar-header .navbar-brand img {
  width: 500px;
  display: table;
  margin: 45px 0 48px;
  margin: 15px 0 28px;
}
#mNavbar {
  background: #ebebe8;
  z-index: 10000;
}
#mNavbar:target {
  padding-top: 88px;
  /* = to height of navbar */
  margin-top: -88px;
}
.dropdown-menu {
  font-size: 1em;
}
.navbar {
  margin: 0;
}
.navbar .navbar-nav {
  display: table !important;
  z-index: 2000;
  list-style: none;
  float: none;
  width: auto;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  border: 0px none;
  background: transparent;
}
.navbar .navbar-nav > li:after {
  content: '';
  float: left;
}
.navbar .navbar-nav > li:last-child:after {
  content: '';
}
.navbar .nav_search_box {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  overflow: visible;
  background-color: transparent;
  border: 0px none;
  width: 68px;
  position: relative;
  float: right;
  height: 46px;
  line-height: 46px;
}
.navbar .nav_search_box:before {
  content: ' ';
  width: 2px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
  position: absolute;
  top: 0px;
  bottom: auto;
  z-index: 2;
  border-width: 0px;
  border-style: none;
  background-repeat: no-repeat;
  -webkit-background-size: 400% 100%;
          background-size: 400% 100%;
  background-position: 0px 0px;
  background-image: none;
  left: -1px;
  right: auto;
}
.navbar .nav_search_box #mega_main_menu_searchform {
  border-color: transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 600;
  width: auto;
  margin-top: -16px;
  border-width: 1px;
  border-style: solid;
}
.navbar .nav_search_box #mega_main_menu_searchform .icosearch {
  display: block;
  height: 40px;
  cursor: pointer;
  line-height: 26px;
  padding: 0px;
  margin: 2px 0px;
  border-width: 0px;
  border-style: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: 0px;
  width: 30px;
  text-align: center;
}
.navbar .nav_search_box #mega_main_menu_searchform .icosearch:before {
  font-size: 2.3em;
  font-weight: lighter;
  line-height: 40px;
}
.navbar .nav_search_box #mega_main_menu_searchform .submit {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0px;
  margin: 2px 0px;
  border-width: 0px;
  border-style: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: 0px;
  width: 30px;
  text-align: center;
  display: none;
}
.navbar .nav_search_box #mega_main_menu_searchform .field {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0px;
  margin: 2px 0px;
  border-width: 0px;
  border-style: none;
  outline: none;
  background: transparent;
  width: 0px;
  max-width: 0px;
  padding-right: 30px;
  padding-left: 0px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .nav_search_box #mega_main_menu_searchform .field:focus {
  border: 1px solid #222b2b;
  width: 200px;
  max-width: 200px;
  padding-left: 8px;
  cursor: text;
  line-height: 31px;
  height: 40px;
  padding-right: 8px;
  margin: 2px -9px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-size: 2.6em;
  line-height: 1.1538461538em;
}
.navbar .navbar-collapse {
  display: block;
  padding-bottom: 12px;
}
.navbar .navbar-collapse .nav-icon {
  display: table;
  height: 60px;
}
.navbar .navbar-collapse .nav-icon span {
  display: table-cell;
  vertical-align: middle;
}
.navbar .navbar-collapse .nav-icon span img {
  width: 58px;
  margin: 0 15px;
  vertical-align: middle;
}
.navbar > .container .navbar-nav,
.navbar > .container-fluid .navbar-nav {
  background: transparent;
  display: block;
  width: 100%;
  border-top: 1px solid #222b2b;
  border-bottom: 1px solid #222b2b;
  padding: 0;
}
.navbar > .container .navbar-nav::before,
.navbar > .container-fluid .navbar-nav::before {
  content: '';
  width: 100%;
  margin-top: 6px;
  border-top: 1px solid #222b2b;
}
.navbar > .container .navbar-nav::after,
.navbar > .container-fluid .navbar-nav::after {
  content: '';
  width: 100%;
  margin-bottom: 6px;
  border-top: 1px solid #222b2b;
}
.navbar > .container .navbar-nav > li,
.navbar > .container-fluid .navbar-nav > li {
  margin: 0;
}
.navbar > .container .navbar-nav > li.active > a,
.navbar > .container-fluid .navbar-nav > li.active > a {
  background-color: #222b2b !important;
  color: #ebebe8;
}
.navbar > .container .navbar-nav > li > a,
.navbar > .container-fluid .navbar-nav > li > a {
  padding: 0 25px;
  line-height: 60px;
  color: #222b2b;
}
.navbar > .container .navbar-nav > li:focus a,
.navbar > .container-fluid .navbar-nav > li:focus a,
.navbar > .container .navbar-nav > li.open a,
.navbar > .container-fluid .navbar-nav > li.open a {
  background-color: transparent;
}
.navbar > .container .navbar-nav > li.active:hover,
.navbar > .container-fluid .navbar-nav > li.active:hover {
  background-color: #222b2b;
  color: #ebebe8;
}
.navbar > .container .navbar-nav > li > a:hover,
.navbar > .container-fluid .navbar-nav > li > a:hover,
.navbar > .container .navbar-nav > li > a.active,
.navbar > .container-fluid .navbar-nav > li > a.active {
  background-color: #222b2b;
  color: #ebebe8;
}
.navbar > .container .navbar-nav > li:hover > ul,
.navbar > .container-fluid .navbar-nav > li:hover > ul {
  display: block;
  background-color: #ebebe8;
  padding: 0;
  border-top: 8px solid transparent;
}
.navbar > .container .navbar-nav > li:hover > ul li a:hover,
.navbar > .container-fluid .navbar-nav > li:hover > ul li a:hover {
  background-color: #ebebe8;
  color: #222b2b;
}
.navbar > .container .navbar-nav > li.active a,
.navbar > .container-fluid .navbar-nav > li.active a {
  background: transparent;
}
.navbar > .container .navbar-nav > li > a,
.navbar > .container-fluid .navbar-nav > li > a {
  margin: 0;
}
.navbar > .container .navbar-nav .dropdown-menu,
.navbar > .container-fluid .navbar-nav .dropdown-menu {
  width: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  margin: 0;
  list-style: none;
  text-align: left;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: none;
  background-clip: none;
}
.navbar > .container .navbar-nav .dropdown-menu > li,
.navbar > .container-fluid .navbar-nav .dropdown-menu > li {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  display: block;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.navbar > .container .navbar-nav .dropdown-menu > li > a,
.navbar > .container-fluid .navbar-nav .dropdown-menu > li > a {
  height: 43px;
  background: #222b2b;
  color: #ebebe8;
  line-height: 43px;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.navbar > .container .navbar-nav .dropdown-menu > li > a:hover,
.navbar > .container-fluid .navbar-nav .dropdown-menu > li > a:hover,
.navbar > .container .navbar-nav .dropdown-menu > li > a:focus,
.navbar > .container-fluid .navbar-nav .dropdown-menu > li > a:focus {
  max-width: 100%;
  background: #ebebe8;
  color: #222b2b;
}
.navbar > .container .navbar-nav .dropdown-menu > li.active > a,
.navbar > .container-fluid .navbar-nav .dropdown-menu > li.active > a {
  max-width: 100%;
  background: #222b2b;
  color: #ebebe8;
}
.navbar > .container .navbar-nav .dropdown-menu > li.active > a:hover,
.navbar > .container-fluid .navbar-nav .dropdown-menu > li.active > a:hover,
.navbar > .container .navbar-nav .dropdown-menu > li.active > a:focus,
.navbar > .container-fluid .navbar-nav .dropdown-menu > li.active > a:focus {
  max-width: 100%;
  background: #222b2b;
  color: #ebebe8;
}
.navbar > .container .navbar-nav .dropdown-menu a:hover,
.navbar > .container-fluid .navbar-nav .dropdown-menu a:hover {
  background: #ebebe8 !important;
  color: #222b2b !important;
}
.navbar > .container .navbar-nav .dropdown-submenu,
.navbar > .container-fluid .navbar-nav .dropdown-submenu {
  position: relative;
}
.navbar > .container .navbar-nav .dropdown-submenu > .dropdown-menu,
.navbar > .container-fluid .navbar-nav .dropdown-submenu > .dropdown-menu,
.navbar > .container .navbar-nav .dropdown-menu .active.dropdown > .dropdown-menu,
.navbar > .container-fluid .navbar-nav .dropdown-menu .active.dropdown > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
  border-radius: 0;
  padding: 0;
}
.navbar > .container .navbar-nav .dropdown-submenu:hover > .dropdown-menu,
.navbar > .container-fluid .navbar-nav .dropdown-submenu:hover > .dropdown-menu,
.navbar > .container .navbar-nav .active.dropdown:hover > .dropdown-menu,
.navbar > .container-fluid .navbar-nav .active.dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar > .container .navbar-nav .dropdown-submenu > a:after,
.navbar > .container-fluid .navbar-nav .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
}
.navbar > .container .navbar-nav .dropdown-submenu.pull-left,
.navbar > .container-fluid .navbar-nav .dropdown-submenu.pull-left {
  float: none;
}
.navbar > .container .navbar-nav .dropdown-submenu.pull-left > .dropdown-menu,
.navbar > .container-fluid .navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
.navbar .container {
  position: relative;
}
.nav > li.mobile {
  display: none;
}
#qxT {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 30px 0 21px;
}
.menu-btn label.hamburg {
  display: block;
  background: #fff;
  width: 75px;
  height: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}
.menu-btn .line {
  position: absolute;
  left: 10px;
  height: 2px;
  width: 55px;
  background: #ae9447;
  border-radius: 2px;
  display: block;
  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
}
.menu-btn .line:nth-child(1) {
  top: 12px;
}
.menu-btn .line:nth-child(2) {
  top: 24px;
}
.menu-btn .line:nth-child(3) {
  top: 36px;
}
.pushy-right #pushy-nav.navbar-nav {
  margin: 7.5px 0;
  padding: 0;
}
.pushy-right ol,
.pushy-right ul {
  list-style: none;
}
.pushy-right .glyphicon {
  display: inline-block;
  float: right;
  margin-right: 7px;
  color: #ae9447;
}
.pushy-right .dropdown-menu {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 10px;
}
.pushy-right > ul > li > a {
  display: block;
  padding: 15px 18px 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  -o-transition: 1s ease opacity;
  -webkit-transition: 1s ease opacity;
  transition: 1s ease opacity;
}
.pushy-right > ul > li#pushy-close {
  margin-bottom: 7px;
  display: block;
  position: relative;
}
.pushy-right > ul > li#pushy-close a {
  padding-bottom: 50px;
  border: none;
}
.pushy-right > ul > li#pushy-close a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  display: block;
  width: 46px;
  height: 1px;
  margin-top: 0px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
     transition: transform 0.2s ease-in-out;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
}
.pushy-right > ul > li#pushy-close a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  display: block;
  width: 46px;
  height: 1px;
  margin-top: 0px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
     transition: transform 0.2s ease-in-out;
  pointer-events: none;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
     transform: rotate(135deg);
}
.pushy-right .pushy-submenu-open > a > .glyphicon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 350ms ease;
       -o-transition: -o-transform 350ms ease;
          transition: transform 350ms ease;
}
.pushy-right .pushy-submenu > ul > li.pushy-link,
.pushy-right .pushy-submenu > ul > li.pushy-submenu {
  padding: 6px 0 5px;
}
.pushy-right .pushy-submenu-closed > ul,
.pushy-right .pushy-submenu-open > ul .pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.pushy-right .pushy-submenu ul .pushy-submenu-open ul {
  padding-left: 10px;
  margin-bottom: 10px;
}
.pushy-right .pushy-submenu ul .pushy-submenu-open ul li {
  padding: 6px 0 6px;
}
.pushy-right .dropdown.open {
  display: table;
  width: 100%;
}
@media (max-width: 990px) {
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #ebebe8 !important;
  }
  .navbar-toggle.collapsed.navbar-fixed-top {
    right: 15px !important;
    left: 15px !important;
    max-width: calc(100% - 30px);
    border-left: none !important;
    border-right: none !important;
    top: -8px;
  }
  .navbar .nav_search_box #mega_main_menu_searchform .field:focus {
    background: #ebebe8;
  }
  .contact-form-article .contact-form textarea,
  .contact-form-article .contact-form input[type="name"],
  .contact-form-article .contact-form input[type="email"],
  .contact-form-article .contact-form input[type="text"],
  .contact-form-article .contact-form input[type="url"] {
    border: 1px solid #222b2b;
    background: transparent;
    padding-left: 17px;
    padding-top: 10px;
    padding-bottom: 20px;
    max-width: 100% !important;
  }
  .navbar-toggle.collapsed {
    background: #ebebe8;
  }
  .navbar-toggle.collapsed .nav-icon img {
    max-width: 53px;
  }
  .navbar-toggle.collapsed ul {
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0;
  }
  .navbar-toggle.collapsed ul li {
    float: left;
    padding: 0;
    width: 25%;
    margin: 0;
  }
  .navbar-toggle.collapsed ul li:nth-child(2) a {
    font-family: "trade-gothic-next-condensed";
    font-size: 2.6em;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.005em;
    padding-top: 19px;
    display: block;
    text-align: center;
    width: 100%;
    z-index: 1;
  }
  .navbar-toggle.collapsed .nav_search_box #mega_main_menu_searchform {
    border-color: transparent;
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 30px;
    z-index: 600;
    width: auto;
    margin-top: -16px;
    border-width: 1px;
    border-style: solid;
  }
  .navbar-toggle.collapsed .navbar .nav_search_box #mega_main_menu_searchform .field:focus {
    background: #ebebe8;
  }
  .navbar-toggle.collapsed .nav_search_box #mega_main_menu_searchform .icosearch:before {
    font-size: 20px;
    font-weight: lighter;
    line-height: 40px;
  }
  .navbar-toggle.collapsed button {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-toggle.collapsed button label.hamburg {
    background: transparent;
    display: block;
    width: 35px;
    height: 50px !important;
    position: relative;
    margin-left: auto;
    margin-right: -5px;
    margin-bottom: 0px;
    border-radius: 4px;
    margin-top: -4px !important;
  }
}
@media (max-width: 769px) {
  .navbar-header {
    float: none;
  }
  .navbar .navbar-toggle {
    display: block;
  }
  .navbar .navbar-toggle .nav_search_box {
    display: inline-block;
    vertical-align: top;
    margin: 1px -15px 0 0;
    padding: 0px;
    overflow: visible;
    background-color: transparent;
    border: 0px none;
    width: 68px;
    position: relative;
    float: right;
    height: 46px;
    line-height: 46px;
    padding-right: 0;
  }
  .navbar .navbar-toggle.collapsed {
    border-top: 1px solid #222b2b;
    border-bottom: 1px solid #222b2b;
    display: table;
    width: 100%;
    margin-left: 0;
    padding: inherit;
    margin-right: 0;
    border-radius: 0;
    padding: 0;
    border-left: 0;
    border-right: 0;
  }
  .navbar .navbar-toggle.collapsed:before {
    content: '';
    display: table;
    width: 100%;
    margin-top: 6px;
    border-top: 1px solid #222b2b;
  }
  .navbar .navbar-toggle.collapsed:after {
    content: '';
    display: table;
    width: 100%;
    margin-bottom: 6px;
    border-top: 1px solid #222b2b;
  }
  .navbar .navbar-toggle.collapsed button {
    border: 0;
    background: transparent;
    float: right;
  }
  .navbar .navbar-toggle.collapsed button label.hamburg {
    background: transparent;
    display: block;
    width: 35px;
    height: 60px;
    position: relative;
    margin-left: auto;
    margin-right: -5px;
    margin-bottom: 0;
    border-radius: 4px;
  }
  .navbar .navbar-toggle.collapsed button label.hamburg .line {
    position: absolute;
    right: 0px;
    left: auto;
    height: 2px;
    width: 30px;
    background: #222b2b;
    border-radius: 0px;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
  }
  .navbar .navbar-toggle.collapsed button label.hamburg .line:nth-child(1) {
    top: 18px !important;
  }
  .navbar .navbar-toggle.collapsed button label.hamburg .line:nth-child(2) {
    top: 28px !important;
  }
  .navbar .navbar-toggle.collapsed button label.hamburg .line:nth-child(3) {
    top: 38px !important;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-header {
    display: block;
    width: 100%;
    margin: auto;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed !important;
    background: #ebebe8;
  }
  .nav-wrapper {
    max-height: 0px !important;
  }
}
@media (min-width: 1600px) {
  .navbar-default .navbar-header .navbar-brand img {
    width: 700px;
    display: table;
    margin: 45px 0 48px;
    margin: 15px 0 38px;
  }
}
.widget-sb-left-intro {
  margin-top: 40px;
}
.widget.advanced_text {
  display: block;
  border: 1px solid #222b2b;
  padding: 0 20px 13px;
  margin: 20px 0 0;
}
.widget.advanced_text.widget-sb-left-intro {
  border: 1px solid transparent;
  margin: 39px 0 0;
}
.widget.advanced_text a {
  color: #222b2b;
  display: block;
  width: 100%;
  font-style: italic;
}
.widget.advanced_text a h2 {
  font-size: 1.3em;
  font-style: normal;
  line-height: 1.1538461538em;
  margin: 13px 0 10px;
}
.widget.advanced_text a:hover {
  text-decoration: none;
}
.sidebar-left {
  padding-right: 32.5px;
  padding-left: 32.5px;
}
.sidebar-right {
  padding-right: 32.5px;
  padding-left: 32.5px;
}
.sidebar-right .widget {
  padding-left: 0;
  padding-right: 0;
  display: table;
  border-bottom: 1px solid #222b2b !important;
  position: relative;
  padding-bottom: 50px;
}
.sidebar-right .widget.advanced_text {
  border: 1px solid transparent;
}
.sidebar-right .widget.advanced_text h1 {
  font-family: "trade-gothic-next-condensed";
  font-size: 2.6em;
  line-height: 1.1538461538em;
}
.sidebar-right .widget.advanced_text .col-lg-6 {
  padding: 0;
  margin: 0 0 25px;
}
.sidebar-right .widget.advanced_text .col-lg-6.col-lg-push-6 {
  padding: 20px 20px 0 20px;
}
.sidebar-right .widget.advanced_text .col-lg-6.col-lg-push-6 img {
  max-width: 100px;
  margin-top: -10px;
}
.sidebar-right .widget.advanced_text a {
  margin-top: 31px;
  font-family: "trade-gothic-next-condensed";
  font-size: 2.6em;
  font-style: normal;
  line-height: 1.1538461538em;
  padding: 0;
}
.sidebar-right .widget.advanced_text a:hover {
  background: #222b2b;
  color: #fff;
}
.sidebar-right .widget:after {
  content: '';
  border-bottom: 1px solid #222b2b;
  display: block;
  position: absolute;
  bottom: 7px;
  right: 0;
  left: 0;
}
.sidebar-right .widget.widget-loesung-liste {
  border-bottom: none !important;
}
.sidebar-right .widget.widget-loesung-liste:after {
  content: '';
  border-bottom: none !important;
}
.sidebar-right #widget-loesung-liste a {
  font-size: 1em !important;
}
.sidebar-right #widget-loesung-liste h3 {
  margin-bottom: 29px;
}
.sidebar-right #widget-loesung-liste p {
  display: table;
  font-style: italic;
  margin-bottom: 28px;
}
.sidebar-right #widget-loesung-liste ul {
  list-style-type: none;
  padding: 0;
}
.sidebar-right #widget-loesung-liste ul li:nth-child(1)::before {
  content: url(/wordpress/wp-content/themes/roots-master/assets/img/eins.svg);
  width: 52px;
  float: left;
  padding: 0;
  margin: 4px 0 0 8px;
}
.sidebar-right #widget-loesung-liste ul li:nth-child(2)::before {
  content: url(/wordpress/wp-content/themes/roots-master/assets/img/zwei.svg);
  width: 60px;
  float: left;
  padding: 0;
  margin: 0 0px 20px 0;
}
.sidebar-right #widget-loesung-liste ul li:nth-child(3)::before {
  content: url(/wordpress/wp-content/themes/roots-master/assets/img/drei.svg);
  width: 52px;
  float: left;
  padding: 0;
  margin: 4px 0 0 8px;
}
.sidebar-right .advanced_text-9 {
  padding-right: 0;
  margin-right: 0;
  width: 100%;
}
@media (max-width: 1299px) {
  .sidebar-right #widget-loesung-liste ul {
    list-style-type: none;
    padding: 0;
  }
  .sidebar-right #widget-loesung-liste ul li:nth-child(1)::before {
    margin: 4px 0 -10px 8px;
  }
  .sidebar-right #widget-loesung-liste ul li:nth-child(2)::before {
    margin: 0 0px -10px 0;
  }
  .sidebar-right #widget-loesung-liste ul li:nth-child(3)::before {
    margin: 4px 0 -10px 8px;
  }
}
.content-info .container > div {
  display: table;
  float: none;
  clear: both;
  margin-top: 30px;
  margin-bottom: 60px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.content-info .container > div:before {
  content: '';
  width: 100%;
  margin-top: 6px;
  display: table;
  border-top: 1px solid #222b2b;
}
.content-info .container > div:after {
  content: '';
  width: 100%;
  margin-bottom: 6px;
  display: table;
  border-top: 1px solid #222b2b;
}
.content-info .container > div .widget {
  width: 25%;
  float: left;
  border: none;
  margin-bottom: 41px;
  margin-top: 44px;
}
.content-info .container > div .widget.advanced_text a {
  font-style: normal;
}
.content-info .container > div .widget.advanced_text a:hover {
  position: relative;
  color: #222b2b;
  border-bottom: 1px solid #222b2b;
}
.content-info .container > div .widget #widget-inews img {
  max-width: 285px;
  min-width: 235px;
  display: table;
  margin: 0 auto;
}
.content-info .container > div #widget-links .smedia {
  list-style-type: none;
  display: table;
  float: none;
  clear: both;
}
.content-info .container > div #widget-links .smedia li {
  float: left;
  width: 43px;
  height: 38px;
  margin: 0;
}
.content-info .container > div #widget-links .smedia li a {
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  display: block;
  -webkit-background-size: 39px 39px;
          background-size: 39px 39px;
}
.content-info .container > div #widget-links .smedia li a#smln {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNi4xIDM2LjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM2LjEgMzYuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMyMjJCMkI7fQo8L3N0eWxlPgo8cGF0aCBpZD0iSWNvbl9hd2Vzb21lLWxpbmtlZGluLWluIiBjbGFzcz0ic3QwIiBkPSJNOS43LDMzLjdIMy40VjEzLjNoNi4zVjMzLjd6IE02LjUsMTAuNWMtMiwwLTMuNy0xLjYtMy43LTMuNwoJYzAtMiwxLjYtMy43LDMuNy0zLjdjMiwwLDMuNywxLjYsMy43LDMuN0MxMC4yLDguOCw4LjUsMTAuNSw2LjUsMTAuNXogTTMzLjQsMzMuN2gtNi4zdi05LjljMC0yLjQsMC01LjQtMy4zLTUuNFMyMCwyMSwyMCwyMy42Cgl2MTAuMWgtNi40VjEzLjNoNi4xdjIuOGgwLjFjMS4yLTIuMSwzLjUtMy40LDYtMy4zYzYuNCwwLDcuNiw0LjIsNy42LDkuN0wzMy40LDMzLjdMMzMuNCwzMy43eiIvPgo8L3N2Zz4K");
  background-position: center center;
  -webkit-background-size: 36px 39px;
          background-size: 36px 39px;
}
.content-info .container > div #widget-links .smedia li a#smxi {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzlweCIgaGVpZ2h0PSIzOXB4IiB2aWV3Qm94PSIwIDAgMzkgMzkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM5IDM5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJJY29uX2F3ZXNvbWUteGluZyIgZmlsbD0iIzIyMkIyQiIgZD0iTTE3LjIsMTguNmMtMC4xLDAuMi0xLjksMy4zLTUuMyw5LjNjLTAuMiwwLjYtMC44LDAuOS0xLjMsMWgtNQ0KCWMtMC40LDAtMC44LTAuMy0wLjgtMC43YzAtMC4xLDAtMC4yLDAuMS0wLjRsNS4yLTkuMmwwLDBsLTMuMy01LjdDNi42LDEyLjUsNi43LDEyLjIsNywxMmMwLjEtMC4xLDAuMy0wLjEsMC42LTAuMWg0LjkNCgljMC42LDAsMS4xLDAuMywxLjMsMC45TDE3LjIsMTguNnogTTMzLjgsNi4yTDIzLDI1LjNsMCwwbDcsMTIuNmMwLjIsMC4zLDAuMSwwLjgtMC4xLDFDMjkuNywzOSwyOS41LDM5LDI5LjQsMzloLTUNCgljLTAuNiwwLTEuMS0wLjMtMS4zLTAuOWwtNy0xMi43QzE2LjMsMjUsMjAsMTguNiwyNyw2LjJjMC4yLTAuNiwwLjgtMC45LDEuMy0wLjloNWMwLjMsMCwwLjcsMC4yLDAuOCwwLjcNCglDMzMuOSw1LjksMzMuOSw2LjEsMzMuOCw2LjJMMzMuOCw2LjJ6Ii8+DQo8L3N2Zz4NCg==");
  background-position: center center;
  -webkit-background-size: 39px 39px;
          background-size: 39px 39px;
}
.content-info .container > div #widget-links .smedia li a#smyt {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzlweCIgaGVpZ2h0PSIzOXB4IiB2aWV3Qm94PSIwIDAgMzkgMzkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM5IDM5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJJY29uX2F3ZXNvbWUteW91dHViZSIgZmlsbD0iIzIyMkIyQiIgZD0iTTM4LjEsMTBjLTAuNC0xLjctMS44LTMtMy40LTMuNGMtMy0wLjgtMTUuMy0wLjgtMTUuMy0wLjhTNy4yLDUuNyw0LjIsNi42DQoJQzIuNSw3LDEuMSw4LjMsMC43LDEwYy0wLjgsMy0wLjgsOS40LTAuOCw5LjRzMCw2LjQsMC44LDkuNGMwLjQsMS43LDEuOCwyLjksMy40LDMuNWMzLDAuOCwxNS4zLDAuOCwxNS4zLDAuOHMxMi4yLDAsMTUuMy0wLjgNCgljMS43LTAuNCwzLTEuOCwzLjQtMy41YzAuOC0zLDAuOC05LjQsMC44LTkuNFMzOSwxMywzOC4xLDEwTDM4LjEsMTB6IE0xNS42LDI1LjNWMTMuN2wxMC4xLDUuN0wxNS42LDI1LjN6Ii8+DQo8L3N2Zz4NCg==");
  background-position: center center;
  -webkit-background-size: 39px 39px;
          background-size: 39px 39px;
}
.content-info .container > div #widget-links .smedia li a#smfb {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzlweCIgaGVpZ2h0PSIzOXB4IiB2aWV3Qm94PSIwIDAgMzkgMzkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM5IDM5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJJY29uX2F3ZXNvbWUtZmFjZWJvb2stZiIgZmlsbD0iIzIyMkIyQiIgZD0iTTI1LjYsMTcuOGwwLjgtNS4yaC01VjkuM2MtMC4xLTEuNCwxLTIuNywyLjQtMi44YzAuMiwwLDAuNCwwLDAuNiwwaDIuM1YyLjENCgljLTEuMy0wLjItMi43LTAuMy00LTAuNGMtNC4xLDAtNi44LDIuNS02LjgsN3YzLjloLTQuNXY1LjJoNC41djEyLjRoNS41VjE3LjhIMjUuNkwyNS42LDE3Ljh6Ii8+DQo8L3N2Zz4NCg==");
  background-position: center center;
  -webkit-background-size: 39px 39px;
          background-size: 39px 39px;
}
.content-info .container > div #widget-links .smedia li a:hover {
  text-decoration: none !important;
  border: none !important;
}
.pos-rel,
.content.row {
  position: relative;
}
.pos-fixed {
  position: fixed;
}
.page-template-default .wrap.container .content .col-md-push-3 h1,
.page-template-content-list .wrap.container .content .col-md-push-3 h1 {
  font-family: "trade-gothic-next-condensed";
  font-size: 6.5em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0em;
}
.page-template-default .wrap.container .content .col-md-push-3 h1 > strong,
.page-template-content-list .wrap.container .content .col-md-push-3 h1 > strong {
  font-weight: normal !important;
}
.page-template-default .wrap.container .content .col-md-push-3 h2,
.page-template-content-list .wrap.container .content .col-md-push-3 h2 {
  font-family: "trade-gothic-next-condensed";
  display: table;
  clear: both;
  font-weight: normal !important;
  margin-bottom: 13px;
  margin-bottom: 40px;
  padding-top: 10px;
}
.page-template-default .wrap.container .content .col-md-push-3 h2 > strong,
.page-template-content-list .wrap.container .content .col-md-push-3 h2 > strong {
  font-weight: normal !important;
}
.page-template-default .wrap.container .content .col-md-push-3 h2 a:hover,
.page-template-content-list .wrap.container .content .col-md-push-3 h2 a:hover {
  color: #222b2b;
}
.page-template-default .wrap.container .content .col-md-push-3 img,
.page-template-content-list .wrap.container .content .col-md-push-3 img {
  display: table;
}
.page-template-default .wrap.container .content .col-md-push-3 p,
.page-template-content-list .wrap.container .content .col-md-push-3 p {
  font-family: "livory";
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.018em;
}
.page-template-default .wrap.container .content .col-md-push-3 h6,
.page-template-content-list .wrap.container .content .col-md-push-3 h6 {
  font-size: 1.6666666667em;
}
figcaption {
  font-size: 15px !important;
}
.page-id-167791 .wrap.container .content .col-md-6.col-md-push-3 .contact-form-article {
  border: none;
}
.page-id-167791 .wrap.container .content .col-md-6.col-md-push-3 .contact-form-article:before {
  border: none;
  margin: 0;
  padding: 0;
}
.page-id-167791 .wrap.container .content .col-md-6.col-md-push-3 .contact-form-article .contact-fnt {
  font-size: 2.6em;
  margin: 0;
  padding: 0;
}
.page-id-167791 .wrap.container .content .col-md-6.col-md-push-3 .contact-form-article .contact-img {
  padding: 33px 0 30px;
}
.page-id-167791 .wrap.container .content .col-md-6.col-md-push-3 .contact-form-article form {
  font-size: 2.0em;
}
.page-id-167791 .wrap.container .content .col-md-6.col-md-push-3 .contact-form-article form p {
  font-size: 1em;
}
.page-template-content-list .wrap.container .col-md-6.col-md-push-3 h1,
.page-template-content-list .wrap.container .col-md-6.col-md-push-3 > p {
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-content-list .wrap.container .col-md-6.col-md-push-3 article {
  padding-bottom: 0px;
  border-bottom: 0;
}
.page-template-content-list .wrap.container .col-md-6.col-md-push-3 article:hover {
  background: #222b2b;
  color: #ebebe8;
  cursor: pointer !important;
}
.page-template-content-list .wrap.container .col-md-6.col-md-push-3 article:after {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.page-template-content-list .wrap.container .col-md-6.col-md-push-3 article > a {
  font-size: 1em;
  display: block;
  overflow: auto;
  margin: 0;
  padding: 0 0 50px;
  cursor: pointer !important;
  z-index: 800;
}
.page-template-content-list .wrap.container .col-md-6.col-md-push-3 article > a:hover {
  background: #222b2b;
  color: #ebebe8;
  cursor: pointer !important;
}
.page-template-content-list .wrap.container .col-md-6.col-md-push-3 article > a h2 {
  margin-bottom: 13px !important;
  padding-top: 0 !important;
}
.page-template-content-list .wrap.container .col-md-6.col-md-push-3 article > a h2 .wrap.container {
  padding-top: 70px;
}
.page-template-content-list .wrap.container .col-md-6.col-md-push-3 article > a .article-start {
  max-width: 81px;
  max-height: 81px;
  float: left;
  margin: 0 10px 0 0;
}
.article-start {
  max-width: 81px;
  max-height: 81px;
  float: left;
  margin: 0 5px 0 0  !important;
}
.article-start.alignright,
.article-start.alignleft {
  margin-bottom: 0px !important;
  margin: 0 15px 0 0  !important;
}
#crp {
  border-top: 1px solid #222b2b;
}
#crp:before {
  content: '';
  width: 100%;
  margin-top: 6px;
  display: table;
  border-top: 1px solid #222b2b;
}
#crp h3 {
  font-size: 6.5em;
  padding-top: 63px;
  margin-bottom: 91px;
}
#crp ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#crp ul li {
  padding: 0 0 26px;
  margin-bottom: 30px;
}
#crp ul li a {
  text-decoration: none !important;
}
#crp ul li .crp_title {
  display: block;
  font-family: "trade-gothic-next-condensed";
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.1538461538em;
  letter-spacing: 0.005em;
}
#crp ul li .crp_excerpt {
  padding-top: 20px;
  display: table;
  font-family: "livory";
  font-size: 2.0em;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.018em;
}
#crp ul li .crp_excerpt:before {
  content: '';
  background: url(/wordpress/wp-content/uploads/2020/07/Insolvenz-mehr-lesen-01.svg) 0 0 no-repeat;
  -webkit-background-size: 83px 83px;
          background-size: 83px;
  height: 93px;
  width: 103px;
  display: table;
  float: left;
  margin: 0px 0 0px 0px;
  padding-right: 10px;
}
#crp ul li:hover {
  background: #222b2b;
  color: #ebebe8 !important;
  cursor: pointer !important;
}
#crp ul li:hover span {
  color: #ebebe8 !important;
}
#crp ul li:hover .crp_title {
  color: #ebebe8 !important;
}
.single .wrap.container .col-md-6.col-md-push-3 a,
.page-template-default .wrap.container .col-md-6.col-md-push-3 a {
  text-decoration: underline;
}
.single .wrap.container .col-md-6.col-md-push-3 a:hover,
.page-template-default .wrap.container .col-md-6.col-md-push-3 a:hover {
  background: #222b2b;
  color: #ebebe8 !important;
}
div.wpcf7-response-output {
  font-size: 1.5em !important;
}
.comment-form p.logged-in-as {
  font-size: 1.5em;
}
.page-template-default .contact-form-article .contact-form .contact-fnt {
  font-size: 2.4em;
}
.comment-awaiting-moderation {
  font-family: "livory";
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.018em;
  font-weight: normal;
  font-style: normal;
}
.wrap.container .col-md-6.col-md-push-3 {
  border-left: 1px solid #222b2b;
  border-right: 1px solid #222b2b;
  padding: 15px 35px 150px;
}
.wrap.container .col-md-6.col-md-push-3 > ul {
  font-size: 2em;
}
.wrap.container .col-md-6.col-md-push-3 article a:hover {
  background: #222b2b;
  color: #ebebe8;
}
.wrap.container .col-md-6.col-md-push-3 a:hover {
  position: relative;
  color: #222b2b;
}
.wrap.container .col-md-6.col-md-push-3 a:hover:after {
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #222b2b;
  bottom: 1px;
  width: 100%;
}
.wrap.container article {
  border-bottom: 1px solid #222b2b;
  position: relative;
  padding-bottom: 50px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap.container article:after {
  content: '';
  /* padding-bottom: 50px; */
  /* margin-bottom: 7px; */
  border-bottom: 1px solid #222b2b;
  display: block;
  position: absolute;
  bottom: 7px;
  right: 0;
  left: 0;
}
.wrap.container article a {
  text-decoration: none;
  color: #222b2b;
}
.wrap.container article header h1,
.wrap.container article header h2 {
  margin: 57px 0 40px;
  text-transform: uppercase;
}
.wrap.container article header .entry-meta {
  margin-bottom: 27px;
}
.wrap.container article header .entry-meta span {
  display: block;
}
.wrap.container article:first-child header h1,
.wrap.container article:first-child header h2 {
  margin-top: 20px;
}
.wrap.container .alignleft {
  float: left;
  margin-right: 20px;
}
.wrap.container .alignleft,
.wrap.container .alignright {
  margin-bottom: 20px;
}
.wrap.container .thumbnail,
.wrap.container .wp-caption,
.wrap.container .wp-caption {
  display: block;
  padding: 8px 0 0 !important;
  margin: 10px 0 0 !important;
  line-height: 1.42857143;
  background-color: transparent;
  border: none;
  max-width: 100%;
}
.wrap.container .thumbnail .caption,
.wrap.container .wp-caption .caption,
.wrap.container .wp-caption-text,
.wrap.container .wp-caption .caption,
.wrap.container .wp-caption-text {
  font-size: 0.75em;
  letter-spacing: -0.027em;
  padding: 13px 0 33px;
  color: #222b2b;
}
@media (max-width: 1040px) and (min-width: 990px) {
  .content-info .container > div #widget-links .smedia,
  .content-info .container > div #widget-links .infolnks {
    padding: 0;
    margin: 0 auto;
    display: table;
  }
}
@media (max-width: 990px) {
  .contact-form-article .contact-form .contact-submit {
    width: 100% !important;
  }
  .wrap.container .contact-form-article .contact-form .contact-submit input[type="submit"] {
    width: 100% !important;
  }
  .comments .comment-form .form-submit,
  .comments .comment-form .form-submit input[type="submit"] {
    border: none !important;
    outline: none !important;
    background: #222b2b;
    color: #fff;
    margin-top: 31px;
    font-family: "trade-gothic-next-condensed";
    font-size: 18.2px !important;
    font-style: normal;
    line-height: 42px !important;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    float: none;
    clear: both;
    padding: 0;
    margin: 36px 0 99px;
    width: 100%;
  }
  .wrap.container .col-md-6.col-md-push-3 {
    padding: 0px !important;
  }
  .wrap.container .sidebar-left,
  .wrap.container .sidebar-right {
    position: relative;
    padding: 0 0 60px !important;
  }
  .single-post .wrap.container article > header,
  .single-post .wrap.container article > footer,
  .single-post .wrap.container article > div,
  .single-post .wrap.container article > section,
  .crp_related.crp_related_shortcode li,
  #crp h3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sidebar-right #widget-loesung-liste li {
    display: block;
    clear: both;
    width: 100%;
    max-width: calc(100% - 70px);
  }
  .sidebar-right #widget-loesung-liste li a {
    font-size: 1em !important;
    margin-top: -10px;
  }
  .content-info .container > div .widget {
    width: 50%;
    float: left;
    border: none;
    margin-bottom: 41px;
    margin-top: 44px;
  }
  .kontakt .contact-form-article:after {
    border-top: none !important;
  }
}
@media (max-width: 550px) {
  .wrap.container .col-md-6.col-md-push-3 {
    padding: 0px !important;
  }
  .wrap.container .sidebar-left,
  .wrap.container .sidebar-right {
    position: relative;
    padding: 0 0 60px !important;
  }
  .wrap.container blockquote {
    position: relative;
    margin: 60px 0;
    border: 1px solid #222b2b;
    padding: 50px 20px 20px;
    font-size: 1.2em;
  }
  .wrap.container div.wpcf7 {
    position: relative;
    margin-top: 60px;
  }
  .wrap.container .contact-form-article .contact-form .contact-submit button,
  .wrap.container .contact-form-article .contact-form .contact-submit input[type="submit"] {
    margin: 36px 0 29px;
  }
  .wrap.container .crp_related_shortcode h3 {
    font-size: 4.5em;
    margin: 0 0 40px;
  }
  .wrap.container #crp ul li .crp_excerpt:before {
    margin: 0px 0 0px 0px;
  }
  .single-post .wrap.container article > header,
  .single-post .wrap.container article > footer,
  .single-post .wrap.container article > div,
  .single-post .wrap.container article > section,
  .crp_related.crp_related_shortcode li,
  #crp h3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sidebar-right #widget-loesung-liste li {
    display: block;
    clear: both;
    width: 100%;
    max-width: calc(100% - 0px);
  }
  .sidebar-right #widget-loesung-liste li a {
    font-size: 1em !important;
    max-width: calc(80% - 20px);
    margin-top: -10px;
  }
  .content-info .container > div .widget {
    width: 100%;
    float: none;
  }
  .navbar-brand > img {
    max-width: 80% !important;
    display: table;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .container .sidebar-right .advanced_text-7 .AdvancedText .col-lg-6.col-lg-push-6 img {
    width: 90px !important;
    right: 40px;
    max-width: 400px !important;
  }
  .sidebar-right .widget.advanced_text h1 {
    max-width: 210px;
  }
  .container .sidebar-right .advanced_text-7 .AdvancedText > p {
    max-width: calc(100% - 0px);
    margin-top: 0px;
  }
  .content-info .container > div #widget-links .smedia,
  .content-info .container ul {
    padding-left: 0 !important;
  }
  .search .wrap.container .col-md-6.col-md-push-3 {
    padding: 0px 0 50px !important;
  }
  .postpagination {
    clear: both;
    margin: 20px 0px;
    line-height: 2.1em;
    text-align: right;
    display: table;
    margin: 20px auto 20px;
    font-size: 2em;
  }
  .postpagination span {
    padding: 6px 0px;
  }
  .postpagination a {
    padding: 6px 8px;
    margin: 0 4px;
    text-decoration: none;
    border: 1px solid #222b2b;
    color: #222b2b;
    font-family: "trade-gothic-next-condensed";
    font-style: normal;
    line-height: 1.1538461538em;
  }
}
.single-post .wrap.container article {
  border-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.single-post .wrap.container article:after {
  border-bottom: 0;
}
.single-post .wrap.container article > header,
.single-post .wrap.container article > footer,
.single-post .wrap.container article > div,
.single-post .wrap.container article > section {
  padding-left: 15px;
  padding-right: 15px;
}
.single-post .wrap.container article > div#crp {
  padding-left: 0;
  padding-right: 0;
}
.single-post .wrap.container article > div#crp > div > h3,
.single-post .wrap.container article > div#crp > div > ul > li {
  padding-left: 15px;
  padding-right: 15px;
}
/*# sourceMappingURL=main.css.map */